From b4a4c23247f2866fa159edf59c20719c19d423c0 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Thu, 18 Jan 2018 13:31:00 +0800 Subject: [PATCH] Fix output msg --- hyperledger_fabric/v1.0.2/Makefile | 3 +- hyperledger_fabric/v1.0.2/base-solo.yaml | 34 +- hyperledger_fabric/v1.0.2/base.yaml | 55 +- .../docker-compose-2orgs-4peers-solo-be.yaml | 17 +- .../v1.0.2/explorer-artifacts/config.json | 57 + .../fabricexplorer.sql | 0 .../v1.0.2/explorer/config.json | 73 - hyperledger_fabric/v1.0.2/scripts/func.sh | 204 +- .../v1.0.2/scripts/test_cc_install.sh | 18 +- .../v1.0.2/scripts/test_cc_instantiate.sh | 9 +- .../v1.0.2/scripts/test_cc_invoke_query.sh | 6 +- .../v1.0.2/scripts/test_cc_upgrade.sh | 7 +- .../v1.0.2/scripts/test_channel_create.sh | 7 +- .../v1.0.2/scripts/test_channel_join.sh | 6 +- .../v1.0.2/scripts/test_channel_update.sh | 6 +- .../v1.0.2/scripts/test_fetch_blocks.sh | 6 +- .../v1.0.2/scripts/test_lscc.sh | 5 +- .../v1.0.2/scripts/test_qscc.sh | 4 +- .../v1.0.2/scripts/test_update_anchors.sh | 8 +- .../v1.0.2/scripts/variables.sh | 3 +- .../channel-artifacts/businesschannel_0.block | Bin 11940 -> 11941 bytes .../channel-artifacts/businesschannel_1.block | Bin 13745 -> 13744 bytes .../channel-artifacts/businesschannel_2.block | Bin 13804 -> 13802 bytes .../channel-artifacts/businesschannel_3.block | Bin 5226 -> 5227 bytes .../channel-artifacts/businesschannel_4.block | Bin 5228 -> 5227 bytes .../channel-artifacts/businesschannel_5.block | Bin 4687 -> 4686 bytes .../channel-artifacts/businesschannel_6.block | Bin 4687 -> 4687 bytes .../businesschannel_config.block | Bin 13804 -> 13802 bytes .../businesschannel_config.block.json | 24 +- .../orderer.genesis.updated.block | Bin 9089 -> 9089 bytes .../solo/channel-artifacts/original_config.pb | Bin 8982 -> 8982 bytes .../channel-artifacts/testchainid_1.block | Bin 14618 -> 14620 bytes .../v1.0.2/solo/logs/dev_all.log | 31932 ++++++++-------- .../v1.0.2/solo/logs/dev_orderer.log | 11604 +++--- .../v1.0.2/solo/logs/dev_peer0.log | 4914 +-- 35 files changed, 24623 insertions(+), 24379 deletions(-) create mode 100644 hyperledger_fabric/v1.0.2/explorer-artifacts/config.json rename hyperledger_fabric/v1.0.2/{explorer => explorer-artifacts}/fabricexplorer.sql (100%) delete mode 100644 hyperledger_fabric/v1.0.2/explorer/config.json diff --git a/hyperledger_fabric/v1.0.2/Makefile b/hyperledger_fabric/v1.0.2/Makefile index c4d3912f..fa141aa9 100644 --- a/hyperledger_fabric/v1.0.2/Makefile +++ b/hyperledger_fabric/v1.0.2/Makefile @@ -57,7 +57,8 @@ ready: # create/join channel, install/instantiate cc make test_qscc # test qscc operations make test_fetch_blocks # fetch block files - make test_config_update + + #make test_config_update # not work with this version #make test_channel_update # not work with this version make logs_save diff --git a/hyperledger_fabric/v1.0.2/base-solo.yaml b/hyperledger_fabric/v1.0.2/base-solo.yaml index 29b71521..7d3b634c 100644 --- a/hyperledger_fabric/v1.0.2/base-solo.yaml +++ b/hyperledger_fabric/v1.0.2/base-solo.yaml @@ -20,7 +20,6 @@ services: container_name: ca.org1.example.com hostname: ca.org1.example.com environment: - - FABRIC_CA_SERVER_TLS_ENABLED=true - FABRIC_CA_SERVER_CA_NAME=ca-org1 - FABRIC_CA_SERVER_TLS_CERTFILE=/etc/hyperledger/fabric-ca-server-config/ca.org1.example.com-cert.pem - FABRIC_CA_SERVER_TLS_KEYFILE=/etc/hyperledger/fabric-ca-server-config/c843d3f021118963ce5d340e95286e8869bb7bd051454cd4166aa2887a2ad451_sk @@ -37,7 +36,6 @@ services: container_name: ca.org2.example.com hostname: ca.org2.example.com environment: - - FABRIC_CA_SERVER_TLS_ENABLED=true - FABRIC_CA_SERVER_CA_NAME=ca-org2 - FABRIC_CA_SERVER_TLS_CERTFILE=/etc/hyperledger/fabric-ca-server-config/ca.org2.example.com-cert.pem - FABRIC_CA_SERVER_TLS_KEYFILE=/etc/hyperledger/fabric-ca-server-config/1ee551a8753171c0377366e96a1d7ec01afddb868c9483cc501b6f8ac7ae752f_sk @@ -47,22 +45,18 @@ services: - ./solo/crypto-config/peerOrganizations/org2.example.com/ca/:/etc/hyperledger/fabric-ca-server-config command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/ca.org2.example.com-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/1ee551a8753171c0377366e96a1d7ec01afddb868c9483cc501b6f8ac7ae752f_sk -b admin:adminpw -d' - orderer.example.com: # orderer node for example org + orderer.example.com: # orderer in solo mode extends: file: base.yaml service: orderer-base container_name: orderer.example.com hostname: orderer.example.com - environment: - - ORDERER_GENERAL_TLS_ENABLED=true ports: - "7050:7050" volumes: - ./solo/channel-artifacts/orderer.genesis.block:/var/hyperledger/orderer/orderer.genesis.block - ./solo/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/msp:/var/hyperledger/orderer/msp - ./solo/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/:/var/hyperledger/orderer/tls - command: orderer start - ## following are peer nodes ## @@ -78,7 +72,6 @@ services: - CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7052 - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7051 - CORE_PEER_LOCALMSPID=Org1MSP - - CORE_PEER_TLS_ENABLED=true volumes: - ./solo/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/msp - ./solo/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/etc/hyperledger/fabric/tls @@ -96,11 +89,10 @@ services: environment: - CORE_PEER_ID=peer1.org1.example.com - CORE_PEER_ADDRESS=peer1.org1.example.com:7051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org1.example.com:7051 - CORE_PEER_CHAINCODELISTENADDRESS=peer1.org1.example.com:7052 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org1.example.com:7051 - CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org1.example.com:7051 - CORE_PEER_LOCALMSPID=Org1MSP - - CORE_PEER_TLS_ENABLED=true volumes: - ./solo/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/etc/hyperledger/fabric/msp - ./solo/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls:/etc/hyperledger/fabric/tls @@ -118,11 +110,10 @@ services: environment: - CORE_PEER_ID=peer0.org2.example.com - CORE_PEER_ADDRESS=peer0.org2.example.com:7051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:7051 - CORE_PEER_CHAINCODELISTENADDRESS=peer0.org2.example.com:7052 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:7051 - CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:7051 - CORE_PEER_LOCALMSPID=Org2MSP - - CORE_PEER_TLS_ENABLED=true volumes: - ./solo/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/etc/hyperledger/fabric/msp - ./solo/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls:/etc/hyperledger/fabric/tls @@ -140,11 +131,10 @@ services: environment: - CORE_PEER_ID=peer1.org2.example.com - CORE_PEER_ADDRESS=peer1.org2.example.com:7051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org2.example.com:7051 - CORE_PEER_CHAINCODELISTENADDRESS=peer1.org2.example.com:7052 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org2.example.com:7051 - CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:7051 - CORE_PEER_LOCALMSPID=Org2MSP - - CORE_PEER_TLS_ENABLED=true volumes: - ./solo/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/msp:/etc/hyperledger/fabric/msp - ./solo/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls:/etc/hyperledger/fabric/tls @@ -162,11 +152,10 @@ services: environment: - CORE_PEER_ID=peer0.org3.example.com - CORE_PEER_ADDRESS=peer0.org3.example.com:7051 - - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org3.example.com:7051 - CORE_PEER_CHAINCODELISTENADDRESS=peer0.org3.example.com:7052 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org3.example.com:7051 - CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org3.example.com:7051 - CORE_PEER_LOCALMSPID=Org3MSP - - CORE_PEER_TLS_ENABLED=true volumes: - ./solo/crypto-config/peerOrganizations/org3.example.com/peers/peer0.org3.example.com/msp:/etc/hyperledger/fabric/msp - ./solo/crypto-config/peerOrganizations/org3.example.com/peers/peer0.org3.example.com/tls:/etc/hyperledger/fabric/tls @@ -181,26 +170,13 @@ services: service: cli-base container_name: fabric-cli hostname: fabric-cli - tty: true - environment: - #- GOPATH=/opt/gopath - - CORE_PEER_ID=fabric-cli - - CORE_PEER_ADDRESS=peer0.org1.example.com:7051 # default to operate on peer0.org1 - - CORE_PEER_LOCALMSPID=Org1MSP - - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt - - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp - - CORE_PEER_TLS_ENABLED=true # to enable TLS, change to true volumes: - #- ./scripts:/opt/gopath/src/github.com/hyperledger/fabric/peer/scripts/ - ./scripts:/tmp/scripts - ./solo/channel-artifacts:/tmp/channel-artifacts - ./solo/configtx.yaml:/etc/hyperledger/fabric/configtx.yaml - ./solo/crypto-config.yaml:/etc/hyperledger/fabric/crypto-config.yaml - ./solo/crypto-config:/etc/hyperledger/fabric/crypto-config - ./examples:/opt/gopath/src/examples - #- ./examples:/opt/gopath/src/github.com/hyperledger/fabric/examples event-listener: extends: diff --git a/hyperledger_fabric/v1.0.2/base.yaml b/hyperledger_fabric/v1.0.2/base.yaml index 5ee33f83..0399c6d7 100644 --- a/hyperledger_fabric/v1.0.2/base.yaml +++ b/hyperledger_fabric/v1.0.2/base.yaml @@ -1,10 +1,20 @@ -# This is the default base file to config env and command -# All element in this file is abstract without knowing the org and consensus type +# Contains the base template for all Hyperledger Fabric services +# Never directly use services in this template, but inherent +# All services are abstract without any names, config or port mapping # https://github.com/yeasy/docker-compose-files +# +# * ca-base: base for fabric-ca +# * orderer-base: base for fabric-orderer +# * peer-base: base for fabric-peer +# * cli-base: base for fabric peer client +# * event-listener-base: base for fabric eventhub listener +# * kafka-base: base for kafka +# * zookeeper-base: base for fabric-zookeeper +# * couchdb-base: base for couchdb +# * explorer-base: base for Hyperledger blockchain-explorer +# * mysql-base: base for MySQL -# Depends on the hyperledger/fabric-peer image. - -version: '2' +version: '2' # compose v3 still doesn't support `extends`, shame! services: ca-base: @@ -13,8 +23,7 @@ services: restart: always environment: - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server - - FABRIC_CA_SERVER_TLS_ENABLED=true - #- FABRIC_CA_SERVER_TLS_ENABLED=false + - FABRIC_CA_SERVER_TLS_ENABLED=true # change to false to disable TLS orderer-base: #image: yeasy/hyperledger-fabric-orderer:1.0.2 @@ -43,6 +52,7 @@ services: - ORDERER_GENERAL_TLS_ROOTCAS=[/var/hyperledger/orderer/tls/ca.crt] expose: - "7050" # + #command: bash -c 'bash /tmp/orderer_build.sh; orderer start' # use this if to debug orderer command: orderer start peer-base: @@ -54,8 +64,8 @@ services: - CORE_LOGGING_LEVEL=DEBUG - CORE_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{longpkg}] %{callpath} -> %{level:.4s}%{color:reset} %{message} - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=v102_default # uncomment this to use specific network + - CORE_PEER_GOSSIP_ORGLEADER=false # whether this node is the group leader, default to false - CORE_PEER_GOSSIP_USELEADERELECTION=true - - CORE_PEER_GOSSIP_ORGLEADER=false # this node is the group leader, default to false - CORE_PEER_PROFILE_ENABLED=false - CORE_PEER_TLS_ENABLED=true - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/tls/server.crt @@ -76,12 +86,10 @@ services: - "7059" # tlsCAA volumes: # docker.sock is mapped as the default CORE_VM_ENDPOINT - /var/run/docker.sock:/var/run/docker.sock - #volumes: - # - /var/run/:/host/var/run/ command: peer node start cli-base: - #image: yeasy/hyperledger-fabric:1.0.2 + image: hyperledger/fabric-tools:x86_64-1.0.2 restart: always tty: true @@ -106,14 +114,6 @@ services: #command: bash -c 'block-listener -events-address=peer0.org1.example.com:7053 -events-mspdir=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp/ -events-mspid=Org1MSP' command: bash -c 'while true; do sleep 20170504; done' - couchdb-base: - #container_name: couchdb0 - image: hyperledger/fabric-couchdb:x86_64-1.0.2 - restart: always - tty: true - # Comment/Uncomment the port mapping if you want to hide/expose the CouchDB service, - # for example map it to utilize Fauxton User Interface in dev environments. - zookeeper-base: image: hyperledger/fabric-zookeeper:x86_64-1.0.2 restart: always @@ -136,3 +136,20 @@ services: - KAFKA_LOG_RETENTION_MS=-1 expose: - '9092' + + couchdb-base: + image: hyperledger/fabric-couchdb:x86_64-1.0.2 + restart: always + tty: true + + explorer-base: + image: yeasy/blockchain-explorer:0.1.0-preview # Till we have official image + expose: + - "8080" # HTTP port + command: bash -c 'sleep 10; node main.js' + + mysql-base: # mysql service + image: mysql:8.0 + restart: always + expose: + - "3306" diff --git a/hyperledger_fabric/v1.0.2/docker-compose-2orgs-4peers-solo-be.yaml b/hyperledger_fabric/v1.0.2/docker-compose-2orgs-4peers-solo-be.yaml index ee93a266..3c6d917e 100644 --- a/hyperledger_fabric/v1.0.2/docker-compose-2orgs-4peers-solo-be.yaml +++ b/hyperledger_fabric/v1.0.2/docker-compose-2orgs-4peers-solo-be.yaml @@ -50,31 +50,32 @@ services: service: peer1.org2.example.com explorer: - image: yeasy/blockchain-explorer:latest + extends: + file: base.yaml + service: explorer-base container_name: explorer hostname: explorer depends_on: - mysql volumes: - - ./explorer/config.json:/blockchain-explorer/config.json + - ./explorer-artifacts/config.json:/blockchain-explorer/config.json - ./solo/crypto-config:/blockchain-explorer/first-network/crypto-config ports: - "8080:8080" # HTTP port - command: bash -c 'sleep 10; node main.js' mysql: # mysql service - image: mysql:8.0 + extends: + file: base.yaml + service: mysql-base container_name: mysql hostname: mysql - restart: always environment: - MYSQL_ROOT_PASSWORD=root - MYSQL_DATABASE=fabricexplorer volumes: - - ./explorer/fabricexplorer.sql:/docker-entrypoint-initdb.d/fabricexplorer.sql - expose: - - "3306" + - ./explorer-artifacts/fabricexplorer.sql:/docker-entrypoint-initdb.d/fabricexplorer.sql #command: bash -c 'mysqld; sleep 1; mysql -uroot -proot < /tmp/fabricexplorer.sql; while true; do sleep 20171117; done' + #networks: # default: # external: diff --git a/hyperledger_fabric/v1.0.2/explorer-artifacts/config.json b/hyperledger_fabric/v1.0.2/explorer-artifacts/config.json new file mode 100644 index 00000000..1fe07a38 --- /dev/null +++ b/hyperledger_fabric/v1.0.2/explorer-artifacts/config.json @@ -0,0 +1,57 @@ +{ + "network-config": { + "org1": { + "name": "peerOrg1", + "mspid": "Org1MSP", + "peer1": { + "requests": "grpcs://peer0.org1.example.com:7051", + "events": "grpcs://peer0.org1.example.com:7053", + "server-hostname": "peer0.org1.example.com", + "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt" + }, + "peer2": { + "requests": "grpcs://peer1.org1.example.com:7051", + "events": "grpcs://peer1.org1.example.com:7053", + "server-hostname": "peer1.org1.example.com", + "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls/ca.crt" + }, + "admin": { + "key": "/first-network/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore", + "cert": "/first-network/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/signcerts" + } + }, + "org2": { + "name": "peerOrg2", + "mspid": "Org2MSP", + "peer1": { + "requests": "grpcs://peer0.org2.example.com:7051", + "events": "grpcs://peer0.org2.example.com:7053", + "server-hostname": "peer0.org2.example.com", + "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt" + }, + "peer2": { + "requests": "grpcs://peer1.org2.example.com:7051", + "events": "grpcs://peer1.org2.example.com:7053", + "server-hostname": "peer1.org2.example.com", + "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls/ca.crt" + }, + "admin": { + "key": "/first-network/crypto-config/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp/keystore", + "cert": "/first-network/crypto-config/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp/signcerts" + } + } + }, + "host":"explorer", + "port":"8080", + "channel": "businesschannel", + "GOPATH":"/opt/gopath", + "keyValueStore":"/tmp/fabric-client-kvs", + "eventWaitTime":"30000", + "mysql":{ + "host":"mysql", + "port":"3306", + "database":"fabricexplorer", + "username":"root", + "passwd":"root" + } +} diff --git a/hyperledger_fabric/v1.0.2/explorer/fabricexplorer.sql b/hyperledger_fabric/v1.0.2/explorer-artifacts/fabricexplorer.sql similarity index 100% rename from hyperledger_fabric/v1.0.2/explorer/fabricexplorer.sql rename to hyperledger_fabric/v1.0.2/explorer-artifacts/fabricexplorer.sql diff --git a/hyperledger_fabric/v1.0.2/explorer/config.json b/hyperledger_fabric/v1.0.2/explorer/config.json deleted file mode 100644 index 33a81daa..00000000 --- a/hyperledger_fabric/v1.0.2/explorer/config.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "network-config": { - "orderer": [ - { - "url": "grpcs://orderer.example.com:7050", - "server-hostname": "orderer.example.com", - "tls_cacerts": "/first-network/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/tls/ca.crt" - } - ], - "org1": { - "name": "peerOrg1", - "mspid": "Org1MSP", - "peer1": { - "requests": "grpcs://peer0.org1.example.com:7051", - "events": "grpcs://peer0.org1.example.com:7053", - "server-hostname": "peer0.org1.example.com", - "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt" - }, - "peer2": { - "requests": "grpcs://peer1.org1.example.com:7051", - "events": "grpcs://peer1.org1.example.com:7053", - "server-hostname": "peer1.org1.example.com", - "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls/ca.crt" - }, - "admin": { - "key": "/first-network/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/keystore", - "cert": "/first-network/crypto-config/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp/signcerts" - } - }, - "org2": { - "name": "peerOrg2", - "mspid": "Org2MSP", - "ca": "https://ca.org2.example.com:7054", - "peer1": { - "requests": "grpcs://peer0.org2.example.com:7051", - "events": "grpcs://peer0.org2.example.com:7053", - "server-hostname": "peer0.org2.example.com", - "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls/ca.crt" - }, - "peer2": { - "requests": "grpcs://peer1.org2.example.com:7051", - "events": "grpcs://peer1.org2.example.com:7053", - "server-hostname": "peer1.org2.example.com", - "tls_cacerts": "/first-network/crypto-config/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls/ca.crt" - }, - "admin": { - "key": "/first-network/crypto-config/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp/keystore", - "cert": "/first-network/crypto-config/peerOrganizations/org2.example.com/users/Admin@org2.example.com/msp/signcerts" - } - } - }, - "host":"explorer", - "port":"8080", - "channel": "businesschannel", - "GOPATH":"../artifacts", - "keyValueStore":"/tmp/fabric-client-kvs", - "eventWaitTime":"30000", - "peer":"peer1", - "org":["org1"], - "users":[ - { - "username":"admin", - "secret":"adminpw" - } - ], - "mysql":{ - "host":"mysql", - "port":"3306", - "database":"fabricexplorer", - "username":"root", - "passwd":"root" - } -} diff --git a/hyperledger_fabric/v1.0.2/scripts/func.sh b/hyperledger_fabric/v1.0.2/scripts/func.sh index 906b8f4a..3d896aa6 100644 --- a/hyperledger_fabric/v1.0.2/scripts/func.sh +++ b/hyperledger_fabric/v1.0.2/scripts/func.sh @@ -32,39 +32,44 @@ fi # Verify $1 is not 0, then output error msg $2 and exit verifyResult () { if [ $1 -ne 0 ] ; then - echo_b "$2" + echo "$2" echo_r "=== ERROR !!! FAILED to execute End-2-End Scenario ===" exit 1 fi } +# set env to use orderOrg's identity setOrdererEnvs () { - CORE_PEER_LOCALMSPID="OrdererMSP" - CORE_PEER_MSPCONFIGPATH=${ORDERER_ADMIN_MSP} - CORE_PEER_TLS_ROOTCERT_FILE=${ORDERER_TLS_ROOTCERT} + export CORE_PEER_LOCALMSPID="OrdererMSP" + export CORE_PEER_MSPCONFIGPATH=${ORDERER_ADMIN_MSP} + export CORE_PEER_TLS_ROOTCERT_FILE=${ORDERER_TLS_ROOTCERT} #t="\${ORG${org}_PEER${peer}_URL}" && CORE_PEER_ADDRESS=`eval echo $t` } -# Set global env variables for fabric usage +# Set global env variables for fabric cli, after seting: +# client is the admin as given org +# TLS root cert is configured to given peer's +# remote peer address is configured to given peer's # Usage: setEnvs org peer setEnvs () { local org=$1 # 1 or 2 local peer=$2 # 0 or 1 + [ -z $org ] && [ -z $peer ] && echo_r "input param invalid" && exit -1 local t="" - CORE_PEER_LOCALMSPID="Org${org}MSP" + export CORE_PEER_LOCALMSPID="Org${org}MSP" #CORE_PEER_MSPCONFIGPATH=\$${ORG${org}_ADMIN_MSP} - t="\${ORG${org}_ADMIN_MSP}" && CORE_PEER_MSPCONFIGPATH=`eval echo $t` - t="\${ORG${org}_PEER${peer}_TLS_ROOTCERT}" && CORE_PEER_TLS_ROOTCERT_FILE=`eval echo $t` - t="\${ORG${org}_PEER${peer}_URL}" && CORE_PEER_ADDRESS=`eval echo $t` + t="\${ORG${org}_PEER${peer}_URL}" && export CORE_PEER_ADDRESS=`eval echo $t` + t="\${ORG${org}_ADMIN_MSP}" && export CORE_PEER_MSPCONFIGPATH=`eval echo $t` + t="\${ORG${org}_PEER${peer}_TLS_ROOTCERT}" && export CORE_PEER_TLS_ROOTCERT_FILE=`eval echo $t` - # env |grep CORE + #env |grep CORE } checkOSNAvailability() { #Use orderer's MSP for fetching system channel config block - CORE_PEER_LOCALMSPID="OrdererMSP" - CORE_PEER_TLS_ROOTCERT_FILE=${ORDERER_TLS_CA} - CORE_PEER_MSPCONFIGPATH=${ORDERER_MSP} + export CORE_PEER_LOCALMSPID="OrdererMSP" + export CORE_PEER_TLS_ROOTCERT_FILE=${ORDERER_TLS_CA} + export CORE_PEER_MSPCONFIGPATH=${ORDERER_MSP} local rc=1 local starttime=$(date +%s) @@ -83,7 +88,7 @@ checkOSNAvailability() { test $? -eq 0 && VALUE=$(cat log.txt | awk '/Received block/ {print $NF}') test "$VALUE" = "0" && let rc=0 done - cat log.txt + [ $rc -ne 0 ] && cat log.txt verifyResult $rc "Ordering Service is not available, Please try again ..." echo "=== Ordering Service is up and running === " echo @@ -117,26 +122,28 @@ channelCreateAction(){ # channelCreate APP_CHANNEL APP_CHANNEL.tx org peer channelCreate() { local channel=$1 - local channel_tx=$2 + local tx=$2 local org=$3 local peer=$4 - echo_b "=== Create Channel ${channel} by org $org peer $peer === " - local counter=0 + [ -z $channel ] && [ -z $tx ] && [ -z $org ] && [ -z $peer ] && echo_r "input param invalid" && exit -1 + + echo "=== Create Channel ${channel} by org $org peer $peer === " setEnvs $org $peer - channelCreateAction "${channel}" "${channel_tx}" - local res=$? - while [ ${counter} -lt ${MAX_RETRY} -a ${res} -ne 0 ]; do - echo_b "Failed to create channel $channel, retry after 3s" + channelCreateAction "${channel}" "${tx}" + local rc=$? + local counter=0 + while [ ${counter} -lt ${MAX_RETRY} -a ${rc} -ne 0 ]; do + echo "Failed to create channel $channel, retry after 3s" sleep 3 - channelCreateAction "${channel}" "${channel_tx}" - res=$? + channelCreateAction "${channel}" "${tx}" + rc=$? let counter=${counter}+1 #COUNTER=` expr $COUNTER + 1` done - cat log.txt - verifyResult ${res} "Channel ${channel} creation failed" - echo_g "=== Channel ${channel} is created. === " + [ $rc -ne 0 ] && cat log.txt + verifyResult ${rc} "Channel ${channel} creation failed" + echo "=== Channel ${channel} is created. === " } # called by channelJoinWithRetry @@ -153,16 +160,16 @@ channelJoinWithRetry () { local peer=$2 local counter=0 channelJoinAction ${channel} - local res=$? - while [ ${counter} -lt ${MAX_RETRY} -a ${res} -ne 0 ]; do - echo_b "peer${peer} failed to join channel ${channel}, retry after 2s" + local rc=$? + while [ ${counter} -lt ${MAX_RETRY} -a ${rc} -ne 0 ]; do + echo "peer${peer} failed to join channel ${channel}, retry after 2s" sleep 2 channelJoinAction ${channel} - res=$? + rc=$? let counter=${counter}+1 done - cat log.txt - verifyResult ${res} "After $MAX_RETRY attempts, peer${peer} failed to Join the Channel" + [ $rc -ne 0 ] && cat log.txt + verifyResult ${rc} "After $MAX_RETRY attempts, peer${peer} failed to Join the Channel" } # Join given (by default all) peers into the channel @@ -171,17 +178,19 @@ channelJoin () { local channel=$1 local org=$2 local peer=$3 + [ -z $channel ] && [ -z $org ] && [ -z $peer ] && echo_r "input param invalid" && exit -1 - echo_b "=== Join org$org/peer$peer into channel ${channel} === " + echo "=== Join org$org/peer$peer into channel ${channel} === " setEnvs $org $peer channelJoinWithRetry ${channel} $peer - echo_g "=== org$org/peer$peer joined into channel ${channel} === " + echo "=== org$org/peer$peer joined into channel ${channel} === " } getShasum () { [ ! $# -eq 1 ] && exit 1 shasum ${1} | awk '{print $1}' } + # Fetch all blocks for a channel # Usage: channelFetchAll channel org peer channelFetchAll () { @@ -189,27 +198,27 @@ channelFetchAll () { local org=$2 local peer=$3 - echo_b "=== Fetch all block for channel $channel === " + echo "=== Fetch all block for channel $channel === " local block_file=/tmp/${channel}_newest.block channelFetch ${channel} $org $peer "newest" ${block_file} [ $? -ne 0 ] && exit 1 newest_block_shasum=$(getShasum ${block_file}) - echo_b "fetch newest block ${block_file} with shasum=${newest_block_shasum}" + echo "fetch newest block ${block_file} with shasum=${newest_block_shasum}" block_file=${CHANNEL_ARTIFACTS}/${channel}_config.block channelFetch ${channel} $org $peer "config" ${block_file} [ $? -ne 0 ] && exit 1 - echo_b "fetch config block ${block_file}" + echo "fetch config block ${block_file}" for i in $(seq 0 16); do # we at most fetch 16 blocks block_file=${CHANNEL_ARTIFACTS}/${channel}_${i}.block channelFetch ${channel} $org $peer $i ${block_file} [ $? -ne 0 ] && exit 1 [ -f $block_file ] || break - echo_b "fetch block $i and saved into ${block_file}" + echo "fetch block $i and saved into ${block_file}" block_shasum=$(getShasum ${block_file}) - [ ${block_shasum} = ${newest_block_shasum} ] && { echo_g "Block $i is the last one for channel $channel"; break; } + [ ${block_shasum} = ${newest_block_shasum} ] && { echo "Block $i is the last one for channel $channel"; break; } done } @@ -220,10 +229,10 @@ channelFetch () { local peer=$3 local num=$4 local block_file=$5 - echo_b "=== Fetch block $num of channel $channel === " + echo "=== Fetch block $num of channel $channel === " #setEnvs $org $peer - setOrdererEnvs + setOrdererEnvs # system channel required id from ordererOrg # while 'peer chaincode' command can get the orderer endpoint from the peer (if join was successful), # lets supply it directly as we know it using the "-o" option if [ -z "${CORE_PEER_TLS_ENABLED}" ] || [ "${CORE_PEER_TLS_ENABLED}" = "false" ]; then @@ -244,7 +253,7 @@ channelFetch () { echo_r "Fetch block $num of channel $channel failed" return 1 else - echo_g "=== Fetch block $num of channel $channel is successful === " + echo "=== Fetch block $num of channel $channel OK === " return 0 fi } @@ -255,19 +264,20 @@ channelSignConfigTx () { local channel=$1 local org=$2 local peer=$3 - local txFile=$4 - echo_b "=== Sign channel config tx $txFile for channel $channel by org $org peer $peer === " - [ -f ${CHANNEL_ARTIFACTS}/${txFile} ] || { echo_r "${txFile} not exist"; exit 1; } + local tx=$4 + [ -z $channel ] && [ -z $tx ] && [ -z $org ] && [ -z $peer ] && echo_r "input param invalid" && exit -1 + echo "=== Sign channel config tx $tx for channel $channel by org $org peer $peer === " + [ -f ${CHANNEL_ARTIFACTS}/${tx} ] || { echo_r "${tx} not exist"; exit 1; } setEnvs $org $peer - peer channel signconfigtx -f ${CHANNEL_ARTIFACTS}/${txFile} >&log.txt - res=$? - cat log.txt - if [ $res -ne 0 ]; then + peer channel signconfigtx -f ${CHANNEL_ARTIFACTS}/${tx} >&log.txt + rc=$? + [ $rc -ne 0 ] && cat log.txt + if [ $rc -ne 0 ]; then echo_r "Sign channel config tx for channel $channel by org $org peer $peer failed" else - echo_g "=== Sign channel config tx channel $channel by org $org peer $peer is successful === " + echo "=== Sign channel config tx channel $channel by org $org peer $peer is successful === " fi } @@ -277,29 +287,31 @@ channelUpdate() { local channel=$1 local org=$2 local peer=$3 - local txFile=$4 + local tx=$4 + [ -z $channel ] && [ -z $tx ] && [ -z $org ] && [ -z $peer ] && echo_r "input param invalid" && exit -1 + setEnvs $org $peer - echo_b "=== Update config on channel ${channel} === " - [ -f ${CHANNEL_ARTIFACTS}/${txFile} ] || { echo_r "${txFile} not exist"; exit 1; } + echo "=== Update config on channel ${channel} === " + [ -f ${CHANNEL_ARTIFACTS}/${tx} ] || { echo_r "${tx} not exist"; exit 1; } if [ -z "$CORE_PEER_TLS_ENABLED" -o "$CORE_PEER_TLS_ENABLED" = "false" ]; then peer channel update \ -o ${ORDERER_URL} \ -c ${channel} \ - -f ${CHANNEL_ARTIFACTS}/${txFile} \ + -f ${CHANNEL_ARTIFACTS}/${tx} \ >&log.txt else peer channel update \ -o ${ORDERER_URL} \ -c ${channel} \ - -f ${CHANNEL_ARTIFACTS}/${txFile} \ + -f ${CHANNEL_ARTIFACTS}/${tx} \ --tls $CORE_PEER_TLS_ENABLED \ --cafile ${ORDERER_TLS_CA} \ >&log.txt fi - res=$? - cat log.txt - verifyResult $res "peer channel update failed" - echo_g "=== Channel ${channel} is updated. === " + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "peer channel update failed" + echo "=== Channel ${channel} is updated. === " sleep 2 } @@ -311,17 +323,18 @@ chaincodeInstall () { local name=$3 local version=$4 local path=$5 - echo_b "=== Install Chaincode $name:$version ($path) on org${org} peer$peer === " + [ -z $org ] && [ -z $peer ] && [ -z $name ] && [ -z $version ] && [ -z $path ] && echo_r "input param invalid" && exit -1 + echo "=== Install Chaincode $name:$version ($path) on org${org} peer$peer === " setEnvs $org $peer peer chaincode install \ -n ${name} \ -v $version \ -p ${path} \ >&log.txt - res=$? - cat log.txt - verifyResult $res "Chaincode installation on remote peer$peer has Failed" - echo_g "=== Chaincode is installed on remote peer$peer === " + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "Chaincode installation on remote peer$peer has Failed" + echo "=== Chaincode is installed on remote peer$peer === " } # Instantiate chaincode on specifized peer node @@ -333,8 +346,9 @@ chaincodeInstantiate () { local name=$4 local version=$5 local args=$6 + [ -z $channel ] && [ -z $org ] && [ -z $peer ] && [ -z $name ] && [ -z $version ] && [ -z $args ] && echo_r "input param invalid" && exit -1 setEnvs $org $peer - echo_b "=== chaincodeInstantiate for channel ${channel} on org $org peer $peer ====" + echo "=== chaincodeInstantiate for channel ${channel} on org $org peer $peer ====" # while 'peer chaincode' command can get the orderer endpoint from the peer (if join was successful), # lets supply it directly as we know it using the "-o" option if [ -z "$CORE_PEER_TLS_ENABLED" -o "$CORE_PEER_TLS_ENABLED" = "false" ]; then @@ -358,10 +372,10 @@ chaincodeInstantiate () { --cafile ${ORDERER_TLS_CA} \ >&log.txt fi - res=$? - cat log.txt - verifyResult $res "ChaincodeInstantiation on peer$peer in channel ${channel} failed" - echo_g "=== Chaincode Instantiated in channel ${channel} by peer$peer ===" + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "ChaincodeInstantiation on peer$peer in channel ${channel} failed" + echo "=== Chaincode Instantiated in channel ${channel} by peer$peer ===" } @@ -372,7 +386,8 @@ chaincodeInvoke () { local peer=$3 local name=$4 local args=$5 - echo_g "=== Invoke transaction on peer$peer in channel ${channel} === " + [ -z $channel ] && [ -z $org ] && [ -z $peer ] && [ -z $name ] && [ -z $args ] && echo_r "input param invalid" && exit -1 + echo "=== Invoke transaction on peer$peer in channel ${channel} === " setEnvs $org $peer # while 'peer chaincode' command can get the orderer endpoint from the peer (if join was successful), # lets supply it directly as we know it using the "-o" option @@ -393,10 +408,10 @@ chaincodeInvoke () { --cafile ${ORDERER_TLS_CA} \ >&log.txt fi - res=$? - cat log.txt - verifyResult $res "Invoke execution on peer$peer failed " - echo_g "=== Invoke transaction on peer$peer in channel ${channel} is successful === " + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "Invoke execution on peer$peer failed " + echo "=== Invoke transaction on peer$peer in channel ${channel} is successful === " } # query channel peer name args expected_result @@ -406,15 +421,16 @@ chaincodeQuery () { local peer=$3 local name=$4 local args=$5 + [ -z $channel ] && [ -z $org ] && [ -z $peer ] && [ -z $name ] && [ -z $args ] && echo_r "input param invalid" && exit -1 [ $# -gt 5 ] && local expected_result=$6 - echo_b "=== Querying on org$org peer$peer in channel ${channel}... === " + echo "=== Querying on org$org peer$peer in channel ${channel}... === " local rc=1 local starttime=$(date +%s) setEnvs $org $peer # we either get a successful response, or reach TIMEOUT while [ "$(($(date +%s)-starttime))" -lt "$TIMEOUT" -a $rc -ne 0 ]; do - echo_b "Attempting to Query peer${peer}.org${org} ...$(($(date +%s)-starttime)) secs" + echo "Attempting to Query peer${peer}.org${org} ...$(($(date +%s)-starttime)) secs" peer chaincode query \ -C "${channel}" \ -n "${name}" \ @@ -425,13 +441,15 @@ chaincodeQuery () { test $? -eq 0 && VALUE=$(cat log.txt | awk '/Query Result/ {print $NF}') test "$VALUE" = "${expected_result}" && let rc=0 fi - cat log.txt if [ $rc -ne 0 ]; then + cat log.txt sleep 2 fi done + + # rc==0, or timeout if [ $rc -eq 0 ]; then - echo_g "=== Query on peer$peer in channel ${channel} is successful === " + echo "=== Query on peer$peer in channel ${channel} is successful === " else echo_r "=== Query result on peer$peer is INVALID, run `make stop clean` to clean ===" exit 1 @@ -444,18 +462,16 @@ chaincodeQuery () { chaincodeStartDev () { local peer=$1 local version=$2 - #setEnvs $peer - #setEnvs 1 0 + [ -z $peer ] && [ -z $version ] && echo_r "input param invalid" && exit -1 setEnvs 1 0 CORE_CHAINCODE_LOGLEVEL=debug \ CORE_PEER_ADDRESS=peer${peer}.org1.example.com:7052 \ CORE_CHAINCODE_ID_NAME=${CC_02_NAME}:${version} \ nohup ./scripts/chaincode_example02 > chaincode_dev.log & - res=$? - cat log.txt - verifyResult $res "Chaincode start in dev mode has Failed" - echo_g "=== Chaincode started in dev mode === " - echo + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "Chaincode start in dev mode has Failed" + echo "=== Chaincode started in dev mode === " } # chaincodeUpgrade channel peer name version args @@ -466,7 +482,8 @@ chaincodeUpgrade () { local name=$4 local version=$5 local args=$6 - echo_b "=== Upgrade chaincode to version $version on peer$peer in channel ${channel} === " + [ -z $channel ] && [ -z $org ] && [ -z $peer ] && [ -z $name ] && [ -z $version ] && [ -z $args ] && echo_r "input param invalid" && exit -1 + echo "=== Upgrade chaincode to version $version on peer$peer in channel ${channel} === " setEnvs $org $peer # while 'peer chaincode' command can get the orderer endpoint from the peer (if join was successful), @@ -490,11 +507,10 @@ chaincodeUpgrade () { --cafile ${ORDERER_TLS_CA} \ >&log.txt fi - res=$? - cat log.txt - verifyResult $res "Upgrade execution on peer$peer failed " - echo_g "=== Upgrade transaction on peer$peer in channel ${channel} is successful === " - echo + rc=$? + [ $rc -ne 0 ] && cat log.txt + verifyResult $rc "Upgrade execution on peer$peer failed " + echo "=== Upgrade transaction on peer$peer in channel ${channel} is successful === " } # configtxlator encode json to pb @@ -504,7 +520,7 @@ configtxlatorEncode() { local input=$2 local output=$3 - echo_b "Encode $input --> $output using type $msgType" + echo "Encode $input --> $output using type $msgType" curl -sX POST \ --data-binary @${input} \ ${CTL_ENCODE_URL}/${msgType} \ @@ -518,7 +534,7 @@ configtxlatorDecode() { local input=$2 local output=$3 - echo_b "Config Decode $input --> $output using type $msgType" + echo "Config Decode $input --> $output using type $msgType" if [ ! -f $input ]; then echo_r "input file not found" exit 1 @@ -538,7 +554,7 @@ configtxlatorCompare() { local updated=$3 local output=$4 - echo_b "Config Compare $origin vs $updated > ${output} in channel $channel" + echo "Config Compare $origin vs $updated > ${output} in channel $channel" if [ ! -f $origin ] || [ ! -f $updated ]; then echo_r "input file not found" exit 1 diff --git a/hyperledger_fabric/v1.0.2/scripts/test_cc_install.sh b/hyperledger_fabric/v1.0.2/scripts/test_cc_install.sh index 3db969d4..6e4eb05f 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_cc_install.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_cc_install.sh @@ -10,10 +10,16 @@ fi ## Install chaincode on all peers CC_NAME=${CC_02_NAME} CC_PATH=${CC_02_PATH} -echo_b "Installing chaincode ${CC_NAME} on all 4 peers..." -chaincodeInstall 1 0 ${CC_NAME} ${CC_INIT_VERSION} ${CC_PATH} -chaincodeInstall 1 1 ${CC_NAME} ${CC_INIT_VERSION} ${CC_PATH} -chaincodeInstall 2 0 ${CC_NAME} ${CC_INIT_VERSION} ${CC_PATH} -chaincodeInstall 2 1 ${CC_NAME} ${CC_INIT_VERSION} ${CC_PATH} +echo_b "=== Installing chaincode ${CC_NAME} on all 4 peers... ===" -echo_g "=== Install chaincode done ===" \ No newline at end of file +for org in "${ORGS[@]}" +do + for peer in "${PEERS[@]}" + do + chaincodeInstall $org $peer ${CC_NAME} ${CC_INIT_VERSION} ${CC_PATH} + done +done + +echo_g "=== Install chaincode done ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_cc_instantiate.sh b/hyperledger_fabric/v1.0.2/scripts/test_cc_instantiate.sh index 8f1edf19..3e56b9f8 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_cc_instantiate.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_cc_instantiate.sh @@ -10,8 +10,13 @@ fi # Instantiate chaincode in the channel, executed once on any node is enough CC_NAME=${CC_02_NAME} CC_INIT_ARGS=${CC_02_INIT_ARGS} -echo_b "Instantiating chaincode on channel ${APP_CHANNEL} (once for each channel is enough, we make it concurrent here)..." + +# (once for each channel is enough, we make it concurrent here) +echo_b "=== Instantiating chaincode on channel ${APP_CHANNEL}... ===" + chaincodeInstantiate "${APP_CHANNEL}" 1 0 ${CC_NAME} ${CC_INIT_VERSION} ${CC_INIT_ARGS} chaincodeInstantiate "${APP_CHANNEL}" 2 0 ${CC_NAME} ${CC_INIT_VERSION} ${CC_INIT_ARGS} -echo_g "=== Instantiate chaincode done ===" +echo_g "=== Instantiate chaincode on channel ${APP_CHANNEL} done ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_cc_invoke_query.sh b/hyperledger_fabric/v1.0.2/scripts/test_cc_invoke_query.sh index 79d4f883..5e6ed301 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_cc_invoke_query.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_cc_invoke_query.sh @@ -11,6 +11,8 @@ CC_NAME=${CC_02_NAME} CC_INVOKE_ARGS=${CC_02_INVOKE_ARGS} CC_QUERY_ARGS=${CC_02_QUERY_ARGS} #Query on chaincode on Peer0/Org1 +echo_g "=== Testing Chaincode invoke/query ===" + echo_b "Querying chaincode ${CC_NAME} on peer org2/peer0..." chaincodeQuery ${APP_CHANNEL} 2 1 ${CC_NAME} ${CC_QUERY_ARGS} 100 @@ -32,4 +34,6 @@ echo_b "Querying chaincode on all 4peers..." chaincodeQuery ${APP_CHANNEL} 1 0 ${CC_NAME} ${CC_QUERY_ARGS} 80 chaincodeQuery ${APP_CHANNEL} 2 0 ${CC_NAME} ${CC_QUERY_ARGS} 80 -echo_g "=== All GOOD, chaincode invoke/query completed ===" +echo_g "=== Chaincode invoke/query completed ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_cc_upgrade.sh b/hyperledger_fabric/v1.0.2/scripts/test_cc_upgrade.sh index b6099b68..2a52877e 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_cc_upgrade.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_cc_upgrade.sh @@ -11,7 +11,8 @@ CC_NAME=${CC_02_NAME} CC_PATH=${CC_02_PATH} CC_UPGRADE_ARGS=${CC_02_UPGRADE_ARGS} #Upgrade to new version -echo_b "Upgrade chaincode ${CC_NAME} to new version..." +echo_b "=== Upgrade chaincode ${CC_NAME} to new version... ===" + chaincodeInstall 1 0 "${CC_NAME}" "${CC_UPGRADE_VERSION}" "${CC_PATH}" chaincodeInstall 1 1 "${CC_NAME}" "${CC_UPGRADE_VERSION}" "${CC_PATH}" chaincodeInstall 2 0 "${CC_NAME}" "${CC_UPGRADE_VERSION}" "${CC_PATH}" @@ -24,4 +25,6 @@ chaincodeUpgrade ${APP_CHANNEL} 1 0 "${CC_NAME}" "${CC_UPGRADE_VERSION}" "${CC_U chaincodeQuery ${APP_CHANNEL} 1 0 "${CC_NAME}" "${CC_QUERY_ARGS}" 100 chaincodeQuery ${APP_CHANNEL} 2 1 "${CC_NAME}" "${CC_QUERY_ARGS}" 100 -echo_g "=== All GOOD, chaincode Upgrade completed ===" +echo_g "=== chaincode ${CC_NAME} Upgrade completed ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_channel_create.sh b/hyperledger_fabric/v1.0.2/scripts/test_channel_create.sh index f868f762..4027e979 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_channel_create.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_channel_create.sh @@ -8,5 +8,10 @@ elif [ -f scripts/func.sh ]; then fi ## Create channel -echo_b "Creating channel ${APP_CHANNEL} with ${APP_CHANNEL_TX}..." +echo_b "=== Creating channel ${APP_CHANNEL} with ${APP_CHANNEL_TX}... ===" + channelCreate "${APP_CHANNEL}" "${APP_CHANNEL_TX}" 1 0 + +echo_g "=== Created channel ${APP_CHANNEL} with ${APP_CHANNEL_TX} ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_channel_join.sh b/hyperledger_fabric/v1.0.2/scripts/test_channel_join.sh index 4cf815ca..e7b78bec 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_channel_join.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_channel_join.sh @@ -8,7 +8,7 @@ elif [ -f scripts/func.sh ]; then fi ## Join all the peers to the channel -echo_b "Update the channel ${APP_CHANNEL} by adding new Org..." +echo_b "=== Join peers ${PEERS} from org ${ORGS} into ${APP_CHANNEL}... ===" for org in "${ORGS[@]}" do @@ -17,3 +17,7 @@ do channelJoin ${APP_CHANNEL} $org $peer done done + +echo_g "=== Join peers ${PEERS} from org ${ORGS} into ${APP_CHANNEL} Complete ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_channel_update.sh b/hyperledger_fabric/v1.0.2/scripts/test_channel_update.sh index 3a482571..15cbeec5 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_channel_update.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_channel_update.sh @@ -8,7 +8,7 @@ elif [ -f scripts/func.sh ]; then fi ## Join all the peers to the channel -echo_b "Having all peers join the channel ${APP_CHANNEL}..." +echo_b "=== Updating config of channel ${APP_CHANNEL}... ===" echo_b "Sign the channel update tx by Org1/Peer0 and Org2/Peer0" channelSignConfigTx ${APP_CHANNEL} "1" "0" "${CFG_DELTA_ENV_PB}" @@ -33,3 +33,7 @@ fi # Now new org is valid to join the channel # channelJoin ${APP_CHANNEL} "3" "0" + +echo_g "=== Updated config of channel ${APP_CHANNEL}... ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_fetch_blocks.sh b/hyperledger_fabric/v1.0.2/scripts/test_fetch_blocks.sh index 6ac3df72..1826b3d4 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_fetch_blocks.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_fetch_blocks.sh @@ -12,10 +12,12 @@ fi org=1 peer=0 -echo_b "=== Fetching blocks ===" +echo_b "=== Fetching blocks of channel ${APP_CHANNEL} and ${SYS_CHANNEL} ===" channelFetchAll ${APP_CHANNEL} $org $peer channelFetchAll ${SYS_CHANNEL} $org $peer -echo_g "Block fetching done!" +echo_g "=== Fetched Blocks from channels done! ===" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_lscc.sh b/hyperledger_fabric/v1.0.2/scripts/test_lscc.sh index ae8a6ee2..f2c2752f 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_lscc.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_lscc.sh @@ -20,6 +20,7 @@ peer=0 #--cafile ${ORDERER_TLS_CA} \ CC_NAME=${CC_02_NAME} + echo_b "LSCC Get id" chaincodeQuery "${APP_CHANNEL}" $org $peer lscc '{"Args":["getid","'${APP_CHANNEL}'", "'${CC_NAME}'"]}' @@ -61,4 +62,6 @@ chaincodeQuery "${APP_CHANNEL}" $org $peer lscc '{"Args":["getchaincodes"]}' # -n lscc \ # -c '{"Args":["getchaincodes"]}' -echo_g "LSCC testing done!" \ No newline at end of file +echo_g "LSCC testing done!" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_qscc.sh b/hyperledger_fabric/v1.0.2/scripts/test_qscc.sh index 316db1b9..e6afe664 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_qscc.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_qscc.sh @@ -30,4 +30,6 @@ chaincodeQuery ${APP_CHANNEL} $org $peer qscc '{"Args":["GetBlockByNumber","'${A # -n qscc \ # -c '{"Args":["GetBlockByNumber","'${APP_CHANNEL}'","2"]}' -echo_g "QSCC testing done!" \ No newline at end of file +echo_g "QSCC testing done!" + +echo diff --git a/hyperledger_fabric/v1.0.2/scripts/test_update_anchors.sh b/hyperledger_fabric/v1.0.2/scripts/test_update_anchors.sh index 6b10daca..dd4dc1c8 100644 --- a/hyperledger_fabric/v1.0.2/scripts/test_update_anchors.sh +++ b/hyperledger_fabric/v1.0.2/scripts/test_update_anchors.sh @@ -8,8 +8,12 @@ elif [ -f scripts/func.sh ]; then fi ## Set the anchor peers for each org in the channel -echo_b "Updating anchor peers for org1..." +echo_b "=== Updating anchor peers to peer0 for org1... ===" channelUpdate ${APP_CHANNEL} 1 0 Org1MSPanchors.tx -echo_b "Updating anchor peers for org2..." +echo_b "=== Updating anchor peers to peer0 for org2... ===" channelUpdate ${APP_CHANNEL} 2 0 Org2MSPanchors.tx + +echo_b "=== Updated anchor peers ===" + +echo \ No newline at end of file diff --git a/hyperledger_fabric/v1.0.2/scripts/variables.sh b/hyperledger_fabric/v1.0.2/scripts/variables.sh index 66a40c1c..1a0b47ed 100644 --- a/hyperledger_fabric/v1.0.2/scripts/variables.sh +++ b/hyperledger_fabric/v1.0.2/scripts/variables.sh @@ -5,7 +5,6 @@ # Name of app channel, need to align with the gen_artifacts.sh SYS_CHANNEL="testchainid" APP_CHANNEL="businesschannel" -#APP_CHANNEL="appchannel" # Client cmd execute timeout and retry times TIMEOUT="30" @@ -14,6 +13,8 @@ MAX_RETRY=5 # Organization and peers ORGS=( 1 2 ) PEERS=( 0 1 ) +#: "${ORGS:=( 1 2 )}" +#: "${PEERS:=( 0 1 )}" # MSP related paths ORDERER_TLS_CA=/etc/hyperledger/fabric/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_0.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_0.block index 6b254f9321e972499411f931ff4591d5fe3474f0..bc82ded4b737f1e1039a403be561c6831b838cfd 100644 GIT binary patch delta 465 zcmV;?0WSWeU8P+*3L+XHHj0u;+NPOJ>^*V7>>!JYXu@wP3ee4;%`UiWxGKB^hM1ycw_xleG>alOQTjvvLE;36pRQYLhw*HIv#6k(1XB zE0c{RCzHx0MFJ`YlXWF7liehqlcObk1Ka-pvmz!Z0~kGw28Ak#!(Wfx%C@0l#eqO( zju?QbI~%iMDMaOAiOWfySR;?^|pH6>24hwKqutdzT{5=JmY0w5^|^*eQkprmH~ z^o*S|HuO2SE`s|fwkP-}S5Ts#45R`eJ_C?e&e}yIvMq%VBJ4~J4)`(oP3`-n4t_2$ z0S}Qe5=JmY0w7TA>P8yR^6h0ac-JH#OL`|LX2lXlrUjk!Odgm{v%(-Rty~-V#SJMFJrJ#NHnO$@4+eMC|ai`G@sj)^NO) zLYjoj9jPTN5F3o80w6rIErlAUEUYF40~2>YO;Z2@Yxs-7J$lA?T44uQ3m6&*3IGZK H3IGZKqFBLM delta 491 zcmVY9wouJtQm$Dh5GhZE0?EvvLC*3X_-^C6gEq z43qK=GLvK&B?d7~Q&12Avm6e%3X{quB$I3;B$MtXApt6r{v@T7-6SZJX(Viu4<--; z+=cD4A|@vT7?ZQw9mm+^x^$ZKdQ?{-c&qK{j<6qtVY6W=Nd$izytNp>-4dpbe-=;@MleJIAO(bHLzGJ**PpWARG{c| zz@)?%JaQNHxbJ(eO~eV7j0gfCasBQFLG|kHTqr-8c4l`#EnbBQlInzb!A?vazeFPc z5=JmY0w8nxR7u2D*gn;zzI`&_WA=r;EoH6PFQy2%2B@UM-3t7Mzea88VCvi3IGZK3IL}k(m4PC diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_1.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_1.block index c085855dbebbcf66f48408c5b75de8dec976bb45..3f26d3b8e47e2b0655821f4928fc37f9cf19ffbf 100644 GIT binary patch delta 786 zcmV+t1MU2=Yp`ox3PuP45+LD3eIwtZAcEB7bWL~tL6f)J#;`On!l%Yi`zstK&qEp@ z*h6}Y9FcRSlbflTJvT4-X*LMdllG8guCYdF7HyrZ5{g|4hg}N1Tne`a3L6Lk8U_g6 z{{NGJCKR!90RtnlRYww6e&`L#c{7%G+WQsVmHv8wZYJOo|5XayMF;{C*G03V8OaHg zp(AROYa=z23nU4XSR_M}6C^~F$0Tf%n;lSw8d zlgA_^voj?=0T0p-3dsfv8wdg#1_<5$|FeK5Cj%OgBWH2b)C$$Z^v=nF{EL)1{i*WM zi?AFLgR{XY4FLi5v(G9O1Am*ynv`hBQIZCA0!bO)e22dfu_57g;bRgp>BbUt*MleJIAS5;=+ekyb-$l1K&@0g5Z?KvqeSM<)R)0oN*OUxLj{yQ8 z20qifId=K_K-<%02dfO9`N?A_u7>T7r~1O70Qq^E5=JmY0w8nXH&iGz%S~fdymLaA zKHE$>a5YGMar3zRf4s@>(P9E1T~Irw)hEWdl{spL@G{?%k*PoLLWZIWe@_z6<;}T~ z8rTgAqeS@duMAR^-sMmh^0>WRClf0q->mvTW+>KV6w Q`cvy=)r7NAiV6S<0Lb4{y8r+H delta 779 zcmV+m1N8i`Yq4uy3PuP45+IMn_U~@$$I+qz3P?9S`4n*z(g{zNJ1oPm@0P@Sx@{UD z{BH*2Jl5h&Dd&I=j9Vg9FAGA3RRXbgsegfV;p8Tt5{g|4hg}N1Tne`a3L6Lk8U_g7 zh3%7oCKR!90Rto0%K)@8w~P!&ZGV{=GLXYbtrhjnE`|*f|5XayMF;{C*F}>q4;Hf{ z8l(yl65JIE2TyWmF-=oY63`V00h2Kr7PF!c;R%ygDmasa8K0A~4kwc+CM1)}Bq0bY z20>(PX>N0~mIKKNlgbS=lU@yLll~0}lS>XmlLih%lll%UlMf{%lSw8dlgA_^voj?= z0T0m+3dsfv8wdg#1_<7T?X!R;Cj%N-HX5sMNTa|5C;Ug}bBymWXmz}{XsA;Xg0sOX z4FLi4v(G9O1Aj-^U{ru;X~ReHtqfWQhhekm-$+?$(1#L6Fhl|%2VM-&_^%E0#HSUs zeyl8I5?S<8ew(aUZ*|stSd#o@V>c5ZR2El?-O58rcmB<^~eu z1`3x33bW!a{sLhy=tPWS5?eNfCKNEX%xcD>5uKTVfVX54M=(VKApqtnYLrpwGMeRv zvd|j1DjbzItX94wzfPga@(31o%5DN6Slk*gKolB)W5ySeC8C1wKCMtj7;I1iZ^7f= zzlHmMvp_No17zjeIPI(PX#WOPvPr|AP?!3)AtQrI27qc6OZIl`y zsV$`*;@4`(X)+@HLlrDojrdITF62n~zz+DRUTne`a3L6Lk8U_g8 z{{OLF6$2w-3g9fVVBHW=$v?sZB>^*O! ziVoijv#SF{3X@b0E|V`ACX*2kKLIL}SSBu${3Ifi)+8ecDh5GhZE0?Elkg==lXWF~ zlW7?zll&wilVBzz6B3*d3egV=$p#7=2m%@g2;ctyv$`fH0~+Hh>wcc*$UC;i+Lt@% zAoG}#$jh=e$@>z5v->Fx0R!{~3bW2869a!t;Y9edJlh2U!`v`2BHuMcc-eW;=twIP zMleJIAbVTg;`H$f3((ZLlhl79#H6ioaG&#B&vDk&5=JmY0w5Y0|IY7+ zwl0rp$jJbrnJyx1dA(?c-jN>80;?y&<*@=F7x*#CU^yB~W9e|s>Mr|nguVb-&gVFi zvBQ$jg(}$q8rcmB)^Et7pchuud!`e) z5=JmY0w4l?E26J&?o&Tu@9Vs@K*MUZ^p8tqb)c=5hG2~e(i{RHcL#2kMQsI3w~=o%<)X3hD+50tf;U;|2B<{fLrf+T(LmHYAx>gF7MhF8Ekw%j)4;`~A8axV< z>=`1Hx+Fi7wizaqx+Dyf8X6F@OApryld=vclZGZClhzI-2r33aWNm3~bF-EM$qAFn z4K$Np4QrGB4GEJ=4nva$4n&hlB_xwyCMA>m4l9#`CL{tX29vrafs=J5OOw_PC6k0E zBa=xbBoh*z5DL-{3dsfv8wdg#1_A zY>|Z$gR}c74FLo71`4yzCKCgHIG}bzh2!>zmznFNS2zH>VJ&QCK0C z^;La|ZO;tQQ_CN|dr=6#z{VKZ)ldQ;6!EGb-lV;1SnhPv`RSpJ9EF_RsvYt(?^QTY z*Hs!N8rTgA87~8WlV?i&(FgzXjZT3VDTysX*V0OES zk}UZ&XP`Xs`|Cyk3h4$40tf;U;sy$r1`7HG3JOnhWMy(?a!pfE66*!CEHCW>WNq~h z)dz3TvCNvK;o_2-uOLBB^n^PP>k>vVL;@fsXQr?Z<&10Wz~8PlRHgAD9wuM+L)wuO w?BMwOh}4||AbFx!J!oPyr(eapvuXyaktt)O`C{B;tc-h%!SH3J*9rg%0Jf)9SO5S3 diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_3.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_3.block index ef3f5d4a3228c058b998208fe167f3da30be1c7b..2651480ac27c1345b6ce40d031b2062fda6f0cc4 100644 GIT binary patch delta 679 zcmaE*@miyv%Z-CsNFln$?^DUP`a{#CH$`1(OOfMI+;Df|j;(X+D_`%mn!aP9l){Tv zGtQY)58CCNlA9(oVcld-+fK$Ri_Np6ck~KIys*y{IwHk&P>SoTB-dadJjtUS4XBmP2Y%Vp3A7Rg#H;fqAlli9w>Vk%fhM zqM5n5fk~QWibYzgxp_*mkx{B?s%4^KqPcO3Ns^JVsfj_7MQU=gg^|g|9dgVP2j?GF z(sus-MC829dXQwGwR-bAW+~jVlNH!!E3BVzs%_cB*jaZA7d;YQGIq#m?b9jZblKHD@_kNwR&S%$o2i~5vfGx3K8sg6PIr7ULW_mByP{CwMNO4e19}*9hz$;TzJ(ixN_%UcS82)7Q({*P)*~t}YjPrz! zseXT3D9FlOKjm8OgAEThEZI6W;&)|2=$^oD%#Wr8dR`WC zGjL&25bbo$zECclmg02AzQ+Fh&H3lVJ9UC(cb-d;tM;1Cu$f6APijxE;h`;`=UYeb zKD;z*-Rx;@A6MMn_jix=x1YLc8iri2*tnQDn1mj)aZP9A`o+q{`}l{^r`>Qx42} zbHP+X%(*?j;~l4put|8}1aBq6B0_u~_muN1hVZWSnWSc>a_6xSC?u379{IULMV+#F9^ z-(F%B*mG;8t`dJzX>n#=YH@LLMq*xGYL1peN}9R3iHU)wMUsVaYFeU6T56JcibvKQ;u2U+s_$)B{m6Y zo^5}!x$@g(6;s>dUsCLvDx2RkOW~HCtjIoFp*D1(kI9QAn||`}JhK0)_qRRntbgD6 z{N*QZO-PKjk`~;2hh2lU{?N|s`fH~5zF$1M*4jMq*8``DB`03;-?#p5>UK9*@emi2 zg0kmkiL~=QZ90an%qw|fR^45Z$}Y5ao_g*&3xhQ&)$fJe4P2QN8J-`hP<-FPy7!e- zj(pjX=#tZ2n=BO>)@kJA{^{!It_f#SVEfu7aQEtz{HgNV6)T#>?>V3BOB7o2==fH% zz)d?h?Yr<@>LxGOGq%l)f~?H-;cJ67>`F5Ds1wY#jM>0$`zn299seywE>PPRKbKD8 z(o&e&9w#$#wRG#dWm#LzjTn@FcGX@znQOi0DwBe5etyrf`%g~YR>~Jf?_TY# z)0AD*Tr#bnEP3MI#r2Yni;06t=n)&&bT+PEtXy3FMJcI8sYSlQ0Ya}gui<^il+rn` zzxX;B}Bm!9Gb?@9}|^pNzXV?E6|;SnSHM$*!yLTv>zPz|4bXbb(fE3pkNv_%KT)7;~Qal`g z|NXzjDlnmC^(JN|{-o04%)Hd%;^d6Pyu8#LEeBH*lQd&Vn%W1Y*m*ozV6i$^3Co8j0Qt#vD z+Q`DC&@35pGTkDzQ?5| zkk)iM#m$jbr}ShxlS0DYrkLDYn~(pPZdH-gB_lZX%7y6c$nrCblvePXZC$(S&*pw! zZstV(-+rkt9xs}DNur83EAYhC&O3H*q*=FwK<$}U|Nhhk*@-J3`n-B%JNv|!cWWL^ zu1^$*ycH{@t{xPi$fUrbrVti7t024l$D9MLO7nLmeqcXWX2y9im|y-HZ;5o#=HCK5 z%&Dg78oy3{a4g*ZlGpOAZrII5T>6Pz)6Yl4tdV}Hd6V}w)5NT=exE!y=>~~(9Q|YV z;CA@k;y3G+ye2UzBnK9*w8{T}e#U>%Lg!EXpG|LBz1g~*_qima+5GF@RwQ#Va4`S? D+^Z{q delta 677 zcmaE@@kXPb%Z-CYNMV=Cv>C6Oc{(QP_CA>Dq-*t{<&B%oG9I==au21Hb}Y)4Qds-q zlY#acrV9@b)s}QU?B0FO;cVmWOUd`v%)Y(jzMjw(p(9dU2c@{aN^;F+=gQ?^mg3>~ z(falhtH6TG^FA^u@h6oQXXd3A7bj;V=H;d4XgQc0C!3ijTN#-cnTo;A7R!)A)X|`FHpz7c20b;}wDse)O>^S2-B+JKl6bcDkFQ;F6vx*) zQ(w%CxNn}qq#(`8Wf}Z@dC2Bno%>AB2rX-F4Ux^hT~hoapl|&J#vd21Z0_UbW==e+ z^@jh){Mp@(FZ4Ng?A!VL@`6>OpRe4ChT5|xF{rYCNuZwC)ukCLm>SJ?7t~%A_RY-p zc=F~(hdh@ElLCumLaELd<}IDmv@Vv3-8OM}Yw=m!{l+Xs_L$^bXIeIG{w2V}oO)wt zn%{1A$*G(73$2sddo!BfFaO!;Bb97WYi>kkpKbOo-a7l?%bzJydv{20lsYILK4DkD z;;v$Iy8a1-hw+^P<0R_xI4Zo%S+ACaxWA?#NE*E!{kZ?EyIe*QOUP0g(jOqoafKeNubTifYmes{BwyMZf{BE$4mlcX00 zIeX1FFk8odL5=_9si|MqARFlY(`B!g-5LhlO|=>v^7^nsoA?+?L-W zYh`W-fBs)$UT^kVNa_YJ*Hbp3N1Lm;nVAzricdRSPG44fA*sL8{;#u^8Cw>|nzhUS z2)P-!Fe$_a{WOexn9rM^{Ka|7?Mq8#MJ98xJegJ7zbDEeZ|MO}CIySCgmbdbW^c0$ zocPk_dFlM8=HL9*{4QeU(hR$FQ)NZW=KFj+%qedUS+3s~{%*F1OALehhoeg%-B}lx`R_&N+Dv> z%9N({@Bd$$xy6gkbW_!~KrKIy^>Z>kGOQ9+-kkd{v_gz)sTkKyQLZ`cTzMSKQal{< z+TLDb71+|#yNg+gKdH1hGcUEcI5{IRFE2Gm%fTQq(a_Y?%GA&}DcQ{2*u=uv&^*=5 z#L&bb)zBm{+04Sw*w851z}V2z($qX9HN`A7CE36%#lYMsE!83^(b!_+PI+dD{ldP+ zQ(4&lB|X~qeM8k<>FYo2X3Ok4{&n*QW+~jVla<&F6z&$EUH#PPpeD-($%i?eF@aCD z=l)LFZa(c?R7p+lw%|3Ji`dJU>!a5`mHN2p>*2Chts4391Ke|?%@ zaE;NizkWr^x$SW!{w7?~d``Tj}rIOY6<<2jm z_ATF-qS0{qdm>NfAPbAZfip?Z6Q2mV z8MrVh1pVDxRk3zO(@)9wUptFA)V~R8%rGh3eMqTT|rC=CbwLQGGBK;k(>L% e=I+k&TaQ&N`(wArHk*oDMg3YNae#|~iva-KxEOK( diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_6.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_6.block index a7c5163bf544d03f84bcdf4495e5a63ad6fbe98d..a88d998395d6ea4106ac6fdba0303c11fc4f9fda 100644 GIT binary patch delta 652 zcmX@Fa$cpL%Z-CgNFnF@>ZS6hv?5Mlxwu)j?4Wv=K3}h7%ZL5O0{@)%Y)J@~QsDGF z?=6*>a696l%4t)@$&G%iSW{;=J&M|~^*f(PMt-f(3NfywVqCXGx#qBQ<#8}e@o?<= z|Nj!J!1X8ddKi`XlS+#-^HPh8lQR}FGcUBFoY>=kz<(j_~eR>jtNJ9Yj>ac zo^psu!TA(#T@p`-@9FyMB33-d!nYUh{Qlfzmini+ZT-s+PiYi#GjL&2NQ{nmzd0vS zCB5dbz`gRshc&FBZ)zge_c%FqR>|Ieb&*MdUy|v_%2(UOH8elJo^aP{o`czyNl$qr zdn_-0n=7p4%`-vj=H@bPPUg&WeRHn9`gH1Y-a*6MK3DBoKXmJQDifv(KrHe*;<)j< ztf)ikZg>AbSDu$AU(-lgDZwaRr;~K~==Zg$ObR)EGr!H}IOzLb?$tM@fKvN&*WRWX zC%!+rN_rcMBNy)#u2*baOdL!?k2lwFGc%_qGDiBo);%98dHMRnPLWwb+hbZH{q6_X z3Ar1%GAS~wf3t0S(5KqBceiLx+j6G(fkH)bt-1B~-24d%o?=s$on=z+wqw%R_HyR>&Ki>jgZuC9dgQ9!5|Q>^?=vILt@YW57W2PpIljF< zwM+_fa?elZiE5u$v|4d%?dM_^d9Jsyr@E(Iv$Qj@SIBl~5^^_iWm075^|-D4I%{6n z906`7!E--zjtKV8RhO18JAU$Q%=;BTJ~1hjugGKCol=;zEIxAm!_!7NGgeKO=9{1% zBgkX%aY~GPl9tqs&86I&%;{gJ99tMN#i{yf;Vv)DwOws{F0TF?F1LAskeh)ElR`x4 z%R;9msr$1_eyTjVa&NxwnT$$zJ(q3QgSa+pYi=oLQV3~~WIWKfQh4q}K96@@xdodT zR;)EEx_^E{xYU!^e`ns~ddbGc#KE+=lADz|W$pZH@7>+wCNZtg+UC4c*ktX#LZ3YG z*=`WaIQI!GbJ#CWuAed|NWR0w7D5?+}#-Eb610j eCFjdh)zn|PZ6aw`ZYN)tQYqqIbdZaIiva*b*bQm` diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block index 52f511c695769827a6d3265ad47fa0b56531c982..a74bf8cd14841394dc9941ecd1731c2da2acfde6 100644 GIT binary patch delta 827 zcmV-B1H}C7YwBxW3PuP55+K8?s#WOPvPr|AP?!3)AtQrI27qc6OZIl`y zsV$`*;@4`(X)+@HLlrDojrdITF62n~zz+DRUTne`a3L6Lk8U_g8 z{{OLF6$2w-3g9fVVBHW=$v?sZB>^*O! ziVoijv#SF{3X@b0E|V`ACX*2kKLIL}SSBu${3Ifi)+8ecDh5GhZE0?Elkg==lXWF~ zlW7?zll&wilVBzz6B3*d3egV=$p#7=2m%@g2;ctyv$`fH0~+Hh>wcc*$UC;i+Lt@% zAoG}#$jh=e$@>z5v->Fx0R!{~3bW2869a!t;Y9edJlh2U!`v`2BHuMcc-eW;=twIP zMleJIAbVTg;`H$f3((ZLlhl79#H6ioaG&#B&vDk&5=JmY0w5Y0|IY7+ zwl0rp$jJbrnJyx1dA(?c-jN>80;?y&<*@=F7x*#CU^yB~W9e|s>Mr|nguVb-&gVFi zvBQ$jg(}$q8rcmB)^Et7pchuud!`e) z5=JmY0w4l?E26J&?o&Tu@9Vs@K*MUZ^p8tqb)c=5hG2~e(i{RHcL#2kMQsI3w~=o%<)X3hD+50tf;U;|2B<{fLrf+T(LmHYAx>gF7MhF8Ekw%j)4;`~A8axV< z>=`1Hx+Fi7wizaqx+Dyf8X6F@OApryld=vclZGZClhzI-2r33aWNm3~bF-EM$qAFn z4K$Np4QrGB4GEJ=4nva$4n&hlB_xwyCMA>m4l9#`CL{tX29vrafs=J5OOw_PC6k0E zBa=xbBoh*z5DL-{3dsfv8wdg#1_A zY>|Z$gR}c74FLo71`4yzCKCgHIG}bzh2!>zmznFNS2zH>VJ&QCK0C z^;La|ZO;tQQ_CN|dr=6#z{VKZ)ldQ;6!EGb-lV;1SnhPv`RSpJ9EF_RsvYt(?^QTY z*Hs!N8rTgA87~8WlV?i&(FgzXjZT3VDTysX*V0OES zk}UZ&XP`Xs`|Cyk3h4$40tf;U;sy$r1`7HG3JOnhWMy(?a!pfE66*!CEHCW>WNq~h z)dz3TvCNvK;o_2-uOLBB^n^PP>k>vVL;@fsXQr?Z<&10Wz~8PlRHgAD9wuM+L)wuO w?BMwOh}4||AbFx!J!oPyr(eapvuXyaktt)O`C{B;tc-h%!SH3J*9rg%0Jf)9SO5S3 diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block.json b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block.json index 4881f7f0..84829680 100644 --- a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block.json +++ b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/businesschannel_config.block.json @@ -674,13 +674,13 @@ }, "signatures": [ { - "signature": "MEUCIQCBmOeHd8S/jdhmNGxCszPbEfcv4p/1EEBWyoHsCrsbfgIgQHn7HSg8z/6xFQdDD+/OoQ0JDUXOJbmxEvIo/qZ4n4A=", + "signature": "MEQCIATVJZUaxHzrjS/+PeqVTKl6gyiOF6R+N0TSOHZ16V60AiASFdWxHyV+2xGwOxAycBShDfO8QtGwvTn3QK1yryAgkw==", "signature_header": { "creator": { "id_bytes": "LS0tLS1CRUdJTiAtLS0tLQpNSUlDR2pDQ0FjQ2dBd0lCQWdJUkFOMnVKZDJueE1VVE9XOXdLTm9YZHhnd0NnWUlLb1pJemowRUF3SXdjekVMCk1Ba0dBMVVFQmhNQ1ZWTXhFekFSQmdOVkJBZ1RDa05oYkdsbWIzSnVhV0V4RmpBVUJnTlZCQWNURFZOaGJpQkcKY21GdVkybHpZMjh4R1RBWEJnTlZCQW9URUc5eVp6SXVaWGhoYlhCc1pTNWpiMjB4SERBYUJnTlZCQU1URTJOaApMbTl5WnpJdVpYaGhiWEJzWlM1amIyMHdIaGNOTVRnd01UQXpNVE13T1RVMVdoY05Namd3TVRBeE1UTXdPVFUxCldqQmJNUXN3Q1FZRFZRUUdFd0pWVXpFVE1CRUdBMVVFQ0JNS1EyRnNhV1p2Y201cFlURVdNQlFHQTFVRUJ4TU4KVTJGdUlFWnlZVzVqYVhOamJ6RWZNQjBHQTFVRUF3d1dRV1J0YVc1QWIzSm5NaTVsZUdGdGNHeGxMbU52YlRCWgpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJKR1N4RlpFN3NvcDZVbWVkcnZmWDNCQ0RVRUpJdTg0Cm1RTk1jYWQzMXpUNmR3Sm0zaHJBL1h6dk1uMzUvS25sWXpkS2hMMmNPWHdVbERHWXFqR2p4UTZqVFRCTE1BNEcKQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUNzR0ExVWRJd1FrTUNLQUlIWXdDTmNFK0ZmcgpaWHFaSTRKTFA4WVhqelRmcU9WUWs5MmI0NC9kVTVUdU1Bb0dDQ3FHU000OUJBTUNBMGdBTUVVQ0lRQ2JKaWRRCjg0Qzh4aGpVbVJwb2lsSEtsNUZDSXdVQnc2OURaUU8vN1p6ZVB3SWdCcENRY2dLRDRGbk5WWStHczRTNVN2UlMKQVhZeFVMWnBYWURRWHQxS2FMST0KLS0tLS1FTkQgLS0tLS0K", "mspid": "Org2MSP" }, - "nonce": "OKB2Q4Xj9oeXmeukVzgAu2EtbGY+Qn3J" + "nonce": "5DBHiQFaIv3E6cEhSyfP3E55qQXxaWlY" } } ] @@ -689,7 +689,7 @@ "channel_header": { "channel_id": "businesschannel", "epoch": "0", - "timestamp": "2018-01-14T11:45:36.000Z", + "timestamp": "2018-01-18T01:29:45.000Z", "tx_id": "", "type": 2, "version": 0 @@ -699,18 +699,18 @@ "id_bytes": "LS0tLS1CRUdJTiAtLS0tLQpNSUlDR2pDQ0FjQ2dBd0lCQWdJUkFOMnVKZDJueE1VVE9XOXdLTm9YZHhnd0NnWUlLb1pJemowRUF3SXdjekVMCk1Ba0dBMVVFQmhNQ1ZWTXhFekFSQmdOVkJBZ1RDa05oYkdsbWIzSnVhV0V4RmpBVUJnTlZCQWNURFZOaGJpQkcKY21GdVkybHpZMjh4R1RBWEJnTlZCQW9URUc5eVp6SXVaWGhoYlhCc1pTNWpiMjB4SERBYUJnTlZCQU1URTJOaApMbTl5WnpJdVpYaGhiWEJzWlM1amIyMHdIaGNOTVRnd01UQXpNVE13T1RVMVdoY05Namd3TVRBeE1UTXdPVFUxCldqQmJNUXN3Q1FZRFZRUUdFd0pWVXpFVE1CRUdBMVVFQ0JNS1EyRnNhV1p2Y201cFlURVdNQlFHQTFVRUJ4TU4KVTJGdUlFWnlZVzVqYVhOamJ6RWZNQjBHQTFVRUF3d1dRV1J0YVc1QWIzSm5NaTVsZUdGdGNHeGxMbU52YlRCWgpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJKR1N4RlpFN3NvcDZVbWVkcnZmWDNCQ0RVRUpJdTg0Cm1RTk1jYWQzMXpUNmR3Sm0zaHJBL1h6dk1uMzUvS25sWXpkS2hMMmNPWHdVbERHWXFqR2p4UTZqVFRCTE1BNEcKQTFVZER3RUIvd1FFQXdJSGdEQU1CZ05WSFJNQkFmOEVBakFBTUNzR0ExVWRJd1FrTUNLQUlIWXdDTmNFK0ZmcgpaWHFaSTRKTFA4WVhqelRmcU9WUWs5MmI0NC9kVTVUdU1Bb0dDQ3FHU000OUJBTUNBMGdBTUVVQ0lRQ2JKaWRRCjg0Qzh4aGpVbVJwb2lsSEtsNUZDSXdVQnc2OURaUU8vN1p6ZVB3SWdCcENRY2dLRDRGbk5WWStHczRTNVN2UlMKQVhZeFVMWnBYWURRWHQxS2FMST0KLS0tLS1FTkQgLS0tLS0K", "mspid": "Org2MSP" }, - "nonce": "eF1lRTMYHUrCmISih4UI5cI8JqStbJGF" + "nonce": "VfelwNfFPko4tdo0/fWiVB0o4KY43q9C" } } }, - "signature": "MEUCIQDWB/GF7sfHvpEsdV5LFT5nUkJ/SimHQnTYHRRz/9n7/AIgbRde4Vg77eiZntFYGd3Rx4qJjaLWEgrr4AmKNhSgBzo=" + "signature": "MEUCIQCy9WnpV1J4BerR6Tc1BLyrpHMcJjwq/VYycFXZC+K/DQIgNriKA6oVyKna8TJ6f8QnCNbSTWst+sykaUOBKGBWKvU=" } }, "header": { "channel_header": { "channel_id": "businesschannel", "epoch": "0", - "timestamp": "2018-01-14T11:45:36.000Z", + "timestamp": "2018-01-18T01:29:45.000Z", "tx_id": "", "type": 1, "version": 0 @@ -720,23 +720,23 @@ "id_bytes": "LS0tLS1CRUdJTiAtLS0tLQpNSUlDRERDQ0FiS2dBd0lCQWdJUU1GdzVRaFZmd2tkdnJCMytZZllmcHpBS0JnZ3Foa2pPUFFRREFqQnBNUXN3CkNRWURWUVFHRXdKVlV6RVRNQkVHQTFVRUNCTUtRMkZzYVdadmNtNXBZVEVXTUJRR0ExVUVCeE1OVTJGdUlFWnkKWVc1amFYTmpiekVVTUJJR0ExVUVDaE1MWlhoaGJYQnNaUzVqYjIweEZ6QVZCZ05WQkFNVERtTmhMbVY0WVcxdwpiR1V1WTI5dE1CNFhEVEU0TURFd016RXpNRGsxTlZvWERUSTRNREV3TVRFek1EazFOVm93V0RFTE1Ba0dBMVVFCkJoTUNWVk14RXpBUkJnTlZCQWdUQ2tOaGJHbG1iM0p1YVdFeEZqQVVCZ05WQkFjVERWTmhiaUJHY21GdVkybHoKWTI4eEhEQWFCZ05WQkFNVEUyOXlaR1Z5WlhJdVpYaGhiWEJzWlM1amIyMHdXVEFUQmdjcWhrak9QUUlCQmdncQpoa2pPUFFNQkJ3TkNBQVJpY2tSZ0dUcW91QmFPK0lWTDkrVzBjMDBTdTd4MTZyWDhJak5Ham82Z1prVUFZanB6Ck1LbUIxQ1JXM2VvVTJ0VWQ2cklCTVhqNE1RRlVSRTlXek9ldG8wMHdTekFPQmdOVkhROEJBZjhFQkFNQ0I0QXcKREFZRFZSMFRBUUgvQkFJd0FEQXJCZ05WSFNNRUpEQWlnQ0FaSHlhaE5iK3BLb2VpMGg0SWlnMjh4WFBieENtTgpSdlpOTGErMUs4dU5xakFLQmdncWhrak9QUVFEQWdOSUFEQkZBaUVBdlRySTNCeTRNUnArM0oxQldPa3VhOEhICi80VndZRjY0am4yT0xJbE4vLzBDSUQ2OVNuOHJzR25qeHI0U2pGNGs3M3NIbzBkM2RXWTlYcG43TU1HcEQrdmwKLS0tLS1FTkQgLS0tLS0K", "mspid": "OrdererMSP" }, - "nonce": "tUlDKUlpk4HBahFWeSTuwOumb24UQxqa" + "nonce": "HPaOwejSJxDaz9X9hZjB4sep+iuD0qgh" } } }, - "signature": "MEUCIQCRJEqEKXS0zswR9VV9iW3PDNBTyx++e1EIv8DGGNjVUAIgFPGqH96kvWpY7nTS+emhjRyFnNyqHfIz71U4T9dVGiU=" + "signature": "MEQCIEMy/GrtVEG2Xhg+I91Za6QqKqtsBVC1NMDIn3L+REMRAiAVfyH6BwF2fTXZ/KuYknL2Efwr2dKULDu7Lp9n4L6s5Q==" } ] }, "header": { - "data_hash": "MBpB+KXoUXIfx7Uvi+pu3Nw4yNE4gCsJgzyThQpamw8=", + "data_hash": "A7IbIktTeUSbEcyCAf5gh4Wm8W8f3dIQqZ5Fvp9i6L4=", "number": "2", - "previous_hash": "ayiaxilXZ5mAzVqkxjG7rSFaXhv6gOdo8WBb3ZACjL0=" + "previous_hash": "eqjMGWfLZssm7nf+o2eJaDcav9WV+v4wQslk4hyzYUI=" }, "metadata": { "metadata": [ - "EuIGCpcGCvoFCgpPcmRlcmVyTVNQEusFLS0tLS1CRUdJTiAtLS0tLQpNSUlDRERDQ0FiS2dBd0lCQWdJUU1GdzVRaFZmd2tkdnJCMytZZllmcHpBS0JnZ3Foa2pPUFFRREFqQnBNUXN3CkNRWURWUVFHRXdKVlV6RVRNQkVHQTFVRUNCTUtRMkZzYVdadmNtNXBZVEVXTUJRR0ExVUVCeE1OVTJGdUlFWnkKWVc1amFYTmpiekVVTUJJR0ExVUVDaE1MWlhoaGJYQnNaUzVqYjIweEZ6QVZCZ05WQkFNVERtTmhMbVY0WVcxdwpiR1V1WTI5dE1CNFhEVEU0TURFd016RXpNRGsxTlZvWERUSTRNREV3TVRFek1EazFOVm93V0RFTE1Ba0dBMVVFCkJoTUNWVk14RXpBUkJnTlZCQWdUQ2tOaGJHbG1iM0p1YVdFeEZqQVVCZ05WQkFjVERWTmhiaUJHY21GdVkybHoKWTI4eEhEQWFCZ05WQkFNVEUyOXlaR1Z5WlhJdVpYaGhiWEJzWlM1amIyMHdXVEFUQmdjcWhrak9QUUlCQmdncQpoa2pPUFFNQkJ3TkNBQVJpY2tSZ0dUcW91QmFPK0lWTDkrVzBjMDBTdTd4MTZyWDhJak5Ham82Z1prVUFZanB6Ck1LbUIxQ1JXM2VvVTJ0VWQ2cklCTVhqNE1RRlVSRTlXek9ldG8wMHdTekFPQmdOVkhROEJBZjhFQkFNQ0I0QXcKREFZRFZSMFRBUUgvQkFJd0FEQXJCZ05WSFNNRUpEQWlnQ0FaSHlhaE5iK3BLb2VpMGg0SWlnMjh4WFBieENtTgpSdlpOTGErMUs4dU5xakFLQmdncWhrak9QUVFEQWdOSUFEQkZBaUVBdlRySTNCeTRNUnArM0oxQldPa3VhOEhICi80VndZRjY0am4yT0xJbE4vLzBDSUQ2OVNuOHJzR25qeHI0U2pGNGs3M3NIbzBkM2RXWTlYcG43TU1HcEQrdmwKLS0tLS1FTkQgLS0tLS0KEhiTZ0r80Qf/8o1OgRcpiS1B5LXX1o5TNBISRjBEAiA2Gje9DjJRV0z/Djhw2zkcU1KvPBAYs0DnmXjiMlSu4QIgAvTf8cMH914xeA9BhoAR12B2u4mSLPk0Z6A88fvrRgA=", - "CgIIAhLiBgqXBgr6BQoKT3JkZXJlck1TUBLrBS0tLS0tQkVHSU4gLS0tLS0KTUlJQ0REQ0NBYktnQXdJQkFnSVFNRnc1UWhWZndrZHZyQjMrWWZZZnB6QUtCZ2dxaGtqT1BRUURBakJwTVFzdwpDUVlEVlFRR0V3SlZVekVUTUJFR0ExVUVDQk1LUTJGc2FXWnZjbTVwWVRFV01CUUdBMVVFQnhNTlUyRnVJRVp5CllXNWphWE5qYnpFVU1CSUdBMVVFQ2hNTFpYaGhiWEJzWlM1amIyMHhGekFWQmdOVkJBTVREbU5oTG1WNFlXMXcKYkdVdVkyOXRNQjRYRFRFNE1ERXdNekV6TURrMU5Wb1hEVEk0TURFd01URXpNRGsxTlZvd1dERUxNQWtHQTFVRQpCaE1DVlZNeEV6QVJCZ05WQkFnVENrTmhiR2xtYjNKdWFXRXhGakFVQmdOVkJBY1REVk5oYmlCR2NtRnVZMmx6ClkyOHhIREFhQmdOVkJBTVRFMjl5WkdWeVpYSXVaWGhoYlhCc1pTNWpiMjB3V1RBVEJnY3Foa2pPUFFJQkJnZ3EKaGtqT1BRTUJCd05DQUFSaWNrUmdHVHFvdUJhTytJVkw5K1cwYzAwU3U3eDE2clg4SWpOR2pvNmdaa1VBWWpwegpNS21CMUNSVzNlb1UydFVkNnJJQk1YajRNUUZVUkU5V3pPZXRvMDB3U3pBT0JnTlZIUThCQWY4RUJBTUNCNEF3CkRBWURWUjBUQVFIL0JBSXdBREFyQmdOVkhTTUVKREFpZ0NBWkh5YWhOYitwS29laTBoNElpZzI4eFhQYnhDbU4KUnZaTkxhKzFLOHVOcWpBS0JnZ3Foa2pPUFFRREFnTklBREJGQWlFQXZUckkzQnk0TVJwKzNKMUJXT2t1YThISAovNFZ3WUY2NGpuMk9MSWxOLy8wQ0lENjlTbjhyc0duanhyNFNqRjRrNzNzSG8wZDNkV1k5WHBuN01NR3BEK3ZsCi0tLS0tRU5EIC0tLS0tChIYbfUO1Qdv0LHMmqXh4pKaryBBT/SEOw/rEkYwRAIgJWemsA/ljGvswN+uNVSl8SEeJl/3Q9qRE+zg+PuI1J0CIHmiVz1oYjSnX8W7s2oGqpEpY6T5YtxkrIx7jMHwZaXX", + "EuIGCpcGCvoFCgpPcmRlcmVyTVNQEusFLS0tLS1CRUdJTiAtLS0tLQpNSUlDRERDQ0FiS2dBd0lCQWdJUU1GdzVRaFZmd2tkdnJCMytZZllmcHpBS0JnZ3Foa2pPUFFRREFqQnBNUXN3CkNRWURWUVFHRXdKVlV6RVRNQkVHQTFVRUNCTUtRMkZzYVdadmNtNXBZVEVXTUJRR0ExVUVCeE1OVTJGdUlFWnkKWVc1amFYTmpiekVVTUJJR0ExVUVDaE1MWlhoaGJYQnNaUzVqYjIweEZ6QVZCZ05WQkFNVERtTmhMbVY0WVcxdwpiR1V1WTI5dE1CNFhEVEU0TURFd016RXpNRGsxTlZvWERUSTRNREV3TVRFek1EazFOVm93V0RFTE1Ba0dBMVVFCkJoTUNWVk14RXpBUkJnTlZCQWdUQ2tOaGJHbG1iM0p1YVdFeEZqQVVCZ05WQkFjVERWTmhiaUJHY21GdVkybHoKWTI4eEhEQWFCZ05WQkFNVEUyOXlaR1Z5WlhJdVpYaGhiWEJzWlM1amIyMHdXVEFUQmdjcWhrak9QUUlCQmdncQpoa2pPUFFNQkJ3TkNBQVJpY2tSZ0dUcW91QmFPK0lWTDkrVzBjMDBTdTd4MTZyWDhJak5Ham82Z1prVUFZanB6Ck1LbUIxQ1JXM2VvVTJ0VWQ2cklCTVhqNE1RRlVSRTlXek9ldG8wMHdTekFPQmdOVkhROEJBZjhFQkFNQ0I0QXcKREFZRFZSMFRBUUgvQkFJd0FEQXJCZ05WSFNNRUpEQWlnQ0FaSHlhaE5iK3BLb2VpMGg0SWlnMjh4WFBieENtTgpSdlpOTGErMUs4dU5xakFLQmdncWhrak9QUVFEQWdOSUFEQkZBaUVBdlRySTNCeTRNUnArM0oxQldPa3VhOEhICi80VndZRjY0am4yT0xJbE4vLzBDSUQ2OVNuOHJzR25qeHI0U2pGNGs3M3NIbzBkM2RXWTlYcG43TU1HcEQrdmwKLS0tLS1FTkQgLS0tLS0KEhhZvR42NNeASOvUs4kWGvmijruJ76dYg8wSRjBEAiALRZ93gBb7IsOxX3eet2NYGjGZt7VxkjwlJGoil8lmRwIgH7SMIFIeovM42YI1ZRJ+zuxHjm1uYPAf5t1LwF0tV60=", + "CgIIAhLiBgqXBgr6BQoKT3JkZXJlck1TUBLrBS0tLS0tQkVHSU4gLS0tLS0KTUlJQ0REQ0NBYktnQXdJQkFnSVFNRnc1UWhWZndrZHZyQjMrWWZZZnB6QUtCZ2dxaGtqT1BRUURBakJwTVFzdwpDUVlEVlFRR0V3SlZVekVUTUJFR0ExVUVDQk1LUTJGc2FXWnZjbTVwWVRFV01CUUdBMVVFQnhNTlUyRnVJRVp5CllXNWphWE5qYnpFVU1CSUdBMVVFQ2hNTFpYaGhiWEJzWlM1amIyMHhGekFWQmdOVkJBTVREbU5oTG1WNFlXMXcKYkdVdVkyOXRNQjRYRFRFNE1ERXdNekV6TURrMU5Wb1hEVEk0TURFd01URXpNRGsxTlZvd1dERUxNQWtHQTFVRQpCaE1DVlZNeEV6QVJCZ05WQkFnVENrTmhiR2xtYjNKdWFXRXhGakFVQmdOVkJBY1REVk5oYmlCR2NtRnVZMmx6ClkyOHhIREFhQmdOVkJBTVRFMjl5WkdWeVpYSXVaWGhoYlhCc1pTNWpiMjB3V1RBVEJnY3Foa2pPUFFJQkJnZ3EKaGtqT1BRTUJCd05DQUFSaWNrUmdHVHFvdUJhTytJVkw5K1cwYzAwU3U3eDE2clg4SWpOR2pvNmdaa1VBWWpwegpNS21CMUNSVzNlb1UydFVkNnJJQk1YajRNUUZVUkU5V3pPZXRvMDB3U3pBT0JnTlZIUThCQWY4RUJBTUNCNEF3CkRBWURWUjBUQVFIL0JBSXdBREFyQmdOVkhTTUVKREFpZ0NBWkh5YWhOYitwS29laTBoNElpZzI4eFhQYnhDbU4KUnZaTkxhKzFLOHVOcWpBS0JnZ3Foa2pPUFFRREFnTklBREJGQWlFQXZUckkzQnk0TVJwKzNKMUJXT2t1YThISAovNFZ3WUY2NGpuMk9MSWxOLy8wQ0lENjlTbjhyc0duanhyNFNqRjRrNzNzSG8wZDNkV1k5WHBuN01NR3BEK3ZsCi0tLS0tRU5EIC0tLS0tChIYYey91RlzZwjLw+ZxOL9rU63c2Cnz9aYqEkYwRAIgc1gVJxHbQXuS/XtPPUJnXuOiWMpeslVCttAcF3RBwbYCIDbpiujFgtgtRGBSz7BCmUumYoiZN1TekmML6BIhY7LJ", "", "" ] diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/orderer.genesis.updated.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/orderer.genesis.updated.block index cd32f2048312080ee6c676b620ac1000196b36e5..66b8251280450ded91cc04e0296b4b6da093e04c 100644 GIT binary patch delta 72 zcmZp4Z*-rqd9yc<0oUXfMU}}H#T+IFDymIhAjY#&5P0It6ong9R* delta 80 zcmZp4Z*-rqdGl$pe6GoLiq4ZQ69+4{pQB?V_ra*|{AyS90@n kO%~%;o%}%54k&0mSx#*Ag-MwUj9BC`Pt*9s95+!YE3PjY85O;b=3&=m*)v19iMkt;ZpofRdMe+qh& lxFIBy<*&L>2)Hla(PylSCm<0VJ|W8v_6U delta 86 zcmbQ{HqC8<5~rbWaDdPSQ4Yq*jG`73lf^bGa6janY$-Z_qttz_$vYHPCM$@kOuiwi kve`w9k$ZBlqCZT4LyOHZB{ws#cyg1H#^fi8^MI;y0In$<>;M1& diff --git a/hyperledger_fabric/v1.0.2/solo/channel-artifacts/testchainid_1.block b/hyperledger_fabric/v1.0.2/solo/channel-artifacts/testchainid_1.block index 1ca79e900034666476216f9c7dcae72c5cc5706f..b5e5605d3e5dbf5a2ca6e10c7a1174ba03251d66 100644 GIT binary patch delta 794 zcmV+#1Lgdha-4FIC^iw%vF&1u(&0iX`+kk4A*>O>R60ww%DaUmR;eV+!_T z3aVoYvjz$m2m~4i2;2Vuv0f1aE1bvD&4sETl^|>*%-O~Gblr2QRep!Q-mB~Gx1>=9k8l)I@CMleJIASnm+J9USkq-Oo}jGZ$! z^f|XKg8L`7C-^5Erkyv>`V;~_%ZoS?faw-el9Qp50Nnv zMleJIAW-b;MjFrZ?PW7~*CZfIdM7C4%;^o3r9*#QLkY|FLD&KyR?C*JJxTbTc8xK7 z8mgFRYidN1XNRenR!Fwp>-3f05=Ssa0wDmz-X8$T^Fh-@?C`YthxK6AaJ-d5nuN<8 zsU<5A8;qp_AUv}zg&L+TtR@8m6L&vNQvd>M_=~|kdd7HKVFyiU73`hyE*?#7QkWDRkf2?8KZe%GsODO7hhLf)UEUJAhNur z1z58zpF8I~iE?Nf)eQ>f1`^{23bAeh17TTSfce4c=tmXVfvTKj{Aob8CS`N~^cfOI zFhv3(0KZfH=iFG`l{_yi5*!E9A*bVWaQNqyFFc3yQYe#mE&?Dkapay>BYg~e{vv#6 zmP^FZ8fUla^CIwvh`p*Z1Vlo!t~Ce)WP}NNmAfNu1wSUErg%}ucW%0hvnU14D-uR9 zL;@fP<30fdRYgzccVyV5AGeyoe#&y4Aj=9zH8^}-Qr7nZAXLN5YGy4Ra84fexJQI@ Y@Kf_$y(rE#-k+Q5}W0Hi-$h5!Hn delta 813 zcmV+|1JeAQa+-3GC^kxk1j^~gdXun7bn^ipg&@qb|GuwvY#-xNWZc22$rlp%V+!?S z3aMiXvjz$m2m~4i2;7D3v0f1aD@dISgQq1*@by+t#rRjbu|YdCRR)e8i4yQ!3Z+~M zw+0Fu2mu-f2;7D3vzh}H10z12{W_w&rQ6%u_+HU&#LUc!8c;(PX>N0~(gqv~llU7YlXwvflTr~f zlf)Y(1~E-jP!IvLd=a<`lPW1BlguY1lTIli0VUWEyg>V$Z~PD~xYL?ZtZMleJI zAanXuNyJsyKGmhZeKO!<_JzGIWv$pRrUP?17IA++m=m{ zR>FfbX;;Q)LD#jL#R*w=!Fhl|%OT)4Y-(VSCkFeNpHk7Qiii>49QN3tp9?JLL z-*E2wZoedn3$E_22WEbxFNbpFA9{si)bRQNl9QHry$H3$P_uIB(_-2j)Z zDe)xcZ2NijB4;<;{hsa%5=JmY0w8MD6N>5Kq(9SHukWNMuL=*Y2nL6-v-LliN&FF7 rtW*LZ2e}&K7qX9?ZkR3-^e>qT{vl=ofj0n{Vh$NabsPTO3IGZKRWNCV diff --git a/hyperledger_fabric/v1.0.2/solo/logs/dev_all.log b/hyperledger_fabric/v1.0.2/solo/logs/dev_all.log index 8d95b500..e6b2a8a2 100644 --- a/hyperledger_fabric/v1.0.2/solo/logs/dev_all.log +++ b/hyperledger_fabric/v1.0.2/solo/logs/dev_all.log @@ -1,179 +1,60 @@ -Attaching to peer0.org1.example.com, peer0.org2.example.com, fabric-cli, peer1.org2.example.com, peer1.org1.example.com, orderer.example.com -peer0.org1.example.com | [001 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: -peer0.org1.example.com | Version: 1.0.2 -peer0.org1.example.com | Go version: go1.9 -peer0.org1.example.com | OS/Arch: linux/amd64 -peer0.org1.example.com | Chaincode: -peer0.org1.example.com | Base Image Version: 0.3.2 -peer0.org1.example.com | Base Docker Namespace: hyperledger -peer0.org1.example.com | Base Docker Label: org.hyperledger.fabric -peer0.org1.example.com | Docker Namespace: hyperledger -peer0.org1.example.com | -peer0.org1.example.com | [002 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt -peer0.org1.example.com | [003 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider -peer0.org1.example.com | [004 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] -peer0.org1.example.com | [005 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist -peer0.org1.example.com | [006 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists -peer0.org1.example.com | [007 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] -peer0.org1.example.com | [008 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist -peer0.org1.example.com | [009 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists -peer0.org1.example.com | [00a 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider -peer0.org1.example.com | [00b 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb -peer0.org1.example.com | [00c 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] -peer0.org1.example.com | [00d 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist -peer0.org1.example.com | [00e 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists -peer0.org1.example.com | [00f 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb -peer0.org1.example.com | [010 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] -peer0.org1.example.com | [011 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist -peer0.org1.example.com | [012 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists -peer0.org1.example.com | [013 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized -peer0.org1.example.com | [014 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger -peer0.org1.example.com | [015 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery -peer0.org1.example.com | [016 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized -peer0.org1.example.com | [017 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled -peer0.org1.example.com | [018 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK -peer0.org1.example.com | [019 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE -peer0.org1.example.com | [01a 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION -peer0.org1.example.com | [01b 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER -peer0.org1.example.com | [01c 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started -peer0.org1.example.com | [01d 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s -peer0.org1.example.com | [01e 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org1.example.com:7052 -peer0.org1.example.com | [01f 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) -peer0.org1.example.com | [020 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s -peer0.org1.example.com | [021 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info -peer0.org1.example.com | [022 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning -peer0.org1.example.com | [023 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer0.org1.example.com | [024 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer0.org1.example.com | [025 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered -peer0.org1.example.com | [026 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered -peer0.org1.example.com | [027 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered -peer0.org1.example.com | [028 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer -peer0.org1.example.com | [029 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [02a 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [02b 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [02c 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] -peer0.org1.example.com | [02d 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [02e 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org2.example.com | [001 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: +Attaching to peer1.org2.example.com, peer0.org2.example.com, peer1.org1.example.com, orderer.example.com, peer0.org1.example.com, fabric-cli +peer0.org2.example.com | [001 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: peer0.org2.example.com | Version: 1.0.2 peer0.org2.example.com | Go version: go1.9 peer0.org2.example.com | OS/Arch: linux/amd64 peer0.org2.example.com | Chaincode: peer0.org2.example.com | Base Image Version: 0.3.2 -peer0.org1.example.com | [02f 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG peer0.org2.example.com | Base Docker Namespace: hyperledger -peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh peer0.org2.example.com | Base Docker Label: org.hyperledger.fabric -peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 peer0.org2.example.com | Docker Namespace: hyperledger -peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN peer0.org2.example.com | -peer0.org2.example.com | [002 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt -peer0.org2.example.com | [003 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider -peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [004 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] -peer0.org2.example.com | [005 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist -peer0.org2.example.com | [006 01-14 11:45:29.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists -peer0.org2.example.com | [007 01-14 11:45:29.32 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] -peer0.org2.example.com | [008 01-14 11:45:29.32 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist -peer0.org2.example.com | [009 01-14 11:45:29.32 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists -peer0.org2.example.com | [00a 01-14 11:45:29.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider -peer0.org2.example.com | [00b 01-14 11:45:29.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb -peer0.org2.example.com | [00c 01-14 11:45:29.33 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] -peer0.org2.example.com | [00d 01-14 11:45:29.33 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist -peer0.org2.example.com | [00e 01-14 11:45:29.33 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists -peer0.org2.example.com | [00f 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb -peer0.org2.example.com | [010 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] -peer0.org2.example.com | [011 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist -peer0.org2.example.com | [012 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists -peer0.org2.example.com | [013 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized -peer0.org2.example.com | [014 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger -peer0.org2.example.com | [015 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery -peer0.org2.example.com | [016 01-14 11:45:29.34 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized -peer0.org2.example.com | [017 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled -peer0.org2.example.com | [018 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK -peer0.org2.example.com | [019 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE -peer0.org2.example.com | [01a 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION -peer0.org2.example.com | [01b 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER -peer0.org2.example.com | [01c 01-14 11:45:29.35 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started -peer0.org2.example.com | [01d 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s -peer0.org2.example.com | [01e 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org2.example.com:7052 -peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k -peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G -peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc -peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l -peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== -peer0.org1.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [030 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [031 01-14 11:45:30.16 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -peer0.org1.example.com | [032 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [033 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org1.example.com | [034 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k -peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G -peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc -peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l -peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== -peer0.org1.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [035 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} incTime is 1515930330174727564 -peer0.org1.example.com | [036 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} -peer0.org1.example.com | [037 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [038 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org1.example.com | [039 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k -peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G -peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc -peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l -peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== -peer0.org1.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [03a 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [03b 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -peer0.org1.example.com | [03c 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [03d 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [03e 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2043397C6BE2657BAA...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer0.org1.example.com | [03f 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 69B0B99854ABC12C15CEC60EABCF9E5C3A71C9284F1136F83AF170B4B7A7CAB3 -peer0.org1.example.com | [040 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=e97372cd-4ec9-4566-8d5e-52b2afc14c5f,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer0.org1.example.com | [041 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched -peer0.org1.example.com | [042 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [043 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -peer0.org1.example.com | [044 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -peer0.org1.example.com | [045 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer0.org1.example.com | [046 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 -peer0.org2.example.com | [01f 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) -peer0.org2.example.com | [020 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s -peer0.org2.example.com | [021 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info -peer0.org2.example.com | [022 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning -peer0.org2.example.com | [023 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer0.org2.example.com | [024 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer0.org2.example.com | [025 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered -peer0.org2.example.com | [026 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered -peer0.org2.example.com | [027 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered -peer0.org2.example.com | [028 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer -peer0.org2.example.com | [029 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [02a 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [02b 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org2.example.com | [02c 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] -peer0.org2.example.com | [02d 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [02e 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org2.example.com | [02f 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [002 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt +peer0.org2.example.com | [003 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider +peer0.org2.example.com | [004 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] +peer0.org2.example.com | [005 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist +peer0.org2.example.com | [006 01-18 01:58:48.28 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists +peer0.org2.example.com | [007 01-18 01:58:48.29 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] +peer0.org2.example.com | [008 01-18 01:58:48.29 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist +peer0.org2.example.com | [009 01-18 01:58:48.29 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists +peer0.org2.example.com | [00a 01-18 01:58:48.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider +peer0.org2.example.com | [00b 01-18 01:58:48.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb +peer0.org2.example.com | [00c 01-18 01:58:48.30 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] +peer0.org2.example.com | [00d 01-18 01:58:48.30 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist +peer0.org2.example.com | [00e 01-18 01:58:48.30 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists +peer0.org2.example.com | [00f 01-18 01:58:48.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb +peer0.org2.example.com | [010 01-18 01:58:48.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] +peer0.org2.example.com | [011 01-18 01:58:48.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist +peer0.org2.example.com | [012 01-18 01:58:48.31 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists +peer0.org2.example.com | [013 01-18 01:58:48.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized +peer0.org2.example.com | [014 01-18 01:58:48.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger +peer0.org2.example.com | [015 01-18 01:58:48.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery +peer0.org2.example.com | [016 01-18 01:58:48.32 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized +peer0.org2.example.com | [017 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled +peer0.org2.example.com | [018 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK +peer0.org2.example.com | [019 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE +peer0.org2.example.com | [01a 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION +peer0.org2.example.com | [01b 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER +peer0.org2.example.com | [01c 01-18 01:58:48.33 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started +peer0.org2.example.com | [01d 01-18 01:58:48.34 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s +peer0.org2.example.com | [01e 01-18 01:58:48.34 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org2.example.com:7052 +peer0.org2.example.com | [01f 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) +peer0.org2.example.com | [020 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +peer0.org2.example.com | [021 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info +peer0.org2.example.com | [022 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning +peer0.org2.example.com | [023 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer0.org2.example.com | [024 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer0.org2.example.com | [025 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered +peer0.org2.example.com | [026 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered +peer0.org2.example.com | [027 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered +peer0.org2.example.com | [028 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer +peer0.org2.example.com | [029 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [02a 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [02b 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [02c 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] +peer0.org2.example.com | [02d 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [02e 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [02f 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- peer0.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL peer0.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG peer0.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -187,133 +68,11 @@ Attaching to peer0.org1.example.com, peer0.org2.example.com, fabric-cli, peer1.o peer0.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU peer0.org2.example.com | Cp7fopYLAR0CUyw+Xyk= peer0.org2.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [030 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [031 01-14 11:45:29.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity -peer0.org2.example.com | [032 01-14 11:45:29.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [033 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org2.example.com | [034 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D -peer0.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G -peer0.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [047 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock -peer0.org1.example.com | [048 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock -peer0.org1.example.com | [049 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 -peer0.org1.example.com | [04a 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) -peer0.org1.example.com | [04b 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s -peer0.org1.example.com | [04c 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org1.example.com:7051 started -peer0.org1.example.com | [04d 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s -peer0.org1.example.com | [04e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [04f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [050 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer0.org1.example.com | [051 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: E0B2CB369971E5FB676BC3CE19ED8E0121611AE9BB191DA46EDC41FB16A5F1F9 -peer0.org1.example.com | [052 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [053 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [054 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267312E6578616D706C652E636F6D3A37303531 -peer0.org1.example.com | [055 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: A785FC0B61B5045A71C0FA6B50D12EB1E6F0CDB152C6F79E6575060F54022160 -peer0.org1.example.com | [056 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s -peer0.org1.example.com | [057 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself -peer0.org1.example.com | [058 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 -peer0.org1.example.com | [059 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [05a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [05b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 -peer0.org1.example.com | [05c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -peer0.org1.example.com | [05d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 -peer0.org1.example.com | [05e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [05f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org1.example.com | [060 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org1.example.com | [061 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [062 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 -peer0.org1.example.com | [063 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [064 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org1.example.com | [065 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org1.example.com | [066 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org1.example.com | [067 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | [068 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed -peer0.org1.example.com | [069 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org1.example.com | [06a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [06b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Move state message READY -peer0.org1.example.com | [06c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [06d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [e97372cd]Entered state ready -peer0.org1.example.com | [06e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:e97372cd-4ec9-4566-8d5e-52b2afc14c5f -peer0.org1.example.com | [06f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]sending state message READY -peer0.org1.example.com | [070 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [071 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | [073 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [072 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Received message READY from shim -peer0.org1.example.com | [075 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: READY(state:established) -peer0.org1.example.com | [074 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer0.org1.example.com | [076 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e97372cd]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [077 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [078 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e97372cd]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [079 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Move state message INIT -peer0.org1.example.com | [07a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [07b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [07c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]sending state message INIT -peer0.org1.example.com | [07d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Received message INIT from shim -peer0.org1.example.com | [07e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [07f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [080 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e97372cd]Received INIT, initializing chaincode -peer0.org1.example.com | [081 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer0.org1.example.com | [082 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [083 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Init get response status: 200 -peer0.org1.example.com | [084 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [085 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Move state message COMPLETED -peer0.org1.example.com | [086 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [087 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]send state message COMPLETED -peer0.org1.example.com | [088 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Received message COMPLETED from shim -peer0.org1.example.com | [089 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [08a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd-4ec9-4566-8d5e-52b2afc14c5f]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [08b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e97372cd-4ec9-4566-8d5e-52b2afc14c5f -peer0.org1.example.com | [08c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [08d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org1.example.com | [08e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=4c4d1096-e875-4d04-938b-93edf478417b,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer0.org1.example.com | [08f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched -peer0.org1.example.com | [090 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [091 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -peer0.org1.example.com | [092 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -peer0.org1.example.com | [093 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer0.org1.example.com | [094 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [095 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock -peer0.org1.example.com | [096 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock -peer0.org1.example.com | [097 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 -peer0.org1.example.com | [098 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) -peer0.org1.example.com | [099 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 -peer0.org1.example.com | [09a 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [09c 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [09b 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 -peer0.org1.example.com | [09d 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -peer0.org1.example.com | [09e 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 -peer0.org1.example.com | [09f 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [0a0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org1.example.com | [0a1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org1.example.com | [0a2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [0a3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 -peer0.org1.example.com | [0a4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [0a5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 -peer0.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU -peer0.org2.example.com | Cp7fopYLAR0CUyw+Xyk= -peer0.org2.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [035 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org2.example.com:7051 [] [18 47 95 192 156 61 173 63 80 232 96 64 91 49 101 242 206 87 32 24 89 4 87 160 47 124 250 124 112 185 123 13] peer0.org2.example.com:7051} incTime is 1515930329380823264 -peer0.org2.example.com | [036 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org2.example.com:7051 [] [18 47 95 192 156 61 173 63 80 232 96 64 91 49 101 242 206 87 32 24 89 4 87 160 47 124 250 124 112 185 123 13] peer0.org2.example.com:7051} -peer0.org2.example.com | [037 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [038 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org2.example.com | [039 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [030 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [031 01-18 01:58:48.35 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer0.org2.example.com | [032 01-18 01:58:48.36 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [033 01-18 01:58:48.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [034 01-18 01:58:48.36 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- peer0.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL peer0.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG peer0.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -327,15596 +86,16091 @@ Attaching to peer0.org1.example.com, peer0.org2.example.com, fabric-cli, peer1.o peer0.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU peer0.org2.example.com | Cp7fopYLAR0CUyw+Xyk= peer0.org2.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [03a 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [03b 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity -peer0.org2.example.com | [03c 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [03d 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org2.example.com | [03e 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A20122F5FC09C3DAD3F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer0.org2.example.com | [03f 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 57085B15048F457A96ECEF4045625EBF83CC3E2BBC2AB42A60296E223E61FD79 -peer0.org2.example.com | [040 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=c4378c78-ea8c-4808-af0d-5ca58663a38c,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer0.org2.example.com | [041 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched -peer0.org2.example.com | [042 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [043 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org2.example.com | [044 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) -peer0.org2.example.com | [045 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -peer0.org2.example.com | [046 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org2.example.com | [035 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org2.example.com:7051 [] [18 47 95 192 156 61 173 63 80 232 96 64 91 49 101 242 206 87 32 24 89 4 87 160 47 124 250 124 112 185 123 13] peer0.org2.example.com:7051} incTime is 1516240728369088189 +peer0.org2.example.com | [036 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org2.example.com:7051 [] [18 47 95 192 156 61 173 63 80 232 96 64 91 49 101 242 206 87 32 24 89 4 87 160 47 124 250 124 112 185 123 13] peer0.org2.example.com:7051} +peer0.org2.example.com | [037 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [038 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [039 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +peer0.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +peer0.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +peer0.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +peer0.org2.example.com | Cp7fopYLAR0CUyw+Xyk= +peer0.org2.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [03a 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [03b 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer0.org2.example.com | [03c 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [03d 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [03e 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A20122F5FC09C3DAD3F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer0.org2.example.com | [03f 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 57085B15048F457A96ECEF4045625EBF83CC3E2BBC2AB42A60296E223E61FD79 +peer0.org2.example.com | [040 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=9deece61-a892-400f-9fa3-17be96c9bdae,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer0.org2.example.com | [041 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched +peer0.org2.example.com | [043 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [044 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +peer0.org2.example.com | [045 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) +peer0.org2.example.com | [046 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer0.org2.example.com | [047 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org2.example.com | [047 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock -peer0.org2.example.com | [048 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock -peer0.org2.example.com | [049 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 -peer0.org2.example.com | [04a 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) -peer0.org2.example.com | [04b 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org2.example.com:7051 started -peer0.org2.example.com | [04d 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s -peer0.org2.example.com | [04c 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself -peer0.org2.example.com | [04e 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 -peer0.org2.example.com | [04f 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org2.example.com | [050 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [051 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s -peer0.org2.example.com | [052 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [053 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org2.example.com | [054 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer0.org2.example.com | [055 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 2EF8A396922F2C87AB86ED59A7019AA3FC7D9DCD41FFD08FD5F436F6D95DEEF2 -peer0.org2.example.com | [056 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [057 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org2.example.com | [058 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267322E6578616D706C652E636F6D3A37303531 -peer0.org2.example.com | [059 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 31AA5BDA348977D7C004285715D545FB004C7F32E9BB02A9710DB7C2282B8EA6 -peer0.org2.example.com | [05a 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 -peer0.org2.example.com | [05b 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org2.example.com | [05c 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 -peer0.org2.example.com | [05d 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [05e 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [05f 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org2.example.com | [060 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [061 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 -peer0.org2.example.com | [062 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [063 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org2.example.com | [064 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org1.example.com | [0a6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org1.example.com | [0a8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org1.example.com | [0a9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | [0a7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed -peer0.org1.example.com | [0aa 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org1.example.com | [0ab 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [0ac 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Move state message READY -peer0.org1.example.com | [0ad 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [0ae 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [4c4d1096]Entered state ready -peer0.org1.example.com | [0af 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:4c4d1096-e875-4d04-938b-93edf478417b -peer0.org1.example.com | [0b1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [0b2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | [0b3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [0b4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [0b5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4c4d1096]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [0b6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [0b7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4c4d1096]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [0b0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]sending state message READY -peer0.org1.example.com | [0b8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Move state message INIT -peer0.org1.example.com | [0ba 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [065 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [066 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [067 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed -peer0.org2.example.com | [068 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org2.example.com | [069 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [06a 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c4378c78]Move state message READY -peer1.org2.example.com | [001 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: -peer1.org2.example.com | Version: 1.0.2 -peer1.org2.example.com | Go version: go1.9 -peer1.org2.example.com | OS/Arch: linux/amd64 -peer1.org2.example.com | Chaincode: -peer1.org2.example.com | Base Image Version: 0.3.2 -peer1.org2.example.com | Base Docker Namespace: hyperledger -peer1.org2.example.com | Base Docker Label: org.hyperledger.fabric -peer1.org2.example.com | Docker Namespace: hyperledger -peer1.org1.example.com | [001 01-14 11:45:28.68 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: -peer0.org2.example.com | [06b 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c4378c78]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [0b9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Received message READY from shim -peer1.org2.example.com | -peer1.org1.example.com | Version: 1.0.2 -peer0.org2.example.com | [06c 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [c4378c78]Entered state ready -peer0.org2.example.com | [06d 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:c4378c78-ea8c-4808-af0d-5ca58663a38c -peer0.org2.example.com | [06e 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c4378c78]sending state message READY -peer0.org2.example.com | [06f 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]Received message READY from shim -peer0.org2.example.com | [070 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c4378c78]Handling ChaincodeMessage of type: READY(state:established) -peer0.org2.example.com | [071 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org2.example.com | [072 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org2.example.com | [073 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [074 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer0.org2.example.com | [075 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c4378c78]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [076 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [077 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c4378c78]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [078 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c4378c78]Move state message INIT -peer0.org2.example.com | [079 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c4378c78]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [07a 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [07b 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c4378c78]sending state message INIT -peer1.org1.example.com | Go version: go1.9 -peer0.org2.example.com | [07c 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]Received message INIT from shim -peer1.org2.example.com | [002 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt -peer1.org2.example.com | [003 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider -peer1.org2.example.com | [004 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] -peer1.org2.example.com | [005 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist -peer1.org2.example.com | [006 01-14 11:45:29.08 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists -peer1.org2.example.com | [007 01-14 11:45:29.09 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] -peer1.org2.example.com | [008 01-14 11:45:29.09 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist -peer1.org2.example.com | [009 01-14 11:45:29.09 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists -peer1.org2.example.com | [00a 01-14 11:45:29.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider -peer1.org2.example.com | [00b 01-14 11:45:29.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb -peer1.org2.example.com | [00c 01-14 11:45:29.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] -peer1.org2.example.com | [00d 01-14 11:45:29.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist -peer1.org2.example.com | [00e 01-14 11:45:29.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists -peer1.org2.example.com | [00f 01-14 11:45:29.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb -peer1.org2.example.com | [010 01-14 11:45:29.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] -peer1.org2.example.com | [011 01-14 11:45:29.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist -peer1.org2.example.com | [012 01-14 11:45:29.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists -peer1.org2.example.com | [013 01-14 11:45:29.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized -peer0.org1.example.com | [0bc 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: READY(state:established) -peer1.org1.example.com | OS/Arch: linux/amd64 -peer0.org2.example.com | [07d 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c4378c78]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | Chaincode: -peer1.org1.example.com | Base Image Version: 0.3.2 -peer1.org1.example.com | Base Docker Namespace: hyperledger -peer1.org1.example.com | Base Docker Label: org.hyperledger.fabric -peer1.org1.example.com | Docker Namespace: hyperledger -peer1.org1.example.com | -peer1.org1.example.com | [002 01-14 11:45:28.68 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt -peer1.org1.example.com | [003 01-14 11:45:28.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider -peer1.org1.example.com | [004 01-14 11:45:28.68 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] -peer1.org1.example.com | [005 01-14 11:45:28.68 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist -peer1.org1.example.com | [006 01-14 11:45:28.69 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists -peer1.org1.example.com | [007 01-14 11:45:28.69 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] -peer1.org1.example.com | [008 01-14 11:45:28.70 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist -peer0.org2.example.com | [07e 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [0bb 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [0bd 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]sending state message INIT -peer0.org2.example.com | [07f 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [c4378c78]Received INIT, initializing chaincode -peer0.org1.example.com | [0be 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Received message INIT from shim -peer1.org1.example.com | [009 01-14 11:45:28.70 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists -peer1.org2.example.com | [014 01-14 11:45:29.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger -peer0.org2.example.com | [080 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer0.org1.example.com | [0bf 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [00a 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider -peer1.org1.example.com | [00b 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb -peer1.org2.example.com | [015 01-14 11:45:29.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery -peer0.org2.example.com | [081 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0c0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [082 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]Init get response status: 200 -peer0.org1.example.com | [0c1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [4c4d1096]Received INIT, initializing chaincode -peer1.org1.example.com | [00c 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] -peer1.org2.example.com | [016 01-14 11:45:29.12 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized -peer0.org2.example.com | [083 01-14 11:45:29.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [0c2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [00d 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist -peer1.org2.example.com | [017 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled -peer0.org2.example.com | [084 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]Move state message COMPLETED -peer0.org1.example.com | [0c3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Init get response status: 200 -peer1.org1.example.com | [00e 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists -peer1.org2.example.com | [018 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK -peer1.org1.example.com | [00f 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb -peer1.org1.example.com | [010 01-14 11:45:28.71 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] -peer1.org1.example.com | [011 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist -peer0.org1.example.com | [0c4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [085 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c4378c78]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [0c5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Move state message COMPLETED -peer0.org1.example.com | [0c6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [0c7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]send state message COMPLETED -peer0.org1.example.com | [0c8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Received message COMPLETED from shim -peer1.org1.example.com | [012 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists -peer1.org1.example.com | [013 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized -peer0.org2.example.com | [086 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c4378c78]send state message COMPLETED -peer0.org2.example.com | [087 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c4378c78]Received message COMPLETED from shim -peer0.org2.example.com | [088 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c4378c78]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [0c9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [0ca 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096-e875-4d04-938b-93edf478417b]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [0cb 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4c4d1096-e875-4d04-938b-93edf478417b -peer0.org1.example.com | [0cc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [0cd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [0ce 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=13c86352-2bad-44f6-8edd-2fdb7eb8b658,syscc=true,proposal=0x0,canname=escc:1.0.2 -peer0.org1.example.com | [0cf 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched -peer1.org1.example.com | [014 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger -peer1.org1.example.com | [015 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery -peer1.org1.example.com | [016 01-14 11:45:28.72 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized -peer1.org1.example.com | [017 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled -peer1.org1.example.com | [018 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK -peer1.org1.example.com | [019 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE -orderer.example.com | 2018-01-14 11:45:28.113 UTC [orderer/main] main -> INFO 001 Starting orderer: -peer1.org2.example.com | [019 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE -peer1.org2.example.com | [01a 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION -peer1.org2.example.com | [01b 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER -peer0.org1.example.com | [0d0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [0d1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -peer1.org1.example.com | [01a 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION -peer1.org1.example.com | [01b 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER -orderer.example.com | Version: 1.0.2 -peer1.org2.example.com | [01c 01-14 11:45:29.13 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started -peer1.org2.example.com | [01d 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s -peer0.org1.example.com | [0d2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -peer1.org1.example.com | [01c 01-14 11:45:28.73 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started -orderer.example.com | Go version: go1.7.5 -peer0.org2.example.com | [089 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c4378c78-ea8c-4808-af0d-5ca58663a38c]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [01d 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s -orderer.example.com | OS/Arch: linux/amd64 -peer1.org2.example.com | [01e 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer1.org2.example.com:7052 -peer0.org1.example.com | [0d3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer1.org1.example.com | [01e 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer1.org1.example.com:7052 -peer0.org2.example.com | [08a 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c4378c78-ea8c-4808-af0d-5ca58663a38c -peer0.org2.example.com | [08b 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [08c 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org2.example.com | [08d 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=78d016e5-e27a-4d57-8f53-d72d061b7623,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer0.org2.example.com | [08e 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched -peer0.org2.example.com | [08f 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [090 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org2.example.com | [091 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) -peer0.org2.example.com | [092 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -peer0.org2.example.com | [093 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org2.example.com | [048 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock +peer0.org2.example.com | [049 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock +peer0.org2.example.com | [04a 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 +peer0.org2.example.com | [04b 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) +peer0.org2.example.com | [04c 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org2.example.com:7051 started +peer0.org2.example.com | [04d 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself +peer0.org2.example.com | [042 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s +peer0.org2.example.com | [04e 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 +peer0.org2.example.com | [04f 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org2.example.com | [050 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [051 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s +peer0.org2.example.com | [052 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [053 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [054 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer0.org2.example.com | [055 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: B30263C4AF2A26D692E2BD9D671BE2F9C472CDC0CFCFCFA4836D8E33A331943C +peer0.org2.example.com | [056 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [057 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [058 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267322E6578616D706C652E636F6D3A37303531 +peer0.org2.example.com | [059 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 31AA5BDA348977D7C004285715D545FB004C7F32E9BB02A9710DB7C2282B8EA6 +peer0.org2.example.com | [05a 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 +peer0.org2.example.com | [05b 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] +peer0.org2.example.com | [05c 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 +peer0.org2.example.com | [05d 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [05e 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org2.example.com | [05f 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org2.example.com | [060 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s +peer0.org2.example.com | [061 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [062 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 +peer0.org2.example.com | [063 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [064 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org2.example.com | [065 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org2.example.com | [066 01-18 01:58:48.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [067 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [068 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed +peer0.org2.example.com | [069 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org2.example.com | [06a 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [06b 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9deece61]Move state message READY +peer0.org2.example.com | [06c 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9deece61]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org2.example.com | [06d 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [9deece61]Entered state ready +peer0.org2.example.com | [06e 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:9deece61-a892-400f-9fa3-17be96c9bdae +peer1.org2.example.com | [001 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: +peer0.org2.example.com | [06f 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9deece61]sending state message READY +peer0.org2.example.com | [070 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]Received message READY from shim +peer0.org2.example.com | [071 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9deece61]Handling ChaincodeMessage of type: READY(state:established) +peer1.org2.example.com | Version: 1.0.2 +peer1.org2.example.com | Go version: go1.9 +peer0.org2.example.com | [072 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer1.org2.example.com | OS/Arch: linux/amd64 +peer0.org2.example.com | [073 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | Chaincode: +peer0.org2.example.com | [074 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | Base Image Version: 0.3.2 +peer1.org2.example.com | Base Docker Namespace: hyperledger +peer1.org2.example.com | Base Docker Label: org.hyperledger.fabric +peer1.org2.example.com | Docker Namespace: hyperledger +peer1.org2.example.com | +peer1.org2.example.com | [002 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt +peer1.org2.example.com | [003 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider +peer0.org2.example.com | [075 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org2.example.com | [004 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] +peer1.org2.example.com | [005 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist +peer1.org2.example.com | [006 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists +peer1.org2.example.com | [007 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] +peer1.org2.example.com | [008 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist +peer1.org2.example.com | [009 01-18 01:58:48.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists +peer1.org2.example.com | [00a 01-18 01:58:48.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider +peer1.org2.example.com | [00b 01-18 01:58:48.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb +peer1.org2.example.com | [00c 01-18 01:58:48.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] +peer1.org2.example.com | [00d 01-18 01:58:48.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist +peer0.org2.example.com | [076 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9deece61]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [00e 01-18 01:58:48.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists +peer0.org2.example.com | [077 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [00f 01-18 01:58:48.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb +peer1.org2.example.com | [010 01-18 01:58:48.59 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] +peer1.org2.example.com | [011 01-18 01:58:48.59 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist +peer1.org2.example.com | [012 01-18 01:58:48.59 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists +peer1.org2.example.com | [013 01-18 01:58:48.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized +peer1.org2.example.com | [014 01-18 01:58:48.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger +peer1.org2.example.com | [015 01-18 01:58:48.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery +peer1.org2.example.com | [016 01-18 01:58:48.60 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized +peer0.org2.example.com | [078 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9deece61]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [017 01-18 01:58:48.60 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled +peer0.org2.example.com | [079 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9deece61]Move state message INIT +peer1.org2.example.com | [018 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK +peer0.org2.example.com | [07a 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9deece61]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [019 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE +peer0.org2.example.com | [07b 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [01a 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION +peer1.org2.example.com | [01b 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER +peer1.org2.example.com | [01c 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started +peer1.org2.example.com | [01d 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s +peer0.org2.example.com | [07c 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9deece61]sending state message INIT +peer1.org2.example.com | [01e 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer1.org2.example.com:7052 +peer0.org2.example.com | [07d 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]Received message INIT from shim +peer1.org2.example.com | [01f 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) +peer0.org2.example.com | [07e 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9deece61]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [020 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +peer1.org2.example.com | [021 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info +peer1.org2.example.com | [022 01-18 01:58:48.61 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning +peer0.org2.example.com | [07f 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [023 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer0.org2.example.com | [080 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [9deece61]Received INIT, initializing chaincode +peer1.org2.example.com | [024 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer0.org2.example.com | [081 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer1.org2.example.com | [025 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered +peer0.org2.example.com | [082 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [083 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]Init get response status: 200 +peer0.org2.example.com | [084 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [026 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered +peer0.org2.example.com | [085 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]Move state message COMPLETED +peer1.org2.example.com | [027 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered +peer1.org2.example.com | [028 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer +peer0.org2.example.com | [086 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9deece61]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [029 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [02a 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [02b 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org2.example.com | [02c 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer1.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] +peer0.org2.example.com | [087 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9deece61]send state message COMPLETED +peer1.org2.example.com | [02d 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [02e 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer1.org2.example.com | [02f 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [088 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9deece61]Received message COMPLETED from shim +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA +peer0.org2.example.com | [089 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9deece61]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [08a 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9deece61-a892-400f-9fa3-17be96c9bdae]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [08b 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9deece61-a892-400f-9fa3-17be96c9bdae +peer0.org2.example.com | [08c 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [08d 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [08e 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=5ee54cbd-276e-4b74-8fad-e0d0875f6cf3,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 +peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 +peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== +peer1.org2.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [030 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [031 01-18 01:58:48.62 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer1.org2.example.com | [032 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [033 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +peer1.org2.example.com | [034 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [08f 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [090 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA +peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org2.example.com | [091 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 +peer0.org2.example.com | [092 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) +peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 +peer0.org2.example.com | [093 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== +peer0.org2.example.com | [094 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 +peer1.org2.example.com | -----END CERTIFICATE----- peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | 2018-01-14 11:45:28.124 UTC [orderer/main] initializeSecureServerConfig -> INFO 002 Starting orderer with TLS enabled -orderer.example.com | 2018-01-14 11:45:28.162 UTC [bccsp_sw] openKeyStore -> DEBU 003 KeyStore opened at [/var/hyperledger/orderer/msp/keystore]...done -orderer.example.com | 2018-01-14 11:45:28.162 UTC [bccsp] initBCCSP -> DEBU 004 Initialize BCCSP [SW] -peer1.org2.example.com | [01f 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [0d4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org1.example.com | [01f 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) -orderer.example.com | 2018-01-14 11:45:28.163 UTC [msp] getPemMaterialFromDir -> DEBU 005 Reading directory /var/hyperledger/orderer/msp/signcerts -peer1.org2.example.com | [020 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.167 UTC [msp] getPemMaterialFromDir -> DEBU 006 Inspecting file /var/hyperledger/orderer/msp/signcerts/orderer.example.com-cert.pem -peer1.org1.example.com | [020 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +peer1.org2.example.com | [035 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer1.org2.example.com:7051 [] [144 119 48 161 152 16 111 55 135 212 104 153 242 128 107 239 162 108 100 105 229 13 64 139 107 78 122 75 126 238 20 116] peer1.org2.example.com:7051} incTime is 1516240728635187573 +peer1.org2.example.com | [036 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer1.org2.example.com:7051 [] [144 119 48 161 152 16 111 55 135 212 104 153 242 128 107 239 162 108 100 105 229 13 64 139 107 78 122 75 126 238 20 116] peer1.org2.example.com:7051} +peer1.org2.example.com | [037 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org2.example.com | [021 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info -orderer.example.com | 2018-01-14 11:45:28.170 UTC [msp] getPemMaterialFromDir -> DEBU 007 Reading directory /var/hyperledger/orderer/msp/cacerts -peer1.org1.example.com | [021 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info -peer1.org2.example.com | [022 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | [038 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | 2018-01-14 11:45:28.174 UTC [msp] getPemMaterialFromDir -> DEBU 008 Inspecting file /var/hyperledger/orderer/msp/cacerts/ca.example.com-cert.pem -peer1.org2.example.com | [023 01-14 11:45:29.16 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -orderer.example.com | 2018-01-14 11:45:28.177 UTC [msp] getPemMaterialFromDir -> DEBU 009 Reading directory /var/hyperledger/orderer/msp/admincerts -peer0.org2.example.com | [094 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.180 UTC [msp] getPemMaterialFromDir -> DEBU 00a Inspecting file /var/hyperledger/orderer/msp/admincerts/Admin@example.com-cert.pem -peer1.org1.example.com | [022 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org2.example.com | [024 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -orderer.example.com | 2018-01-14 11:45:28.184 UTC [msp] getPemMaterialFromDir -> DEBU 00b Reading directory /var/hyperledger/orderer/msp/intermediatecerts -peer0.org2.example.com | [095 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock -peer1.org2.example.com | [025 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered -peer1.org1.example.com | [023 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -orderer.example.com | 2018-01-14 11:45:28.185 UTC [msp] getMspConfig -> DEBU 00c Intermediate certs folder not found at [/var/hyperledger/orderer/msp/intermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/intermediatecerts: no such file or directory] -peer1.org2.example.com | [026 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | 2018-01-14 11:45:28.185 UTC [msp] getPemMaterialFromDir -> DEBU 00d Reading directory /var/hyperledger/orderer/msp/tlscacerts -peer1.org1.example.com | [024 01-14 11:45:28.74 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer1.org2.example.com | [027 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered -peer0.org2.example.com | [096 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | 2018-01-14 11:45:28.187 UTC [msp] getPemMaterialFromDir -> DEBU 00e Inspecting file /var/hyperledger/orderer/msp/tlscacerts/tlsca.example.com-cert.pem -peer1.org2.example.com | [028 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer -peer1.org1.example.com | [025 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered -orderer.example.com | 2018-01-14 11:45:28.190 UTC [msp] getPemMaterialFromDir -> DEBU 00f Reading directory /var/hyperledger/orderer/msp/tlsintermediatecerts -peer1.org2.example.com | [029 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0d5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 010 TLS intermediate certs folder not found at [/var/hyperledger/orderer/msp/tlsintermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/tlsintermediatecerts: no such file or directory] -peer1.org1.example.com | [026 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered -peer0.org2.example.com | [097 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) -peer1.org2.example.com | [02a 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0d6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.191 UTC [msp] getPemMaterialFromDir -> DEBU 011 Reading directory /var/hyperledger/orderer/msp/crls -peer1.org2.example.com | [02b 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [0d7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 -peer0.org2.example.com | [098 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 -peer1.org1.example.com | [027 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered -orderer.example.com | 2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 012 crls folder not found at [/var/hyperledger/orderer/msp/crls]. Skipping. [stat /var/hyperledger/orderer/msp/crls: no such file or directory] -peer1.org2.example.com | [02c 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer1.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] -peer1.org1.example.com | [028 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer -peer0.org2.example.com | [099 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | 2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 013 MSP configuration file not found at [/var/hyperledger/orderer/msp/config.yaml]: [stat /var/hyperledger/orderer/msp/config.yaml: no such file or directory] -peer1.org2.example.com | [02d 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0d8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) -peer1.org1.example.com | [029 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.192 UTC [msp] NewBccspMsp -> DEBU 014 Creating BCCSP-based MSP instance -peer1.org2.example.com | [02e 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer0.org2.example.com | [09a 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [02a 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.192 UTC [msp] GetLocalMSP -> DEBU 015 Created new local MSP -peer1.org2.example.com | [02f 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [0d9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 -peer0.org2.example.com | [09b 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.192 UTC [msp] Setup -> DEBU 016 Setting up MSP instance OrdererMSP -peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [02b 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [0da 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -orderer.example.com | 2018-01-14 11:45:28.192 UTC [msp/identity] newIdentity -> DEBU 017 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [09c 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer0.org1.example.com | [0db 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 -peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [02c 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer1.org1.example.com:7051 and bootstrap set [peer0.org1.example.com:7051] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [09d 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 -peer0.org1.example.com | [0dc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer1.org1.example.com | [02d 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org1.example.com | [0dd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 -peer0.org1.example.com | [0de 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [0df 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0e0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org1.example.com | [0e1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org1.example.com | [0e2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [0e3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 -peer0.org1.example.com | [0e4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [0e6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org1.example.com | [0e7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org1.example.com | [0e8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [09e 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer1.org1.example.com | [02e 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer0.org1.example.com | [0e5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org2.example.com | [09f 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer1.org1.example.com | [02f 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [0e9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -peer0.org2.example.com | [0a0 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G -peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -peer0.org1.example.com | [0ea 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org2.example.com | [0a1 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 -peer0.org1.example.com | [0eb 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer0.org2.example.com | [0a2 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 -peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 -peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== -peer0.org2.example.com | [0a3 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [0a4 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org1.example.com | [0ec 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Move state message READY -peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ -peer1.org2.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [030 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | [031 01-14 11:45:29.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:28.192 UTC [msp/identity] newIdentity -> DEBU 018 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org2.example.com | [0a5 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org2.example.com | [0a6 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [0a7 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s -peer0.org2.example.com | [0a8 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [0a9 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed -peer0.org2.example.com | [0aa 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org2.example.com | [0ab 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [0ac 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [78d016e5]Move state message READY -peer0.org2.example.com | [0ad 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [78d016e5]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org2.example.com | [0ae 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [78d016e5]Entered state ready -peer0.org2.example.com | [0af 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:78d016e5-e27a-4d57-8f53-d72d061b7623 -peer0.org2.example.com | [0b0 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [78d016e5]sending state message READY -peer0.org1.example.com | [0ed 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org2.example.com | [032 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [0b1 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]Received message READY from shim -peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G -peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer1.org2.example.com | [033 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity -peer1.org2.example.com | [034 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [0b2 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [78d016e5]Handling ChaincodeMessage of type: READY(state:established) -peer0.org2.example.com | [0b3 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq -peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI -peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== -peer1.org1.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [030 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [031 01-14 11:45:28.75 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -peer1.org1.example.com | [032 01-14 11:45:28.76 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [0ee 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [13c86352]Entered state ready -peer0.org1.example.com | [0ef 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:13c86352-2bad-44f6-8edd-2fdb7eb8b658 -peer0.org2.example.com | [0b4 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org1.example.com | [0f0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]sending state message READY -peer1.org1.example.com | [033 01-14 11:45:28.76 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity -peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [0b5 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [0f2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Received message READY from shim -peer1.org1.example.com | [034 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA -peer0.org2.example.com | [0b6 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [0f3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G -peer0.org2.example.com | [0b7 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [78d016e5]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [0b8 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [0b9 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [78d016e5]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [0ba 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [78d016e5]Move state message INIT -peer0.org2.example.com | [0bb 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [78d016e5]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [0bc 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [0bd 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [78d016e5]sending state message INIT -peer0.org2.example.com | [0be 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]Received message INIT from shim -peer0.org2.example.com | [0bf 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [78d016e5]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [0c0 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [0c1 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [78d016e5]Received INIT, initializing chaincode -peer0.org2.example.com | [0c2 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [0c3 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]Init get response status: 200 -peer0.org2.example.com | [0c4 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [0c5 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]Move state message COMPLETED -peer0.org2.example.com | [0c6 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [78d016e5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [0c7 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [78d016e5]send state message COMPLETED -peer0.org2.example.com | [0c8 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [78d016e5]Received message COMPLETED from shim -peer0.org2.example.com | [0c9 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [78d016e5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [0ca 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [78d016e5-e27a-4d57-8f53-d72d061b7623]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [0cb 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:78d016e5-e27a-4d57-8f53-d72d061b7623 -peer0.org2.example.com | [0cc 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [0cd 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org2.example.com | [0ce 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=8d4660b1-39ad-4c2c-b231-4bcd1e1f17ad,syscc=true,proposal=0x0,canname=escc:1.0.2 -peer0.org2.example.com | [0cf 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched -peer0.org2.example.com | [0d0 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [0d1 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org2.example.com | [0d2 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) -peer0.org2.example.com | [0d3 01-14 11:45:29.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [0f1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 -peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | 2018-01-14 11:45:28.193 UTC [msp/identity] newIdentity -> DEBU 019 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [0f4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org2.example.com | [0d4 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 -peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [039 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [095 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock +peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [096 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [097 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 +peer0.org2.example.com | [098 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org2.example.com | [099 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [09a 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [09c 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA +peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 +peer0.org2.example.com | [09d 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 +peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 +peer0.org2.example.com | [09e 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [09b 01-18 01:58:48.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== +peer0.org2.example.com | [09f 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [0a0 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [0a1 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [03a 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [03b 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer0.org2.example.com | [0a2 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org2.example.com | [03c 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [0a3 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 +peer1.org2.example.com | [03d 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [0a4 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED +peer1.org2.example.com | [03e 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A20907730A198106F37...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer1.org2.example.com | [03f 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: F21BE5B0722E39BF9E0A2FC0299B97E074CFD5C609916BF206F14668BA5F9AAC +peer0.org2.example.com | [0a5 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org2.example.com | [040 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s +peer0.org2.example.com | [0a6 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org2.example.com | [041 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=a1f22548-6b95-4d04-844a-0d480c012c79,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer0.org2.example.com | [0a8 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [0a7 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed +peer1.org2.example.com | [042 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched +peer0.org2.example.com | [0aa 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | [043 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | [044 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [0ab 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [0ac 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5ee54cbd]Move state message READY +peer0.org2.example.com | [0ad 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5ee54cbd]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org2.example.com | [0ae 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [5ee54cbd]Entered state ready +peer0.org2.example.com | [0af 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:5ee54cbd-276e-4b74-8fad-e0d0875f6cf3 +peer0.org2.example.com | [0b0 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5ee54cbd]sending state message READY +peer0.org2.example.com | [0b1 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [0b2 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [0b3 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [045 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) +peer0.org2.example.com | [0b4 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org2.example.com | [0b5 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5ee54cbd]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [046 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +peer0.org2.example.com | [0b6 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [0b7 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5ee54cbd]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [047 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org2.example.com | [0a9 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [0b8 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]Received message READY from shim +peer0.org2.example.com | [0b9 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5ee54cbd]Move state message INIT +peer0.org2.example.com | [0bb 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5ee54cbd]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org2.example.com | [0bc 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [0bd 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5ee54cbd]sending state message INIT +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [0ba 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5ee54cbd]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [0be 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]Received message INIT from shim +peer0.org2.example.com | [0bf 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5ee54cbd]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [0c0 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [0c1 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5ee54cbd]Received INIT, initializing chaincode +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [0c2 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [0c3 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]Init get response status: 200 +peer0.org2.example.com | [0c4 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [0c5 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]Move state message COMPLETED +peer0.org2.example.com | [0c6 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5ee54cbd]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [048 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock +peer0.org2.example.com | [0c7 01-18 01:58:48.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5ee54cbd]send state message COMPLETED +peer1.org2.example.com | [049 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock +peer0.org2.example.com | [0c8 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5ee54cbd]Received message COMPLETED from shim +peer1.org2.example.com | [04a 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 +peer0.org2.example.com | [0c9 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5ee54cbd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [04b 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) +peer0.org2.example.com | [0ca 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5ee54cbd-276e-4b74-8fad-e0d0875f6cf3]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [04c 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer1.org2.example.com:7051 started +peer1.org2.example.com | [04d 01-18 01:58:48.63 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Entering {peer0.org2.example.com:7051 [] [] peer0.org2.example.com:7051} +peer1.org2.example.com | [04e 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Exiting +peer1.org2.example.com | [04f 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s +peer1.org2.example.com | [050 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 +peer1.org2.example.com | [051 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [052 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [053 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s +peer1.org2.example.com | [054 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [055 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org2.example.com | [056 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer1.org2.example.com | [057 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 170819CDD3E537CF89AD88A1F6F000326D307D7C5235772B3374C6E8265576E4 +peer1.org2.example.com | [058 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [059 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org2.example.com | [05a 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267322E6578616D706C652E636F6D3A37303531 +peer0.org2.example.com | [0cb 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5ee54cbd-276e-4b74-8fad-e0d0875f6cf3 +peer0.org2.example.com | [0cc 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [05b 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 84DCB4760C577E9B4E2A280CB22EA6979C16748D7FD46DCFD4002D8650CAD285 +peer0.org2.example.com | [0cd 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [0ce 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=c395ddfe-8130-4fad-b0e3-6bdd2de68b03,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer1.org2.example.com | [05c 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 +peer1.org2.example.com | [05d 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [0cf 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched +peer0.org2.example.com | [0d0 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | [05e 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 +peer0.org2.example.com | [0d1 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | [05f 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer1.org2.example.com | [060 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [061 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org2.example.com | [0d2 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) +peer0.org2.example.com | [0d3 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer0.org2.example.com | [0d4 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 -peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [0f5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq -peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI -peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== -peer1.org1.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [035 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer1.org1.example.com:7051 [] [41 212 113 155 111 60 253 152 128 154 139 93 55 46 176 226 115 170 244 7 180 226 17 187 201 154 21 203 20 223 179 175] peer1.org1.example.com:7051} incTime is 1515930328772250564 -peer1.org1.example.com | [036 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer1.org1.example.com:7051 [] [41 212 113 155 111 60 253 152 128 154 139 93 55 46 176 226 115 170 244 7 180 226 17 187 201 154 21 203 20 223 179 175] peer1.org1.example.com:7051} -peer1.org1.example.com | [037 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [0f6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer1.org1.example.com | [038 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -peer1.org2.example.com | -----END CERTIFICATE----- -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer1.org1.example.com | [039 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org2.example.com | [035 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer1.org2.example.com:7051 [] [144 119 48 161 152 16 111 55 135 212 104 153 242 128 107 239 162 108 100 105 229 13 64 139 107 78 122 75 126 238 20 116] peer1.org2.example.com:7051} incTime is 1515930329196204764 -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org1.example.com | [0f7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [13c86352]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [0f8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [036 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer1.org2.example.com:7051 [] [144 119 48 161 152 16 111 55 135 212 104 153 242 128 107 239 162 108 100 105 229 13 64 139 107 78 122 75 126 238 20 116] peer1.org2.example.com:7051} -peer1.org2.example.com | [037 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM -peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G -peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq -peer0.org1.example.com | [0f9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [13c86352]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [0fa 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Move state message INIT -peer0.org2.example.com | [0d5 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock -peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI -peer1.org2.example.com | [038 01-14 11:45:29.19 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [0fb 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer1.org2.example.com | [039 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [0fc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [0d6 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock -peer1.org1.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | MIICGTCCAcCgAwIBAgIRAKEIKOsKrnb1ltxHMap6pEUwCgYIKoZIzj0EAwIwczEL -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [03a 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s -peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | 2018-01-14 11:45:28.193 UTC [msp/identity] newIdentity -> DEBU 01a Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [0fd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]sending state message INIT -peer0.org2.example.com | [0d7 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 -peer1.org1.example.com | [03b 01-14 11:45:28.77 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [03c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [0fe 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Received message INIT from shim -peer0.org1.example.com | [0ff 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [100 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [101 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [13c86352]Received INIT, initializing chaincode -peer0.org1.example.com | [102 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer0.org1.example.com | [103 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Init get response status: 200 -peer0.org2.example.com | [0d8 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) -peer0.org2.example.com | [0d9 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 -peer0.org2.example.com | [0da 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [104 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Init succeeded. Sending COMPLETED -peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [03d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -peer1.org1.example.com | [03e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [03f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer1.org1.example.com | [040 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2029D4719B6F3CFD98...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer1.org1.example.com | [041 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 67B5A06203E1924331C334A5346029B42E35CDE66A3C99C448068A0EC421F682 -peer1.org1.example.com | [042 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer1.org1.example.com:7051 started -peer1.org1.example.com | [043 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s -peer1.org1.example.com | [044 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [045 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer1.org1.example.com | [046 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMi5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [047 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: D9E0DA089A9E8DB49B3FA19CA2E41D5366507FC85CDB9AE9891F50EB0D0E153E -peer0.org2.example.com | [0db 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [105 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Move state message COMPLETED -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABOEfGjC8VbMEzCYCPKLJGSdrrYdZfeRA -peer0.org2.example.com | [0dc 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 -peer0.org1.example.com | [106 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -peer1.org1.example.com | [048 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | FHWCX2T+6UK2uUSrL6Y3CjGhA0k9dcQUlvz6/JhbFMhUDE8Iq9VerOSjTTBLMA4G -peer0.org2.example.com | [0dd 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org2.example.com | [0de 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 -peer0.org2.example.com | [0df 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [0e0 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [0e1 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org2.example.com | [0e2 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [0e3 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -peer1.org1.example.com | [049 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org2.example.com | [0e4 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [107 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]send state message COMPLETED -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -peer0.org2.example.com | [0e5 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [04a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267312E6578616D706C652E636F6D3A37303531 -peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0cAMEQCIALDRpu4 -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -peer0.org1.example.com | [108 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Received message COMPLETED from shim -peer1.org1.example.com | [04b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 5E1207E32E2709D3C49FD6E4E42EA75E054BF7CAB0517372323BB60EB639719F -peer0.org2.example.com | [0e6 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -peer1.org2.example.com | 6rlRGqwZERIU0Bhc6EjFDrOLy8+aQtu5vf5IAiBsx4vZaqvuR1JyVZJx/5ysU+j7 -peer1.org1.example.com | [04c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Entering {peer0.org1.example.com:7051 [] [] peer0.org1.example.com:7051} -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [109 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | 7xpnfkN/TxNBsS31VA== -peer0.org2.example.com | [0e8 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org1.example.com | [04d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Exiting -orderer.example.com | 2018-01-14 11:45:28.196 UTC [bccsp_sw] loadPrivateKey -> DEBU 01b Loading private key [0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e] at [/var/hyperledger/orderer/msp/keystore/0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e_sk]... -peer1.org2.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [0e9 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | [10a 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352-2bad-44f6-8edd-2fdb7eb8b658]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:28.198 UTC [msp/identity] newIdentity -> DEBU 01c Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [04e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=c282b4be-ee3e-49f1-be1a-49bdb8baabec,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer1.org2.example.com | [03a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [0e7 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -peer0.org1.example.com | [10b 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:13c86352-2bad-44f6-8edd-2fdb7eb8b658 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org2.example.com | [0ea 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [04f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched -peer0.org1.example.com | [10c 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [03b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -peer0.org2.example.com | [0eb 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [10d 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer1.org1.example.com | [050 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [10e 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=818854db-b07a-47b8-a9d4-f4729c5718de,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | [03c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -peer0.org2.example.com | [0ec 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8d4660b1]Move state message READY -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -peer1.org1.example.com | [051 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org1.example.com | [10f 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched -peer0.org2.example.com | [0ed 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8d4660b1]Fabric side Handling ChaincodeMessage of type: READY in state established -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -peer1.org2.example.com | [03d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer1.org1.example.com | [052 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) -peer0.org1.example.com | [110 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -peer0.org2.example.com | [0ee 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [8d4660b1]Entered state ready -peer1.org2.example.com | [03e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A20907730A198106F37...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer1.org1.example.com | [053 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 -peer0.org1.example.com | [111 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -peer0.org2.example.com | [0ef 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:8d4660b1-39ad-4c2c-b231-4bcd1e1f17ad -peer0.org2.example.com | [0f0 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8d4660b1]sending state message READY -peer1.org2.example.com | [03f 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: F21BE5B0722E39BF9E0A2FC0299B97E074CFD5C609916BF206F14668BA5F9AAC -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -peer0.org1.example.com | [112 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -peer1.org1.example.com | [054 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org2.example.com | [0f1 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org2.example.com | [0f3 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org2.example.com | [0f4 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [0f5 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org2.example.com | [0f6 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8d4660b1]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [0f7 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [0f8 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8d4660b1]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [0f9 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8d4660b1]Move state message INIT -peer0.org2.example.com | [0fa 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8d4660b1]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [0fb 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [0fc 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8d4660b1]sending state message INIT -peer0.org2.example.com | [0f2 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]Received message READY from shim -peer1.org2.example.com | [040 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=472f4516-8c76-4424-96cc-82c8eb92b6a2,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer1.org2.example.com | [041 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [113 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer1.org1.example.com | [055 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock -peer0.org2.example.com | [0fd 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8d4660b1]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [042 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -orderer.example.com | 2018-01-14 11:45:28.199 UTC [msp] Validate -> DEBU 01d MSP OrdererMSP validating identity -peer0.org1.example.com | [114 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | [043 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org2.example.com | [0fe 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:28.199 UTC [orderer/main] createLedgerFactory -> DEBU 01e Ledger dir: /var/hyperledger/production/orderer -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 -peer1.org1.example.com | [056 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock -peer0.org2.example.com | [0ff 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8d4660b1]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org2.example.com | [044 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) -peer1.org2.example.com | [045 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -orderer.example.com | 2018-01-14 11:45:28.199 UTC [kvledger.util] CreateDirIfMissing -> DEBU 01f CreateDirIfMissing [/var/hyperledger/production/orderer/index/] -peer0.org2.example.com | [100 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org2.example.com | [046 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org1.example.com | [057 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.199 UTC [kvledger.util] logDirStatus -> DEBU 020 Before creating dir - [/var/hyperledger/production/orderer/index/] does not exist -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -orderer.example.com | 2018-01-14 11:45:28.199 UTC [kvledger.util] logDirStatus -> DEBU 021 After creating dir - [/var/hyperledger/production/orderer/index/] exists -peer0.org2.example.com | [101 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [8d4660b1]Received INIT, initializing chaincode -peer1.org1.example.com | [058 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) -orderer.example.com | 2018-01-14 11:45:28.213 UTC [fsblkstorage] newBlockfileMgr -> DEBU 022 newBlockfileMgr() initializing file-based block storage for ledger: testchainid -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org2.example.com | [102 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -orderer.example.com | 2018-01-14 11:45:28.213 UTC [kvledger.util] CreateDirIfMissing -> DEBU 023 CreateDirIfMissing [/var/hyperledger/production/orderer/chains/testchainid/] -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | [059 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.213 UTC [kvledger.util] logDirStatus -> DEBU 024 Before creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] does not exist -orderer.example.com | 2018-01-14 11:45:28.213 UTC [kvledger.util] logDirStatus -> DEBU 025 After creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] exists -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org2.example.com | [103 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]Init get response status: 200 -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | 2018-01-14 11:45:28.215 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 026 Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -peer0.org1.example.com | [115 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock -peer0.org1.example.com | [116 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock -peer1.org1.example.com | [05a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.216 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 027 status of file [/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000]: exists=[false], size=[0] -peer0.org2.example.com | [104 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [05c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [117 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 -peer0.org2.example.com | [105 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:28.216 UTC [fsblkstorage] newBlockIndex -> DEBU 028 newBlockIndex() - indexItems:[[BlockNum]] -peer1.org1.example.com | [05d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 -peer1.org2.example.com | [047 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock -peer0.org2.example.com | [106 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8d4660b1]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:28.216 UTC [fsblkstorage] newBlockfileStream -> DEBU 029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -peer0.org1.example.com | [118 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) -peer1.org1.example.com | [05e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [107 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8d4660b1]send state message COMPLETED -peer1.org2.example.com | [048 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.216 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02a Finished reading file number [0] -peer1.org1.example.com | [05b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org2.example.com | [049 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 -peer1.org2.example.com | [04a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) -peer0.org2.example.com | [108 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8d4660b1]Received message COMPLETED from shim -peer0.org1.example.com | [119 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 -peer1.org1.example.com | [05f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.216 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02b blockbytes [0] read from file [0] -peer1.org2.example.com | [04b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s -peer0.org1.example.com | [11b 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org2.example.com | [109 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8d4660b1]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [060 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] indexBlock -> DEBU 02c Indexing block [blockNum=0, blockHash=[]byte{0x89, 0xd5, 0xd2, 0x88, 0xd1, 0xb6, 0xc3, 0x25, 0x91, 0xfb, 0x5e, 0x94, 0x7f, 0x80, 0xeb, 0xd3, 0x7d, 0xdd, 0x80, 0xdf, 0x56, 0xc0, 0xb2, 0xfc, 0xe3, 0x98, 0x5f, 0x12, 0xd8, 0x6b, 0xb0, 0x21} txOffsets= -peer1.org2.example.com | [04c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer1.org2.example.com:7051 started -peer0.org1.example.com | [11c 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [10a 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8d4660b1-39ad-4c2c-b231-4bcd1e1f17ad]HandleMessage- COMPLETED. Notify -orderer.example.com | txId=39266883a94d0b87be6c51e2f16ce943b4d54e117e366bcac9318c13c284ab01 locPointer=offset=38, bytesLength=9039 -peer1.org1.example.com | [061 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [062 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer1.org1.example.com | [063 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 -peer1.org1.example.com | [064 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED -peer1.org1.example.com | [065 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [066 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org1.example.com | [067 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed -peer1.org1.example.com | [068 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [069 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [06a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c282b4be]Move state message READY -peer1.org1.example.com | [06b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c282b4be]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [06c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [c282b4be]Entered state ready -peer1.org1.example.com | [06d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:c282b4be-ee3e-49f1-be1a-49bdb8baabec -peer1.org1.example.com | [06e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c282b4be]sending state message READY -peer1.org2.example.com | [04d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s -peer0.org1.example.com | [11a 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 -orderer.example.com | ] -peer1.org1.example.com | [06f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [11d 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -peer1.org2.example.com | [04e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [10b 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8d4660b1-39ad-4c2c-b231-4bcd1e1f17ad -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] updateCheckpoint -> DEBU 02d Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[9082], isChainEmpty=[false], lastBlockNumber=[0] -peer1.org1.example.com | [070 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org2.example.com | [04f 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [11e 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 02e retrieveBlockByNumber() - blockNum = [0] -peer1.org1.example.com | [071 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [10c 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [11f 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] newBlockfileStream -> DEBU 02f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -peer1.org2.example.com | [050 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -peer1.org1.example.com | [072 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 030 Remaining bytes=[9082], Going to peek [8] bytes -peer0.org2.example.com | [10d 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org1.example.com | [120 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org1.example.com | [073 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c282b4be]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [10e 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=b6a790db-822c-467d-a976-84b12534cc2d,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | [051 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 78B007C5C69FFBDE55FF6E8C71493ED7D1952B0A313FE0D9E0C34AC37F8850BD -orderer.example.com | 2018-01-14 11:45:28.218 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 031 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -peer0.org1.example.com | [121 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [074 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [10f 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched -peer1.org2.example.com | [052 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s -orderer.example.com | 2018-01-14 11:45:28.219 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 032 retrieveBlockByNumber() - blockNum = [0] -peer0.org1.example.com | [122 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [123 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 -peer0.org1.example.com | [124 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED -peer1.org1.example.com | [075 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c282b4be]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [053 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.219 UTC [fsblkstorage] newBlockfileStream -> DEBU 033 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -peer0.org2.example.com | [110 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [125 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [076 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [111 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer1.org2.example.com | [054 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -peer0.org1.example.com | [126 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org1.example.com | [077 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [112 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) -peer0.org1.example.com | [128 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org2.example.com | [055 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267322E6578616D706C652E636F6D3A37303531 -peer1.org1.example.com | [078 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]Received message READY from shim -peer0.org1.example.com | [129 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [113 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -orderer.example.com | 2018-01-14 11:45:28.219 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 034 Remaining bytes=[9082], Going to peek [8] bytes -peer0.org1.example.com | [127 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed -peer1.org1.example.com | [079 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c282b4be]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [056 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 84DCB4760C577E9B4E2A280CB22EA6979C16748D7FD46DCFD4002D8650CAD285 -peer0.org1.example.com | [12a 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [07a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c282b4be]Move state message INIT -peer0.org2.example.com | [114 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | [057 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Entering {peer0.org2.example.com:7051 [] [] peer0.org2.example.com:7051} -peer0.org1.example.com | [12b 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.219 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 035 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -peer1.org1.example.com | [07b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c282b4be]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [12c 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Move state message READY +peer0.org2.example.com | [0d5 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock +peer0.org2.example.com | [0d6 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock +peer0.org2.example.com | [0d7 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 +peer0.org2.example.com | [0d8 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) +peer0.org2.example.com | [0d9 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 +peer1.org2.example.com | [062 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org2.example.com | [063 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 +peer1.org2.example.com | [064 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [0db 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [065 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org2.example.com | [0da 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 +peer0.org2.example.com | [0dc 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | [066 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org2.example.com | [0dd 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 +peer1.org2.example.com | [067 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [0de 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [0df 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [068 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [0e0 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [069 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed +peer0.org2.example.com | [0e1 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [06a 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | [06b 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [0e2 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org2.example.com | [06c 01-18 01:58:48.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a1f22548]Move state message READY +peer1.org2.example.com | [06d 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a1f22548]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org2.example.com | [0e3 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 +peer1.org2.example.com | [06e 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [a1f22548]Entered state ready +peer0.org2.example.com | [0e4 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [0e6 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org2.example.com | [0e7 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [0e8 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [0e5 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org2.example.com | [0e9 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed +peer0.org2.example.com | [0ea 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org2.example.com | [0eb 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [0ec 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c395ddfe]Move state message READY +peer0.org2.example.com | [0ed 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c395ddfe]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org2.example.com | [0ee 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [c395ddfe]Entered state ready +peer0.org2.example.com | [0ef 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:c395ddfe-8130-4fad-b0e3-6bdd2de68b03 +peer0.org2.example.com | [0f0 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c395ddfe]sending state message READY +peer0.org2.example.com | [0f1 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]Received message READY from shim +peer0.org2.example.com | [0f2 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c395ddfe]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [0f3 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [0f4 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [0f5 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [0f6 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer1.org2.example.com | [06f 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:a1f22548-6b95-4d04-844a-0d480c012c79 +peer1.org2.example.com | [070 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a1f22548]sending state message READY +peer1.org2.example.com | [071 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]Received message READY from shim +peer1.org2.example.com | [072 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a1f22548]Handling ChaincodeMessage of type: READY(state:established) +peer1.org2.example.com | [073 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer1.org2.example.com | [074 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | [075 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [076 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org2.example.com | [077 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [a1f22548]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [078 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [079 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [a1f22548]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [07a 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a1f22548]Move state message INIT +peer1.org2.example.com | [07b 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a1f22548]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [07c 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [07d 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a1f22548]sending state message INIT +peer1.org2.example.com | [07e 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]Received message INIT from shim +peer1.org2.example.com | [07f 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a1f22548]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [080 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [081 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [a1f22548]Received INIT, initializing chaincode +peer1.org2.example.com | [082 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer1.org2.example.com | [083 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [0f7 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c395ddfe]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [084 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]Init get response status: 200 +peer1.org2.example.com | [085 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [086 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]Move state message COMPLETED +peer1.org2.example.com | [087 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a1f22548]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [0f8 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [0f9 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c395ddfe]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [0fa 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c395ddfe]Move state message INIT +peer0.org2.example.com | [0fb 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c395ddfe]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [088 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a1f22548]send state message COMPLETED +peer0.org2.example.com | [0fc 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [089 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a1f22548]Received message COMPLETED from shim +peer0.org2.example.com | [0fd 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c395ddfe]sending state message INIT +peer1.org2.example.com | [08a 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a1f22548]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [0fe 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]Received message INIT from shim +peer1.org2.example.com | [08b 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a1f22548-6b95-4d04-844a-0d480c012c79]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [0ff 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c395ddfe]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [08c 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:a1f22548-6b95-4d04-844a-0d480c012c79 +peer0.org2.example.com | [100 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [08d 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [08e 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [101 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [c395ddfe]Received INIT, initializing chaincode +peer1.org2.example.com | [08f 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=3b7a7261-89d0-45ed-9c54-749444b5b936,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer0.org2.example.com | [102 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +peer0.org2.example.com | [103 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]Init get response status: 200 +peer0.org2.example.com | [104 01-18 01:58:48.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [105 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]Move state message COMPLETED +peer0.org2.example.com | [106 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c395ddfe]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [107 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c395ddfe]send state message COMPLETED +peer1.org2.example.com | [090 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched +peer0.org2.example.com | [108 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c395ddfe]Received message COMPLETED from shim +peer0.org2.example.com | [109 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c395ddfe]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [091 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [10a 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c395ddfe-8130-4fad-b0e3-6bdd2de68b03]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [092 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [10b 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c395ddfe-8130-4fad-b0e3-6bdd2de68b03 +peer0.org2.example.com | [10c 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [093 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) +peer0.org2.example.com | [10d 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed +peer0.org2.example.com | [10e 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=c00a15b0-000f-4d92-a8cc-a9b3caf09038,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [094 01-18 01:58:48.65 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +peer1.org2.example.com | [095 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org2.example.com | [10f 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer1.org2.example.com | [096 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock +peer0.org2.example.com | [110 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | [097 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock +peer1.org2.example.com | [098 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 +peer1.org2.example.com | [099 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) +peer1.org2.example.com | [09a 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 +peer1.org2.example.com | [09b 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org2.example.com | [111 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | [09c 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [09d 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 +peer1.org2.example.com | [09e 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [112 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) +peer1.org2.example.com | [09f 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 +peer1.org2.example.com | [0a0 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [113 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer1.org2.example.com | [0a1 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [0a2 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [0a3 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [114 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | [0a4 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 +peer1.org2.example.com | [0a5 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/config] NewStandardValues -> DEBU 036 Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [12d 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [07c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 037 Processing field: HashingAlgorithm -peer1.org2.example.com | [058 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Exiting -peer0.org1.example.com | [12e 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [818854db]Entered state ready -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 038 Processing field: BlockDataHashingStructure peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | [07d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c282b4be]sending state message INIT -peer0.org1.example.com | [12f 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:818854db-b07a-47b8-a9d4-f4729c5718de -peer1.org2.example.com | [059 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 -peer1.org1.example.com | [07e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]Received message INIT from shim -peer1.org1.example.com | [07f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c282b4be]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [080 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org1.example.com | [081 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [c282b4be]Received INIT, initializing chaincode -peer1.org1.example.com | [082 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer1.org1.example.com | [083 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [084 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]Init get response status: 200 -peer1.org1.example.com | [085 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [086 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]Move state message COMPLETED -peer1.org1.example.com | [087 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c282b4be]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [088 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c282b4be]send state message COMPLETED -peer1.org1.example.com | [089 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c282b4be]Received message COMPLETED from shim -peer1.org1.example.com | [08a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c282b4be]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [08b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c282b4be-ee3e-49f1-be1a-49bdb8baabec]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [08c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c282b4be-ee3e-49f1-be1a-49bdb8baabec -peer1.org1.example.com | [08d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [08e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org1.example.com | [08f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=94dc826c-5305-4407-9a14-393f2cbb263e,syscc=true,proposal=0x0,canname=lscc:1.0.2 peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org2.example.com | [115 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock -peer0.org2.example.com | [116 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock -peer0.org2.example.com | [117 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 -peer0.org2.example.com | [118 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) -peer0.org2.example.com | [119 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 -peer0.org2.example.com | [11a 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org2.example.com | [11b 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [090 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 039 Processing field: OrdererAddresses -peer0.org1.example.com | [130 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]sending state message READY -peer1.org2.example.com | [05a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org2.example.com | [11c 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 -peer1.org1.example.com | [091 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 03a Processing field: Consortium -peer0.org1.example.com | [131 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Received message READY from shim -peer0.org1.example.com | [133 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: READY(state:established) -peer0.org1.example.com | [132 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03b Adding to config map: [Groups] /Channel -peer1.org2.example.com | [05b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [11d 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] -peer0.org1.example.com | [134 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org1.example.com | [092 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03c Adding to config map: [Groups] /Channel/Orderer -peer0.org2.example.com | [11e 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 -peer0.org1.example.com | [135 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [05c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 -peer1.org1.example.com | [093 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [11f 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [136 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [05d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org1.example.com | [094 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 -peer1.org2.example.com | [05e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 -peer0.org1.example.com | [137 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [818854db]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [120 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org1.example.com | [095 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | [138 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer0.org2.example.com | [121 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | [05f 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [139 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [818854db]sendExecuteMsg trigger event INIT -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 040 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org2.example.com | [060 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [122 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [13a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Move state message INIT -peer0.org1.example.com | [13b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [13c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org2.example.com | [123 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 -peer1.org2.example.com | [061 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -orderer.example.com | 2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 041 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org1.example.com | [13d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]sending state message INIT -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org2.example.com | [124 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org2.example.com | [062 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | 2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 042 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org1.example.com | [13e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Received message INIT from shim -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | 2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 043 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer1.org2.example.com | [063 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 -peer0.org1.example.com | [13f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [125 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [096 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 044 Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org1.example.com | [140 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [126 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org2.example.com | [064 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED -peer1.org1.example.com | [097 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 045 Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org1.example.com | [098 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 -peer0.org1.example.com | [141 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [818854db]Received INIT, initializing chaincode -peer0.org1.example.com | [142 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Init get response status: 200 -peer0.org1.example.com | [143 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [144 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Move state message COMPLETED -peer0.org1.example.com | [145 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [146 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]send state message COMPLETED -peer0.org1.example.com | [147 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Received message COMPLETED from shim -peer0.org1.example.com | [148 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [149 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db-b07a-47b8-a9d4-f4729c5718de]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [14a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:818854db-b07a-47b8-a9d4-f4729c5718de -peer0.org1.example.com | [14b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [14c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer1.org2.example.com | [065 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [066 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org2.example.com | [067 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [127 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org1.example.com | [14d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=9902c4b9-dc72-4da4-8e81-e5e1991dcdca,syscc=true,proposal=0x0,canname=qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 046 Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [09a 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 -peer1.org2.example.com | [068 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [128 01-14 11:45:29.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer1.org1.example.com | [09b 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [14e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched -peer1.org1.example.com | [09c 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | [069 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed -peer0.org2.example.com | [129 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 047 Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org1.example.com | [09d 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 -peer0.org1.example.com | [14f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [12a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | [06a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 048 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer1.org1.example.com | [09e 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org2.example.com | [12b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [09f 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 049 Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [12c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b6a790db]Move state message READY -peer1.org1.example.com | [0a0 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer1.org2.example.com | [06b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [150 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04a Adding to config map: [Groups] /Channel/Consortiums -peer1.org1.example.com | [0a1 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org2.example.com | [06c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [472f4516]Move state message READY -peer0.org2.example.com | [12d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b6a790db]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [0a2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org1.example.com | [151 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -peer0.org2.example.com | [12e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [b6a790db]Entered state ready -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04b Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium -peer1.org1.example.com | [0a3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer1.org2.example.com | [06d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [472f4516]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [152 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer1.org1.example.com | [0a4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 -peer0.org2.example.com | [12f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:b6a790db-822c-467d-a976-84b12534cc2d -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04c Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org1MSP -peer1.org2.example.com | [06e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [472f4516]Entered state ready -peer1.org1.example.com | [0a5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [130 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b6a790db]sending state message READY -peer0.org1.example.com | [153 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04d Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org1MSP/MSP -peer1.org1.example.com | [0a6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [06f 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:472f4516-8c76-4424-96cc-82c8eb92b6a2 -peer1.org1.example.com | [0a7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org2.example.com | [131 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]Received message READY from shim -peer1.org1.example.com | [0a8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 -peer0.org2.example.com | [132 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b6a790db]Handling ChaincodeMessage of type: READY(state:established) -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04e Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Readers -peer1.org1.example.com | [0a9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org2.example.com | [070 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [472f4516]sending state message READY -peer1.org1.example.com | [099 01-14 11:45:28.78 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) -peer0.org2.example.com | [133 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04f Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Writers -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | [0aa 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed -peer1.org2.example.com | [071 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]Received message READY from shim -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 050 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Admins -peer1.org1.example.com | [0ab 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org2.example.com | [134 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org2.example.com | [072 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [472f4516]Handling ChaincodeMessage of type: READY(state:established) -peer1.org1.example.com | [0ac 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 051 Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org2MSP -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 052 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 053 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 054 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 055 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 056 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/ChannelCreationPolicy -orderer.example.com | 2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 057 Adding to config map: [Policy] /Channel/Consortiums/Admins -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer1.org1.example.com | [0ad 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [94dc826c]Move state message READY -peer1.org2.example.com | [073 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | 2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 058 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 059 Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org1.example.com | [0ae 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [94dc826c]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [0af 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [94dc826c]Entered state ready -peer1.org1.example.com | [0b0 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:94dc826c-5305-4407-9a14-393f2cbb263e -peer1.org1.example.com | [0b2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer1.org1.example.com | [0b3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org1.example.com | [0b4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [0b5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org1.example.com | [0b6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [94dc826c]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [0b7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [0b8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [94dc826c]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [0b1 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [94dc826c]sending state message READY -peer1.org1.example.com | [0b9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]Received message READY from shim -peer0.org1.example.com | [154 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock -peer0.org2.example.com | [135 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 05a Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer1.org1.example.com | [0ba 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [94dc826c]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [074 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | [155 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05b Adding to config map: [Policy] /Channel/Admins -peer1.org1.example.com | [0bb 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [94dc826c]Move state message INIT -peer0.org2.example.com | [136 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [075 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05c Adding to config map: [Policy] /Channel/Readers -peer0.org1.example.com | [156 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 -peer0.org2.example.com | [137 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b6a790db]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [0bc 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [94dc826c]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [076 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer0.org2.example.com | [138 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05d Adding to config map: [Policy] /Channel/Writers -peer0.org1.example.com | [157 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) -peer1.org2.example.com | [077 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [472f4516]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [139 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b6a790db]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [0bd 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/configtx] processConfig -> DEBU 05e Beginning new config for channel testchainid -peer0.org1.example.com | [158 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 -peer0.org2.example.com | [13a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b6a790db]Move state message INIT -peer1.org2.example.com | [078 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [0be 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [94dc826c]sending state message INIT -peer0.org1.example.com | [15a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] NewStandardValues -> DEBU 05f Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [13b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b6a790db]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [079 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [472f4516]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [0bf 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]Received message INIT from shim -peer0.org1.example.com | [159 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 060 Processing field: HashingAlgorithm -peer0.org1.example.com | [15b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -peer1.org1.example.com | [0c0 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [94dc826c]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org2.example.com | [07a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [472f4516]Move state message INIT -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 061 Processing field: BlockDataHashingStructure -peer0.org2.example.com | [13c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [15c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 -peer1.org1.example.com | [0c1 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [07b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [472f4516]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [13d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b6a790db]sending state message INIT -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 062 Processing field: OrdererAddresses -peer0.org1.example.com | [15d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [13e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]Received message INIT from shim -peer1.org1.example.com | [0c2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [94dc826c]Received INIT, initializing chaincode -peer1.org2.example.com | [07c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [15e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [13f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b6a790db]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 063 Processing field: Consortium -peer1.org2.example.com | [07d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [472f4516]sending state message INIT -peer1.org1.example.com | [0c3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [140 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [15f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -orderer.example.com | 2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 064 Proposed new policy Readers for Channel -peer1.org2.example.com | [07e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]Received message INIT from shim -peer0.org2.example.com | [141 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b6a790db]Received INIT, initializing chaincode -peer1.org1.example.com | [0c4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]Init get response status: 200 -peer0.org1.example.com | [160 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | [07f 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [472f4516]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 065 Proposed new policy Writers for Channel -peer1.org1.example.com | [0c5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [142 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]Init get response status: 200 -peer0.org1.example.com | [161 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | 2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 066 Proposed new policy Admins for Channel -peer1.org1.example.com | [0c6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]Move state message COMPLETED -peer1.org2.example.com | [080 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [143 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]Init succeeded. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] NewStandardValues -> DEBU 067 Initializing protos for *config.OrdererProtos -peer0.org1.example.com | [162 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 -peer1.org1.example.com | [0c7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [94dc826c]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [144 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 068 Processing field: ConsensusType -peer1.org2.example.com | [081 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [472f4516]Received INIT, initializing chaincode -peer0.org1.example.com | [163 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [145 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b6a790db]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [0c8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [94dc826c]send state message COMPLETED -peer1.org2.example.com | [082 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -orderer.example.com | 2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 069 Processing field: BatchSize -peer0.org2.example.com | [146 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b6a790db]send state message COMPLETED -peer0.org1.example.com | [164 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [0c9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [94dc826c]Received message COMPLETED from shim -peer1.org2.example.com | [083 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [147 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b6a790db]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06a Processing field: BatchTimeout -peer0.org1.example.com | [165 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org2.example.com | [148 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b6a790db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [084 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]Init get response status: 200 -peer1.org1.example.com | [0ca 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [94dc826c]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [149 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b6a790db-822c-467d-a976-84b12534cc2d]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06b Processing field: KafkaBrokers -peer0.org2.example.com | [14a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b6a790db-822c-467d-a976-84b12534cc2d -peer1.org1.example.com | [0cb 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [94dc826c-5305-4407-9a14-393f2cbb263e]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [166 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org2.example.com | [085 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [14b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [0cc 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:94dc826c-5305-4407-9a14-393f2cbb263e -peer0.org1.example.com | [167 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06c Processing field: ChannelRestrictions -peer0.org2.example.com | [14c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer1.org2.example.com | [086 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]Move state message COMPLETED -peer1.org1.example.com | [0cd 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [14d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=5b5dfde8-2e56-4e63-bf47-690a15e9039f,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer0.org1.example.com | [168 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06d Proposed new policy Readers for Orderer -peer0.org2.example.com | [14e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched -peer1.org1.example.com | [0ce 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org2.example.com | [14f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [169 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | [087 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [472f4516]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06e Proposed new policy Writers for Orderer -peer0.org2.example.com | [150 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer1.org2.example.com | [088 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [472f4516]send state message COMPLETED -peer1.org1.example.com | [0cf 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=2f4add17-95cd-4ed8-baf5-1e995f560277,syscc=true,proposal=0x0,canname=escc:1.0.2 -peer0.org2.example.com | [151 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06f Proposed new policy Admins for Orderer -peer1.org2.example.com | [089 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [472f4516]Received message COMPLETED from shim -peer0.org1.example.com | [16a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [152 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -peer1.org1.example.com | [0d0 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 070 Proposed new policy BlockValidation for Orderer -peer0.org1.example.com | [16b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Move state message READY -peer0.org2.example.com | [153 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | [08a 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [472f4516]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [16c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [0d1 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [115 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock +peer0.org2.example.com | [116 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock +peer0.org2.example.com | [117 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 +peer0.org2.example.com | [118 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) +peer0.org2.example.com | [119 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 +peer0.org2.example.com | [11a 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 +peer0.org2.example.com | [11c 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [0a6 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org2.example.com | [0a7 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org2.example.com | [0a8 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer1.org2.example.com | [0a9 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer1.org2.example.com | [0aa 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed +peer0.org2.example.com | [11b 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] +peer1.org2.example.com | [0ab 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | [0ac 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [0ad 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b7a7261]Move state message READY +peer1.org2.example.com | [0ae 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b7a7261]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org2.example.com | [11e 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [0af 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [3b7a7261]Entered state ready +peer1.org2.example.com | [0b0 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:3b7a7261-89d0-45ed-9c54-749444b5b936 +peer0.org2.example.com | [11d 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 +peer1.org2.example.com | [0b2 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b7a7261]sending state message READY +peer0.org2.example.com | [11f 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [120 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [0b3 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]Received message READY from shim +peer1.org2.example.com | [0b4 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b7a7261]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [121 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [0b5 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [122 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [123 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 +peer1.org2.example.com | [0b1 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [124 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED +peer1.org2.example.com | [0b7 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org2.example.com | [0b8 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 180172D3060A20907730A198106F3787...293CAFE19A97D7026ECBDF4E276BE59C +peer0.org2.example.com | [125 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org2.example.com | [0b9 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: D188AA5BAD0067B4227E19B0E31A38513921598F128235D7C4862008E504B4F6 +peer0.org2.example.com | [126 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org2.example.com | [0b6 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [127 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [128 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed +peer1.org2.example.com | [0bb 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [12a 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | [0bc 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org2.example.com | [129 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [12b 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [0bd 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [3b7a7261]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [12c 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c00a15b0]Move state message READY +peer1.org2.example.com | [0be 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [0bf 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [3b7a7261]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [12d 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c00a15b0]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org2.example.com | [0ba 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Sending GossipMessage: tag:EMPTY conn: , Envelope: 856 bytes, Signature: 71 bytes to 172.18.0.6:7051 +peer0.org2.example.com | [12e 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [c00a15b0]Entered state ready +peer0.org2.example.com | [12f 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:c00a15b0-000f-4d92-a8cc-a9b3caf09038 +peer1.org2.example.com | [0c0 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b7a7261]Move state message INIT +peer0.org2.example.com | [130 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c00a15b0]sending state message READY +peer1.org2.example.com | [0c1 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b7a7261]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [0c3 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [132 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]Received message READY from shim +peer1.org2.example.com | [0c4 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b7a7261]sending state message INIT +peer1.org2.example.com | [0c2 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Received pki_id:"\022/_\300\234=\255?P\350`@[1e\362\316W \030Y\004W\240/|\372|p\271{\r" identity:"\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D\nlEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1\ncBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU\nCp7fopYLAR0CUyw+Xyk=\n-----END -----\n" tls_cert_hash:"\0045\260\320\247i\237q\231 ;\356\213\267_\305\3425n:\215G\246'V\004\332o\222R\316l" from 172.18.0.6:7051 +peer1.org2.example.com | [0c6 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [131 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [134 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | [0c5 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]Received message INIT from shim +peer1.org2.example.com | [0c7 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [133 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c00a15b0]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [135 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [0c8 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b7a7261]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [136 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org2.example.com | [137 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c00a15b0]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [0c9 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [138 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [0ca 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [3b7a7261]Received INIT, initializing chaincode +peer0.org2.example.com | [139 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c00a15b0]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [13a 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c00a15b0]Move state message INIT +peer0.org2.example.com | [13b 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c00a15b0]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org2.example.com | [13c 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [0cb 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [13d 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c00a15b0]sending state message INIT +peer1.org2.example.com | [0cc 01-18 01:58:48.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]Init get response status: 200 +peer0.org2.example.com | [13e 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]Received message INIT from shim +peer0.org2.example.com | [13f 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c00a15b0]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [140 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [141 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [c00a15b0]Received INIT, initializing chaincode +peer0.org2.example.com | [142 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]Init get response status: 200 +peer0.org2.example.com | [143 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [144 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]Move state message COMPLETED +peer0.org2.example.com | [145 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c00a15b0]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [146 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c00a15b0]send state message COMPLETED +peer0.org2.example.com | [147 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c00a15b0]Received message COMPLETED from shim +peer0.org2.example.com | [148 01-18 01:58:48.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c00a15b0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [149 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c00a15b0-000f-4d92-a8cc-a9b3caf09038]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [14a 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c00a15b0-000f-4d92-a8cc-a9b3caf09038 +peer0.org2.example.com | [14b 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [14c 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org2.example.com | [14d 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=2cdddf1a-93f1-49aa-83bc-12d659f12a3d,syscc=true,proposal=0x0,canname=qscc:1.0.2 +peer0.org2.example.com | [14e 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched +peer0.org2.example.com | [14f 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [150 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +peer0.org2.example.com | [151 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org2.example.com) +peer0.org2.example.com | [152 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer0.org2.example.com | [153 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | [0cd 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [0ce 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]Move state message COMPLETED +peer1.org2.example.com | [0d0 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b7a7261]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [0d1 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b7a7261]send state message COMPLETED +peer1.org2.example.com | [0cf 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 071 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [08b 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [472f4516-8c76-4424-96cc-82c8eb92b6a2]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [0d2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org1.example.com | [16d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [9902c4b9]Entered state ready peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 072 Processing field: MSP -peer1.org2.example.com | [08c 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:472f4516-8c76-4424-96cc-82c8eb92b6a2 peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | [0d3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) -peer0.org1.example.com | [16e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:9902c4b9-dc72-4da4-8e81-e5e1991dcdca -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 073 Proposed new policy Admins for OrdererOrg peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org2.example.com | [08d 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [16f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]sending state message READY -peer1.org1.example.com | [0d4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer1.org2.example.com | [08e 01-14 11:45:29.20 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org2.example.com | [154 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 074 Proposed new policy Readers for OrdererOrg -peer0.org1.example.com | [170 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Received message READY from shim -peer0.org2.example.com | [155 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock -peer1.org2.example.com | [08f 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=662d247c-b2dd-4332-aaa5-847fbdf12535,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer1.org1.example.com | [0d5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | [171 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: READY(state:established) -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 075 Proposed new policy Writers for OrdererOrg -peer0.org2.example.com | [156 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 -peer1.org2.example.com | [090 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 076 Proposed new policy Admins for Consortiums -peer0.org2.example.com | [157 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org1.example.com | [172 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 077 Initializing protos for *config.ConsortiumProtos -peer1.org2.example.com | [091 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [158 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 -peer0.org1.example.com | [173 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 078 Processing field: ChannelCreationPolicy -peer1.org2.example.com | [092 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org2.example.com | [159 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [174 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 079 Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [15a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | [093 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) -peer0.org1.example.com | [175 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org2.example.com | [15b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 07a Processing field: MSP -peer1.org2.example.com | [094 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -peer0.org1.example.com | [176 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9902c4b9]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [15c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07b Proposed new policy Writers for Org2MSP -peer1.org1.example.com | [0d6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock -peer0.org2.example.com | [15d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 -peer0.org2.example.com | [15e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [177 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [095 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07c Proposed new policy Admins for Org2MSP -peer1.org1.example.com | [0d7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock -peer0.org2.example.com | [15f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07d Proposed new policy Readers for Org2MSP -peer0.org1.example.com | [178 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9902c4b9]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [0d8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org2.example.com | [160 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [179 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Move state message INIT -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 07e Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [0da 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 -peer0.org2.example.com | [161 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org1.example.com | [17a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: INIT in state ready -orderer.example.com | 2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 07f Processing field: MSP -peer0.org2.example.com | [162 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 -peer1.org1.example.com | [0db 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [17b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 080 Proposed new policy Readers for Org1MSP -peer1.org2.example.com | [096 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock -peer0.org2.example.com | [163 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [17c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]sending state message INIT -peer1.org1.example.com | [0dc 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.227 UTC [policies] ProposePolicy -> DEBU 081 Proposed new policy Writers for Org1MSP -peer1.org2.example.com | [097 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock -peer1.org1.example.com | [0dd 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 -peer0.org1.example.com | [17d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Received message INIT from shim -peer1.org2.example.com | [098 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 -peer0.org2.example.com | [164 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -orderer.example.com | 2018-01-14 11:45:28.227 UTC [policies] ProposePolicy -> DEBU 082 Proposed new policy Admins for Org1MSP -peer1.org2.example.com | [099 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) -peer1.org1.example.com | [0de 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org1.example.com | [17e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [165 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org2.example.com | [09a 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 -peer1.org1.example.com | [0df 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 -peer0.org1.example.com | [17f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [09b 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | 2018-01-14 11:45:28.227 UTC [common/config] validateMSP -> DEBU 083 Setting up MSP for org OrdererOrg -peer0.org2.example.com | [167 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org2.example.com | [09c 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [180 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [9902c4b9]Received INIT, initializing chaincode -orderer.example.com | 2018-01-14 11:45:28.227 UTC [msp] NewBccspMsp -> DEBU 084 Creating BCCSP-based MSP instance -peer1.org1.example.com | [0e0 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [168 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer1.org2.example.com | [09d 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 -peer0.org1.example.com | [181 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -peer1.org1.example.com | [0e1 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org2.example.com | [09e 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org1.example.com | [182 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [166 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed -orderer.example.com | 2018-01-14 11:45:28.227 UTC [msp] Setup -> DEBU 085 Setting up MSP instance OrdererMSP -peer1.org2.example.com | [09f 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 -peer0.org1.example.com | [183 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Init get response status: 200 -orderer.example.com | 2018-01-14 11:45:28.227 UTC [msp/identity] newIdentity -> DEBU 086 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [0e2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | [0a0 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org2.example.com | [169 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org1.example.com | [184 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Init succeeded. Sending COMPLETED -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer1.org1.example.com | [0e3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer1.org2.example.com | [0a1 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [16a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [185 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Move state message COMPLETED -peer1.org2.example.com | [0a2 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [0e4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [16b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5b5dfde8]Move state message READY -peer1.org2.example.com | [0a3 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer0.org1.example.com | [186 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [0e5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED -peer1.org2.example.com | [0a4 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 -peer1.org2.example.com | [0a5 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [16c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5b5dfde8]Fabric side Handling ChaincodeMessage of type: READY in state established -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -peer0.org1.example.com | [187 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]send state message COMPLETED -peer1.org1.example.com | [0e6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [0a6 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org2.example.com | [16d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [5b5dfde8]Entered state ready -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -peer1.org1.example.com | [0e7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org1.example.com | [188 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Received message COMPLETED from shim -peer1.org2.example.com | [0a7 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org2.example.com | [16e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:5b5dfde8-2e56-4e63-bf47-690a15e9039f -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer1.org2.example.com | [0a8 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org1.example.com | [0e8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [16f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5b5dfde8]sending state message READY -peer0.org1.example.com | [189 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [0a9 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer1.org1.example.com | [0e9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer1.org2.example.com | [0aa 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer0.org2.example.com | [170 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]Received message READY from shim -peer1.org2.example.com | [0ab 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org1.example.com | [18a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9-dc72-4da4-8e81-e5e1991dcdca]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [0d9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) -peer0.org2.example.com | [171 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer1.org2.example.com | [0ac 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -peer0.org1.example.com | [18b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9902c4b9-dc72-4da4-8e81-e5e1991dcdca -peer0.org2.example.com | [173 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org2.example.com | [0ad 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [662d247c]Move state message READY -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -peer1.org2.example.com | [0ae 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [662d247c]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [18c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [0ea 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed -peer0.org2.example.com | [174 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [0af 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [662d247c]Entered state ready -peer0.org1.example.com | [18d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer1.org2.example.com | [0b0 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:662d247c-b2dd-4332-aaa5-847fbdf12535 -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer0.org2.example.com | [175 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer1.org1.example.com | [0eb 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | [0b1 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [662d247c]sending state message READY -peer0.org1.example.com | [18e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess -peer1.org1.example.com | [0ec 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [176 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5b5dfde8]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [18f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer1.org2.example.com | [0b2 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]Received message READY from shim -peer0.org1.example.com | [190 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -peer1.org1.example.com | [0ed 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2f4add17]Move state message READY -peer0.org2.example.com | [177 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [0b3 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [662d247c]Handling ChaincodeMessage of type: READY(state:established) -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [178 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5b5dfde8]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [191 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' -peer1.org1.example.com | [0ee 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2f4add17]Fabric side Handling ChaincodeMessage of type: READY in state established -orderer.example.com | 2018-01-14 11:45:28.227 UTC [msp/identity] newIdentity -> DEBU 087 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [0b4 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [192 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' -peer0.org2.example.com | [179 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5b5dfde8]Move state message INIT -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org1.example.com | [0ef 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [2f4add17]Entered state ready -peer0.org1.example.com | [193 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' -peer0.org2.example.com | [17a 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5b5dfde8]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [0b5 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [17b 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [0f0 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:2f4add17-95cd-4ed8-baf5-1e995f560277 -peer0.org1.example.com | [194 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0b6 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org2.example.com | [17c 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5b5dfde8]sending state message INIT -peer0.org1.example.com | [195 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' -peer1.org1.example.com | [0f1 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2f4add17]sending state message READY -peer1.org2.example.com | [0b7 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer0.org1.example.com | [196 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' -peer0.org2.example.com | [172 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5b5dfde8]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [0b8 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [662d247c]Inside sendExecuteMessage. Message INIT -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer1.org1.example.com | [0f2 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]Received message READY from shim -peer0.org2.example.com | [17d 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]Received message INIT from shim -peer0.org1.example.com | [197 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0b9 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [0ba 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [662d247c]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [0f3 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2f4add17]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [0bb 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [662d247c]Move state message INIT -peer1.org1.example.com | [0f4 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [198 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer1.org2.example.com | [0bc 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [662d247c]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [17e 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5b5dfde8]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [0f5 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer1.org2.example.com | [0bd 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [199 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' -peer0.org2.example.com | [17f 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org1.example.com | [0f6 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org1.example.com | [19a 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0bf 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/common/flogging] resetAddrConn.resetTransport.Printf.Printf -> DEBU grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: Error while dialing dial tcp 172.18.0.6:7051: getsockopt: connection refused"; Reconnecting to {peer0.org2.example.com:7051 } -peer0.org2.example.com | [180 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5b5dfde8]Received INIT, initializing chaincode -peer1.org1.example.com | [0f7 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [19b 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0be 01-14 11:45:29.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [662d247c]sending state message INIT -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer1.org1.example.com | [0f8 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [2f4add17]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [19c 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0c0 01-14 11:45:29.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]Received message INIT from shim -peer0.org2.example.com | [181 01-14 11:45:29.41 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer1.org1.example.com | [0f9 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [0c1 01-14 11:45:29.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [662d247c]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [19d 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' -peer0.org2.example.com | [182 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer1.org2.example.com | [0c2 01-14 11:45:29.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org1.example.com | [0fa 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [2f4add17]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [19e 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [0fb 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2f4add17]Move state message INIT -peer0.org2.example.com | [183 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]Init get response status: 200 -peer1.org2.example.com | [0c3 01-14 11:45:29.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [662d247c]Received INIT, initializing chaincode -peer0.org1.example.com | [19f 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' -peer0.org2.example.com | [184 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]Init succeeded. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:28.228 UTC [msp/identity] newIdentity -> DEBU 088 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [0c4 01-14 11:45:29.22 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [0fc 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2f4add17]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [185 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]Move state message COMPLETED -peer0.org1.example.com | [1a0 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org2.example.com | [0c5 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]Init get response status: 200 -peer0.org2.example.com | [186 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5b5dfde8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [1a1 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' -peer1.org1.example.com | [0fd 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [187 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5b5dfde8]send state message COMPLETED -peer1.org2.example.com | [0c6 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]Init succeeded. Sending COMPLETED -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer1.org1.example.com | [0fe 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2f4add17]sending state message INIT -peer0.org1.example.com | [1a2 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' -peer1.org2.example.com | [0c7 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]Move state message COMPLETED -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer0.org2.example.com | [188 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5b5dfde8]Received message COMPLETED from shim -peer1.org1.example.com | [0ff 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]Received message INIT from shim -peer0.org1.example.com | [1a3 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer1.org2.example.com | [0c8 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [662d247c]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [189 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5b5dfde8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [1a4 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4216c4300 -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer1.org1.example.com | [100 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2f4add17]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [18a 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5b5dfde8-2e56-4e63-bf47-690a15e9039f]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [0c9 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [662d247c]send state message COMPLETED -peer0.org1.example.com | [1a5 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org2.example.com | [18b 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5b5dfde8-2e56-4e63-bf47-690a15e9039f -peer1.org2.example.com | [0ca 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [662d247c]Received message COMPLETED from shim -peer1.org1.example.com | [101 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [1a6 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org2.example.com | [18c 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [102 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [2f4add17]Received INIT, initializing chaincode -peer1.org2.example.com | [0cb 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [662d247c]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [1a7 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org2.example.com | [18d 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer1.org1.example.com | [103 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer0.org1.example.com | [1a8 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [0cc 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [662d247c-b2dd-4332-aaa5-847fbdf12535]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [18e 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer0.org1.example.com | [1a9 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [104 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]Init get response status: 200 -peer0.org2.example.com | [18f 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer1.org2.example.com | [0cd 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:662d247c-b2dd-4332-aaa5-847fbdf12535 -peer0.org1.example.com | [1aa 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421617ae0, header 0xc4216c4390 -peer1.org1.example.com | [105 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [0ce 01-14 11:45:29.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [190 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [0cf 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [1ab 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" -peer1.org1.example.com | [106 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]Move state message COMPLETED -peer0.org2.example.com | [191 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0d0 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=5e236448-3b3d-4b8f-bea8-137f80521c7d,syscc=true,proposal=0x0,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.229 UTC [msp] Validate -> DEBU 089 MSP OrdererMSP validating identity -peer1.org1.example.com | [107 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2f4add17]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [1ac 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 -peer0.org2.example.com | [192 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0d1 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched -orderer.example.com | 2018-01-14 11:45:28.229 UTC [common/config] validateMSP -> DEBU 08a Setting up MSP for org Org2MSP -peer1.org1.example.com | [108 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2f4add17]send state message COMPLETED -peer0.org1.example.com | [1ad 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 channel id: -orderer.example.com | 2018-01-14 11:45:28.229 UTC [msp] NewBccspMsp -> DEBU 08b Creating BCCSP-based MSP instance -peer1.org2.example.com | [0d2 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [193 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1ae 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 channel id: version: 1.0.2 -peer1.org1.example.com | [109 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2f4add17]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:28.229 UTC [msp] Setup -> DEBU 08c Setting up MSP instance Org2MSP -peer0.org1.example.com | [1af 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2,syscc=true,proposal=0xc421617ae0,canname=cscc:1.0.2 -peer1.org2.example.com | [0d3 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org1.example.com | [1b0 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer1.org1.example.com | [10a 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2f4add17]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [194 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0d4 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) -orderer.example.com | 2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -peer0.org1.example.com | [1b1 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [195 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0d5 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -peer1.org1.example.com | [10b 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2f4add17-95cd-4ed8-baf5-1e995f560277]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [1b2 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer1.org2.example.com | [0d6 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org1.example.com | [10c 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:2f4add17-95cd-4ed8-baf5-1e995f560277 -peer0.org2.example.com | [196 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1b3 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [1973ce8a]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer1.org1.example.com | [10d 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [1b4 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [1b5 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 -peer0.org1.example.com | [1b6 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [1973ce8a]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [1b7 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]Move state message TRANSACTION -peer0.org2.example.com | [197 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1b8 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer1.org1.example.com | [10e 01-14 11:45:28.79 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org1.example.com | [1b9 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [198 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer0.org1.example.com | [1ba 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]sending state message TRANSACTION -peer1.org1.example.com | [10f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=246f60a6-b19c-4e0d-a722-11d09694f3b7,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [1bb 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Received message TRANSACTION from shim -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer1.org1.example.com | [110 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched -peer0.org2.example.com | [199 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1bc 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1973ce8a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer1.org1.example.com | [111 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [1bd 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [1973ce8a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [19a 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [1be 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer1.org1.example.com | [112 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org2.example.com | [19b 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1bf 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block -peer1.org2.example.com | [0d7 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock -peer0.org2.example.com | [19c 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer1.org1.example.com | [113 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) -peer0.org1.example.com | [1c0 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -peer1.org2.example.com | [0d8 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock -peer0.org2.example.com | [19d 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' -peer0.org1.example.com | [1c1 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -peer1.org1.example.com | [114 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 -peer1.org2.example.com | [0d9 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 -peer0.org1.example.com | [1c2 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -peer0.org2.example.com | [19e 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer1.org2.example.com | [0da 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) -peer0.org1.example.com | [1c3 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] -peer0.org2.example.com | [19f 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' -peer1.org2.example.com | [0db 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 -peer1.org1.example.com | [115 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org2.example.com | [1a0 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' -peer0.org1.example.com | [1c4 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 -peer0.org2.example.com | [1a1 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' -peer1.org2.example.com | [0dc 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org1.example.com | [1c5 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org2.example.com | [1a2 01-14 11:45:29.42 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer1.org2.example.com | [0dd 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [1c6 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] -peer0.org2.example.com | [1a3 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | SCjyRdD3aQ== -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org2.example.com | [0de 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 -peer0.org2.example.com | [1a4 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421565950 -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org1.example.com | [1c7 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [0df 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org2.example.com | [1a5 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer0.org1.example.com | [1c8 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421595440), Data:(*common.BlockData)(0xc421702880), Metadata:(*common.BlockMetadata)(0xc4217028c0)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [0e0 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [1a6 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [1c9 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [116 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock -peer1.org2.example.com | [0e1 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [1a7 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer1.org2.example.com | [0e2 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org1.example.com | [117 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [1ca 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] -peer0.org2.example.com | [1a8 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [0e3 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [118 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org2.example.com | [1a9 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [1cb 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -peer1.org1.example.com | [119 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) -peer1.org2.example.com | [0e4 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | txId= locPointer=offset=38, bytesLength=11890 -peer0.org2.example.com | [1aa 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421551e00, header 0xc4215659e0 -peer1.org2.example.com | [0e5 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [11a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 -peer0.org1.example.com | ] -peer0.org2.example.com | [1ab 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer1.org2.example.com | [0e6 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [1cc 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx ID: [] to index -peer0.org2.example.com | [1ac 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org1.example.com | [11c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 -peer0.org1.example.com | [1cd 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx number:[0] ID: [] to blockNumTranNum index -peer0.org2.example.com | [1ad 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7 channel id: -peer1.org2.example.com | [0e7 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [0e8 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org1.example.com | [11d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org1.example.com | [1ce 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | [0e9 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer0.org2.example.com | [1ae 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7 channel id: version: 1.0.2 -peer0.org1.example.com | [1cf 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer1.org2.example.com | [0ea 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer1.org1.example.com | [11e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 -peer0.org1.example.com | [1d0 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [0eb 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed -peer0.org2.example.com | [1af 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7,syscc=true,proposal=0xc421551e00,canname=cscc:1.0.2 -peer1.org1.example.com | [11f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org2.example.com | [1b0 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer1.org2.example.com | [0ec 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [11b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [1d1 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [120 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [1b1 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [0ed 01-14 11:45:29.24 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [1d2 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [121 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [1b2 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer1.org2.example.com | [0ee 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5e236448]Move state message READY -peer0.org1.example.com | [1d3 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions -orderer.example.com | 2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | [1b3 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9c1e8d09]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [0ef 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5e236448]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [122 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [1d4 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer0.org2.example.com | [1b4 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [0f0 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [5e236448]Entered state ready -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [123 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [1b5 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [1d5 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] -peer1.org1.example.com | [124 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [0f1 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:5e236448-3b3d-4b8f-bea8-137f80521c7d -peer1.org1.example.com | [125 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED -peer0.org1.example.com | [1d6 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block -peer0.org2.example.com | [1b6 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9c1e8d09]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [126 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org2.example.com | [0f2 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5e236448]sending state message READY -peer0.org2.example.com | [1b7 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9c1e8d09]Move state message TRANSACTION -peer0.org1.example.com | [1d7 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org2.example.com | [0f3 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]Received message READY from shim -peer0.org1.example.com | [1d8 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org2.example.com | [1b8 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9c1e8d09]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [127 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org2.example.com | [0f4 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5e236448]Handling ChaincodeMessage of type: READY(state:established) -peer0.org2.example.com | [1b9 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [128 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | [1d9 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org1.example.com | [129 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org2.example.com | [1ba 01-14 11:45:33.54 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9c1e8d09]sending state message TRANSACTION -peer1.org2.example.com | [0f5 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer1.org1.example.com | [12a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed -peer0.org1.example.com | [1da 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org1.example.com | [12b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | [0f6 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org2.example.com | [1bb 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9c1e8d09]Received message TRANSACTION from shim -peer1.org1.example.com | [12c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | [0f7 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [12d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [246f60a6]Move state message READY -peer0.org1.example.com | [1db 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer1.org2.example.com | [0f8 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org1.example.com | [12e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [246f60a6]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org2.example.com | [1bc 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9c1e8d09]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [1dc 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer1.org1.example.com | [12f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [246f60a6]Entered state ready -peer1.org2.example.com | [0f9 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5e236448]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [1bd 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9c1e8d09]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [1dd 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [130 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:246f60a6-b19c-4e0d-a722-11d09694f3b7 -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org2.example.com | [1be 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain -peer1.org2.example.com | [0fa 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [1de 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [131 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [246f60a6]sending state message READY -peer1.org2.example.com | [0fb 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5e236448]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [1bf 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block -peer1.org1.example.com | [132 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]Received message READY from shim -peer0.org2.example.com | [1c0 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -peer0.org1.example.com | [1df 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer0.org2.example.com | [1c1 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -peer1.org1.example.com | [133 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [246f60a6]Handling ChaincodeMessage of type: READY(state:established) -peer0.org1.example.com | [1e0 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:28.235 UTC [msp] Validate -> DEBU 090 MSP Org2MSP validating identity -peer1.org2.example.com | [0fc 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5e236448]Move state message INIT -peer0.org2.example.com | [1c2 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -peer1.org1.example.com | [134 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer0.org1.example.com | [1e1 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [0fd 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5e236448]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org1.example.com | [135 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | 2018-01-14 11:45:28.235 UTC [common/config] validateMSP -> DEBU 091 Setting up MSP for org Org1MSP -peer0.org1.example.com | [1e2 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org2.example.com | [1c3 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] -peer1.org1.example.com | [136 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [0fe 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:28.235 UTC [msp] NewBccspMsp -> DEBU 092 Creating BCCSP-based MSP instance -peer0.org2.example.com | [1c4 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] -peer0.org1.example.com | [1e3 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer1.org1.example.com | [137 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [0ff 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5e236448]sending state message INIT -orderer.example.com | 2018-01-14 11:45:28.235 UTC [msp] Setup -> DEBU 093 Setting up MSP instance Org1MSP -peer0.org2.example.com | [1c5 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] -peer1.org1.example.com | [138 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [246f60a6]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [1e4 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org2.example.com | [100 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]Received message INIT from shim -peer0.org2.example.com | [1c6 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] -peer1.org1.example.com | [139 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.235 UTC [msp/identity] newIdentity -> DEBU 094 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [13a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [246f60a6]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [101 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5e236448]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [1e5 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [13b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [246f60a6]Move state message INIT -peer0.org2.example.com | [1c7 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org1.example.com | [1e6 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org1.example.com | [13c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [246f60a6]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [1c8 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421672040), Data:(*common.BlockData)(0xc4216374a0), Metadata:(*common.BlockMetadata)(0xc4216374e0)}, doMVCCValidation=true -peer1.org2.example.com | [102 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org1.example.com | [13d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [1c9 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [13e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [246f60a6]sending state message INIT -peer0.org2.example.com | [1ca 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [103 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5e236448]Received INIT, initializing chaincode -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [1e7 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org1.example.com | [13f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]Received message INIT from shim -peer0.org2.example.com | [1cb 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -peer1.org2.example.com | [104 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer0.org1.example.com | [1e8 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [140 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [246f60a6]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | txId= locPointer=offset=38, bytesLength=11890 -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [154 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [155 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock +peer0.org1.example.com | [001 01-18 01:58:46.62 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | 2018-01-18 01:58:46.431 UTC [orderer/main] main -> INFO 001 Starting orderer: +peer0.org1.example.com | Version: 1.0.2 +peer0.org2.example.com | [156 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 +orderer.example.com | Version: 1.0.2 +peer1.org1.example.com | [001 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: +peer0.org1.example.com | Go version: go1.9 +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [157 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) +orderer.example.com | Go version: go1.7.5 +peer1.org1.example.com | Version: 1.0.2 +peer0.org1.example.com | OS/Arch: linux/amd64 +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | OS/Arch: linux/amd64 +orderer.example.com | 2018-01-18 01:58:46.437 UTC [orderer/main] initializeSecureServerConfig -> INFO 002 Starting orderer with TLS enabled +peer1.org1.example.com | Go version: go1.9 +peer0.org2.example.com | [158 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 +peer0.org1.example.com | Chaincode: +peer0.org1.example.com | Base Image Version: 0.3.2 +peer0.org1.example.com | Base Docker Namespace: hyperledger +peer0.org1.example.com | Base Docker Label: org.hyperledger.fabric +peer0.org1.example.com | Docker Namespace: hyperledger +peer0.org1.example.com | +peer0.org1.example.com | [002 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt +peer0.org1.example.com | [003 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +peer1.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +orderer.example.com | 2018-01-18 01:58:46.465 UTC [bccsp_sw] openKeyStore -> DEBU 003 KeyStore opened at [/var/hyperledger/orderer/msp/keystore]...done +peer0.org1.example.com | [004 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] +peer0.org1.example.com | [005 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist +peer0.org1.example.com | [006 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists +peer0.org1.example.com | [007 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] +peer0.org1.example.com | [008 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist +peer0.org1.example.com | [009 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists +peer0.org1.example.com | [00a 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider +peer0.org1.example.com | [00b 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb +peer0.org1.example.com | [00c 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] +peer0.org1.example.com | [00d 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist +peer0.org2.example.com | [15a 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org2.example.com | [15b 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | OS/Arch: linux/amd64 +peer1.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +peer0.org1.example.com | [00e 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists +orderer.example.com | 2018-01-18 01:58:46.465 UTC [bccsp] initBCCSP -> DEBU 004 Initialize BCCSP [SW] +orderer.example.com | 2018-01-18 01:58:46.465 UTC [msp] getPemMaterialFromDir -> DEBU 005 Reading directory /var/hyperledger/orderer/msp/signcerts +peer1.org1.example.com | Chaincode: +peer1.org2.example.com | Cp7fopYLAR0CUyw+Xyk= +peer1.org2.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [00f 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb +peer0.org1.example.com | [010 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] +peer1.org1.example.com | Base Image Version: 0.3.2 +peer0.org2.example.com | [159 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 +peer1.org2.example.com | [0d2 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b7a7261]Received message COMPLETED from shim +peer1.org2.example.com | [0d4 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b7a7261]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:46.467 UTC [msp] getPemMaterialFromDir -> DEBU 006 Inspecting file /var/hyperledger/orderer/msp/signcerts/orderer.example.com-cert.pem +peer1.org1.example.com | Base Docker Namespace: hyperledger +peer1.org1.example.com | Base Docker Label: org.hyperledger.fabric +peer0.org2.example.com | [15c 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org2.example.com:7052] +peer0.org2.example.com | [15d 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 +peer1.org2.example.com | [0d5 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b7a7261-89d0-45ed-9c54-749444b5b936]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [011 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist +peer1.org1.example.com | Docker Namespace: hyperledger +orderer.example.com | 2018-01-18 01:58:46.470 UTC [msp] getPemMaterialFromDir -> DEBU 007 Reading directory /var/hyperledger/orderer/msp/cacerts +peer1.org2.example.com | [0d3 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | +peer0.org2.example.com | [15e 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:46.472 UTC [msp] getPemMaterialFromDir -> DEBU 008 Inspecting file /var/hyperledger/orderer/msp/cacerts/ca.example.com-cert.pem +peer0.org1.example.com | [012 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists +peer1.org2.example.com | [0d6 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b7a7261-89d0-45ed-9c54-749444b5b936 +peer1.org1.example.com | [002 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt +orderer.example.com | 2018-01-18 01:58:46.474 UTC [msp] getPemMaterialFromDir -> DEBU 009 Reading directory /var/hyperledger/orderer/msp/admincerts +orderer.example.com | 2018-01-18 01:58:46.477 UTC [msp] getPemMaterialFromDir -> DEBU 00a Inspecting file /var/hyperledger/orderer/msp/admincerts/Admin@example.com-cert.pem +peer0.org2.example.com | [15f 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [013 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized +peer1.org1.example.com | [003 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider +peer1.org1.example.com | [004 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] +peer1.org1.example.com | [005 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist +peer1.org1.example.com | [006 01-18 01:58:49.56 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists +orderer.example.com | 2018-01-18 01:58:46.479 UTC [msp] getPemMaterialFromDir -> DEBU 00b Reading directory /var/hyperledger/orderer/msp/intermediatecerts +peer0.org1.example.com | [014 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger +peer1.org2.example.com | [0d7 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer0.org2.example.com | [160 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org2.example.com | [161 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [162 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 +peer0.org2.example.com | [163 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [164 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | [007 01-18 01:58:49.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] +peer1.org1.example.com | [008 01-18 01:58:49.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist +orderer.example.com | 2018-01-18 01:58:46.479 UTC [msp] getMspConfig -> DEBU 00c Intermediate certs folder not found at [/var/hyperledger/orderer/msp/intermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/intermediatecerts: no such file or directory] +peer1.org2.example.com | [0d8 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [166 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org1.example.com | [015 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery +peer1.org1.example.com | [009 01-18 01:58:49.57 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists +orderer.example.com | 2018-01-18 01:58:46.479 UTC [msp] getPemMaterialFromDir -> DEBU 00d Reading directory /var/hyperledger/orderer/msp/tlscacerts +peer1.org2.example.com | [0d9 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [167 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | [016 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized +peer1.org1.example.com | [00a 01-18 01:58:49.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider +peer1.org1.example.com | [00b 01-18 01:58:49.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb +peer1.org1.example.com | [00c 01-18 01:58:49.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] +peer1.org1.example.com | [00d 01-18 01:58:49.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist +peer1.org1.example.com | [00e 01-18 01:58:49.58 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists +peer1.org1.example.com | [00f 01-18 01:58:49.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb +peer1.org1.example.com | [010 01-18 01:58:49.60 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] +peer1.org1.example.com | [011 01-18 01:58:49.60 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist +peer1.org1.example.com | [012 01-18 01:58:49.60 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists +peer1.org1.example.com | [013 01-18 01:58:49.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized +orderer.example.com | 2018-01-18 01:58:46.482 UTC [msp] getPemMaterialFromDir -> DEBU 00e Inspecting file /var/hyperledger/orderer/msp/tlscacerts/tlsca.example.com-cert.pem +peer0.org1.example.com | [017 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled +peer0.org1.example.com | [018 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK +peer0.org1.example.com | [019 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE +peer0.org1.example.com | [01a 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION +peer0.org1.example.com | [01b 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER +peer0.org1.example.com | [01c 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started +peer0.org1.example.com | [01d 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s +peer0.org1.example.com | [01e 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org1.example.com:7052 +peer0.org1.example.com | [01f 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) +peer0.org1.example.com | [020 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +peer0.org1.example.com | [021 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info +peer0.org1.example.com | [022 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning +peer0.org1.example.com | [023 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer0.org1.example.com | [024 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer0.org1.example.com | [025 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered +peer1.org2.example.com | [0da 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [0db 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=c118ab6e-9075-4291-82ee-cae9395e3907,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer0.org2.example.com | [168 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | 2018-01-18 01:58:46.484 UTC [msp] getPemMaterialFromDir -> DEBU 00f Reading directory /var/hyperledger/orderer/msp/tlsintermediatecerts +peer0.org1.example.com | [026 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered +peer1.org1.example.com | [014 01-18 01:58:49.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger +orderer.example.com | 2018-01-18 01:58:46.485 UTC [msp] getMspConfig -> DEBU 010 TLS intermediate certs folder not found at [/var/hyperledger/orderer/msp/tlsintermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/tlsintermediatecerts: no such file or directory] +peer0.org2.example.com | [165 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed +peer1.org2.example.com | [0dd 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched +peer0.org1.example.com | [027 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered +peer1.org1.example.com | [015 01-18 01:58:49.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery +orderer.example.com | 2018-01-18 01:58:46.485 UTC [msp] getPemMaterialFromDir -> DEBU 011 Reading directory /var/hyperledger/orderer/msp/crls +peer0.org2.example.com | [169 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org1.example.com | [028 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer +peer1.org2.example.com | [0de 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org1.example.com | [016 01-18 01:58:49.62 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized +orderer.example.com | 2018-01-18 01:58:46.486 UTC [msp] getMspConfig -> DEBU 012 crls folder not found at [/var/hyperledger/orderer/msp/crls]. Skipping. [stat /var/hyperledger/orderer/msp/crls: no such file or directory] +peer0.org1.example.com | [029 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [017 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled +orderer.example.com | 2018-01-18 01:58:46.486 UTC [msp] getMspConfig -> DEBU 013 MSP configuration file not found at [/var/hyperledger/orderer/msp/config.yaml]: [stat /var/hyperledger/orderer/msp/config.yaml: no such file or directory] +peer0.org2.example.com | [16a 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [0df 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org1.example.com | [02a 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [018 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK +orderer.example.com | 2018-01-18 01:58:46.486 UTC [msp] NewBccspMsp -> DEBU 014 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:46.486 UTC [msp] GetLocalMSP -> DEBU 015 Created new local MSP +orderer.example.com | 2018-01-18 01:58:46.486 UTC [msp] Setup -> DEBU 016 Setting up MSP instance OrdererMSP +peer1.org2.example.com | [0e0 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) +peer0.org1.example.com | [02b 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:46.487 UTC [msp/identity] newIdentity -> DEBU 017 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [019 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE +peer0.org2.example.com | [16b 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2cdddf1a]Move state message READY +peer0.org1.example.com | [02c 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer1.org1.example.com | [01a 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION +peer0.org1.example.com | [02d 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [0e1 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [16c 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2cdddf1a]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org1.example.com | [01b 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER +peer0.org1.example.com | [02e 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer1.org2.example.com | [0e2 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org1.example.com | [01c 01-18 01:58:49.63 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started +peer0.org1.example.com | [02f 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [16d 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [2cdddf1a]Entered state ready +peer0.org2.example.com | [16e 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:2cdddf1a-93f1-49aa-83bc-12d659f12a3d +peer0.org2.example.com | [16f 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2cdddf1a]sending state message READY +peer0.org2.example.com | [170 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]Received message READY from shim +peer0.org2.example.com | [171 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [172 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2cdddf1a]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [173 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [174 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [175 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer0.org2.example.com | [176 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [2cdddf1a]Inside sendExecuteMessage. Message INIT +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer1.org1.example.com | [01d 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer1.org2.example.com | [0e3 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock +peer1.org2.example.com | [0e4 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock +peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [01e 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer1.org1.example.com:7052 +peer1.org1.example.com | [01f 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) +orderer.example.com | 2018-01-18 01:58:46.488 UTC [msp/identity] newIdentity -> DEBU 018 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org2.example.com | [0e5 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 +peer1.org2.example.com | [0e6 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) +peer1.org2.example.com | [0e7 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 +peer1.org2.example.com | [0e8 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [0e9 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [0ea 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 +peer1.org2.example.com | [0eb 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [177 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [020 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +peer0.org2.example.com | [178 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [2cdddf1a]sendExecuteMsg trigger event INIT +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer1.org2.example.com | [0ec 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 +peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [021 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info +peer1.org1.example.com | [022 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning +peer1.org1.example.com | [023 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer1.org1.example.com | [024 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer1.org1.example.com | [025 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered +peer1.org1.example.com | [026 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered +peer1.org1.example.com | [027 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered +peer1.org1.example.com | [028 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer +peer1.org1.example.com | [029 01-18 01:58:49.64 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [02a 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [02b 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org1.example.com | [02c 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer1.org1.example.com:7051 and bootstrap set [peer0.org1.example.com:7051] +peer1.org1.example.com | [02d 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [02e 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer1.org2.example.com | [0ed 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [179 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2cdddf1a]Move state message INIT +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer1.org1.example.com | [02f 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [0dc 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [17a 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2cdddf1a]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [0ee 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org2.example.com | [17b 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | 2018-01-18 01:58:46.488 UTC [msp/identity] newIdentity -> DEBU 019 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org1.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [030 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [031 01-18 01:58:49.65 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org1.example.com | [032 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [0ef 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org2.example.com | [17c 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2cdddf1a]sending state message INIT +peer1.org1.example.com | [033 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [17d 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]Received message INIT from shim +peer1.org1.example.com | [034 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [030 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [0f0 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [031 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [0f1 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 +peer0.org2.example.com | [17e 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2cdddf1a]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [17f 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [180 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [2cdddf1a]Received INIT, initializing chaincode +peer0.org2.example.com | [181 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer0.org1.example.com | [032 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [033 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +peer1.org2.example.com | [0f2 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [182 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [034 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [0f3 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [183 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]Init get response status: 200 +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [0f4 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org2.example.com | [184 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]Init succeeded. Sending COMPLETED +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [185 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]Move state message COMPLETED +peer1.org2.example.com | [0f5 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | -----END CERTIFICATE----- +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:46.489 UTC [msp/identity] newIdentity -> DEBU 01a Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [186 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2cdddf1a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [187 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2cdddf1a]send state message COMPLETED +peer0.org2.example.com | [188 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2cdddf1a]Received message COMPLETED from shim +peer0.org2.example.com | [189 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2cdddf1a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [18a 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2cdddf1a-93f1-49aa-83bc-12d659f12a3d]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [18b 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:2cdddf1a-93f1-49aa-83bc-12d659f12a3d +peer0.org2.example.com | [18c 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [18d 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer0.org2.example.com | [18e 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess +peer0.org2.example.com | [18f 01-18 01:58:48.42 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] +peer0.org2.example.com | [190 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] +peer0.org2.example.com | [191 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:46.492 UTC [bccsp_sw] loadPrivateKey -> DEBU 01b Loading private key [0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e] at [/var/hyperledger/orderer/msp/keystore/0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e_sk]... +orderer.example.com | 2018-01-18 01:58:46.495 UTC [msp/identity] newIdentity -> DEBU 01c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [036 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s +peer0.org2.example.com | [192 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' +peer1.org2.example.com | [0f6 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [037 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org2.example.com | [193 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +peer1.org2.example.com | [0f8 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed +peer0.org2.example.com | [194 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org2.example.com | [0f9 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org1.example.com | [035 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} incTime is 1516240726695314194 +peer0.org2.example.com | [195 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +peer1.org1.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [0fa 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [035 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer1.org1.example.com:7051 [] [41 212 113 155 111 60 253 152 128 154 139 93 55 46 176 226 115 170 244 7 180 226 17 187 201 154 21 203 20 223 179 175] peer1.org1.example.com:7051} incTime is 1516240729664533142 +peer0.org1.example.com | [038 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} +peer0.org2.example.com | [196 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +peer1.org1.example.com | [038 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer1.org1.example.com:7051 [] [41 212 113 155 111 60 253 152 128 154 139 93 55 46 176 226 115 170 244 7 180 226 17 187 201 154 21 203 20 223 179 175] peer1.org1.example.com:7051} +peer1.org2.example.com | [0fb 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c118ab6e]Move state message READY +peer0.org1.example.com | [039 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +peer0.org2.example.com | [197 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' +peer1.org1.example.com | [036 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s +peer1.org2.example.com | [0fc 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c118ab6e]Fabric side Handling ChaincodeMessage of type: READY in state established +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +peer0.org1.example.com | [03a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org1.example.com | [03b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [037 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s +peer1.org1.example.com | [039 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +peer0.org2.example.com | [198 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' +peer0.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [0fd 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [c118ab6e]Entered state ready +peer1.org1.example.com | [03a 01-18 01:58:49.66 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +peer0.org2.example.com | [199 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' +peer1.org1.example.com | [03b 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [0fe 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:c118ab6e-9075-4291-82ee-cae9395e3907 +orderer.example.com | 2018-01-18 01:58:46.497 UTC [msp] Validate -> DEBU 01d MSP OrdererMSP validating identity +peer0.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +orderer.example.com | 2018-01-18 01:58:46.498 UTC [orderer/main] createLedgerFactory -> DEBU 01e Ledger dir: /var/hyperledger/production/orderer +peer0.org2.example.com | [19a 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' +peer1.org2.example.com | [0f7 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | 2018-01-18 01:58:46.498 UTC [kvledger.util] CreateDirIfMissing -> DEBU 01f CreateDirIfMissing [/var/hyperledger/production/orderer/index/] +peer1.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | 2018-01-18 01:58:46.498 UTC [kvledger.util] logDirStatus -> DEBU 020 Before creating dir - [/var/hyperledger/production/orderer/index/] does not exist +peer0.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org1.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [03c 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [03d 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org1.example.com | [03e 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [03f 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [19b 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' +peer0.org2.example.com | [19c 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' +peer1.org1.example.com | [040 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2029D4719B6F3CFD98...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer1.org1.example.com | [041 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 67B5A06203E1924331C334A5346029B42E35CDE66A3C99C448068A0EC421F682 +peer1.org1.example.com | [042 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer1.org1.example.com:7051 started +peer1.org1.example.com | [043 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s +peer1.org1.example.com | [044 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [045 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org1.example.com | [047 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer1.org1.example.com | [048 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 23564DF7B0772A7BF63A32A9E52476A518202B8F5C0FBACC30F0B69AD288307F +peer1.org1.example.com | [049 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Entering {peer0.org1.example.com:7051 [] [] peer0.org1.example.com:7051} +peer1.org1.example.com | [04b 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Exiting +peer0.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [04a 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | 2018-01-18 01:58:46.499 UTC [kvledger.util] logDirStatus -> DEBU 021 After creating dir - [/var/hyperledger/production/orderer/index/] exists +peer0.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [04c 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [19d 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' +orderer.example.com | 2018-01-18 01:58:46.511 UTC [fsblkstorage] newBlockfileMgr -> DEBU 022 newBlockfileMgr() initializing file-based block storage for ledger: testchainid +peer0.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org1.example.com | [04d 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267312E6578616D706C652E636F6D3A37303531 +orderer.example.com | 2018-01-18 01:58:46.511 UTC [kvledger.util] CreateDirIfMissing -> DEBU 023 CreateDirIfMissing [/var/hyperledger/production/orderer/chains/testchainid/] +peer0.org2.example.com | [19e 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' +peer0.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +peer1.org1.example.com | [04e 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 5E1207E32E2709D3C49FD6E4E42EA75E054BF7CAB0517372323BB60EB639719F +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | 2018-01-18 01:58:46.511 UTC [kvledger.util] logDirStatus -> DEBU 024 Before creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] does not exist +orderer.example.com | 2018-01-18 01:58:46.511 UTC [kvledger.util] logDirStatus -> DEBU 025 After creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] exists +peer0.org2.example.com | [19f 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' +peer0.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [046 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=8b9ff424-d990-4984-bffb-2ef0da083ef8,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer1.org1.example.com | [04f 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched +orderer.example.com | 2018-01-18 01:58:46.512 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 026 Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +peer0.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer0.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org1.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [03c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [03d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +peer1.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +peer1.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +peer1.org1.example.com | [050 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org1.example.com | [051 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +peer1.org1.example.com | [052 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) +peer1.org1.example.com | [053 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +peer1.org1.example.com | [054 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer1.org1.example.com | [055 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock +peer1.org1.example.com | [056 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock +peer1.org1.example.com | [057 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 +peer1.org1.example.com | [058 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) +peer1.org1.example.com | [059 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 +peer1.org1.example.com | [05a 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org1.example.com | [05b 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1a0 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' +peer0.org2.example.com | [1a1 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' +peer0.org2.example.com | [1a2 01-18 01:58:48.43 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' +peer0.org2.example.com | [1a3 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org2.example.com | [1a4 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4216f89f0 +peer0.org2.example.com | [1a5 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer0.org2.example.com | [1a6 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org2.example.com | [1a7 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:46.513 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 027 status of file [/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000]: exists=[false], size=[0] +orderer.example.com | 2018-01-18 01:58:46.513 UTC [fsblkstorage] newBlockIndex -> DEBU 028 newBlockIndex() - indexItems:[[BlockNum]] +orderer.example.com | 2018-01-18 01:58:46.513 UTC [fsblkstorage] newBlockfileStream -> DEBU 029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:46.513 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02a Finished reading file number [0] +orderer.example.com | 2018-01-18 01:58:46.513 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02b blockbytes [0] read from file [0] +peer0.org1.example.com | [03e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [03f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org1.example.com | [040 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2043397C6BE2657BAA...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer0.org1.example.com | [041 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 69B0B99854ABC12C15CEC60EABCF9E5C3A71C9284F1136F83AF170B4B7A7CAB3 +peer1.org2.example.com | Cp7fopYLAR0CUyw+Xyk= +peer0.org2.example.com | [1a8 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:46.515 UTC [fsblkstorage] indexBlock -> DEBU 02c Indexing block [blockNum=0, blockHash=[]byte{0x89, 0xd5, 0xd2, 0x88, 0xd1, 0xb6, 0xc3, 0x25, 0x91, 0xfb, 0x5e, 0x94, 0x7f, 0x80, 0xeb, 0xd3, 0x7d, 0xdd, 0x80, 0xdf, 0x56, 0xc0, 0xb2, 0xfc, 0xe3, 0x98, 0x5f, 0x12, 0xd8, 0x6b, 0xb0, 0x21} txOffsets= +peer1.org1.example.com | [05c 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 +peer1.org2.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [101 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1a9 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [042 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org1.example.com:7051 started +orderer.example.com | txId=39266883a94d0b87be6c51e2f16ce943b4d54e117e366bcac9318c13c284ab01 locPointer=offset=38, bytesLength=9039 +peer1.org2.example.com | [102 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.Validate.Validate -> DEBU MSP Org2MSP validating identity +peer1.org1.example.com | [05d 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] +orderer.example.com | ] +peer0.org2.example.com | [1aa 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4216d10e0, header 0xc4216f8a80 +peer1.org2.example.com | [0ff 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c118ab6e]sending state message READY +peer0.org1.example.com | [043 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s +peer1.org1.example.com | [05e 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] updateCheckpoint -> DEBU 02d Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[9082], isChainEmpty=[false], lastBlockNumber=[0] +peer0.org1.example.com | [044 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1ab 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 02e retrieveBlockByNumber() - blockNum = [0] +peer1.org2.example.com | [103 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]Received message READY from shim +peer1.org1.example.com | [05f 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org1.example.com | [045 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org1.example.com | [046 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer0.org1.example.com | [047 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: FB2CA073A64C76E9CFBD656CB37101A33E3B5CDAB5C2E9D150311399C4C33E85 +peer0.org1.example.com | [048 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [049 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org1.example.com | [04a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267312E6578616D706C652E636F6D3A37303531 +peer0.org1.example.com | [04b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: A785FC0B61B5045A71C0FA6B50D12EB1E6F0CDB152C6F79E6575060F54022160 +peer0.org1.example.com | [04c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself +peer0.org1.example.com | [04d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=4e6ad60f-209e-4371-925b-e297e6246b42,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer0.org1.example.com | [04e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched +peer0.org1.example.com | [04f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org1.example.com | [050 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +peer0.org1.example.com | [051 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +peer0.org2.example.com | [1ac 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c +peer0.org2.example.com | [1ad 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c channel id: +peer0.org2.example.com | [1ae 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c channel id: version: 1.0.2 +peer0.org2.example.com | [1af 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c,syscc=true,proposal=0xc4216d10e0,canname=cscc:1.0.2 +peer1.org1.example.com | [060 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [052 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] newBlockfileStream -> DEBU 02f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +peer1.org2.example.com | [104 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c118ab6e]Handling ChaincodeMessage of type: READY(state:established) +peer0.org1.example.com | [053 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 030 Remaining bytes=[9082], Going to peek [8] bytes +peer0.org2.example.com | [1b0 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=cscc:1.0.2 +peer1.org1.example.com | [061 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [100 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 031 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org2.example.com | [1b1 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [105 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 032 retrieveBlockByNumber() - blockNum = [0] +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] newBlockfileStream -> DEBU 033 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +peer0.org2.example.com | [1b2 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org1.example.com | [062 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer1.org2.example.com | [106 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 034 Remaining bytes=[9082], Going to peek [8] bytes +peer1.org1.example.com | [063 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | 2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 035 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +peer0.org2.example.com | [1b3 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [18434f13]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [107 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [054 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:46.517 UTC [common/config] NewStandardValues -> DEBU 036 Initializing protos for *config.ChannelProtos +peer0.org2.example.com | [1b4 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [108 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: digest = 00000000 05 22 d9 e0 7c 06 92 ad f4 f5 bc 63 78 6d 8e f1 |."..|......cxm..| +peer1.org1.example.com | [064 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED +peer0.org1.example.com | [055 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 037 Processing field: HashingAlgorithm +peer0.org1.example.com | [056 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 +peer1.org2.example.com | 00000010 5b c4 03 c9 cc 53 9b a2 bf 59 9f bc 7b 70 44 fb |[....S...Y..{pD.| +peer1.org1.example.com | [065 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +orderer.example.com | 2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 038 Processing field: BlockDataHashingStructure +peer0.org2.example.com | [1b5 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [057 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) +peer1.org2.example.com | [10a 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: sig = 00000000 30 45 02 21 00 9c 80 0c 22 15 d5 b7 f0 d0 76 cb |0E.!....".....v.| +peer1.org1.example.com | [066 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +orderer.example.com | 2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 039 Processing field: OrdererAddresses +peer0.org1.example.com | [058 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 +peer0.org2.example.com | [1b6 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [18434f13]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [067 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +orderer.example.com | 2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 03a Processing field: Consortium +peer0.org1.example.com | [059 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | 00000010 92 47 28 04 95 ae 3a 4d ac 8b b7 d7 42 e4 70 81 |.G(...:M....B.p.| +peer1.org1.example.com | [068 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03b Adding to config map: [Groups] /Channel +peer0.org1.example.com | [05a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1b7 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18434f13]Move state message TRANSACTION +peer1.org1.example.com | [069 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed +peer1.org2.example.com | 00000020 38 1c eb d9 ab 02 20 77 0e c1 26 44 6c bf b5 68 |8..... w..&Dl..h| +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03c Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [05b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 +peer0.org1.example.com | [05c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +peer0.org1.example.com | [05d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 +peer1.org1.example.com | [06a 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org2.example.com | 00000030 68 55 28 5a 48 28 4a 40 c1 c9 21 2b ef fb 35 f0 |hU(ZH(J@..!+..5.| +peer0.org1.example.com | [05e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [1b8 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18434f13]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer0.org1.example.com | [05f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org1.example.com | [06b 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [060 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | 00000040 c4 90 e6 b8 57 48 c2 |....WH.| +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org2.example.com | [1b9 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [06c 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b9ff424]Move state message READY +peer0.org1.example.com | [061 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org2.example.com | [109 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c118ab6e]Inside sendExecuteMessage. Message INIT +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 040 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org2.example.com | [1ba 01-18 01:58:52.96 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18434f13]sending state message TRANSACTION +peer1.org1.example.com | [06d 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b9ff424]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org1.example.com | [062 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 041 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [10b 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [06e 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [8b9ff424]Entered state ready +peer0.org1.example.com | [063 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [1bb 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18434f13]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 042 Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org1.example.com | [064 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | [06f 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:8b9ff424-d990-4984-bffb-2ef0da083ef8 +peer1.org2.example.com | [10c 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [c118ab6e]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [1bc 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18434f13]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [065 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org1.example.com | [070 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b9ff424]sending state message READY +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 043 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org1.example.com | [066 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [1bd 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [18434f13]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [1be 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain +peer0.org2.example.com | [1bf 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block +peer0.org2.example.com | [1c0 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +peer0.org2.example.com | [1c1 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +peer0.org2.example.com | [1c2 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +peer0.org2.example.com | [1c3 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] +peer0.org2.example.com | [1c4 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] +peer0.org2.example.com | [1c5 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] +peer0.org2.example.com | [1c6 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] +peer0.org2.example.com | [1c7 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org2.example.com | [1c8 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42162d940), Data:(*common.BlockData)(0xc42175e3a0), Metadata:(*common.BlockMetadata)(0xc42175e3e0)}, doMVCCValidation=true +peer0.org2.example.com | [1c9 01-18 01:58:52.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org2.example.com | [1ca 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] +peer0.org2.example.com | [1cb 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +peer1.org2.example.com | [10d 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c118ab6e]Move state message INIT +peer0.org2.example.com | txId= locPointer=offset=38, bytesLength=11891 +peer1.org2.example.com | [10e 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c118ab6e]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [071 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]Received message READY from shim +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 044 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions peer0.org2.example.com | ] -peer1.org1.example.com | [141 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [105 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]Init get response status: 200 -peer0.org1.example.com | [1e9 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org2.example.com | [1cc 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx ID: [] to index -peer1.org2.example.com | [106 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [1ea 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [1cd 01-14 11:45:33.55 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org1.example.com | [142 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [246f60a6]Received INIT, initializing chaincode -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -peer0.org1.example.com | [1eb 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [107 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]Move state message COMPLETED -peer0.org2.example.com | [1ce 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -peer1.org1.example.com | [143 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]Init get response status: 200 -peer1.org2.example.com | [108 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5e236448]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [1cf 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) -peer0.org1.example.com | [1ec 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [144 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]Init succeeded. Sending COMPLETED -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -peer0.org2.example.com | [1d0 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [1d1 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer0.org2.example.com | [1d2 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [1d3 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions -peer0.org1.example.com | [1ed 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [1d4 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org1.example.com | [145 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]Move state message COMPLETED -peer1.org2.example.com | [109 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5e236448]send state message COMPLETED -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -peer0.org1.example.com | [1ee 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [1d5 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] -peer1.org1.example.com | [146 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [246f60a6]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [10a 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5e236448]Received message COMPLETED from shim -peer0.org2.example.com | [1d6 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -peer0.org1.example.com | [1ef 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org2.example.com | [1d7 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -peer1.org2.example.com | [10b 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5e236448]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [1d8 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org1.example.com | [147 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [246f60a6]send state message COMPLETED -peer1.org2.example.com | [10c 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5e236448-3b3d-4b8f-bea8-137f80521c7d]HandleMessage- COMPLETED. Notify -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -peer0.org1.example.com | [1f0 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [1d9 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org1.example.com | [148 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [246f60a6]Received message COMPLETED from shim -peer0.org2.example.com | [1da 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org1.example.com | [1f1 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [10d 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5e236448-3b3d-4b8f-bea8-137f80521c7d -peer1.org1.example.com | [149 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [246f60a6]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | H7n8z1pj5w== -peer0.org2.example.com | [1db 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org1.example.com | [1f2 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org1.example.com | [14a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [246f60a6-b19c-4e0d-a722-11d09694f3b7]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [10e 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [1f3 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org2.example.com | [1dc 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [14b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:246f60a6-b19c-4e0d-a722-11d09694f3b7 -peer1.org2.example.com | [10f 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed -orderer.example.com | 2018-01-14 11:45:28.236 UTC [msp/identity] newIdentity -> DEBU 095 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [1f4 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org2.example.com | [1dd 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [14c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [110 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=0a16c1ae-53a4-4a74-a312-f3690777411d,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org1.example.com | [1f5 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [14d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer0.org2.example.com | [1de 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [1f6 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [111 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [14e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=1952be11-18c0-41e8-90ea-423d669da249,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer0.org1.example.com | [1f7 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer1.org2.example.com | [112 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org2.example.com | [1df 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [113 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer1.org1.example.com | [14f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched -peer0.org1.example.com | [1f8 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org2.example.com | [1e0 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [114 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) -peer0.org1.example.com | [1f9 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer1.org1.example.com | [150 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org2.example.com | [1e1 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [1fa 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer1.org1.example.com | [151 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org2.example.com | [1e2 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org2.example.com | [115 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [152 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) -peer0.org2.example.com | [1e3 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org1.example.com | [1fb 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer1.org1.example.com | [153 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 -peer1.org2.example.com | [116 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer1.org1.example.com | [154 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | [1fc 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org2.example.com | [1e4 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org1.example.com | [1fd 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org2.example.com | [1e5 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org2.example.com | [1e6 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer0.org1.example.com | [1fe 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [1e7 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -orderer.example.com | 2018-01-14 11:45:28.236 UTC [msp/identity] newIdentity -> DEBU 096 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org2.example.com | [1e8 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [1ff 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [1e9 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org1.example.com | [155 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [200 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel -peer0.org2.example.com | [1ea 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer0.org1.example.com | [201 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [1eb 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [156 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [202 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org2.example.com | [1ec 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org2.example.com | [117 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [157 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 -peer0.org1.example.com | [203 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [118 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org2.example.com | [1ed 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [204 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org2.example.com | [1ee 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer1.org2.example.com | [119 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 -peer1.org1.example.com | [158 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 -peer0.org1.example.com | [205 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer1.org1.example.com | [159 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org2.example.com | [11a 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) -peer0.org1.example.com | [206 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org2.example.com | [1ef 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org1.example.com | [15a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org2.example.com | [11b 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer1.org1.example.com | [15b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 -peer0.org1.example.com | [207 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [1f0 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org1.example.com | [15c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] -peer0.org1.example.com | [208 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [1f1 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [11d 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org1.example.com | [15d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 -peer0.org2.example.com | [1f2 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:28.236 UTC [msp] Validate -> DEBU 097 MSP Org1MSP validating identity -peer0.org1.example.com | [209 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [11c 01-14 11:45:29.25 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 -peer1.org1.example.com | [15e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -orderer.example.com | 2018-01-14 11:45:28.237 UTC [msp] Setup -> DEBU 098 Setting up the MSP manager (3 msps) -peer0.org2.example.com | [1f3 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [20a 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [15f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -orderer.example.com | 2018-01-14 11:45:28.237 UTC [msp] Setup -> DEBU 099 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09a Returning policy Admins for evaluation -peer1.org2.example.com | [11f 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] -peer0.org1.example.com | [20b 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [160 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org2.example.com | [1f4 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -peer1.org2.example.com | [120 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 -peer0.org1.example.com | [20c 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [161 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09c Returning policy Readers for evaluation -peer0.org2.example.com | [1f5 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org2.example.com | [121 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [20d 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [162 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -peer0.org2.example.com | [1f6 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [11e 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09e Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09f In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a0 Returning policy Readers for evaluation -peer1.org2.example.com | [122 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org1.example.com | [163 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [1f7 01-14 11:45:33.56 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org1.example.com | [20e 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a1 Returning policy Writers for evaluation -peer1.org2.example.com | [123 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [164 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org2.example.com | [1f8 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a2 Returning policy Admins for evaluation -peer1.org2.example.com | [124 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [20f 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org1.example.com | [165 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a3 Returning policy Writers for evaluation -peer0.org2.example.com | [1f9 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer1.org2.example.com | [125 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a4 Returning policy Writers for evaluation -peer0.org1.example.com | [210 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [166 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org2.example.com | [126 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED -peer0.org2.example.com | [1fa 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a5 In commit adding relative sub-policy Org2MSP/Writers to SampleConsortium -peer1.org2.example.com | [127 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [167 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org1.example.com | [211 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a6 Returning policy Admins for evaluation -peer1.org2.example.com | [128 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer0.org2.example.com | [1fb 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org1.example.com | [212 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a7 In commit adding relative sub-policy Org2MSP/Admins to SampleConsortium -peer1.org2.example.com | [129 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org1.example.com | [168 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) -peer0.org1.example.com | [213 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a8 Returning policy Readers for evaluation -peer1.org2.example.com | [12a 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -peer0.org2.example.com | [1fc 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a9 In commit adding relative sub-policy Org2MSP/Readers to SampleConsortium -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0aa Returning policy Writers for evaluation -peer0.org1.example.com | [214 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer0.org2.example.com | [1fd 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer1.org2.example.com | [12b 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed -orderer.example.com | 2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0ab In commit adding relative sub-policy Org1MSP/Writers to SampleConsortium -peer0.org1.example.com | [215 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer1.org2.example.com | [12c 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org2.example.com | [1fe 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ac Returning policy Admins for evaluation -peer1.org1.example.com | [169 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed -peer1.org2.example.com | [12d 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [216 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0ad In commit adding relative sub-policy Org1MSP/Admins to SampleConsortium -peer1.org1.example.com | [16a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer0.org2.example.com | [1ff 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ae Returning policy Readers for evaluation -peer1.org2.example.com | [12e 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a16c1ae]Move state message READY -peer0.org1.example.com | [217 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer0.org2.example.com | [200 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [16b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0af In commit adding relative sub-policy Org1MSP/Readers to SampleConsortium -peer1.org2.example.com | [12f 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a16c1ae]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [218 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer1.org1.example.com | [16c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1952be11]Move state message READY -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b0 Returning policy Org1MSP/Readers for evaluation -peer1.org2.example.com | [130 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [0a16c1ae]Entered state ready -peer0.org2.example.com | [201 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [219 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b1 In commit adding relative sub-policy SampleConsortium/Org1MSP/Readers to Consortiums -peer1.org2.example.com | [131 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:0a16c1ae-53a4-4a74-a312-f3690777411d -peer0.org2.example.com | [202 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org1.example.com | [16d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1952be11]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org2.example.com | [132 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b2 Returning policy Org2MSP/Writers for evaluation -peer0.org2.example.com | [203 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer0.org1.example.com | [21a 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [133 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b3 In commit adding relative sub-policy SampleConsortium/Org2MSP/Writers to Consortiums -peer1.org1.example.com | [16e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [1952be11]Entered state ready -peer1.org2.example.com | [134 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b4 Returning policy Org2MSP/Admins for evaluation -peer0.org2.example.com | [204 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer1.org2.example.com | [135 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [21b 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b5 In commit adding relative sub-policy SampleConsortium/Org2MSP/Admins to Consortiums -peer1.org2.example.com | [136 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0a16c1ae]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [16f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:1952be11-18c0-41e8-90ea-423d669da249 -peer0.org1.example.com | [21c 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b6 Returning policy Org2MSP/Readers for evaluation -peer0.org2.example.com | [205 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer1.org2.example.com | [137 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b7 In commit adding relative sub-policy SampleConsortium/Org2MSP/Readers to Consortiums -peer0.org1.example.com | [21d 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer1.org2.example.com | [138 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0a16c1ae]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [206 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org1.example.com | [170 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1952be11]sending state message READY -peer0.org1.example.com | [21e 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer1.org2.example.com | [139 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a16c1ae]sending state message READY -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b8 Returning policy Org1MSP/Writers for evaluation -peer0.org1.example.com | [21f 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer1.org1.example.com | [171 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer1.org2.example.com | [13a 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a16c1ae]Move state message INIT -peer0.org1.example.com | [220 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer0.org2.example.com | [207 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer1.org1.example.com | [172 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | [221 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [13c 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a16c1ae]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [13b 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]Received message READY from shim -peer1.org1.example.com | [173 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [222 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org2.example.com | [208 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b9 In commit adding relative sub-policy SampleConsortium/Org1MSP/Writers to Consortiums -peer1.org2.example.com | [13d 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0a16c1ae]Handling ChaincodeMessage of type: READY(state:established) -peer0.org1.example.com | [223 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org2.example.com | [209 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ba Returning policy Org1MSP/Admins for evaluation -peer1.org2.example.com | [13e 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [224 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer1.org1.example.com | [174 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bb In commit adding relative sub-policy SampleConsortium/Org1MSP/Admins to Consortiums -peer0.org2.example.com | [20a 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer1.org2.example.com | [13f 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a16c1ae]sending state message INIT -peer0.org1.example.com | [225 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel -peer1.org1.example.com | [175 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1952be11]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [140 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]Received message INIT from shim -peer0.org2.example.com | [20b 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0bc Returning policy Readers for evaluation -peer0.org1.example.com | [226 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain -peer1.org2.example.com | [141 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0a16c1ae]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [176 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bd In commit adding relative sub-policy Orderer/Readers to Channel -peer0.org1.example.com | [227 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [20c 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [177 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1952be11]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [142 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [228 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [09c3921f-7278-4f34-bcb5-eb6d8b90cb8e] -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0be Returning policy Writers for evaluation -peer0.org2.example.com | [20d 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [229 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=18560eed-ed27-4836-8a71-1c257edeb8cf,syscc=true,proposal=0x0,canname=cscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bf In commit adding relative sub-policy Orderer/Writers to Channel -peer1.org2.example.com | [143 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [0a16c1ae]Received INIT, initializing chaincode -peer1.org1.example.com | [178 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1952be11]Move state message INIT -peer0.org1.example.com | [22a 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer0.org2.example.com | [20e 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c0 Returning policy Admins for evaluation -peer0.org1.example.com | [22b 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [179 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1952be11]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [144 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]Init get response status: 200 -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c1 In commit adding relative sub-policy Orderer/Admins to Channel -peer0.org2.example.com | [20f 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [22c 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer1.org2.example.com | [145 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [17a 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [210 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [22d 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [18560eed]Inside sendExecuteMessage. Message INIT -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c2 Returning policy BlockValidation for evaluation -peer1.org1.example.com | [17b 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1952be11]sending state message INIT -peer0.org1.example.com | [22e 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [146 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]Move state message COMPLETED -peer0.org2.example.com | [211 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [22f 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [18560eed]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [17c 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]Received message READY from shim -peer1.org2.example.com | [147 01-14 11:45:29.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0a16c1ae]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c3 In commit adding relative sub-policy Orderer/BlockValidation to Channel -peer0.org1.example.com | [230 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]Move state message INIT -peer0.org2.example.com | [212 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [17d 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1952be11]Handling ChaincodeMessage of type: READY(state:established) -peer1.org2.example.com | [148 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a16c1ae]send state message COMPLETED -peer0.org1.example.com | [231 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [213 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [17e 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c4 Returning policy OrdererOrg/Admins for evaluation -peer1.org2.example.com | [149 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a16c1ae]Received message COMPLETED from shim -peer0.org1.example.com | [232 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [214 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [17f 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1952be11]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [233 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]sending state message INIT -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c5 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -peer1.org2.example.com | [14a 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a16c1ae]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [180 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [215 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [234 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c6 Returning policy OrdererOrg/Readers for evaluation -peer0.org2.example.com | [216 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [14b 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a16c1ae-53a4-4a74-a312-f3690777411d]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [181 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [1952be11]Received INIT, initializing chaincode -peer0.org1.example.com | [235 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18560eed]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org1.example.com | [236 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [237 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [18560eed]Received INIT, initializing chaincode -peer0.org1.example.com | [238 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer0.org1.example.com | [239 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Init get response status: 200 -peer0.org1.example.com | [23a 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [217 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [14c 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0a16c1ae-53a4-4a74-a312-f3690777411d -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c7 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c8 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c9 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ca Returning policy SampleConsortium/Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cb In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0cc Returning policy SampleConsortium/Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cd In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ce Returning policy SampleConsortium/Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cf In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d0 Returning policy SampleConsortium/Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d1 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d2 Returning policy SampleConsortium/Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d3 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d4 Returning policy SampleConsortium/Org1MSP/Admins for evaluation -peer1.org1.example.com | [182 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -peer0.org1.example.com | [23b 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Move state message COMPLETED -peer1.org2.example.com | [14d 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [14e 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer0.org2.example.com | [218 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [183 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org1.example.com | [23c 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18560eed]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [23d 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]send state message COMPLETED -peer0.org1.example.com | [23e 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]Received message COMPLETED from shim -peer0.org1.example.com | [23f 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [14f 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=d4a891e8-c446-403d-980c-a780cb7b5c41,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer1.org2.example.com | [150 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched -peer1.org2.example.com | [151 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer1.org2.example.com | [152 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer1.org2.example.com | [153 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) -peer1.org2.example.com | [154 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -peer1.org2.example.com | [155 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d5 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Admins to Channel -peer0.org1.example.com | [240 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed-ed27-4836-8a71-1c257edeb8cf]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [219 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [184 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]Init get response status: 200 -peer1.org1.example.com | [185 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [186 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]Move state message COMPLETED -peer1.org1.example.com | [187 01-14 11:45:28.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1952be11]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [188 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1952be11]send state message COMPLETED -peer1.org1.example.com | [189 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1952be11]Received message COMPLETED from shim -peer1.org1.example.com | [18a 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1952be11]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [18b 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1952be11-18c0-41e8-90ea-423d669da249]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [18c 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1952be11-18c0-41e8-90ea-423d669da249 -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d6 Returning policy Admins for evaluation -peer0.org2.example.com | [21a 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [241 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:18560eed-ed27-4836-8a71-1c257edeb8cf -peer1.org1.example.com | [18d 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d7 In commit adding relative sub-policy Consortiums/Admins to Channel -peer1.org2.example.com | [156 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock -peer1.org2.example.com | [157 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock -peer1.org2.example.com | [158 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 -peer1.org2.example.com | [159 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) -peer1.org2.example.com | [15a 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 -peer1.org2.example.com | [15c 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org1.example.com | [18e 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer1.org1.example.com | [18f 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess -peer1.org1.example.com | [190 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] -peer1.org1.example.com | [191 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] -peer1.org1.example.com | [192 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' -peer1.org1.example.com | [193 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' -peer1.org1.example.com | [194 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' -peer1.org1.example.com | [195 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' -peer0.org1.example.com | [242 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [21b 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer0.org2.example.com | [21c 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d8 Returning policy Readers for evaluation -peer1.org1.example.com | [196 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' -peer0.org1.example.com | [243 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org2.example.com | [15b 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 -peer0.org2.example.com | [21d 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org1.example.com | [244 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [09c3921f-7278-4f34-bcb5-eb6d8b90cb8e] -peer1.org1.example.com | [197 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d9 Returning dummy reject all policy because Readers could not be found in /Consortiums/Readers -peer0.org1.example.com | [245 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [21e 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer1.org2.example.com | [15d 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] -peer1.org1.example.com | [198 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0da Returning policy Writers for evaluation -peer0.org2.example.com | [21f 01-14 11:45:33.57 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer1.org2.example.com | [15e 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 -peer0.org1.example.com | [246 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b99f7c75-a36e-4ac1-ae2f-bed62c3f2bf0] -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0db Returning dummy reject all policy because Writers could not be found in /Consortiums/Writers -peer1.org1.example.com | [199 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' -peer0.org2.example.com | [220 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0dc Returning policy Admins for evaluation -peer1.org2.example.com | [15f 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -peer0.org1.example.com | [247 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=e46d4d8d-609b-4c06-a3cf-5054c8cda936,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer1.org1.example.com | [19a 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0dd Returning policy Admins for evaluation -peer0.org2.example.com | [221 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [160 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -peer1.org1.example.com | [19b 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' -peer0.org1.example.com | [248 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org2.example.com | [222 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer1.org2.example.com | [161 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0de Returning policy Readers for evaluation -peer1.org1.example.com | [19c 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' -peer1.org2.example.com | [162 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org2.example.com | [223 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org1.example.com | [249 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [19d 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' -peer0.org2.example.com | [224 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0df As expected, current configuration has policy '/Channel/Readers' -peer1.org2.example.com | [163 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org1.example.com | [24a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org1.example.com | [19e 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' -peer0.org2.example.com | [225 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0e0 Returning policy Writers for evaluation -peer1.org2.example.com | [164 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 -peer0.org1.example.com | [24b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e46d4d8d]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [19f 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' -peer0.org2.example.com | [226 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain -peer0.org1.example.com | [24c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [165 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED -peer1.org1.example.com | [1a0 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0e1 As expected, current configuration has policy '/Channel/Writers' -peer0.org2.example.com | [227 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org1.example.com | [24d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e46d4d8d]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [167 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -peer1.org1.example.com | [1a1 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0e2 Returning policy Orderer/BlockValidation for evaluation -peer0.org2.example.com | [228 01-14 11:45:33.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d6103701-1e8d-46f5-9b5e-536423663c35] -peer0.org1.example.com | [24e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]Move state message INIT -peer1.org2.example.com | [168 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -peer1.org1.example.com | [1a2 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' -orderer.example.com | 2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0e3 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -peer0.org2.example.com | [229 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=95fd2107-b67f-4da4-82e0-cd8c2139c088,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer0.org1.example.com | [24f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org1.example.com | [1a3 01-14 11:45:28.81 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' -peer1.org2.example.com | [169 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -orderer.example.com | 2018-01-14 11:45:28.239 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 0e4 retrieveBlockByNumber() - blockNum = [0] -peer0.org2.example.com | [22a 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer0.org1.example.com | [250 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [1a4 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:28.239 UTC [fsblkstorage] newBlockfileStream -> DEBU 0e5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -peer0.org2.example.com | [22b 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [166 01-14 11:45:29.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org1.example.com | [251 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]sending state message INIT -peer1.org1.example.com | [1a5 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421666000 -orderer.example.com | 2018-01-14 11:45:28.239 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e6 Remaining bytes=[9082], Going to peek [8] bytes -peer1.org2.example.com | [16a 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed -peer0.org2.example.com | [22c 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer0.org2.example.com | [22d 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95fd2107]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [252 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:28.240 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e7 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -peer1.org2.example.com | [16b 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [1a6 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer0.org1.example.com | [253 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e46d4d8d]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [22e 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:28.240 UTC [orderer/multichain] newChainSupport -> DEBU 0e8 [channel: testchainid] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=0): -peer1.org1.example.com | [1a7 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [254 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [22f 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95fd2107]sendExecuteMsg trigger event INIT -orderer.example.com | 2018-01-14 11:45:28.240 UTC [orderer/multichain] NewManagerImpl -> INFO 0e9 Starting with system channel testchainid and orderer type solo -peer1.org1.example.com | [1a8 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org2.example.com | [16c 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [255 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e46d4d8d]Received INIT, initializing chaincode -peer0.org2.example.com | [230 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95fd2107]Move state message INIT -orderer.example.com | 2018-01-14 11:45:28.240 UTC [orderer/main] main -> INFO 0ea Beginning to serve requests -peer1.org1.example.com | [1a9 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [256 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Init get response status: 200 -peer1.org2.example.com | [16d 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d4a891e8]Move state message READY -peer0.org2.example.com | [231 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95fd2107]Fabric side Handling ChaincodeMessage of type: INIT in state ready -orderer.example.com | 2018-01-14 11:45:32.418 UTC [orderer/main] Deliver -> DEBU 0eb Starting new Deliver handler -peer1.org1.example.com | [1aa 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [16e 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d4a891e8]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [257 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Init succeeded. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.418 UTC [orderer/common/deliver] Handle -> DEBU 0ec Starting new deliver loop -orderer.example.com | 2018-01-14 11:45:32.418 UTC [orderer/common/deliver] Handle -> DEBU 0ed Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:32.426 UTC [orderer/main] Broadcast -> DEBU 0ee Starting new Broadcast handler -peer0.org1.example.com | [258 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Move state message COMPLETED -peer0.org1.example.com | [259 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e46d4d8d]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [25a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]send state message COMPLETED -peer0.org1.example.com | [25b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]Received message COMPLETED from shim -peer0.org1.example.com | [25c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.426 UTC [orderer/common/broadcast] Handle -> DEBU 0ef Starting new broadcast loop -orderer.example.com | 2018-01-14 11:45:32.426 UTC [orderer/common/broadcast] Handle -> DEBU 0f0 Preprocessing CONFIG_UPDATE -orderer.example.com | 2018-01-14 11:45:32.426 UTC [orderer/configupdate] Process -> DEBU 0f1 Processing channel creation request for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.427 UTC [msp] GetLocalMSP -> DEBU 0f2 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.427 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f3 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.427 UTC [msp] GetLocalMSP -> DEBU 0f4 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.427 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f5 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.427 UTC [msp/identity] Sign -> DEBU 0f6 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -orderer.example.com | 2018-01-14 11:45:32.428 UTC [msp/identity] Sign -> DEBU 0f7 Sign: digest: 40191FC07C79BA002B950F1F6AD746FA6C5D119235C28D4BCDE66FC0848A96F2 -peer0.org2.example.com | [232 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [233 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95fd2107]sending state message INIT -peer0.org2.example.com | [234 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95fd2107]Received message INIT from shim -peer0.org2.example.com | [235 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95fd2107]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/config] NewStandardValues -> DEBU 0f8 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0f9 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fa Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fb Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fc Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.428 UTC [common/configtx] addToMap -> DEBU 0fd Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 0fe Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 0ff Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 100 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 101 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 102 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org2.example.com | [16f 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [d4a891e8]Entered state ready -peer1.org2.example.com | [170 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:d4a891e8-c446-403d-980c-a780cb7b5c41 -peer1.org2.example.com | [171 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d4a891e8]sending state message READY -peer1.org1.example.com | [1ab 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4215a79f0, header 0xc421666090 -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 103 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 104 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org1.example.com | [25d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d-609b-4c06-a3cf-5054c8cda936]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [172 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -peer1.org2.example.com | [174 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 105 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 106 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 107 Adding to config map: [Values] /Channel/Orderer/BatchSize -peer0.org1.example.com | [25e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e46d4d8d-609b-4c06-a3cf-5054c8cda936 -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 108 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 109 Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10a Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [1ac 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" -peer1.org1.example.com | [1ad 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c -peer1.org1.example.com | [1ae 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c channel id: -peer1.org1.example.com | [1af 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c channel id: version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10b Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10c Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10d Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [236 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [25f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [175 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 10e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 10f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 110 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.433 UTC [common/configtx] addToMap -> DEBU 111 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 112 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 113 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [260 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer1.org1.example.com | [1b0 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c,syscc=true,proposal=0xc4215a79f0,canname=cscc:1.0.2 -peer0.org2.example.com | [237 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [95fd2107]Received INIT, initializing chaincode -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 114 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org2.example.com | [176 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer0.org1.example.com | [261 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [b99f7c75-a36e-4ac1-ae2f-bed62c3f2bf0] -peer0.org1.example.com | [262 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 115 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 116 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 117 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 118 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 119 Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org1.example.com | [1b1 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer1.org1.example.com | [1b2 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [1b3 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer1.org1.example.com | [1b4 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [5f28abc7]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11a Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11b Adding to config map: [Values] /Channel/Consortium -peer0.org2.example.com | [238 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer0.org1.example.com | [263 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [9af62c01-714a-4a7d-b862-6861262b0a29] -peer1.org2.example.com | [177 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [d4a891e8]Inside sendExecuteMessage. Message INIT -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11c Adding to config map: [Policy] /Channel/Readers -peer1.org1.example.com | [1b5 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [239 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95fd2107]Init get response status: 200 -peer0.org1.example.com | [264 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=b0b2862d-2e0a-44cb-a9f3-4285aeef8061,syscc=true,proposal=0x0,canname=escc:1.0.2 -peer1.org1.example.com | [1b6 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [1b7 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [5f28abc7]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11d Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11e Adding to config map: [Policy] /Channel/Admins -peer0.org2.example.com | [23a 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95fd2107]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [178 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [265 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/configtx] processConfig -> DEBU 11f Beginning new config for channel businesschannel -peer0.org1.example.com | [266 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [23b 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95fd2107]Move state message COMPLETED -peer1.org1.example.com | [1b8 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f28abc7]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] NewStandardValues -> DEBU 120 Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [267 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org2.example.com | [179 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [d4a891e8]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [23c 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95fd2107]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [23d 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95fd2107]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 121 Processing field: HashingAlgorithm -peer1.org2.example.com | [17a 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d4a891e8]Move state message INIT -peer0.org2.example.com | [23e 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95fd2107]Received message COMPLETED from shim -peer1.org1.example.com | [1b9 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f28abc7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 122 Processing field: BlockDataHashingStructure -peer0.org1.example.com | [268 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b0b2862d]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [23f 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95fd2107]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [17b 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d4a891e8]Fabric side Handling ChaincodeMessage of type: INIT in state ready -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 123 Processing field: OrdererAddresses -peer1.org1.example.com | [1ba 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [1bb 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f28abc7]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 124 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 125 Proposed new policy Readers for Channel -peer0.org2.example.com | [240 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95fd2107-b67f-4da4-82e0-cd8c2139c088]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 126 Proposed new policy Writers for Channel -peer1.org2.example.com | [17c 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [17d 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d4a891e8]sending state message INIT -peer1.org2.example.com | [173 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]Received message READY from shim -orderer.example.com | 2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 127 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] NewStandardValues -> DEBU 128 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 129 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12a Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12b Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12c Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 12d Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 12e Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 12f Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 130 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 131 Proposed new policy BlockValidation for Orderer -peer1.org1.example.com | [1bc 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f28abc7]Received message TRANSACTION from shim -peer0.org2.example.com | [241 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:95fd2107-b67f-4da4-82e0-cd8c2139c088 -peer0.org1.example.com | [269 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [17e 01-14 11:45:29.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d4a891e8]Handling ChaincodeMessage of type: READY(state:established) -peer1.org1.example.com | [1bd 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f28abc7]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 132 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 133 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 134 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 135 Proposed new policy Readers for OrdererOrg -peer1.org1.example.com | [1be 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [5f28abc7]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 136 Proposed new policy Writers for OrdererOrg -peer1.org2.example.com | [17f 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]Received message INIT from shim -peer1.org2.example.com | [180 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d4a891e8]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org2.example.com | [181 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 137 Initializing protos for *struct {} -peer0.org2.example.com | [242 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [26a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b0b2862d]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [1bf 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain -orderer.example.com | 2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 138 Proposed new policy ChannelCreationPolicy for Application -peer1.org2.example.com | [182 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [d4a891e8]Received INIT, initializing chaincode -peer0.org1.example.com | [26b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]Move state message INIT -peer1.org1.example.com | [1c0 01-14 11:45:33.32 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 139 Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [243 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 13a Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 13b Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 13c Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 13d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 13e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 13f Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 140 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 141 Proposed new policy Writers for Org1MSP -peer0.org2.example.com | [244 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [d6103701-1e8d-46f5-9b5e-536423663c35] -peer0.org2.example.com | [245 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [183 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 142 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 143 Processing field: MSP -peer0.org1.example.com | [26c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [246 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [5ecb5a09-7438-4e33-9676-863592d42c82] -peer1.org1.example.com | [1c1 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 144 Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [184 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -peer0.org2.example.com | [247 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=06968577-f6b9-4aff-b905-ef015c9531de,syscc=true,proposal=0x0,canname=lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 145 Processing field: AnchorPeers -peer1.org1.example.com | [1c2 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -peer0.org1.example.com | [26d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [1c3 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 146 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [185 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]Init get response status: 200 -peer1.org2.example.com | [186 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [248 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org2.example.com | [249 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 147 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 148 Proposed new policy Writers for Org2MSP -peer0.org2.example.com | [24a 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [187 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]Move state message COMPLETED -peer1.org2.example.com | [188 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d4a891e8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [1c4 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 149 Proposed new policy Admins for Org2MSP -peer0.org2.example.com | [24b 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [06968577]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [26e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]sending state message INIT -peer0.org1.example.com | [26f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 14a Proposed new policy Readers for Org2MSP -peer0.org2.example.com | [24c 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [24d 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [06968577]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [270 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b0b2862d]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:32.437 UTC [common/config] validateMSP -> DEBU 14b Setting up MSP for org OrdererOrg -peer1.org1.example.com | [1c5 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] -peer0.org2.example.com | [24e 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [06968577]Move state message INIT -peer1.org2.example.com | [189 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d4a891e8]send state message COMPLETED -peer0.org1.example.com | [271 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -orderer.example.com | 2018-01-14 11:45:32.437 UTC [msp] NewBccspMsp -> DEBU 14c Creating BCCSP-based MSP instance -peer1.org1.example.com | [1c6 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] -peer0.org2.example.com | [24f 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [06968577]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [272 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b0b2862d]Received INIT, initializing chaincode -peer1.org1.example.com | [1c7 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] -peer1.org2.example.com | [18a 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d4a891e8]Received message COMPLETED from shim -peer0.org2.example.com | [250 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [1c8 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org2.example.com | [251 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [06968577]sending state message INIT -peer1.org2.example.com | [18b 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d4a891e8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [18c 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d4a891e8-c446-403d-980c-a780cb7b5c41]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [18d 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d4a891e8-c446-403d-980c-a780cb7b5c41 -peer0.org1.example.com | [273 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer0.org1.example.com | [274 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Init get response status: 200 -peer0.org1.example.com | [275 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [276 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Move state message COMPLETED -peer1.org1.example.com | [1c9 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4215e4880), Data:(*common.BlockData)(0xc4215ef780), Metadata:(*common.BlockMetadata)(0xc4215ef7c0)}, doMVCCValidation=true -peer1.org1.example.com | [1ca 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [1cb 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [18e 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.437 UTC [msp] Setup -> DEBU 14d Setting up MSP instance OrdererMSP -peer0.org1.example.com | [277 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b0b2862d]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [252 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [06968577]Received message INIT from shim -peer1.org1.example.com | [1cc 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -peer1.org2.example.com | [18f 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer0.org1.example.com | [278 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]send state message COMPLETED -peer0.org1.example.com | [279 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]Received message COMPLETED from shim -peer0.org2.example.com | [253 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [06968577]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [254 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [255 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [06968577]Received INIT, initializing chaincode -peer0.org1.example.com | [27a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [256 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [06968577]Init get response status: 200 -peer1.org1.example.com | txId= locPointer=offset=38, bytesLength=11890 -peer1.org1.example.com | ] -peer1.org2.example.com | [190 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess -peer0.org1.example.com | [27b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d-2e0a-44cb-a9f3-4285aeef8061]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [257 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [06968577]Init succeeded. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.438 UTC [msp/identity] newIdentity -> DEBU 14e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [1cd 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx ID: [] to index -peer1.org2.example.com | [191 01-14 11:45:29.29 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] -peer0.org1.example.com | [27c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b0b2862d-2e0a-44cb-a9f3-4285aeef8061 -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer1.org1.example.com | [1ce 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx number:[0] ID: [] to blockNumTranNum index -peer0.org1.example.com | [27d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [258 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [06968577]Move state message COMPLETED -peer1.org2.example.com | [192 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [1cf 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] -peer0.org1.example.com | [27e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org2.example.com | [259 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [06968577]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [25a 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [06968577]send state message COMPLETED -peer0.org2.example.com | [25b 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [06968577]Received message COMPLETED from shim -peer0.org2.example.com | [25c 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [06968577]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [25d 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [06968577-f6b9-4aff-b905-ef015c9531de]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [25e 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:06968577-f6b9-4aff-b905-ef015c9531de -peer0.org2.example.com | [25f 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [193 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' -peer1.org1.example.com | [1d0 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -peer0.org2.example.com | [260 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [27f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [9af62c01-714a-4a7d-b862-6861262b0a29] -peer0.org2.example.com | [261 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [5ecb5a09-7438-4e33-9676-863592d42c82] -peer1.org1.example.com | [1d1 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [194 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -peer0.org1.example.com | [280 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [262 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [1d2 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [195 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org1.example.com | [281 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [e1853bb4-6a7a-4287-bbec-89c604c23806] -peer1.org1.example.com | [1d3 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [263 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [82ef30ad-2706-4c42-8184-8e08d42130dd] -peer1.org2.example.com | [196 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' -peer1.org2.example.com | [197 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' -peer1.org2.example.com | [198 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' -peer1.org2.example.com | [199 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' -peer1.org2.example.com | [19a 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' -peer1.org2.example.com | [19b 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' -peer1.org2.example.com | [19c 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' -peer1.org2.example.com | [19d 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' -peer0.org1.example.com | [282 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=5f902ab2-bd41-43ef-99a6-70fef791cea8,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org1.example.com | [283 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org1.example.com | [284 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [264 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=3af7d983-0148-4920-b3cf-5383c90d0b20,syscc=true,proposal=0x0,canname=escc:1.0.2 -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer1.org1.example.com | [1d4 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions -peer1.org1.example.com | [1d5 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org1.example.com | [1d6 01-14 11:45:33.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] -peer1.org1.example.com | [1d7 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block -peer1.org2.example.com | [19e 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' -peer0.org1.example.com | [285 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [286 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5f902ab2]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [287 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [288 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5f902ab2]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [289 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]Move state message INIT -peer1.org1.example.com | [1d8 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [265 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org2.example.com | [266 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [19f 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' -peer0.org1.example.com | [28a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [1a0 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' -peer1.org1.example.com | [1d9 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org2.example.com | [267 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer1.org2.example.com | [1a1 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' -peer1.org1.example.com | [1da 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org1.example.com | [1db 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org1.example.com | [28b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.438 UTC [msp/identity] newIdentity -> DEBU 14f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org2.example.com | [1a2 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' -peer0.org2.example.com | [268 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [3af7d983]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [1dc 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org1.example.com | [28c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]sending state message INIT -peer0.org1.example.com | [28d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Received message INIT from shim -peer1.org2.example.com | [1a3 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' -peer0.org2.example.com | [269 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [1dd 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [1de 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org2.example.com | [1a4 01-14 11:45:29.30 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' -peer0.org1.example.com | [28e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f902ab2]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [26a 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [3af7d983]sendExecuteMsg trigger event INIT -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer1.org1.example.com | [1df 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [28f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [1a5 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org2.example.com | [26b 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3af7d983]Move state message INIT -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [1e0 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org2.example.com | [1a6 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4215cc750 -peer1.org2.example.com | [1a7 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer1.org2.example.com | [1a8 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org2.example.com | [1a9 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer1.org2.example.com | [1aa 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [26c 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3af7d983]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [290 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5f902ab2]Received INIT, initializing chaincode -peer1.org1.example.com | [1e1 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org1.example.com | [1e2 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [1ab 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org2.example.com | [26d 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [26e 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3af7d983]sending state message INIT -peer0.org2.example.com | [26f 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3af7d983]Received message INIT from shim -peer0.org2.example.com | [270 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3af7d983]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [271 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [291 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Init get response status: 200 -peer0.org1.example.com | [292 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [293 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Move state message COMPLETED -peer0.org1.example.com | [294 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f902ab2]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [295 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]send state message COMPLETED -peer0.org1.example.com | [296 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]Received message COMPLETED from shim -peer0.org1.example.com | [297 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [298 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2-bd41-43ef-99a6-70fef791cea8]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [1e3 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org2.example.com | [1ac 01-14 11:45:33.72 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4215b50e0, header 0xc4215cc7e0 -peer0.org2.example.com | [272 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [3af7d983]Received INIT, initializing chaincode -orderer.example.com | 2018-01-14 11:45:32.439 UTC [msp/identity] newIdentity -> DEBU 150 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [299 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5f902ab2-bd41-43ef-99a6-70fef791cea8 -peer0.org1.example.com | [29a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [29b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer0.org1.example.com | [29c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [e1853bb4-6a7a-4287-bbec-89c604c23806] -peer1.org1.example.com | [1e4 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer1.org1.example.com | [1e5 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org2.example.com | [1ad 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" -peer0.org1.example.com | [29d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [273 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer1.org1.example.com | [1e6 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org2.example.com | [1ae 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458 -peer0.org1.example.com | [29e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [84dfd666-8d81-417c-b6d2-04668eae53a9] -peer0.org2.example.com | [274 01-14 11:45:33.59 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3af7d983]Init get response status: 200 -peer0.org2.example.com | [275 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3af7d983]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [276 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3af7d983]Move state message COMPLETED -peer0.org2.example.com | [277 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3af7d983]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [278 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3af7d983]send state message COMPLETED -peer0.org2.example.com | [279 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3af7d983]Received message COMPLETED from shim -peer0.org2.example.com | [27a 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3af7d983]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [27b 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3af7d983-0148-4920-b3cf-5383c90d0b20]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [27c 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3af7d983-0148-4920-b3cf-5383c90d0b20 -peer1.org2.example.com | [1af 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458 channel id: -peer1.org1.example.com | [1e7 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org1.example.com | [29f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=21230186-8728-487d-8580-94adb281be2a,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer1.org2.example.com | [1b0 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458 channel id: version: 1.0.2 -peer0.org2.example.com | [27d 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [1e8 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org2.example.com | [1b1 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458,syscc=true,proposal=0xc4215b50e0,canname=cscc:1.0.2 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [27e 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org1.example.com | [2a0 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -peer1.org2.example.com | [1b2 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer1.org1.example.com | [1e9 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org2.example.com | [27f 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [82ef30ad-2706-4c42-8184-8e08d42130dd] -peer1.org2.example.com | [1b3 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [2a1 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer1.org1.example.com | [1ea 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer1.org2.example.com | [1b4 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [2a2 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer0.org1.example.com | [2a3 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [21230186]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [280 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [1eb 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | [1b5 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d02c0fdb]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org2.example.com | [281 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4c173df8-6325-4d11-affd-37f097c3a966] -peer1.org2.example.com | [1b6 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer1.org1.example.com | [1ec 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [2a4 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [1b7 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org2.example.com | [282 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=fa9bbcf7-d5ed-4a8b-84dd-cae00f16c251,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [1ed 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org1.example.com | [2a5 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [21230186]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [1b8 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d02c0fdb]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org2.example.com | [283 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org2.example.com | [1b9 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d02c0fdb]Move state message TRANSACTION -peer1.org1.example.com | [1ee 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [1ba 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d02c0fdb]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [2a6 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]Move state message INIT -peer0.org2.example.com | [284 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer1.org2.example.com | [1bb 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [1ef 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [2a7 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [285 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [1bc 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d02c0fdb]sending state message TRANSACTION -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer1.org1.example.com | [1f0 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org2.example.com | [1bd 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d02c0fdb]Received message TRANSACTION from shim -peer0.org1.example.com | [2a8 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [286 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [fa9bbcf7]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [1be 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d02c0fdb]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer1.org1.example.com | [1f1 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org1.example.com | [2a9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]sending state message INIT -peer1.org2.example.com | [1bf 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d02c0fdb]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [287 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [1f2 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [2aa 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Received message INIT from shim -peer1.org2.example.com | [1c0 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain -peer0.org1.example.com | [2ab 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [21230186]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [288 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [fa9bbcf7]sendExecuteMsg trigger event INIT -orderer.example.com | 2018-01-14 11:45:32.440 UTC [msp] Validate -> DEBU 151 MSP OrdererMSP validating identity -peer1.org1.example.com | [1f3 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org2.example.com | [1c1 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block -peer0.org1.example.com | [2ac 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [289 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fa9bbcf7]Move state message INIT -orderer.example.com | 2018-01-14 11:45:32.440 UTC [common/config] Validate -> DEBU 152 Anchor peers for org Org1MSP are -peer1.org2.example.com | [1c2 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -peer0.org1.example.com | [2ad 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [21230186]Received INIT, initializing chaincode -peer1.org2.example.com | [1c3 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -orderer.example.com | 2018-01-14 11:45:32.440 UTC [common/config] validateMSP -> DEBU 153 Setting up MSP for org Org1MSP -peer0.org2.example.com | [28a 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fa9bbcf7]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [2ae 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -peer1.org1.example.com | [1f4 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org2.example.com | [1c4 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -peer0.org1.example.com | [2af 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Init get response status: 200 -orderer.example.com | 2018-01-14 11:45:32.440 UTC [msp] NewBccspMsp -> DEBU 154 Creating BCCSP-based MSP instance -peer1.org1.example.com | [1f5 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org2.example.com | [28b 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [2b0 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [1c5 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] -peer1.org1.example.com | [1f6 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org1.example.com | [2b1 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.440 UTC [msp] Setup -> DEBU 155 Setting up MSP instance Org1MSP -peer0.org2.example.com | [28c 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fa9bbcf7]sending state message INIT -peer0.org1.example.com | [2b2 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [21230186]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [1f7 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer0.org1.example.com | [2b3 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]send state message COMPLETED -peer1.org2.example.com | [1c6 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] -peer0.org2.example.com | [28d 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fa9bbcf7]Received message INIT from shim -peer0.org1.example.com | [2b4 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]Received message COMPLETED from shim -peer1.org1.example.com | [1f8 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.440 UTC [msp/identity] newIdentity -> DEBU 156 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [2b5 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [28e 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [fa9bbcf7]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [1f9 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer1.org2.example.com | [1c7 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] -peer0.org1.example.com | [2b6 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186-8728-487d-8580-94adb281be2a]HandleMessage- COMPLETED. Notify -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [28f 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [1c8 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] -peer0.org1.example.com | [2b7 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:21230186-8728-487d-8580-94adb281be2a -peer1.org1.example.com | [1fa 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org2.example.com | [290 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [fa9bbcf7]Received INIT, initializing chaincode -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [2b8 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [1fb 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer1.org2.example.com | [1c9 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org1.example.com | [2b9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer0.org2.example.com | [291 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fa9bbcf7]Init get response status: 200 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [2ba 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [84dfd666-8d81-417c-b6d2-04668eae53a9] -peer1.org1.example.com | [1fc 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org2.example.com | [292 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fa9bbcf7]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [2bb 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [1ca 01-14 11:45:33.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421515740), Data:(*common.BlockData)(0xc4216ccc40), Metadata:(*common.BlockMetadata)(0xc4216ccc80)}, doMVCCValidation=true -peer1.org1.example.com | [1fd 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org1.example.com | [2bc 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org2.example.com | [293 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fa9bbcf7]Move state message COMPLETED -peer0.org1.example.com | [2bd 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [1fe 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer1.org2.example.com | [1cb 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [2be 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [294 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [fa9bbcf7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [1cc 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] -peer0.org1.example.com | [2bf 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [1ff 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -peer1.org2.example.com | [1cd 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -peer0.org1.example.com | [2c0 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [295 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fa9bbcf7]send state message COMPLETED -peer1.org1.example.com | [200 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -peer0.org1.example.com | [2c1 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit -peer1.org2.example.com | txId= locPointer=offset=38, bytesLength=11890 -peer0.org2.example.com | [296 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fa9bbcf7]Received message COMPLETED from shim -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -peer0.org1.example.com | [2c2 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [201 01-14 11:45:33.34 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org2.example.com | ] -peer1.org1.example.com | [202 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -peer0.org2.example.com | [297 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fa9bbcf7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [1ce 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx ID: [] to index -peer0.org1.example.com | [2c3 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Move state message COMPLETED -peer1.org1.example.com | [203 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -peer0.org1.example.com | [2c4 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1973ce8a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [298 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fa9bbcf7-d5ed-4a8b-84dd-cae00f16c251]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [204 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [1cf 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx number:[0] ID: [] to blockNumTranNum index -peer0.org1.example.com | [2c5 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]send state message COMPLETED -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -peer0.org1.example.com | [2c6 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]Received message COMPLETED from shim -peer0.org2.example.com | [299 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:fa9bbcf7-d5ed-4a8b-84dd-cae00f16c251 -peer1.org2.example.com | [1d0 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.441 UTC [msp/identity] newIdentity -> DEBU 157 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [205 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org1.example.com | [2c7 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [2c8 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [29a 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [1d1 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [206 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org1.example.com | [2c9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer1.org2.example.com | [1d2 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [29b 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [2ca 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [1d3 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [207 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org2.example.com | [29c 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [4c173df8-6325-4d11-affd-37f097c3a966] -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer1.org2.example.com | [1d4 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [208 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.442 UTC [msp/identity] newIdentity -> DEBU 158 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.442 UTC [msp] Validate -> DEBU 159 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.443 UTC [common/config] Validate -> DEBU 15a Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.443 UTC [common/config] validateMSP -> DEBU 15b Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.443 UTC [msp] NewBccspMsp -> DEBU 15c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.443 UTC [msp] Setup -> DEBU 15d Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.444 UTC [msp/identity] newIdentity -> DEBU 15e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [2cb 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [2cc 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org1.example.com | [2cd 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [2ce 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [2cf 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4216c4180 -peer0.org1.example.com | [2d0 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [2d1 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org2.example.com | [29d 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [29e 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [a0ccd8c2-e345-46c6-b31e-fdd3624d5462] -peer0.org2.example.com | [29f 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=03681da4-661f-4a68-a092-2a15ce6f2098,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer0.org2.example.com | [2a0 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -peer0.org1.example.com | [2d2 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [209 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer1.org2.example.com | [1d5 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer0.org2.example.com | [2a1 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [2a2 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer0.org2.example.com | [2a3 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [03681da4]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [2a4 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [2d3 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [20a 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org2.example.com | [2a5 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [03681da4]sendExecuteMsg trigger event INIT -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer1.org2.example.com | [1d6 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer0.org1.example.com | [2d4 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [20b 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer0.org2.example.com | [2a6 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [03681da4]Move state message INIT -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer1.org2.example.com | [1d7 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] -peer0.org1.example.com | [2d5 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4219aa0a0, header 0xc4216c41e0 -peer1.org1.example.com | [20c 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org2.example.com | [2a7 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [03681da4]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [2a8 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [2a9 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [03681da4]sending state message INIT -peer1.org2.example.com | [1d8 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block -peer0.org1.example.com | [2d6 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org1.example.com | [2d7 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a -peer0.org1.example.com | [2d8 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a channel id: -peer1.org1.example.com | [20d 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [2aa 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [03681da4]Received message INIT from shim -peer1.org2.example.com | [1d9 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.445 UTC [msp/identity] newIdentity -> DEBU 15f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [2d9 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a channel id: version: 1.0.2 -peer1.org1.example.com | [20e 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [2ab 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [03681da4]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org2.example.com | [1da 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [20f 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer0.org2.example.com | [2ac 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [1db 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [2da 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a,syscc=true,proposal=0xc4219aa0a0,canname=lscc:1.0.2 -peer1.org1.example.com | [210 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [1dc 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org1.example.com | [211 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [2ad 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [03681da4]Received INIT, initializing chaincode -peer1.org2.example.com | [1dd 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org1.example.com | [2db 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org1.example.com | [2dc 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [2dd 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [2de 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b4a560b]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [2df 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [212 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [2ae 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -peer1.org2.example.com | [1de 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org2.example.com | [1df 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer0.org1.example.com | [2e0 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [213 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org2.example.com | [2af 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [03681da4]Init get response status: 200 -peer1.org1.example.com | [214 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [1e0 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org2.example.com | [2b0 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [03681da4]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [2b1 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [03681da4]Move state message COMPLETED -peer1.org1.example.com | [215 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [1e1 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org2.example.com | [1e2 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [1e3 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org2.example.com | [1e4 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org2.example.com | [1e5 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org2.example.com | [1e6 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org2.example.com | [1e7 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [1e8 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer1.org2.example.com | [1e9 01-14 11:45:33.74 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | [1ea 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org2.example.com | [1eb 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org2.example.com | [1ec 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer1.org2.example.com | [1ed 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [1ee 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org2.example.com | [1ef 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [2e1 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b4a560b]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [2b2 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [03681da4]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [2b3 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [03681da4]send state message COMPLETED -peer0.org2.example.com | [2b4 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [03681da4]Received message COMPLETED from shim -peer0.org2.example.com | [2b5 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [03681da4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [2b6 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [03681da4-661f-4a68-a092-2a15ce6f2098]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [2b7 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:03681da4-661f-4a68-a092-2a15ce6f2098 -peer0.org2.example.com | [2b8 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [2b9 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer1.org1.example.com | [216 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [1f0 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [2ba 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [a0ccd8c2-e345-46c6-b31e-fdd3624d5462] -peer0.org1.example.com | [2e2 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]Move state message TRANSACTION -peer0.org1.example.com | [2e3 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [2e4 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [2e5 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]sending state message TRANSACTION -peer0.org1.example.com | [2e6 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Received message TRANSACTION from shim -peer0.org1.example.com | [2e7 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b4a560b]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [2e8 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b4a560b]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [2e9 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [217 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [1f1 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org2.example.com | [1f2 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [1f3 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [1f4 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org2.example.com | [1f5 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [2ea 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Move state message COMPLETED -peer0.org1.example.com | [2eb 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b4a560b]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [2ec 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]send state message COMPLETED -peer0.org1.example.com | [2ed 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]Received message COMPLETED from shim -peer0.org2.example.com | [2bb 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [1f6 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org1.example.com | [2ee 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [2bc 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] -peer1.org2.example.com | [1f7 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [218 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [2ef 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [2bd 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [1f8 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org1.example.com | [219 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org1.example.com | [2f0 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a -peer0.org2.example.com | [2be 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [2bf 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org2.example.com | [2c0 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [2c1 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [2c2 01-14 11:45:33.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9c1e8d09]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [1f9 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer1.org2.example.com | [1fa 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer1.org1.example.com | [21a 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [21b 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [21c 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer1.org1.example.com | [21d 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are -peer1.org1.example.com | [21e 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org2.example.com | [2c3 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9c1e8d09]Move state message COMPLETED -peer0.org1.example.com | [2f1 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [1fb 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer1.org1.example.com | [21f 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer0.org2.example.com | [2c4 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9c1e8d09]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [2f2 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org2.example.com | [1fc 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [220 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer1.org1.example.com | [221 01-14 11:45:33.35 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org1.example.com | [222 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org1.example.com | [223 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [2c5 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9c1e8d09]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.445 UTC [msp/identity] newIdentity -> DEBU 160 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [2f3 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [1fd 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer1.org1.example.com | [224 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org2.example.com | [2c6 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9c1e8d09]Received message COMPLETED from shim -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [2f4 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org2.example.com | [1fe 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org1.example.com | [225 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer1.org1.example.com | [226 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel -peer0.org2.example.com | [2c7 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9c1e8d09]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.446 UTC [msp] Validate -> DEBU 161 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.447 UTC [msp] Setup -> DEBU 162 Setting up the MSP manager (3 msps) -peer1.org1.example.com | [227 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain -peer0.org1.example.com | [2f5 01-14 11:45:39.15 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel -peer1.org2.example.com | [1ff 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org2.example.com | [2c8 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.447 UTC [msp] Setup -> DEBU 163 MSP manager setup complete, setup 3 msps -peer1.org1.example.com | [228 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org1.example.com | [2f6 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 -peer1.org2.example.com | [200 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer0.org2.example.com | [2c9 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9c1e8d090b668dcb9fa5d4c7cfeb6e01188d3b4cf024469bc4df17609423f3b7 -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 164 Returning policy Readers for evaluation -peer1.org1.example.com | [229 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [122f786f-f1e6-47ab-ab83-cea468f5e198] -peer0.org1.example.com | [2f7 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... -peer1.org2.example.com | [201 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org2.example.com | [2ca 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 165 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -peer1.org1.example.com | [22a 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=1f79bee7-655a-49c0-b447-7756d2cdef61,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer1.org2.example.com | [202 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel -peer0.org1.example.com | [2f8 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering -peer0.org2.example.com | [2cb 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 166 Returning policy Writers for evaluation -peer1.org1.example.com | [22b 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer1.org1.example.com | [22c 01-14 11:45:33.36 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [22d 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer1.org1.example.com | [22e 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1f79bee7]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [22f 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [230 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1f79bee7]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [231 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1f79bee7]Move state message INIT -peer1.org1.example.com | [232 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1f79bee7]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org2.example.com | [2cc 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [203 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [204 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [205 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [206 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org2.example.com | [2cd 01-14 11:45:33.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org1.example.com | [233 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [234 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1f79bee7]sending state message INIT -peer1.org1.example.com | [235 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1f79bee7]Received message INIT from shim -peer1.org2.example.com | [207 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer1.org2.example.com | [208 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org2.example.com | [209 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer1.org2.example.com | [20a 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer0.org2.example.com | [2ce 01-14 11:45:39.59 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel -peer0.org1.example.com | [2f9 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel -peer0.org1.example.com | [2fa 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting -peer0.org1.example.com | [2fb 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] -peer0.org1.example.com | [2fc 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] -peer0.org1.example.com | [2fd 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [2fe 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org1.example.com | [236 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1f79bee7]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [237 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org1.example.com | [238 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [1f79bee7]Received INIT, initializing chaincode -peer1.org1.example.com | [239 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer1.org1.example.com | [23a 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1f79bee7]Init get response status: 200 -peer1.org1.example.com | [23b 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1f79bee7]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [20b 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org2.example.com | [2cf 01-14 11:45:39.60 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 -peer0.org1.example.com | [2ff 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org1.example.com | [23c 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1f79bee7]Move state message COMPLETED -peer1.org1.example.com | [23d 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1f79bee7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [2d0 01-14 11:45:39.60 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... -peer0.org2.example.com | [2d1 01-14 11:45:39.60 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering -peer0.org2.example.com | [2d2 01-14 11:45:39.60 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel -peer0.org2.example.com | [2d3 01-14 11:45:39.61 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting -peer1.org2.example.com | [20c 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer1.org1.example.com | [23e 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1f79bee7]send state message COMPLETED -peer1.org1.example.com | [23f 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1f79bee7]Received message COMPLETED from shim -peer1.org1.example.com | [240 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1f79bee7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [241 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1f79bee7-655a-49c0-b447-7756d2cdef61]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [2d4 01-14 11:45:39.61 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] -peer1.org2.example.com | [20d 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org1.example.com | [300 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421791c50 -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 167 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -peer1.org1.example.com | [242 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1f79bee7-655a-49c0-b447-7756d2cdef61 -peer0.org2.example.com | [2d5 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] -peer1.org2.example.com | [20e 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 168 Returning policy Admins for evaluation -peer1.org1.example.com | [243 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [301 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer0.org2.example.com | [2d6 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [20f 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 169 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -peer1.org1.example.com | [244 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org1.example.com | [302 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer0.org1.example.com | [303 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org2.example.com | [2d7 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org1.example.com | [245 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [122f786f-f1e6-47ab-ab83-cea468f5e198] -peer1.org1.example.com | [246 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [247 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [0d49845c-57dc-444b-a392-a525c59311a3] -peer1.org1.example.com | [248 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=57eed494-5671-44ab-99e5-040729d57122,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer1.org1.example.com | [249 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org1.example.com | [24a 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [24b 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [210 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org2.example.com | [211 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [304 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16b Returning policy Writers for evaluation -peer1.org1.example.com | [24c 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [57eed494]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [212 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [305 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [306 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [24d 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16c Returning policy Admins for evaluation -peer0.org2.example.com | [2d8 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org1.example.com | [307 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc42032f000, header channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer1.org2.example.com | [213 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [214 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [24e 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [57eed494]sendExecuteMsg trigger event INIT -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16d Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16e Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 16f In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 170 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 171 In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 172 Returning policy Writers for evaluation -peer0.org2.example.com | [2d9 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421564000 -peer0.org2.example.com | [2da 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer0.org1.example.com | [308 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [24f 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57eed494]Move state message INIT -peer1.org2.example.com | [215 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [2db 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer0.org1.example.com | [309 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [250 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57eed494]Fabric side Handling ChaincodeMessage of type: INIT in state ready -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 173 In commit adding relative sub-policy Org1MSP/Writers to Application -peer1.org2.example.com | [216 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [2dc 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [30a 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [30b 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [30c 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [30d 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [30e 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [30f 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [251 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [2dd 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 174 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 175 In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 176 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 177 In commit adding relative sub-policy Org2MSP/Admins to Application -peer0.org2.example.com | [2de 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [252 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57eed494]sending state message INIT -peer1.org2.example.com | [217 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [310 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 178 Returning policy Readers for evaluation -peer0.org2.example.com | [2df 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org2.example.com | [2e0 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421666000, header channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer1.org1.example.com | [253 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57eed494]Received message INIT from shim -peer0.org1.example.com | [311 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 179 In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17a Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17b Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17c Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 17d In commit adding relative sub-policy Orderer/Readers to Channel -peer1.org2.example.com | [218 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [2e1 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [254 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57eed494]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [255 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [312 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org2.example.com | [219 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [2e2 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17e Returning policy Writers for evaluation -peer1.org1.example.com | [256 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [57eed494]Received INIT, initializing chaincode -peer1.org1.example.com | [257 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57eed494]Init get response status: 200 -peer0.org1.example.com | [313 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [2e3 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 17f In commit adding relative sub-policy Orderer/Writers to Channel -peer1.org2.example.com | [21a 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [258 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57eed494]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [314 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org2.example.com | [2e4 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 180 Returning policy Admins for evaluation -peer1.org2.example.com | [21b 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [259 01-14 11:45:33.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57eed494]Move state message COMPLETED -peer0.org2.example.com | [2e5 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 181 In commit adding relative sub-policy Orderer/Admins to Channel -peer1.org2.example.com | [21c 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [315 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [2e6 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 182 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 183 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 184 Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 185 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 186 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 187 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 188 Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 189 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18a Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18b In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18c Returning policy ChannelCreationPolicy for evaluation -peer0.org1.example.com | [316 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [21d 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer1.org1.example.com | [25a 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57eed494]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [2e7 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18d In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -peer1.org2.example.com | [21e 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are -peer1.org1.example.com | [25b 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57eed494]send state message COMPLETED -peer1.org1.example.com | [25c 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57eed494]Received message COMPLETED from shim -peer1.org1.example.com | [25d 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57eed494]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [25e 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57eed494-5671-44ab-99e5-040729d57122]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [25f 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:57eed494-5671-44ab-99e5-040729d57122 -peer1.org1.example.com | [260 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [2e8 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org1.example.com | [317 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer1.org2.example.com | [21f 01-14 11:45:33.75 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18e Returning policy Org1MSP/Admins for evaluation -peer1.org1.example.com | [261 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [318 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org2.example.com | [2e9 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org2.example.com | [220 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer1.org1.example.com | [262 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [0d49845c-57dc-444b-a392-a525c59311a3] -peer1.org1.example.com | [263 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [264 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [20124941-db31-4754-adbe-1c572741b021] -peer1.org1.example.com | [265 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=b57b2d4f-c59c-4e03-9f01-b30c746c0c7a,syscc=true,proposal=0x0,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18f In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -peer1.org1.example.com | [266 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org2.example.com | [2ea 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org2.example.com | [2eb 01-14 11:45:39.62 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org1.example.com | [319 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [267 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [221 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org2.example.com | [2ec 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [2ed 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [2ee 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [2ef 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer0.org2.example.com | [2f0 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org2.example.com | [2f1 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [2f2 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [2f3 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [2f4 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 190 Returning policy Org1MSP/Readers for evaluation -peer0.org1.example.com | [31a 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [31b 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer0.org1.example.com | [31c 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org1.example.com | [31d 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org1.example.com | [31e 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [222 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org2.example.com | [223 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org1.example.com | [268 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [31f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [224 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 191 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -peer1.org1.example.com | [269 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b57b2d4f]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [2f5 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org1.example.com | [320 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer1.org2.example.com | [225 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 192 Returning policy Org1MSP/Writers for evaluation -peer1.org1.example.com | [26a 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [2f6 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [226 01-14 11:45:33.76 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer1.org1.example.com | [26b 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b57b2d4f]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [321 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org2.example.com | [227 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel -peer0.org2.example.com | [2f7 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 193 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -peer1.org1.example.com | [26c 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b57b2d4f]Move state message INIT -peer0.org1.example.com | [322 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer0.org1.example.com | [323 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer1.org2.example.com | [228 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain -peer1.org2.example.com | [229 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [22a 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [9a191a32-a79a-4a21-8fc1-1ff38457dd35] -peer1.org2.example.com | [22b 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=47e24c7b-9035-42cd-bf54-8424a3beaaf9,syscc=true,proposal=0x0,canname=cscc:1.0.2 -peer1.org2.example.com | [22c 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -peer1.org2.example.com | [22d 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [22e 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -peer1.org2.example.com | [22f 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [47e24c7b]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [230 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [231 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [47e24c7b]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [232 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [47e24c7b]Move state message INIT -peer1.org2.example.com | [233 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [47e24c7b]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [234 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [235 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [47e24c7b]sending state message INIT -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 194 Returning policy Org2MSP/Writers for evaluation -peer1.org1.example.com | [26d 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b57b2d4f]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org1.example.com | [26e 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [26f 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b57b2d4f]sending state message INIT -peer1.org1.example.com | [270 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b57b2d4f]Received message INIT from shim -peer1.org1.example.com | [271 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b57b2d4f]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [272 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 195 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -peer0.org1.example.com | [324 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | [236 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [47e24c7b]Received message INIT from shim -peer1.org2.example.com | [237 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [47e24c7b]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org2.example.com | [238 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [239 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [47e24c7b]Received INIT, initializing chaincode -peer1.org2.example.com | [23a 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -peer1.org2.example.com | [23b 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [47e24c7b]Init get response status: 200 -peer1.org2.example.com | [23c 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [47e24c7b]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [23d 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [47e24c7b]Move state message COMPLETED -peer1.org2.example.com | [23e 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [47e24c7b]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [23f 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [47e24c7b]send state message COMPLETED -peer1.org2.example.com | [240 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [47e24c7b]Received message COMPLETED from shim -peer1.org2.example.com | [241 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [47e24c7b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [2f8 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [325 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [273 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b57b2d4f]Received INIT, initializing chaincode -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 196 Returning policy Org2MSP/Admins for evaluation -peer1.org2.example.com | [242 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [47e24c7b-9035-42cd-bf54-8424a3beaaf9]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [2f9 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [326 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 197 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 198 Returning policy Readers for evaluation -peer1.org1.example.com | [274 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer1.org1.example.com | [275 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b57b2d4f]Init get response status: 200 -peer1.org1.example.com | [276 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b57b2d4f]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [277 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b57b2d4f]Move state message COMPLETED -peer1.org1.example.com | [278 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b57b2d4f]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [279 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b57b2d4f]send state message COMPLETED -peer0.org1.example.com | [327 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 199 Returning dummy reject all policy because Readers could not be found in /Application/Readers -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19a Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19b Returning dummy reject all policy because Writers could not be found in /Application/Writers -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19c Returning policy Admins for evaluation -peer1.org2.example.com | [243 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:47e24c7b-9035-42cd-bf54-8424a3beaaf9 -peer0.org2.example.com | [2fa 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org2.example.com | [2fb 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org2.example.com | [2fc 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [27a 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b57b2d4f]Received message COMPLETED from shim -peer1.org1.example.com | [27b 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b57b2d4f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [2fd 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [244 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19d Returning dummy reject all policy because Admins could not be found in /Application/Admins -peer1.org1.example.com | [27c 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b57b2d4f-c59c-4e03-9f01-b30c746c0c7a]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [27d 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b57b2d4f-c59c-4e03-9f01-b30c746c0c7a -peer0.org1.example.com | [328 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org2.example.com | [245 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -orderer.example.com | 2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 19e Adding to config map: [Groups] /Channel -peer0.org2.example.com | [2fe 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org2.example.com | [2ff 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org1.example.com | [329 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 19f Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 1a0 Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [27e 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [246 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [9a191a32-a79a-4a21-8fc1-1ff38457dd35] -peer0.org2.example.com | [300 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [32a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [32b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org1.example.com | [32c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org1.example.com | [32d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer0.org1.example.com | [32e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 1a1 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a2 Adding to config map: [Values] /Channel/Consortium -peer0.org2.example.com | [301 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer1.org1.example.com | [27f 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org1.example.com | [32f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [247 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a3 Adding to config map: [Groups] /Channel -peer0.org2.example.com | [302 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org2.example.com | [303 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org2.example.com | [304 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer0.org2.example.com | [305 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org1.example.com | [330 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a4 Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [280 01-14 11:45:33.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [20124941-db31-4754-adbe-1c572741b021] -peer1.org2.example.com | [248 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [7ba76790-ad0c-4d1a-a722-3c6b8346be4c] -peer0.org2.example.com | [306 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org1.example.com | [331 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a5 Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [281 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [249 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=4986e3c5-2666-4c10-a3c4-b634975db0eb,syscc=true,proposal=0x0,canname=lscc:1.0.2 -peer0.org2.example.com | [307 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org1.example.com | [332 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a6 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a7 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a8 Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.452 UTC [common/configtx] addToMap -> DEBU 1a9 Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.452 UTC [common/configtx] addToMap -> DEBU 1aa Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.452 UTC [policies] GetPolicy -> DEBU 1ab Returning policy ChannelCreationPolicy for evaluation -orderer.example.com | 2018-01-14 11:45:32.452 UTC [cauthdsl] func1 -> DEBU 1ac 0xc420150db8 gate 1515930332452367864 evaluation starts -peer1.org1.example.com | [282 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [84fe55bd-8f0d-4daf-be1e-b5d65d18cab4] -peer0.org1.example.com | [333 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [308 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [309 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [30a 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [30b 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [24a 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [24b 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [334 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [335 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [283 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=58aa2280-7971-438d-bb4e-74bcdbdd8242,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org2.example.com | [30c 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.452 UTC [cauthdsl] func2 -> DEBU 1ad 0xc420150db8 signed by 0 principal evaluation starts (used [false]) -peer1.org2.example.com | [24c 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [24d 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4986e3c5]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [336 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.452 UTC [cauthdsl] func2 -> DEBU 1ae 0xc420150db8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -peer1.org1.example.com | [284 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org2.example.com | [24e 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [30d 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [337 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.452 UTC [msp/identity] newIdentity -> DEBU 1af Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [285 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [24f 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4986e3c5]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [30e 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org1.example.com | [338 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [286 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [250 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4986e3c5]Move state message INIT -peer0.org2.example.com | [30f 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [310 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [311 01-14 11:45:39.63 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer0.org2.example.com | [312 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [314 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] -peer0.org2.example.com | [315 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] -peer0.org1.example.com | [339 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [33a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [251 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4986e3c5]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [252 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [33b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [33c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [33d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer0.org1.example.com | [33e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer0.org1.example.com | [33f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer0.org1.example.com | [340 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [341 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [342 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [343 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [344 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [345 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer1.org2.example.com | [253 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4986e3c5]sending state message INIT -peer0.org1.example.com | [346 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [347 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [348 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [349 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [34a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer1.org1.example.com | [287 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [58aa2280]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [288 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [289 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [58aa2280]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [313 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [34b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer1.org2.example.com | [254 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4986e3c5]Received message INIT from shim -peer0.org1.example.com | [34c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer0.org2.example.com | [316 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b0 0xc420150db8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -peer1.org1.example.com | [28a 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [58aa2280]Move state message INIT -peer1.org2.example.com | [255 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4986e3c5]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b1 0xc420150db8 principal evaluation fails -peer0.org1.example.com | [34d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [34e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [28b 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [58aa2280]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [256 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func1 -> DEBU 1b2 0xc420150db8 gate 1515930332452367864 evaluation fails -peer0.org2.example.com | [317 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [257 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [4986e3c5]Received INIT, initializing chaincode -peer0.org1.example.com | [34f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func1 -> DEBU 1b3 0xc420150dc8 gate 1515930332453641064 evaluation starts -peer0.org2.example.com | [318 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [28c 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [28d 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [58aa2280]sending state message INIT -peer1.org1.example.com | [28e 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [58aa2280]Received message INIT from shim -peer0.org2.example.com | [319 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b4 0xc420150dc8 signed by 0 principal evaluation starts (used [false]) -peer1.org2.example.com | [258 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4986e3c5]Init get response status: 200 -peer0.org1.example.com | [350 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [28f 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [58aa2280]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [290 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [31a 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [351 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [259 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4986e3c5]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [31b 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b5 0xc420150dc8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:32.454 UTC [msp/identity] newIdentity -> DEBU 1b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [352 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [25a 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4986e3c5]Move state message COMPLETED -peer0.org2.example.com | [31c 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [291 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [58aa2280]Received INIT, initializing chaincode -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [31d 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer1.org1.example.com | [292 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [58aa2280]Init get response status: 200 -peer1.org1.example.com | [293 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [58aa2280]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [353 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [25b 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4986e3c5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [25c 01-14 11:45:33.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4986e3c5]send state message COMPLETED -peer1.org2.example.com | [25d 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4986e3c5]Received message COMPLETED from shim -peer1.org2.example.com | [25e 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4986e3c5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [31e 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [354 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [294 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [58aa2280]Move state message COMPLETED -peer1.org2.example.com | [25f 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4986e3c5-2666-4c10-a3c4-b634975db0eb]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [31f 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer0.org1.example.com | [355 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [295 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [58aa2280]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [320 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer0.org1.example.com | [356 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org2.example.com | [260 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4986e3c5-2666-4c10-a3c4-b634975db0eb -peer1.org2.example.com | [261 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org1.example.com | [296 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [58aa2280]send state message COMPLETED -peer0.org2.example.com | [321 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer0.org1.example.com | [357 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [262 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org1.example.com | [297 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [58aa2280]Received message COMPLETED from shim -peer1.org1.example.com | [298 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [58aa2280]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [299 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [58aa2280-7971-438d-bb4e-74bcdbdd8242]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [358 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [263 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [7ba76790-ad0c-4d1a-a722-3c6b8346be4c] -peer0.org2.example.com | [322 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [359 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [29a 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:58aa2280-7971-438d-bb4e-74bcdbdd8242 -peer0.org2.example.com | [323 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [35a 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer1.org2.example.com | [264 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [324 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.454 UTC [msp] SatisfiesPrincipal -> DEBU 1b7 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.454 UTC [cauthdsl] func2 -> DEBU 1b8 0xc420150dc8 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.454 UTC [msp/identity] Verify -> DEBU 1b9 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -orderer.example.com | 00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -orderer.example.com | 2018-01-14 11:45:32.454 UTC [msp/identity] Verify -> DEBU 1ba Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -orderer.example.com | 00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -orderer.example.com | 00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -peer0.org1.example.com | [35b 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [325 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [326 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -orderer.example.com | 00000040 12 a6 8e 7f 16 50 |.....P| -peer1.org1.example.com | [29b 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.455 UTC [cauthdsl] func2 -> DEBU 1bb 0xc420150dc8 principal evaluation succeeds for identity 0 -peer0.org1.example.com | [35c 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [327 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [328 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [329 01-14 11:45:39.64 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [32a 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [32b 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [29c 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed -peer1.org2.example.com | [265 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [9db6a62e-c532-4958-bdcd-5a21520fca27] -peer1.org2.example.com | [266 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=44a61d8a-21ea-4541-bc27-fb722761917f,syscc=true,proposal=0x0,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.455 UTC [cauthdsl] func1 -> DEBU 1bc 0xc420150dc8 gate 1515930332453641064 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1bd Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1be Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1bf Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1c0 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1c1 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c2 Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [35d 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [35e 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [35f 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [32c 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [32d 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org2.example.com | [32e 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org1.example.com | [29d 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [84fe55bd-8f0d-4daf-be1e-b5d65d18cab4] -peer1.org1.example.com | [29e 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [267 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org2.example.com | [32f 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c3 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c4 Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [360 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org2.example.com | [268 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [330 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org2.example.com | [331 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer0.org2.example.com | [332 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c5 Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [29f 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d3a20b02-f821-40a3-9aee-501098045e64] -peer0.org1.example.com | [361 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [2a0 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=e6a0c41d-4c97-4757-b519-1f663a98609f,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer1.org1.example.com | [2a1 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -peer1.org1.example.com | [2a2 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [269 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [362 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [363 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org1.example.com | [2a3 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer0.org2.example.com | [333 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer1.org2.example.com | [26a 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [44a61d8a]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [26b 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c6 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [2a4 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e6a0c41d]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [334 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org1.example.com | [364 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer0.org1.example.com | [365 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer0.org1.example.com | [366 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org1.example.com | [367 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c7 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c8 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1c9 Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [335 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer1.org1.example.com | [2a5 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [2a6 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e6a0c41d]sendExecuteMsg trigger event INIT -peer1.org1.example.com | [2a7 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e6a0c41d]Move state message INIT -peer1.org1.example.com | [2a8 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e6a0c41d]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [368 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1ca Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [26c 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [44a61d8a]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [336 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org2.example.com | [337 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [369 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [36a 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [36b 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer0.org1.example.com | [36c 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org1.example.com | [36d 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer0.org1.example.com | [36f 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org1.example.com | [370 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cb Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cc Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cd Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1ce Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [26d 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44a61d8a]Move state message INIT -peer0.org1.example.com | [36e 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] -peer1.org1.example.com | [2a9 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [2aa 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e6a0c41d]sending state message INIT -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cf Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [26e 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44a61d8a]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [371 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] -peer0.org2.example.com | [338 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [2ab 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e6a0c41d]Received message INIT from shim -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/configtx] processConfig -> DEBU 1d0 Beginning new config for channel businesschannel -peer1.org2.example.com | [26f 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [372 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer0.org2.example.com | [339 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org1.example.com | [2ac 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e6a0c41d]Handling ChaincodeMessage of type: INIT(state:ready) -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/config] NewStandardValues -> DEBU 1d1 Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [270 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44a61d8a]sending state message INIT -peer0.org1.example.com | [373 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer0.org2.example.com | [33a 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [2ad 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d2 Processing field: HashingAlgorithm -peer1.org2.example.com | [271 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44a61d8a]Received message INIT from shim -peer1.org2.example.com | [272 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [44a61d8a]Handling ChaincodeMessage of type: INIT(state:ready) -peer1.org1.example.com | [2ae 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e6a0c41d]Received INIT, initializing chaincode -peer1.org1.example.com | [2af 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d3 Processing field: BlockDataHashingStructure -peer0.org1.example.com | [374 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org1.example.com | [375 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [33b 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [273 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer1.org2.example.com | [274 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [44a61d8a]Received INIT, initializing chaincode -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d4 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d5 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.457 UTC [policies] ProposePolicy -> DEBU 1d6 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1d7 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1d8 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] NewStandardValues -> DEBU 1d9 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1da Processing field: ConsensusType -peer1.org1.example.com | [2b0 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e6a0c41d]Init get response status: 200 -peer1.org1.example.com | [2b1 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e6a0c41d]Init succeeded. Sending COMPLETED -peer1.org1.example.com | [2b2 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e6a0c41d]Move state message COMPLETED -peer1.org1.example.com | [2b3 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e6a0c41d]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1db Processing field: BatchSize -peer0.org2.example.com | [33c 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org1.example.com | [2b4 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e6a0c41d]send state message COMPLETED -peer1.org2.example.com | [275 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -peer1.org2.example.com | [276 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44a61d8a]Init get response status: 200 -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1dc Processing field: BatchTimeout -peer0.org2.example.com | [33d 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [2b5 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e6a0c41d]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1dd Processing field: KafkaBrokers -peer1.org2.example.com | [277 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44a61d8a]Init succeeded. Sending COMPLETED -peer1.org2.example.com | [278 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44a61d8a]Move state message COMPLETED -peer1.org2.example.com | [279 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [44a61d8a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [27a 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44a61d8a]send state message COMPLETED -peer1.org2.example.com | [27b 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44a61d8a]Received message COMPLETED from shim -peer0.org2.example.com | [33e 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [33f 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [340 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [376 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org1.example.com | [377 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer0.org1.example.com | [378 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [379 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -orderer.example.com | 2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1de Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1df Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e0 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e1 Proposed new policy Readers for Orderer -peer0.org2.example.com | [341 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [37a 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org2.example.com | [27c 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44a61d8a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e2 Proposed new policy Writers for Orderer -peer0.org2.example.com | [342 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [343 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org1.example.com | [37b 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421595dc0), Data:(*common.BlockData)(0xc4219d02e0), Metadata:(*common.BlockMetadata)(0xc4219d0320)}, doMVCCValidation=true -peer1.org2.example.com | [27d 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44a61d8a-21ea-4541-bc27-fb722761917f]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.459 UTC [common/config] NewStandardValues -> DEBU 1e3 Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [2b6 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e6a0c41d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [344 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [37c 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org2.example.com | [27e 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:44a61d8a-21ea-4541-bc27-fb722761917f -peer0.org2.example.com | [345 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [346 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer0.org2.example.com | [347 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer0.org2.example.com | [348 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org2.example.com | [349 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer0.org2.example.com | [34a 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org2.example.com | [34b 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer0.org2.example.com | [34c 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer0.org2.example.com | [34d 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [34e 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org2.example.com | [34f 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer1.org2.example.com | [27f 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [2b7 01-14 11:45:33.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e6a0c41d-4c97-4757-b519-1f663a98609f]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [37d 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] -orderer.example.com | 2018-01-14 11:45:32.459 UTC [common/config] initializeProtosStruct -> DEBU 1e4 Processing field: MSP -peer0.org2.example.com | [350 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer0.org2.example.com | [351 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [352 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org2.example.com | [280 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed -peer0.org1.example.com | [37e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e5 Proposed new policy Admins for OrdererOrg -peer1.org1.example.com | [2b8 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e6a0c41d-4c97-4757-b519-1f663a98609f -peer1.org1.example.com | [2b9 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e6 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e7 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.459 UTC [common/config] NewStandardValues -> DEBU 1e8 Initializing protos for *struct {} -peer0.org1.example.com | txId= locPointer=offset=70, bytesLength=11913 -peer1.org2.example.com | [281 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [9db6a62e-c532-4958-bdcd-5a21520fca27] -peer0.org2.example.com | [353 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [2ba 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e9 Proposed new policy Admins for Application -peer0.org1.example.com | ] -peer1.org2.example.com | [282 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [283 01-14 11:45:33.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [1f0d6029-4096-43fb-a5d7-f78c27206df1] -peer1.org2.example.com | [284 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=0665e9d2-ce2d-48dc-8a2a-092c87d633d6,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [2bb 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [d3a20b02-f821-40a3-9aee-501098045e64] -peer1.org1.example.com | [2bc 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry -peer1.org1.example.com | [2bd 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] -peer1.org2.example.com | [285 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org2.example.com | [286 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [37f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx ID: [] to index -peer0.org2.example.com | [354 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42019c9c0), Data:(*common.BlockData)(0xc4216369e0), Metadata:(*common.BlockMetadata)(0xc421636a20)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1ea Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1eb Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1ec Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [2be 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [2bf 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [380 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org2.example.com | [287 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1ed Processing field: MSP -peer0.org2.example.com | [355 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [2c0 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org1.example.com | [381 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] -peer1.org2.example.com | [288 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0665e9d2]Inside sendExecuteMessage. Message INIT -peer1.org1.example.com | [2c1 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1ee Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [289 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1ef Processing field: AnchorPeers -peer1.org2.example.com | [28a 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0665e9d2]sendExecuteMsg trigger event INIT -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1f0 Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [356 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [28b 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0665e9d2]Move state message INIT -peer1.org2.example.com | [28c 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0665e9d2]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org1.example.com | [2c2 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | [2c3 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f28abc7]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [357 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1f1 Processing field: MSP -peer0.org1.example.com | [382 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) -peer1.org2.example.com | [28d 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [28e 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0665e9d2]sending state message INIT -peer1.org1.example.com | [2c4 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f28abc7]Move state message COMPLETED +peer1.org2.example.com | [10f 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [067 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [1cc 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx ID: [] to index +orderer.example.com | 2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 045 Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer1.org1.example.com | [072 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b9ff424]Handling ChaincodeMessage of type: READY(state:established) +peer1.org2.example.com | [110 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c118ab6e]sending state message INIT +peer0.org2.example.com | [1cd 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org1.example.com | [068 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed +peer1.org2.example.com | [111 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]Received message INIT from shim +peer0.org2.example.com | [1ce 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11935], isChainEmpty=[false], lastBlockNumber=[0] +peer1.org1.example.com | [073 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:46.535 UTC [common/configtx] addToMap -> DEBU 046 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [112 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c118ab6e]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [1cf 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) +peer1.org1.example.com | [074 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org1.example.com | [069 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | 2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 047 Adding to config map: [Policy] /Channel/Orderer/Readers +peer1.org2.example.com | [113 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [1d0 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database +peer1.org1.example.com | [075 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [114 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [c118ab6e]Received INIT, initializing chaincode +peer0.org1.example.com | [06a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [1d1 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org2.example.com | [115 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +orderer.example.com | 2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 048 Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org1.example.com | [076 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer0.org2.example.com | [1d2 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database +peer1.org2.example.com | [116 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]Init get response status: 200 +orderer.example.com | 2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 049 Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org1.example.com | [06b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Move state message READY +peer1.org1.example.com | [077 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b9ff424]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [117 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [1d3 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions +peer0.org1.example.com | [06c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org2.example.com | [118 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 04a Adding to config map: [Groups] /Channel/Consortiums +peer1.org1.example.com | [078 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [1d4 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer1.org2.example.com | [119 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c118ab6e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04b Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium +peer0.org1.example.com | [06d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [4e6ad60f]Entered state ready +peer0.org2.example.com | [1d5 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] +peer1.org2.example.com | [11a 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c118ab6e]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04c Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org1MSP +peer1.org1.example.com | [079 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b9ff424]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [11b 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c118ab6e]Received message COMPLETED from shim +peer0.org1.example.com | [06e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:4e6ad60f-209e-4371-925b-e297e6246b42 +peer0.org2.example.com | [1d6 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04d Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org1MSP/MSP +peer1.org2.example.com | [11c 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c118ab6e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [07a 01-18 01:58:49.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b9ff424]Move state message INIT +peer0.org2.example.com | [1d7 01-18 01:58:52.98 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org2.example.com | [11d 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c118ab6e-9075-4291-82ee-cae9395e3907]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04e Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Readers +peer0.org1.example.com | [06f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]sending state message READY +peer1.org1.example.com | [07b 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b9ff424]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04f Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Writers +peer0.org2.example.com | [1d8 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer1.org2.example.com | [11e 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c118ab6e-9075-4291-82ee-cae9395e3907 +peer0.org1.example.com | [070 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Received message READY from shim +peer1.org1.example.com | [07c 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [1d9 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org2.example.com | [11f 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 050 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Admins +peer0.org1.example.com | [072 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer1.org1.example.com | [07d 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b9ff424]sending state message INIT +peer0.org2.example.com | [1da 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org2.example.com | [120 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed +peer0.org1.example.com | [073 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [1db 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 051 Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org2MSP +peer1.org1.example.com | [07e 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]Received message INIT from shim +peer1.org2.example.com | [121 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Authenticated 172.18.0.6:7051 +peer0.org1.example.com | [074 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 052 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org2MSP/MSP +peer1.org2.example.com | [123 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1dc 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [07f 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b9ff424]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [124 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org1.example.com | [075 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 053 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Readers +peer1.org2.example.com | [125 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/msp] func1.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [1dd 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [076 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4e6ad60f]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | [080 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 054 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Writers +peer1.org1.example.com | [081 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [8b9ff424]Received INIT, initializing chaincode +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [1de 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [077 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [082 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 055 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Admins +peer0.org2.example.com | [1df 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org1.example.com | [078 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4e6ad60f]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [083 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 056 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/ChannelCreationPolicy +peer1.org1.example.com | [084 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]Init get response status: 200 +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [079 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Move state message INIT +peer0.org2.example.com | [1e0 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 057 Adding to config map: [Policy] /Channel/Consortiums/Admins +peer1.org1.example.com | [085 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]Init succeeded. Sending COMPLETED +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +peer0.org1.example.com | [07a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [086 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]Move state message COMPLETED +peer1.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 058 Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org1.example.com | [087 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b9ff424]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [07b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org2.example.com | [1e1 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [088 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b9ff424]send state message COMPLETED +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +peer0.org1.example.com | [07c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]sending state message INIT +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 059 Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org2.example.com | [1e2 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | [089 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b9ff424]Received message COMPLETED from shim +peer1.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +orderer.example.com | 2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 05a Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer1.org2.example.com | Cp7fopYLAR0CUyw+Xyk= +peer1.org1.example.com | [08a 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b9ff424]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [071 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [1e3 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [08b 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b9ff424-d990-4984-bffb-2ef0da083ef8]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05b Adding to config map: [Policy] /Channel/Readers +peer0.org2.example.com | [1e4 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [07d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Received message INIT from shim +peer1.org2.example.com | [122 01-18 01:58:48.67 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=7df959cc-49df-4318-bfa7-dfa4df9b7f18,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [08c 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8b9ff424-d990-4984-bffb-2ef0da083ef8 +peer0.org2.example.com | [1e5 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05c Adding to config map: [Policy] /Channel/Writers +peer1.org2.example.com | [126 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched +peer0.org1.example.com | [07e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | [08d 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [127 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05d Adding to config map: [Policy] /Channel/Admins +peer0.org2.example.com | [1e6 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org1.example.com | [07f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | [08e 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer1.org2.example.com | [128 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/configtx] processConfig -> DEBU 05e Beginning new config for channel testchainid +peer1.org1.example.com | [08f 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=67e38f2a-1a08-414e-a9bf-b6d4a86d7ebd,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer0.org2.example.com | [1e7 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org1.example.com | [090 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched +peer1.org2.example.com | [129 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) +peer0.org1.example.com | [080 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [4e6ad60f]Received INIT, initializing chaincode +peer0.org2.example.com | [1e8 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/config] NewStandardValues -> DEBU 05f Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [092 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [093 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org1.example.com | [081 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer1.org1.example.com | [094 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 180172D3060A2029D4719B6F3CFD9880...438BC453EB2951588BC6253E0DBCB3B8 +peer0.org2.example.com | [1e9 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:46.540 UTC [common/config] initializeProtosStruct -> DEBU 060 Processing field: HashingAlgorithm +peer1.org2.example.com | [12a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +peer1.org1.example.com | [095 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 117F31E621EC63A63222BAB09CD38E5BACEB0C484CDA0A2AFDEE7856AB236236 +peer0.org1.example.com | [082 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 061 Processing field: BlockDataHashingStructure +peer0.org2.example.com | [1ea 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer1.org1.example.com | [096 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Sending GossipMessage: tag:EMPTY conn:\r\274\263\270" > , Envelope: 856 bytes, Signature: 71 bytes to 172.18.0.4:7051 +peer1.org2.example.com | [12b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org1.example.com | [083 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Init get response status: 200 +orderer.example.com | 2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 062 Processing field: OrdererAddresses +peer1.org1.example.com | [097 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Received pki_id:"C9|k\342e{\252\362\241r\253\007%}\201B\031\366\230L\t\347\312\357\256qZ+\317\177\344" identity:"\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k\nlU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc\nvdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l\n05n0MbLw/Ug3egJ3JA==\n-----END -----\n" tls_cert_hash:"\rR\257\230y\331\016B\036='k\353\377v2\347\032\301\327\024\270g\243\373\320\370F\226\341_a" from 172.18.0.4:7051 +peer0.org2.example.com | [1eb 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 063 Processing field: Consortium +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 +peer1.org1.example.com | [098 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 064 Proposed new policy Writers for Channel +peer0.org2.example.com | [1ec 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org1.example.com | [084 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Init succeeded. Sending COMPLETED +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +orderer.example.com | 2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 065 Proposed new policy Admins for Channel +peer1.org1.example.com | [099 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org1.example.com | [085 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Move state message COMPLETED +peer0.org2.example.com | [1ed 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 066 Proposed new policy Readers for Channel +peer1.org1.example.com | [09a 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org2.example.com | [1ee 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org1.example.com | [086 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:46.541 UTC [common/config] NewStandardValues -> DEBU 067 Initializing protos for *config.OrdererProtos +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org1.example.com | [087 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]send state message COMPLETED +peer0.org2.example.com | [1ef 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 068 Processing field: ConsensusType +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [1f0 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [088 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 069 Processing field: BatchSize +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [1f1 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org1.example.com | [089 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [1f2 01-18 01:58:52.99 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer1.org2.example.com | [12c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06a Processing field: BatchTimeout +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [08a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f-209e-4371-925b-e297e6246b42]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [1f3 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06b Processing field: KafkaBrokers +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [12d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [08b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4e6ad60f-209e-4371-925b-e297e6246b42 +orderer.example.com | 2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06c Processing field: ChannelRestrictions +peer0.org2.example.com | [1f4 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [12e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer0.org1.example.com | [08c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06d Proposed new policy Writers for Orderer +peer0.org2.example.com | [1f5 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [12f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | 2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06e Proposed new policy Admins for Orderer +peer0.org1.example.com | [08d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [1f6 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [130 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 +peer0.org1.example.com | [08e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=76bd883f-10b8-454f-9ce2-12866c5ddc22,syscc=true,proposal=0x0,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06f Proposed new policy BlockValidation for Orderer +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [1f7 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [131 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +orderer.example.com | 2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 070 Proposed new policy Readers for Orderer +peer0.org1.example.com | [08f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched +peer1.org2.example.com | [132 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1f8 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:46.543 UTC [common/config] NewStandardValues -> DEBU 071 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [090 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer1.org2.example.com | [133 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 +peer0.org2.example.com | [1f9 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:46.543 UTC [common/config] initializeProtosStruct -> DEBU 072 Processing field: MSP +peer0.org1.example.com | [091 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +peer1.org2.example.com | [134 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org1.example.com | [092 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +orderer.example.com | 2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 073 Proposed new policy Writers for OrdererOrg +peer1.org2.example.com | [135 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 +peer1.org1.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [1fa 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [093 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +peer1.org2.example.com | [136 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 074 Proposed new policy Admins for OrdererOrg +peer1.org1.example.com | [09b 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [1fb 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [094 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +orderer.example.com | 2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 075 Proposed new policy Readers for OrdererOrg +peer1.org1.example.com | [09c 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org2.example.com | [137 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +orderer.example.com | 2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 076 Proposed new policy Admins for Consortiums +peer0.org2.example.com | [1fc 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 +peer1.org1.example.com | [09d 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [138 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org2.example.com | [1fd 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 077 Initializing protos for *config.ConsortiumProtos +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org1.example.com | [09e 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer1.org2.example.com | [139 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [1fe 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer1.org1.example.com | [09f 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 078 Processing field: ChannelCreationPolicy +peer1.org2.example.com | [13a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [1ff 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer1.org2.example.com | [13b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [200 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 079 Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [13c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [201 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [095 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock +peer1.org2.example.com | [13d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 07a Processing field: MSP +peer0.org1.example.com | [096 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock +peer1.org2.example.com | [13e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [202 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [097 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 +orderer.example.com | 2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07b Proposed new policy Readers for Org1MSP +peer1.org2.example.com | [13f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [203 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07c Proposed new policy Writers for Org1MSP +peer0.org1.example.com | [098 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) +peer1.org2.example.com | [140 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [204 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07d Proposed new policy Admins for Org1MSP +peer0.org1.example.com | [099 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 +peer1.org2.example.com | [141 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer0.org2.example.com | [205 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 07e Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [09a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [142 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [206 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | 2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 07f Processing field: MSP +peer0.org1.example.com | [09b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [207 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [143 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7df959cc]Move state message READY +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | 2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 080 Proposed new policy Writers for Org2MSP +peer0.org1.example.com | [09c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org2.example.com | [208 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [145 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7df959cc]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer0.org1.example.com | [09d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +orderer.example.com | 2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 081 Proposed new policy Admins for Org2MSP +peer1.org2.example.com | [146 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [7df959cc]Entered state ready +peer0.org2.example.com | [209 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org1.example.com | [09e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 +peer1.org2.example.com | [147 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:7df959cc-49df-4318-bfa7-dfa4df9b7f18 +peer1.org1.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 082 Proposed new policy Readers for Org2MSP +peer0.org2.example.com | [20a 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org2.example.com | [144 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [091 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org1.example.com | [09f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:46.545 UTC [common/config] validateMSP -> DEBU 083 Setting up MSP for org OrdererOrg +peer0.org2.example.com | [20b 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [14a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org1.example.com | [0a0 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +orderer.example.com | 2018-01-18 01:58:46.545 UTC [msp] NewBccspMsp -> DEBU 084 Creating BCCSP-based MSP instance +peer0.org2.example.com | [20c 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [0a0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [14b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +orderer.example.com | 2018-01-18 01:58:46.545 UTC [msp] Setup -> DEBU 085 Setting up MSP instance OrdererMSP +peer1.org1.example.com | [0a1 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) +peer0.org2.example.com | [20d 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:46.549 UTC [msp/identity] newIdentity -> DEBU 086 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer0.org2.example.com | [20e 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [14c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 0FB380662C308E9327D8EAFCF737FF8738E13FC992A200353118AAAFF12A049C +peer1.org1.example.com | [0a3 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +peer0.org1.example.com | [0a1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [20f 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [0a2 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [148 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7df959cc]sending state message READY +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [0a2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [210 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer1.org2.example.com | [14e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]Received message READY from shim +peer1.org1.example.com | [0a5 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer0.org1.example.com | [0a3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer0.org2.example.com | [211 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [0a4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED +peer1.org1.example.com | [0a4 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer1.org2.example.com | [14f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7df959cc]Handling ChaincodeMessage of type: READY(state:established) +peer0.org1.example.com | [0a5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org2.example.com | [212 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=lscc:1.0.2 +peer0.org1.example.com | [0a6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org2.example.com | [149 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [213 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | [14d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org1.example.com | [0a7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org2.example.com | [214 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer1.org2.example.com | [151 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [215 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | [0a8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [216 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer1.org2.example.com | [152 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267322E6578616D706C652E636F6D3A37303531 +peer0.org1.example.com | [0a9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [153 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 84DCB4760C577E9B4E2A280CB22EA6979C16748D7FD46DCFD4002D8650CAD285 +peer0.org2.example.com | [217 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:46.549 UTC [msp/identity] newIdentity -> DEBU 087 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [0a6 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock +peer0.org1.example.com | [0aa 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | [150 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [218 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [154 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [0a7 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [0ab 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [219 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org2.example.com | [155 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org1.example.com | [0a8 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [0ac 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Move state message READY +peer1.org2.example.com | [156 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7df959cc]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [21a 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer1.org1.example.com | [0a9 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) +peer0.org1.example.com | [0ad 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: READY in state established +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org2.example.com | [157 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [21b 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are +peer0.org1.example.com | [0ae 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [76bd883f]Entered state ready +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer1.org1.example.com | [0aa 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org2.example.com | [21c 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org2.example.com | [158 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7df959cc]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [0ab 01-18 01:58:49.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org1.example.com | [0af 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:76bd883f-10b8-454f-9ce2-12866c5ddc22 +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer1.org2.example.com | [159 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [0ac 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [21d 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [0b0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]sending state message READY +peer1.org1.example.com | [0ad 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org2.example.com | [21e 01-18 01:58:53.00 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org2.example.com | [15b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org1.example.com | [0b1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Received message READY from shim +peer1.org1.example.com | [0ae 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [21f 01-18 01:58:53.01 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org1.example.com | [0b2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | 2018-01-18 01:58:46.550 UTC [msp/identity] newIdentity -> DEBU 088 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [15a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7df959cc]Move state message INIT +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org1.example.com | [0af 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 +peer0.org1.example.com | [0b3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [220 01-18 01:58:53.01 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org2.example.com | [15c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7df959cc]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [0b4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org1.example.com | [0b0 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [221 01-18 01:58:53.01 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer0.org1.example.com | [0b5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [15d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org1.example.com | [0b1 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org2.example.com | [222 01-18 01:58:53.01 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [0b6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org2.example.com | [15e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7df959cc]sending state message INIT +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org1.example.com | [0b2 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer0.org2.example.com | [223 01-18 01:58:53.01 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [0b7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [76bd883f]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [15f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]Received message INIT from shim +peer1.org1.example.com | [0b3 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [224 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [0b8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [160 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7df959cc]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org2.example.com | [225 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel +peer1.org1.example.com | [0b4 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 +peer1.org1.example.com | [0b5 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org2.example.com | [161 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org1.example.com | [0b9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [76bd883f]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [226 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain +peer1.org1.example.com | [0b6 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | [0ba 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Move state message INIT +peer1.org2.example.com | [162 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [7df959cc]Received INIT, initializing chaincode +peer0.org2.example.com | [227 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [0b7 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +orderer.example.com | 2018-01-18 01:58:46.554 UTC [msp] Validate -> DEBU 089 MSP OrdererMSP validating identity +peer1.org2.example.com | [163 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]Init get response status: 200 +peer0.org1.example.com | [0bb 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org2.example.com | [228 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [94d95d89-8ec6-4159-9f73-f1443acb0cdc] +peer1.org1.example.com | [0b8 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +orderer.example.com | 2018-01-18 01:58:46.555 UTC [common/config] validateMSP -> DEBU 08a Setting up MSP for org Org1MSP +peer0.org1.example.com | [0bc 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [164 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]Init succeeded. Sending COMPLETED +peer1.org1.example.com | [0b9 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [229 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=6cc0581b-a2f4-48f7-98ca-438191c1efa5,syscc=true,proposal=0x0,canname=cscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.555 UTC [msp] NewBccspMsp -> DEBU 08b Creating BCCSP-based MSP instance +peer1.org2.example.com | [165 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]Move state message COMPLETED +peer0.org1.example.com | [0bd 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]sending state message INIT +orderer.example.com | 2018-01-18 01:58:46.555 UTC [msp] Setup -> DEBU 08c Setting up MSP instance Org1MSP +peer0.org2.example.com | [22a 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer1.org2.example.com | [166 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7df959cc]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [0ba 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed +orderer.example.com | 2018-01-18 01:58:46.560 UTC [msp/identity] newIdentity -> DEBU 08d Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [0be 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Received message INIT from shim +peer1.org2.example.com | [167 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7df959cc]send state message COMPLETED +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [22b 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [0bb 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [168 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7df959cc]Received message COMPLETED from shim +peer0.org2.example.com | [22c 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer0.org1.example.com | [0bf 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | [0bc 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [169 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7df959cc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [0c0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [22d 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [6cc0581b]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | [0bd 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [67e38f2a]Move state message READY +peer1.org2.example.com | [16a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7df959cc-49df-4318-bfa7-dfa4df9b7f18]HandleMessage- COMPLETED. Notify +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org2.example.com | [22e 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [0c1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [76bd883f]Received INIT, initializing chaincode +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer0.org2.example.com | [22f 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [6cc0581b]sendExecuteMsg trigger event INIT +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer1.org1.example.com | [0be 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [67e38f2a]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org1.example.com | [0c2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [16b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:7df959cc-49df-4318-bfa7-dfa4df9b7f18 +peer0.org2.example.com | [230 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [6cc0581b]Move state message INIT +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer1.org1.example.com | [0bf 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [67e38f2a]Entered state ready +peer0.org2.example.com | [231 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [6cc0581b]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer0.org1.example.com | [0c3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Init get response status: 200 +peer0.org2.example.com | [232 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [0c0 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:67e38f2a-1a08-414e-a9bf-b6d4a86d7ebd +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer0.org2.example.com | [233 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [6cc0581b]sending state message INIT +peer0.org1.example.com | [0c4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Init succeeded. Sending COMPLETED +peer1.org1.example.com | [0c1 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [67e38f2a]sending state message READY +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer1.org2.example.com | [16c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [234 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [6cc0581b]Received message INIT from shim +orderer.example.com | H7n8z1pj5w== +peer0.org1.example.com | [0c5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Move state message COMPLETED +peer1.org1.example.com | [0c2 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]Received message READY from shim +peer0.org2.example.com | [235 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [6cc0581b]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [16d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org2.example.com | [236 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org1.example.com | [0c6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:46.560 UTC [msp/identity] newIdentity -> DEBU 08e Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [237 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [6cc0581b]Received INIT, initializing chaincode +peer0.org1.example.com | [0c7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]send state message COMPLETED +peer1.org2.example.com | [16e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [0c3 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [67e38f2a]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [238 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [239 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [6cc0581b]Init get response status: 200 +peer1.org1.example.com | [0c4 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org1.example.com | [0c8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Received message COMPLETED from shim +peer1.org2.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [23a 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [6cc0581b]Init succeeded. Sending COMPLETED +peer1.org1.example.com | [0c5 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [23b 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [6cc0581b]Move state message COMPLETED +peer1.org2.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [0c9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [23c 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [6cc0581b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [0c6 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [23d 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [6cc0581b]send state message COMPLETED +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [0ca 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f-10b8-454f-9ce2-12866c5ddc22]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [23e 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [6cc0581b]Received message COMPLETED from shim +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [0cb 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:76bd883f-10b8-454f-9ce2-12866c5ddc22 +peer1.org1.example.com | [0c7 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org2.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org2.example.com | [23f 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [6cc0581b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [0c8 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [67e38f2a]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [240 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [6cc0581b-a2f4-48f7-98ca-438191c1efa5]HandleMessage- COMPLETED. Notify +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [0cc 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [241 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:6cc0581b-a2f4-48f7-98ca-438191c1efa5 +peer1.org1.example.com | [0c9 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [242 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [0ca 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [67e38f2a]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [0cd 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [243 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org2.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [244 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [94d95d89-8ec6-4159-9f73-f1443acb0cdc] +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [0ce 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=ddc87722-6b8f-4ebf-9693-099a66d5e6b6,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer1.org1.example.com | [0cb 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [67e38f2a]Move state message INIT +peer0.org2.example.com | [245 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:46.570 UTC [msp/identity] newIdentity -> DEBU 08f Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [0cc 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [67e38f2a]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +peer0.org2.example.com | [246 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [993cd357-1f21-41ae-a7ee-c9a4a4ab8650] +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [0cf 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched +peer0.org2.example.com | [247 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=b60a57ca-3bc0-4296-9137-14545ab06ee3,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer1.org2.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [0cd 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [248 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org2.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [0d0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org1.example.com | [0ce 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [67e38f2a]sending state message INIT +peer0.org2.example.com | [249 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [0d1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +peer1.org2.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +peer1.org1.example.com | [0cf 01-18 01:58:49.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]Received message INIT from shim +peer0.org2.example.com | [24a 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [0d0 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [67e38f2a]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | Cp7fopYLAR0CUyw+Xyk= +peer0.org2.example.com | [24b 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b60a57ca]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [0d2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [0d1 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [24c 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | -----END CERTIFICATE----- +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [0d3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +peer1.org1.example.com | [0d2 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [67e38f2a]Received INIT, initializing chaincode +peer0.org2.example.com | [24d 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b60a57ca]sendExecuteMsg trigger event INIT +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [0d4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org1.example.com | [0d3 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [24e 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b60a57ca]Move state message INIT +peer1.org2.example.com | [16f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=30716e87-fad5-4fa1-9fd7-f502dafe94f3,syscc=true,proposal=0x0,canname=qscc:1.0.2 +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org1.example.com | [0d5 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: digest = 00000000 41 1c 14 94 d0 cf 9c 72 36 4f 0c b6 d7 c7 e5 38 |A......r6O.....8| +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 +peer0.org2.example.com | [24f 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b60a57ca]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | 00000010 cf 18 3a dd 24 5d ec e9 23 06 a5 5d 02 97 3b 8a |..:.$]..#..]..;.| +peer1.org2.example.com | [170 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org1.example.com | [0d4 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]Init get response status: 200 +peer1.org2.example.com | [171 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [250 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [0d7 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]Init succeeded. Sending COMPLETED +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org2.example.com | [172 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [251 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b60a57ca]sending state message INIT +peer1.org1.example.com | [0d8 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]Move state message COMPLETED +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [174 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer1.org2.example.com) +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [252 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b60a57ca]Received message INIT from shim +orderer.example.com | 2018-01-18 01:58:46.571 UTC [msp] Validate -> DEBU 090 MSP Org1MSP validating identity +peer0.org2.example.com | [253 01-18 01:58:53.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b60a57ca]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [175 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +peer1.org1.example.com | [0d6 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] func1.Handshake.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: sig = 00000000 30 44 02 20 3a 5c 32 ba ba 19 b0 1f 3d 73 17 74 |0D. :\2.....=s.t| +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | 2018-01-18 01:58:46.572 UTC [common/config] validateMSP -> DEBU 091 Setting up MSP for org Org2MSP +peer1.org1.example.com | 00000010 d7 50 ee 02 ee 29 c2 87 5e a0 84 e6 fe 0f aa b0 |.P...)..^.......| +peer1.org2.example.com | [176 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org2.example.com | [254 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org1.example.com | [0d5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock +peer1.org1.example.com | 00000020 18 aa ca ec 02 20 02 3a 5d f1 7c 02 4a 31 f1 7c |..... .:].|.J1.|| +orderer.example.com | 2018-01-18 01:58:46.572 UTC [msp] NewBccspMsp -> DEBU 092 Creating BCCSP-based MSP instance +peer0.org2.example.com | [255 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b60a57ca]Received INIT, initializing chaincode +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 +peer0.org1.example.com | [0d6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:46.572 UTC [msp] Setup -> DEBU 093 Setting up MSP instance Org2MSP +peer1.org1.example.com | 00000030 36 cd c6 c0 8d ff 84 cd a4 77 f6 8b ba 91 0b 8a |6........w......| +peer0.org2.example.com | [256 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b60a57ca]Init get response status: 200 +peer0.org1.example.com | [0d7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org1.example.com | 00000040 4a f9 3d 19 bc 26 |J.=..&| +peer0.org1.example.com | [0d8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) +orderer.example.com | 2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 094 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org2.example.com | [257 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b60a57ca]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [0d9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 +peer1.org1.example.com | [0d9 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [67e38f2a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [258 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b60a57ca]Move state message COMPLETED +peer0.org1.example.com | [0da 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org1.example.com | [0da 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [67e38f2a]send state message COMPLETED +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [0dc 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 +peer1.org1.example.com | [0db 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [67e38f2a]Received message COMPLETED from shim +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [259 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b60a57ca]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [0db 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer1.org1.example.com | [0dd 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/gossip/comm] func1.Handshake.authenticateRemotePeer -> DEBU Authenticated 172.18.0.4:7051 +peer1.org2.example.com | [177 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock +peer0.org1.example.com | [0dd 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer1.org1.example.com | [0dc 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [67e38f2a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [0de 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 +peer0.org2.example.com | [25a 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b60a57ca]send state message COMPLETED +peer1.org2.example.com | [178 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer0.org1.example.com | [0df 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer1.org1.example.com | [0de 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [67e38f2a-1a08-414e-a9bf-b6d4a86d7ebd]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [179 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 +peer0.org2.example.com | [25b 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b60a57ca]Received message COMPLETED from shim +peer0.org1.example.com | [0e0 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer1.org1.example.com | [0df 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:67e38f2a-1a08-414e-a9bf-b6d4a86d7ebd +peer0.org1.example.com | [0e1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [17a 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) +peer0.org2.example.com | [25c 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b60a57ca]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [0e0 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer0.org1.example.com | [0e2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org1.example.com | [0e1 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org2.example.com | [17b 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 +peer0.org2.example.com | [25d 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b60a57ca-3bc0-4296-9137-14545ab06ee3]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [0e3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer1.org2.example.com | [17c 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org1.example.com | [0e4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED +peer0.org2.example.com | [25e 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b60a57ca-3bc0-4296-9137-14545ab06ee3 +peer1.org1.example.com | [0e2 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] func1.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer0.org1.example.com | [0e5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org2.example.com | [173 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/gossip/comm] SendToPeer.Send -> DEBU Entering, sending GossipMessage: nonce:9286946780542278330 tag:EMPTY mem_req: > > , Envelope: 1066 bytes, Signature: 0 bytes to 1 peers +peer0.org2.example.com | [25f 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [0e7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | [0e8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer1.org1.example.com | [0e3 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] func1.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer0.org2.example.com | [260 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org2.example.com | [17d 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [0e6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | [0e4 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] func1.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [261 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [993cd357-1f21-41ae-a7ee-c9a4a4ab8650] +peer1.org2.example.com | [17f 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer0.org1.example.com | [0e9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [262 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [180 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org1.example.com | [0ea 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | [0eb 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [263 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [76cead78-4118-4d5e-8c32-5ef8a21cf17a] +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [17e 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint -> DEBU Entering, Sending to peer0.org2.example.com:7051 , msg: GossipMessage: nonce:9286946780542278330 tag:EMPTY mem_req: > > , Envelope: 1066 bytes, Signature: 0 bytes +peer0.org1.example.com | [0ec 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Move state message READY +orderer.example.com | SCjyRdD3aQ== +peer0.org2.example.com | [264 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=0a746ac9-9309-4367-ac14-bd6f1f2bfec3,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [181 01-18 01:58:48.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 +peer0.org1.example.com | [0ed 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: READY in state established +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [265 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer1.org2.example.com | [182 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection -> DEBU Entering peer0.org2.example.com:7051 [18 47 95 192 156 61 173 63 80 232 96 64 91 49 101 242 206 87 32 24 89 4 87 160 47 124 250 124 112 185 123 13] +peer0.org1.example.com | [0ee 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [ddc87722]Entered state ready +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | 2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 095 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [0ef 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:ddc87722-6b8f-4ebf-9693-099a66d5e6b6 +peer0.org2.example.com | [266 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [183 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org1.example.com | [0f0 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]sending state message READY +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [267 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [0f1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Received message READY from shim +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [184 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [0f2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [268 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0a746ac9]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [185 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [269 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [0f3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [26a 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0a746ac9]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [186 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [0f4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [26b 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a746ac9]Move state message INIT +peer1.org2.example.com | [187 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org2.example.com | [26c 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a746ac9]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +peer1.org2.example.com | [188 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org2.example.com | [26d 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [189 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [0f5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [26e 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a746ac9]sending state message INIT +peer1.org2.example.com | [18a 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [18b 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | [0f6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [0f7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [ddc87722]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org2.example.com | [26f 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a746ac9]Received message INIT from shim +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [18c 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org1.example.com | [0f8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [270 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0a746ac9]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [18d 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed +peer0.org1.example.com | [0f9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [ddc87722]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [18e 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | 2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 096 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [271 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [18f 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [0fa 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Move state message INIT +peer1.org2.example.com | [190 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [30716e87]Move state message READY +peer0.org2.example.com | [272 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [0a746ac9]Received INIT, initializing chaincode +peer1.org2.example.com | [191 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [30716e87]Fabric side Handling ChaincodeMessage of type: READY in state established +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [0fb 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org2.example.com | [273 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +peer1.org2.example.com | [192 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [30716e87]Entered state ready +peer1.org1.example.com | -----END CERTIFICATE----- +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [0fc 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [193 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:30716e87-fad5-4fa1-9fd7-f502dafe94f3 +peer0.org2.example.com | [274 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a746ac9]Init get response status: 200 +peer1.org2.example.com | [194 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [30716e87]sending state message READY +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [0fd 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]sending state message INIT +peer1.org1.example.com | [0e6 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [195 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]Received message READY from shim +peer0.org2.example.com | [275 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a746ac9]Init succeeded. Sending COMPLETED +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [196 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [30716e87]Handling ChaincodeMessage of type: READY(state:established) +peer0.org1.example.com | [0fe 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Received message INIT from shim +peer1.org1.example.com | [0e7 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org2.example.com | [276 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a746ac9]Move state message COMPLETED +peer1.org2.example.com | [197 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer1.org2.example.com | [198 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org1.example.com | [0ff 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [199 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [0e8 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572312E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +peer0.org2.example.com | [277 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0a746ac9]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [19a 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer1.org1.example.com | [0e9 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: 3D68253D0973B04ADC8186BB8FF06A50DA2F94325E22C61E12D037413297F2A0 +peer0.org2.example.com | [278 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0a746ac9]send state message COMPLETED +peer0.org1.example.com | [100 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org2.example.com | [19b 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [30716e87]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [279 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0a746ac9]Received message COMPLETED from shim +peer0.org1.example.com | [101 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [ddc87722]Received INIT, initializing chaincode +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org2.example.com | [19c 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [27a 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a746ac9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [0ea 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [19d 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [30716e87]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [27b 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0a746ac9-9309-4367-ac14-bd6f1f2bfec3]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [102 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | [19e 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [30716e87]Move state message INIT +peer0.org2.example.com | [27c 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0a746ac9-9309-4367-ac14-bd6f1f2bfec3 +peer1.org1.example.com | [0eb 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer1.org2.example.com | [19f 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [30716e87]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org2.example.com | [27d 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [1a0 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [103 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Init get response status: 200 +peer0.org2.example.com | [27e 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed +peer1.org1.example.com | [0ec 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572312E6F7267312E6578616D706C652E636F6D3A37303531 +peer1.org2.example.com | [1a1 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [30716e87]sending state message INIT +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [104 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [27f 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [76cead78-4118-4d5e-8c32-5ef8a21cf17a] +peer1.org2.example.com | [1a2 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]Received message INIT from shim +peer1.org1.example.com | [0ed 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: 5E1207E32E2709D3C49FD6E4E42EA75E054BF7CAB0517372323BB60EB639719F +peer0.org1.example.com | [105 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Move state message COMPLETED +peer0.org2.example.com | [280 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [1a3 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [30716e87]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [281 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [82f253dc-504e-4194-a42e-e6ae2ff733d4] +peer0.org1.example.com | [106 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [0ee 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [282 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=f4a63d18-57fc-43c5-9b89-f3e5b401a6d9,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [1a4 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [283 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer0.org1.example.com | [107 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]send state message COMPLETED +peer1.org2.example.com | [1a5 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [30716e87]Received INIT, initializing chaincode +peer1.org1.example.com | [0ef 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | 2018-01-18 01:58:46.575 UTC [msp] Validate -> DEBU 097 MSP Org2MSP validating identity +peer0.org2.example.com | [284 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [1a6 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer0.org1.example.com | [108 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Received message COMPLETED from shim +peer1.org1.example.com | [0f0 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp] SendToPeer.disclosurePolicy)-fm.disclosurePolicy.getOrgOfPeer.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [285 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.576 UTC [msp] Setup -> DEBU 098 Setting up the MSP manager (3 msps) +peer1.org2.example.com | [1a7 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [286 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [f4a63d18]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [109 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +orderer.example.com | 2018-01-18 01:58:46.576 UTC [msp] Setup -> DEBU 099 MSP manager setup complete, setup 3 msps +peer1.org2.example.com | [1a8 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]Init get response status: 200 +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [10a 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722-6b8f-4ebf-9693-099a66d5e6b6]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [287 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [1a9 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]Init succeeded. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09a Returning policy Readers for evaluation +peer0.org2.example.com | [288 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [f4a63d18]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [10b 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ddc87722-6b8f-4ebf-9693-099a66d5e6b6 +peer1.org2.example.com | [1aa 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]Move state message COMPLETED +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09b In commit adding relative sub-policy OrdererOrg/Readers to Orderer +peer0.org2.example.com | [289 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4a63d18]Move state message INIT +peer0.org1.example.com | [10c 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [1ab 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [30716e87]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [28a 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4a63d18]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09c Returning policy Writers for evaluation +peer1.org2.example.com | [1ac 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [30716e87]send state message COMPLETED +peer0.org1.example.com | [10d 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09d In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer0.org2.example.com | [28b 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [1ad 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [30716e87]Received message COMPLETED from shim +peer0.org1.example.com | [10e 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=b779b768-0068-4aca-8f72-c87db67d87f3,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org2.example.com | [28c 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4a63d18]sending state message INIT +peer1.org2.example.com | [1ae 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [30716e87]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09e Returning policy Admins for evaluation +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer0.org1.example.com | [10f 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched +peer0.org2.example.com | [28d 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4a63d18]Received message INIT from shim +peer1.org2.example.com | [1af 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [30716e87-fad5-4fa1-9fd7-f502dafe94f3]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09f In commit adding relative sub-policy OrdererOrg/Admins to Orderer +peer0.org1.example.com | [110 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [28e 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4a63d18]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [1b0 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:30716e87-fad5-4fa1-9fd7-f502dafe94f3 +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a0 Returning policy Writers for evaluation +peer0.org2.example.com | [28f 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org1.example.com | [111 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [1b1 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [290 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [f4a63d18]Received INIT, initializing chaincode +peer0.org1.example.com | [112 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a1 Returning policy Admins for evaluation +peer0.org2.example.com | [291 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4a63d18]Init get response status: 200 +peer1.org2.example.com | [1b2 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org1.example.com | [113 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +peer0.org2.example.com | [292 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4a63d18]Init succeeded. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a2 Returning policy Writers for evaluation +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer0.org2.example.com | [293 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4a63d18]Move state message COMPLETED +peer0.org1.example.com | [114 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a3 Returning policy Readers for evaluation +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer1.org2.example.com | [1b3 01-18 01:58:48.69 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 +peer1.org1.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a4 Returning policy Readers for evaluation +peer1.org2.example.com | [1b4 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [294 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4a63d18]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org2.example.com | [295 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4a63d18]send state message COMPLETED +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org1.example.com | [0f1 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/gossip/comm] SendToPeer.Send -> DEBU Entering, sending GossipMessage: nonce:9029501778371496001 tag:EMPTY mem_req:\266\303P\035^'\317H\3744\313\206\331\343\254A\2530\244\3446\334\336%\212p\311\020" > > > , Envelope: 1066 bytes, Signature: 0 bytes to 1 peers +peer1.org2.example.com | [1b5 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a5 In commit adding relative sub-policy Org1MSP/Readers to SampleConsortium +peer1.org1.example.com | [0f2 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint -> DEBU Entering, Sending to peer0.org1.example.com:7051 , msg: GossipMessage: nonce:9029501778371496001 tag:EMPTY mem_req:\266\303P\035^'\317H\3744\313\206\331\343\254A\2530\244\3446\334\336%\212p\311\020" > > > , Envelope: 1066 bytes, Signature: 0 bytes +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [296 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4a63d18]Received message COMPLETED from shim +peer1.org1.example.com | [0f3 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection -> DEBU Entering peer0.org1.example.com:7051 [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] +peer1.org2.example.com | [1b6 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 180172D3060A20907730A198106F3787...293CAFE19A97D7026ECBDF4E276BE59C +peer1.org1.example.com | [0e5 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=e483cdf7-411c-4981-a0dc-a994ae4680c8,syscc=true,proposal=0x0,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a6 Returning policy Writers for evaluation +peer0.org2.example.com | [297 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4a63d18]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [0f4 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a7 In commit adding relative sub-policy Org1MSP/Writers to SampleConsortium +peer1.org2.example.com | [1b7 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: D188AA5BAD0067B4227E19B0E31A38513921598F128235D7C4862008E504B4F6 +peer0.org2.example.com | [298 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4a63d18-57fc-43c5-9b89-f3e5b401a6d9]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [0f5 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a8 Returning policy Admins for evaluation +peer0.org1.example.com | [115 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock +peer1.org2.example.com | [1b8 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer -> DEBU Sending GossipMessage: tag:EMPTY conn: , Envelope: 856 bytes, Signature: 71 bytes to 172.18.0.6:7051 +peer1.org1.example.com | [0f6 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +peer0.org2.example.com | [299 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f4a63d18-57fc-43c5-9b89-f3e5b401a6d9 +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a9 In commit adding relative sub-policy Org1MSP/Admins to SampleConsortium +peer1.org2.example.com | [1b9 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] +peer1.org1.example.com | [0f7 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) +peer0.org1.example.com | [116 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock +peer0.org2.example.com | [29a 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [0f8 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +peer1.org2.example.com | [1ba 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0aa Returning policy Writers for evaluation +peer0.org1.example.com | [117 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 +peer1.org1.example.com | [0f9 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org2.example.com | [29b 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0ab In commit adding relative sub-policy Org2MSP/Writers to SampleConsortium +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=escc:1.0.2 +peer0.org1.example.com | [119 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | [1bb 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0ac Returning policy Admins for evaluation +peer0.org2.example.com | [29c 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [82f253dc-504e-4194-a42e-e6ae2ff733d4] +peer0.org1.example.com | [11a 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0ad In commit adding relative sub-policy Org2MSP/Admins to SampleConsortium +peer0.org2.example.com | [29d 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [1bc 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org1.example.com | [11b 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0ae Returning policy Readers for evaluation +peer1.org2.example.com | [1bd 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' +peer1.org1.example.com | [0fa 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock +peer0.org1.example.com | [11c 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 +peer1.org1.example.com | [0fb 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0af In commit adding relative sub-policy Org2MSP/Readers to SampleConsortium +peer0.org2.example.com | [29e 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [cb614b9b-a4ce-42b0-9493-50dca138e6ba] +peer1.org2.example.com | [1be 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' +peer1.org1.example.com | [0fc 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 +peer0.org1.example.com | [11d 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b0 Returning policy Org1MSP/Admins for evaluation +peer0.org2.example.com | [29f 01-18 01:58:53.03 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=82ba68af-020c-4305-b24b-a6f3754b4f82,syscc=true,proposal=0x0,canname=qscc:1.0.2 +peer1.org1.example.com | [0fd 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b1 In commit adding relative sub-policy SampleConsortium/Org1MSP/Admins to Consortiums +peer1.org2.example.com | [1bf 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' +peer0.org1.example.com | [11e 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 +peer1.org1.example.com | [0fe 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 +peer0.org2.example.com | [2a0 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +peer1.org2.example.com | [1c0 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' +peer1.org1.example.com | [100 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org1.example.com | [11f 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b2 Returning policy Org2MSP/Writers for evaluation +peer1.org2.example.com | [1c1 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' +peer1.org1.example.com | [101 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [2a1 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b3 In commit adding relative sub-policy SampleConsortium/Org2MSP/Writers to Consortiums +peer0.org1.example.com | [120 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [1c2 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' +peer1.org1.example.com | [0ff 01-18 01:58:49.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 +peer0.org2.example.com | [2a2 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer0.org1.example.com | [121 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org1.example.com | [102 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] +peer1.org2.example.com | [1c3 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b4 Returning policy Org2MSP/Admins for evaluation +peer0.org1.example.com | [122 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org2.example.com | [2a3 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [82ba68af]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | [103 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 +peer1.org2.example.com | [1c4 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b5 In commit adding relative sub-policy SampleConsortium/Org2MSP/Admins to Consortiums +peer0.org1.example.com | [123 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 +peer0.org2.example.com | [2a4 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [1c5 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' +peer1.org1.example.com | [104 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0b6 Returning policy Org2MSP/Readers for evaluation +peer0.org2.example.com | [2a5 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [82ba68af]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [124 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0b7 In commit adding relative sub-policy SampleConsortium/Org2MSP/Readers to Consortiums +peer1.org2.example.com | [1c6 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' +peer0.org2.example.com | [2a6 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba68af]Move state message INIT +peer1.org1.example.com | [105 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [125 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org2.example.com | [1c7 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' +peer0.org2.example.com | [2a7 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba68af]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [106 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0b8 Returning policy Org1MSP/Readers for evaluation +peer1.org2.example.com | [1c8 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' +peer0.org2.example.com | [2a8 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [107 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | [126 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0b9 In commit adding relative sub-policy SampleConsortium/Org1MSP/Readers to Consortiums +peer1.org2.example.com | [1c9 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' +peer0.org2.example.com | [2a9 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba68af]sending state message INIT +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ba Returning policy Org1MSP/Writers for evaluation +peer1.org1.example.com | [108 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 +peer0.org1.example.com | [127 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer1.org2.example.com | [1ca 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bb In commit adding relative sub-policy SampleConsortium/Org1MSP/Writers to Consortiums +peer0.org1.example.com | [128 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [2aa 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba68af]Received message INIT from shim +peer1.org1.example.com | [109 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED +peer1.org2.example.com | [1cb 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0bc Returning policy OrdererOrg/Readers for evaluation +peer0.org2.example.com | [2ab 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba68af]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | [10a 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org1.example.com | [118 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) +peer1.org2.example.com | [1cc 01-18 01:58:48.70 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bd In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +peer0.org2.example.com | [2ac 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | [10b 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org1.example.com | [129 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed +peer1.org2.example.com | [1cd 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org2.example.com | [2ad 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [82ba68af]Received INIT, initializing chaincode +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0be Returning policy OrdererOrg/Writers for evaluation +peer1.org1.example.com | [10c 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer1.org2.example.com | [1ce 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42162fec0 +peer0.org2.example.com | [2ae 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer0.org1.example.com | [12a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bf In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +peer1.org1.example.com | [10d 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +peer0.org2.example.com | [2af 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba68af]Init get response status: 200 +peer1.org2.example.com | [1cf 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer0.org1.example.com | [12b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [10e 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c0 Returning policy OrdererOrg/Admins for evaluation +peer0.org2.example.com | [2b0 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba68af]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [1d0 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [12c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Move state message READY +peer1.org1.example.com | [10f 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +peer1.org2.example.com | [1d1 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer0.org2.example.com | [2b1 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba68af]Move state message COMPLETED +peer0.org1.example.com | [12d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org1.example.com | [110 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [1d2 01-18 01:58:53.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c2 Returning policy Writers for evaluation +peer0.org2.example.com | [2b2 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba68af]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [111 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e483cdf7]Move state message READY +peer1.org2.example.com | [1d3 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [12e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [b779b768]Entered state ready +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c3 In commit adding relative sub-policy Orderer/Writers to Channel +peer0.org2.example.com | [2b3 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba68af]send state message COMPLETED +peer0.org1.example.com | [12f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:b779b768-0068-4aca-8f72-c87db67d87f3 +peer1.org1.example.com | [112 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e483cdf7]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org2.example.com | [1d4 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4216a4e60, header 0xc42162ff50 +peer0.org2.example.com | [2b4 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba68af]Received message COMPLETED from shim +peer0.org1.example.com | [131 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c4 Returning policy Admins for evaluation +peer1.org2.example.com | [1d5 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" +peer1.org1.example.com | [113 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [e483cdf7]Entered state ready +peer0.org1.example.com | [132 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [2b5 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba68af]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c5 In commit adding relative sub-policy Orderer/Admins to Channel +peer1.org1.example.com | [114 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:e483cdf7-411c-4981-a0dc-a994ae4680c8 +peer1.org2.example.com | [1d6 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e +peer0.org1.example.com | [133 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c6 Returning policy BlockValidation for evaluation +peer0.org2.example.com | [2b6 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba68af-020c-4305-b24b-a6f3754b4f82]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [1d7 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e channel id: +peer0.org1.example.com | [134 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org1.example.com | [115 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e483cdf7]sending state message READY +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c7 In commit adding relative sub-policy Orderer/BlockValidation to Channel +peer1.org2.example.com | [1d8 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e channel id: version: 1.0.2 +peer0.org2.example.com | [2b7 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba68af-020c-4305-b24b-a6f3754b4f82 +peer1.org1.example.com | [116 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]Received message READY from shim +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c8 Returning policy Readers for evaluation +peer0.org1.example.com | [135 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b779b768]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [1d9 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e,syscc=true,proposal=0xc4216a4e60,canname=cscc:1.0.2 +peer0.org2.example.com | [2b8 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [136 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c9 In commit adding relative sub-policy Orderer/Readers to Channel +peer0.org2.example.com | [2b9 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer1.org1.example.com | [117 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e483cdf7]Handling ChaincodeMessage of type: READY(state:established) +peer1.org2.example.com | [1da 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer0.org1.example.com | [137 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b779b768]sendExecuteMsg trigger event INIT +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ca Returning policy SampleConsortium/Org1MSP/Writers for evaluation +peer1.org1.example.com | [118 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [2ba 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [cb614b9b-a4ce-42b0-9493-50dca138e6ba] +peer0.org1.example.com | [130 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]sending state message READY +peer1.org2.example.com | [1db 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [119 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cb In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Writers to Channel +peer0.org2.example.com | [2bb 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry +peer0.org1.example.com | [138 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Received message READY from shim +peer1.org2.example.com | [1dc 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0cc Returning policy Admins for evaluation +peer0.org2.example.com | [2bc 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] +peer1.org2.example.com | [1dd 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [7aaa6edb]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [139 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cd In commit adding relative sub-policy Consortiums/Admins to Channel +peer1.org1.example.com | [11a 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [2bd 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [1de 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ce Returning policy SampleConsortium/Org1MSP/Admins for evaluation +peer0.org1.example.com | [13a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Move state message INIT +peer0.org2.example.com | [2be 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cf In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Admins to Channel +peer1.org1.example.com | [11b 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [13b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [13c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [1df 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org2.example.com | [2bf 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d0 Returning policy SampleConsortium/Org2MSP/Writers for evaluation +peer1.org1.example.com | [11c 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e483cdf7]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [13d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]sending state message INIT +peer1.org1.example.com | [11d 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d1 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Writers to Channel +peer1.org2.example.com | [1e0 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [7aaa6edb]sendExecuteMsg trigger event TRANSACTION +peer0.org2.example.com | [2c0 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [11f 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [13e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Received message INIT from shim +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d2 Returning policy SampleConsortium/Org2MSP/Admins for evaluation +peer0.org2.example.com | [2c1 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [1e1 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7aaa6edb]Move state message TRANSACTION +peer1.org1.example.com | [120 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +peer0.org1.example.com | [13f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d3 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Admins to Channel +peer1.org1.example.com | [121 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 180172D3060A2029D4719B6F3CFD9880...438BC453EB2951588BC6253E0DBCB3B8 +peer1.org2.example.com | [1e2 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7aaa6edb]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [140 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [2c2 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18434f13]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d4 Returning policy SampleConsortium/Org2MSP/Readers for evaluation +peer1.org1.example.com | [122 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.createConnectionMsg.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 117F31E621EC63A63222BAB09CD38E5BACEB0C484CDA0A2AFDEE7856AB236236 +peer1.org2.example.com | [1e3 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [2c3 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18434f13]Move state message COMPLETED +peer0.org1.example.com | [141 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b779b768]Received INIT, initializing chaincode +peer1.org1.example.com | [123 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer -> DEBU Sending GossipMessage: tag:EMPTY conn:\r\274\263\270" > , Envelope: 856 bytes, Signature: 70 bytes to 172.18.0.4:7051 +peer1.org2.example.com | [1e4 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7aaa6edb]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d5 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Readers to Channel +peer0.org2.example.com | [2c4 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18434f13]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [11e 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e483cdf7]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [142 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Init get response status: 200 +peer1.org2.example.com | [1e5 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7aaa6edb]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d6 Returning policy SampleConsortium/Org1MSP/Readers for evaluation +peer1.org1.example.com | [124 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e483cdf7]Move state message INIT +peer0.org1.example.com | [143 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [2c5 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18434f13]send state message COMPLETED +peer1.org2.example.com | [1e6 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7aaa6edb]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d7 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Readers to Channel +peer1.org1.example.com | [125 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e483cdf7]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [144 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Move state message COMPLETED +peer0.org2.example.com | [2c6 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18434f13]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0d8 Returning policy Writers for evaluation +peer1.org1.example.com | [126 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [1e7 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [7aaa6edb]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [2c7 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18434f13]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [145 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0d9 Returning dummy reject all policy because Writers could not be found in /Consortiums/Writers +peer1.org1.example.com | [127 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e483cdf7]sending state message INIT +peer1.org2.example.com | [1e8 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain +peer0.org2.example.com | [2c8 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [146 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0da Returning policy Admins for evaluation +peer0.org2.example.com | [2c9 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:18434f13562652139c3f53039bcad1e9962ac4cd044e53aff51065a429d2c68c +peer1.org2.example.com | [1e9 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block +peer1.org1.example.com | [128 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]Received message INIT from shim +peer0.org1.example.com | [147 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Received message COMPLETED from shim +peer0.org2.example.com | [2ca 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [1ea 01-18 01:58:53.14 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0db Returning policy Admins for evaluation +peer0.org2.example.com | [2cb 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer0.org1.example.com | [148 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [129 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e483cdf7]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org2.example.com | [1eb 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0dc Returning policy Readers for evaluation +peer0.org1.example.com | [149 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768-0068-4aca-8f72-c87db67d87f3]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [2cc 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer1.org1.example.com | [12a 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0dd Returning dummy reject all policy because Readers could not be found in /Consortiums/Readers +peer1.org2.example.com | [1ec 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +peer0.org1.example.com | [14a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b779b768-0068-4aca-8f72-c87db67d87f3 +peer1.org1.example.com | [12b 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e483cdf7]Received INIT, initializing chaincode +peer0.org2.example.com | [2cd 01-18 01:58:53.04 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org1.example.com | [14b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0de Returning policy Readers for evaluation +peer1.org2.example.com | [1ed 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] +peer1.org1.example.com | [12c 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer -> DEBU Received pki_id:"C9|k\342e{\252\362\241r\253\007%}\201B\031\366\230L\t\347\312\357\256qZ+\317\177\344" identity:"\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k\nlU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc\nvdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l\n05n0MbLw/Ug3egJ3JA==\n-----END -----\n" tls_cert_hash:"\rR\257\230y\331\016B\036='k\353\377v2\347\032\301\327\024\270g\243\373\320\370F\226\341_a" from 172.18.0.4:7051 +peer0.org2.example.com | [2ce 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel +peer0.org1.example.com | [14c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org2.example.com | [2cf 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] CommitProposals -> DEBU 0df As expected, current configuration has policy '/Channel/Readers' +peer0.org2.example.com | [2d0 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... +peer1.org2.example.com | [1ee 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] +peer0.org1.example.com | [14d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=95b30129-1f02-4a31-b36e-3adf2dc2b571,syscc=true,proposal=0x0,canname=qscc:1.0.2 +peer1.org1.example.com | [12e 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org1.example.com | [12f 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [2d1 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0e0 Returning policy Writers for evaluation +peer1.org2.example.com | [1ef 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] +peer1.org1.example.com | [130 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [14e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched +peer0.org2.example.com | [2d2 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] CommitProposals -> DEBU 0e1 As expected, current configuration has policy '/Channel/Writers' +peer0.org1.example.com | [14f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [1f0 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] +orderer.example.com | 2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0e2 Returning policy Orderer/BlockValidation for evaluation +peer0.org2.example.com | [2d3 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting +peer1.org2.example.com | [1f1 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [1f2 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4215cdc80), Data:(*common.BlockData)(0xc4217568a0), Metadata:(*common.BlockMetadata)(0xc4217568e0)}, doMVCCValidation=true +peer0.org2.example.com | [2d4 01-18 01:58:59.05 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [1f3 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org1.example.com | [150 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +orderer.example.com | 2018-01-18 01:58:46.579 UTC [policies] CommitProposals -> DEBU 0e3 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +peer0.org2.example.com | [2d5 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] +peer1.org2.example.com | [1f4 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | 2018-01-18 01:58:46.579 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 0e4 retrieveBlockByNumber() - blockNum = [0] +peer0.org2.example.com | [2d6 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] +peer0.org1.example.com | [151 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +peer1.org2.example.com | [1f5 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [2d7 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] +orderer.example.com | 2018-01-18 01:58:46.579 UTC [fsblkstorage] newBlockfileStream -> DEBU 0e5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +peer0.org1.example.com | [152 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +peer0.org1.example.com | [153 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | txId= locPointer=offset=38, bytesLength=11891 +orderer.example.com | 2018-01-18 01:58:46.579 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e6 Remaining bytes=[9082], Going to peek [8] bytes +peer0.org2.example.com | [2d8 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 +peer1.org2.example.com | ] +orderer.example.com | 2018-01-18 01:58:46.579 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e7 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org2.example.com | [2d9 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:46.579 UTC [orderer/multichain] newChainSupport -> DEBU 0e8 [channel: testchainid] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=0): +peer1.org2.example.com | [1f6 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx ID: [] to index +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | 2018-01-18 01:58:46.580 UTC [orderer/multichain] NewManagerImpl -> INFO 0e9 Starting with system channel testchainid and orderer type solo +peer0.org2.example.com | [2da 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [1f7 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +orderer.example.com | 2018-01-18 01:58:46.580 UTC [orderer/main] main -> INFO 0ea Beginning to serve requests +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer1.org2.example.com | [1f8 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11935], isChainEmpty=[false], lastBlockNumber=[0] +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [2db 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421612cc0 +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +peer0.org1.example.com | [154 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:51.865 UTC [orderer/main] Deliver -> DEBU 0eb Starting new Deliver handler +peer1.org2.example.com | [1f9 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org2.example.com | [2dc 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer0.org1.example.com | [155 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock +orderer.example.com | 2018-01-18 01:58:51.865 UTC [orderer/common/deliver] Handle -> DEBU 0ec Starting new deliver loop +peer1.org2.example.com | [1fa 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database +peer1.org1.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [2dd 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +orderer.example.com | 2018-01-18 01:58:51.866 UTC [orderer/common/deliver] Handle -> DEBU 0ed Attempting to read seek info message +peer1.org1.example.com | [131 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [156 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 +peer1.org2.example.com | [1fb 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org2.example.com | [2de 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:51.873 UTC [orderer/main] Broadcast -> DEBU 0ee Starting new Broadcast handler +peer1.org1.example.com | [132 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer1.org2.example.com | [1fc 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [157 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) +orderer.example.com | 2018-01-18 01:58:51.873 UTC [orderer/common/broadcast] Handle -> DEBU 0ef Starting new broadcast loop +peer0.org2.example.com | [2df 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +peer1.org1.example.com | [12d 01-18 01:58:49.71 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +peer1.org2.example.com | [1fd 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.873 UTC [orderer/common/broadcast] Handle -> DEBU 0f0 Preprocessing CONFIG_UPDATE +peer0.org2.example.com | [2e0 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [134 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [159 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 +orderer.example.com | 2018-01-18 01:58:51.873 UTC [orderer/configupdate] Process -> DEBU 0f1 Processing channel creation request for channel businesschannel +peer0.org2.example.com | [2e1 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [1fe 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org1.example.com | [15a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +peer1.org1.example.com | [135 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [2e2 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc4213d0000, header channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer1.org2.example.com | [1ff 01-18 01:58:53.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] +orderer.example.com | 2018-01-18 01:58:51.874 UTC [msp] GetLocalMSP -> DEBU 0f2 Returning existing local MSP +peer0.org2.example.com | [2e3 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org1.example.com | [133 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]Init get response status: 200 +peer1.org2.example.com | [200 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block +peer0.org1.example.com | [15b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 +peer0.org1.example.com | [15c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org1.example.com | [158 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 +peer1.org2.example.com | [201 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org2.example.com | [202 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [15d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +orderer.example.com | 2018-01-18 01:58:51.874 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f3 Obtaining default signing identity +peer0.org2.example.com | [2e4 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [137 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [203 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org2.example.com | [2e5 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [15e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:51.874 UTC [msp] GetLocalMSP -> DEBU 0f4 Returning existing local MSP +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [204 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer0.org2.example.com | [2e6 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org1.example.com | [15f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [205 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org2.example.com | [2e7 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | 2018-01-18 01:58:51.875 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f5 Obtaining default signing identity +peer0.org1.example.com | [160 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [206 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org2.example.com | [2e8 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [207 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org2.example.com | [2e9 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:51.875 UTC [msp/identity] Sign -> DEBU 0f6 Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...41646D696E7310021A0641646D696E73 +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [2ea 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org2.example.com | [208 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org2.example.com | [2eb 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:51.875 UTC [msp/identity] Sign -> DEBU 0f7 Sign: digest: 11FDF80CC4B0FFC37D789DF58839E00571F231FCB702D276F1DBF7EC339BED09 +peer0.org1.example.com | [161 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [209 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer0.org2.example.com | [2ec 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org1.example.com | [162 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.875 UTC [common/config] NewStandardValues -> DEBU 0f8 Initializing protos for *config.ChannelProtos +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [20a 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org2.example.com | [2ed 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org1.example.com | [163 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +orderer.example.com | 2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0f9 Processing field: HashingAlgorithm +peer0.org2.example.com | [2ee 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org2.example.com | [20b 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org1.example.com | [165 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer1.org1.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | 2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fa Processing field: BlockDataHashingStructure +peer0.org2.example.com | [2ef 01-18 01:58:59.13 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [20c 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [166 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [2f0 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer1.org2.example.com | [20d 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org1.example.com | [167 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | 2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fb Processing field: OrdererAddresses +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +peer0.org2.example.com | [2f1 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [20e 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [164 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +orderer.example.com | 2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fc Processing field: Consortium +peer0.org2.example.com | [2f2 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [20f 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org1.example.com | [168 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed +peer0.org2.example.com | [2f3 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [210 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0fd Adding to config map: [Groups] /Channel +peer0.org1.example.com | [169 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org1.example.com | 05n0MbLw/Ug3egJ3JA== +peer0.org2.example.com | [2f4 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [211 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer0.org1.example.com | [16a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [2f5 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0fe Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [212 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org1.example.com | [16b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Move state message READY +peer0.org2.example.com | [2f6 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [213 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org2.example.com | [2f7 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0ff Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [138 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [16c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org2.example.com | [214 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org2.example.com | [2f8 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org1.example.com | [16d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [95b30129]Entered state ready +peer1.org2.example.com | [215 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 100 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org2.example.com | [2f9 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [16e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:95b30129-1f02-4a31-b36e-3adf2dc2b571 +peer1.org2.example.com | [216 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [16f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]sending state message READY +peer1.org1.example.com | [139 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer0.org1.example.com | [170 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Received message READY from shim +orderer.example.com | 2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 101 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org2.example.com | [2fa 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [217 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | [136 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [172 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 102 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org2.example.com | [2fb 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [173 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | [218 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [13b 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: digest = 00000000 41 1c 14 94 d0 cf 9c 72 36 4f 0c b6 d7 c7 e5 38 |A......r6O.....8| +peer0.org1.example.com | [174 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [2fc 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org2.example.com | [219 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | 00000010 cf 18 3a dd 24 5d ec e9 23 06 a5 5d 02 97 3b 8a |..:.$]..#..]..;.| +peer0.org1.example.com | [175 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 103 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org2.example.com | [2fd 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org1.example.com | [13c 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer.Verify.func3.Verify.Verify.Verify -> DEBU Verify: sig = 00000000 30 45 02 21 00 c8 08 62 8b e5 fa b3 75 2a 0c 89 |0E.!...b....u*..| +peer0.org1.example.com | [176 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95b30129]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [21a 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org1.example.com | [177 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 104 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org1.example.com | 00000010 81 0b 92 bf 85 9b 59 ae b9 2f 96 67 67 df bc ed |......Y../.gg...| +peer0.org2.example.com | [2fe 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org1.example.com | [178 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95b30129]sendExecuteMsg trigger event INIT +orderer.example.com | 2018-01-18 01:58:51.879 UTC [common/configtx] addToMap -> DEBU 105 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org2.example.com | [21b 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | 00000020 a6 a0 44 30 31 02 20 23 33 d0 bd dd f3 fe b6 22 |..D01. #3......"| +peer0.org1.example.com | [179 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Move state message INIT +peer0.org2.example.com | [2ff 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [21c 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [17a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:51.879 UTC [common/configtx] addToMap -> DEBU 106 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | 00000030 a1 55 33 16 74 92 17 19 ca 20 ec 24 68 fb 89 31 |.U3.t.... .$h..1| +peer0.org1.example.com | [17b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [21d 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org2.example.com | [300 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [17c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]sending state message INIT +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 107 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org1.example.com | 00000040 10 74 d4 3f 5e 4a 8a |.t.?^J.| +peer0.org1.example.com | [171 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: READY(state:established) +peer0.org2.example.com | [301 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [17d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Received message INIT from shim +peer1.org2.example.com | [21e 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 108 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [13d 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection.authenticateRemotePeer -> DEBU Authenticated 172.18.0.4:7051 +peer0.org1.example.com | [17e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [302 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [21f 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 109 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +peer0.org2.example.com | [303 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org1.example.com | [13a 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]Move state message COMPLETED +peer0.org1.example.com | [17f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [220 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org2.example.com | [304 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org1.example.com | [13e 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e483cdf7]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10a Adding to config map: [Groups] /Channel/Orderer +peer1.org2.example.com | [221 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [180 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [95b30129]Received INIT, initializing chaincode +peer0.org2.example.com | [305 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer1.org1.example.com | [13f 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e483cdf7]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10b Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org2.example.com | [222 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org2.example.com | [306 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org1.example.com | [181 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer1.org1.example.com | [140 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e483cdf7]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10c Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | [223 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org2.example.com | [307 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [141 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e483cdf7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [224 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org2.example.com | [308 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [182 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer1.org1.example.com | [142 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e483cdf7-411c-4981-a0dc-a994ae4680c8]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [225 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org2.example.com | [309 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [144 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint.getConnection.createConnection -> DEBU Exiting +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [183 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Init get response status: 200 +peer1.org1.example.com | [143 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e483cdf7-411c-4981-a0dc-a994ae4680c8 +peer1.org2.example.com | [226 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org2.example.com | [30a 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [184 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Init succeeded. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 110 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org1.example.com | [145 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [30b 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [185 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Move state message COMPLETED +peer1.org2.example.com | [227 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [146 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed +peer0.org2.example.com | [30c 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 111 Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer1.org2.example.com | [228 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [186 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 112 Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org1.example.com | [147 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/gossip/comm] sendToEndpoint -> DEBU Exiting +peer0.org2.example.com | [30d 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [187 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]send state message COMPLETED +peer1.org2.example.com | [229 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer1.org1.example.com | [148 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=5352e211-1f77-461a-ad76-3a64902abeff,syscc=true,proposal=0x0,canname=vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 113 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org1.example.com | [188 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Received message COMPLETED from shim +peer0.org2.example.com | [30e 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [22a 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel +peer1.org1.example.com | [149 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched +peer0.org1.example.com | [189 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 114 Adding to config map: [Policy] /Channel/Orderer/Readers +peer1.org2.example.com | [22b 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [14a 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org2.example.com | [30f 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 115 Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [22c 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [18a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129-1f02-4a31-b36e-3adf2dc2b571]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [14b 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 116 Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org2.example.com | [310 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [22d 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org1.example.com | [14c 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) +peer0.org1.example.com | [18b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:95b30129-1f02-4a31-b36e-3adf2dc2b571 +orderer.example.com | 2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 117 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [22e 01-18 01:58:53.16 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer0.org2.example.com | [311 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [18c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [14d 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 118 Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org2.example.com | [312 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [18d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer1.org2.example.com | [22f 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 119 Adding to config map: [Values] /Channel/Consortium +peer1.org1.example.com | [14e 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | [230 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer0.org2.example.com | [313 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org1.example.com | [18e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess +peer1.org2.example.com | [231 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11a Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=vscc:1.0.2 +peer0.org2.example.com | [314 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org1.example.com | [18f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +peer1.org2.example.com | [232 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11b Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org1.example.com | [190 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11c Adding to config map: [Policy] /Channel/Readers +peer0.org2.example.com | [315 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [233 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [191 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11d Adding to config map: [Policy] /Channel/Writers +peer1.org2.example.com | [234 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org2.example.com | [316 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org1.example.com | [192 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11e Adding to config map: [Policy] /Channel/Admins +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org2.example.com | [317 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org2.example.com | [235 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/configtx] processConfig -> DEBU 11f Beginning new config for channel businesschannel +peer0.org2.example.com | [318 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer0.org1.example.com | [193 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer1.org2.example.com | [236 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 120 Initializing protos for *config.ChannelProtos +peer0.org2.example.com | [319 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer1.org1.example.com | [14f 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock +peer0.org1.example.com | [194 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' +peer1.org2.example.com | [237 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [31a 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 121 Processing field: HashingAlgorithm +peer1.org1.example.com | [150 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock +peer1.org2.example.com | [238 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [31b 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [195 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 122 Processing field: BlockDataHashingStructure +peer1.org1.example.com | [151 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 +peer0.org1.example.com | [196 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' +peer0.org2.example.com | [31c 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [239 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [197 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 123 Processing field: OrdererAddresses +peer1.org2.example.com | [23a 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org1.example.com | [152 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) +peer0.org2.example.com | [31d 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [198 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' +peer1.org2.example.com | [23b 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 124 Processing field: Consortium +peer1.org1.example.com | [153 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 +peer0.org1.example.com | [199 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 125 Proposed new policy Readers for Channel +peer1.org1.example.com | [154 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [23c 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [31e 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 126 Proposed new policy Writers for Channel +peer1.org1.example.com | [155 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [31f 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [19a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' +peer1.org2.example.com | [23d 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer0.org2.example.com | [320 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [156 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 +peer0.org1.example.com | [19b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 127 Proposed new policy Admins for Channel +peer1.org2.example.com | [23e 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer0.org2.example.com | [321 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [19c 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 128 Initializing protos for *struct {} +peer1.org1.example.com | [157 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] +peer0.org1.example.com | [19d 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' +peer0.org2.example.com | [322 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 129 Proposed new policy ChannelCreationPolicy for Application +peer1.org2.example.com | [23f 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | [19e 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12a Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [323 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [240 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer1.org1.example.com | [158 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 +peer0.org1.example.com | [19f 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' +peer1.org2.example.com | [241 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12b Processing field: MSP +peer0.org2.example.com | [324 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org2.example.com | [242 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer0.org1.example.com | [1a0 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' +peer0.org2.example.com | [325 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [159 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12c Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [1a1 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' +peer0.org2.example.com | [326 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [243 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12d Processing field: AnchorPeers +peer1.org1.example.com | [15a 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [1a2 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' +peer1.org2.example.com | [244 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [327 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12e Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [1a3 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer1.org2.example.com | [245 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are +peer1.org1.example.com | [15b 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12f Processing field: MSP +peer0.org2.example.com | [328 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [1a4 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421739770 +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 130 Proposed new policy Admins for Org2MSP +peer1.org2.example.com | [246 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org1.example.com | [15c 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org2.example.com | [247 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +peer0.org2.example.com | [329 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 131 Proposed new policy Readers for Org2MSP +peer0.org1.example.com | [1a5 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer1.org1.example.com | [15d 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 +peer1.org2.example.com | [248 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer0.org2.example.com | [32a 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 132 Proposed new policy Writers for Org2MSP +peer0.org1.example.com | [1a6 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org2.example.com | [249 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org2.example.com | [32b 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer1.org1.example.com | [15e 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 133 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [1a7 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [24a 01-18 01:58:53.17 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org2.example.com | [32c 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [15f 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org1.example.com | [1a8 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [24b 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [160 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org2.example.com | [32d 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 134 Processing field: MSP +peer1.org1.example.com | [161 01-18 01:58:49.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | [1a9 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [24c 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer0.org2.example.com | [32e 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org1.example.com | [162 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 135 Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [24d 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer0.org1.example.com | [1aa 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421741040, header 0xc421739800 +peer1.org1.example.com | [163 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed +peer0.org2.example.com | [32f 01-18 01:58:59.28 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 136 Processing field: AnchorPeers +peer1.org2.example.com | [24e 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org1.example.com | [164 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org2.example.com | [330 01-18 01:58:59.28 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org1.example.com | [1ab 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" +peer1.org1.example.com | [165 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [331 01-18 01:58:59.28 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org1.example.com | [166 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5352e211]Move state message READY +peer0.org1.example.com | [1ac 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 +orderer.example.com | 2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 137 Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [24f 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel +peer1.org1.example.com | [167 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5352e211]Fabric side Handling ChaincodeMessage of type: READY in state established +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 138 Processing field: MSP +peer0.org2.example.com | [332 01-18 01:58:59.28 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 139 Proposed new policy Readers for Org1MSP +peer1.org1.example.com | [168 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [5352e211]Entered state ready +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 13a Proposed new policy Writers for Org1MSP +peer1.org1.example.com | [169 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:5352e211-1f77-461a-ad76-3a64902abeff +peer0.org1.example.com | [1ad 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 channel id: +peer1.org2.example.com | [250 01-18 01:58:53.18 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 13b Proposed new policy Admins for Org1MSP +peer0.org2.example.com | [333 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [16a 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5352e211]sending state message READY +peer1.org2.example.com | [251 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] NewStandardValues -> DEBU 13c Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [1ae 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 channel id: version: 1.0.2 +peer1.org1.example.com | [16b 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]Received message READY from shim +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13d Processing field: ConsensusType +peer1.org2.example.com | [252 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [33d22907-156a-4dd4-93fa-166898cd3859] +peer0.org2.example.com | [334 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [1af 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824,syscc=true,proposal=0xc421741040,canname=cscc:1.0.2 +peer1.org1.example.com | [16c 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5352e211]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13e Processing field: BatchSize +peer0.org2.example.com | [335 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org2.example.com | [253 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=24ca1988-0c8c-407b-87a6-34b70341ffc0,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer0.org1.example.com | [1b0 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer1.org1.example.com | [16d 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13f Processing field: BatchTimeout +peer0.org2.example.com | [336 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [1b1 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [254 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer1.org1.example.com | [16e 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 140 Processing field: KafkaBrokers +peer1.org1.example.com | [16f 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [337 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [1b2 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org2.example.com | [255 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 141 Processing field: ChannelRestrictions +peer1.org1.example.com | [170 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 142 Proposed new policy Readers for Orderer +peer0.org2.example.com | [338 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [256 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer0.org1.example.com | [1b3 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9a812e3c]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [1b4 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [1b5 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [1b6 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9a812e3c]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [171 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5352e211]Inside sendExecuteMessage. Message INIT +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 143 Proposed new policy Writers for Orderer +peer0.org2.example.com | [339 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [1b7 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]Move state message TRANSACTION +peer1.org1.example.com | [172 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [257 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [24ca1988]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [33a 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [173 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5352e211]sendExecuteMsg trigger event INIT +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 144 Proposed new policy Admins for Orderer +peer1.org2.example.com | [258 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [1b8 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [174 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5352e211]Move state message INIT +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 145 Proposed new policy BlockValidation for Orderer +peer0.org2.example.com | [33b 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org1.example.com | [175 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5352e211]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] NewStandardValues -> DEBU 146 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [1b9 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [259 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [24ca1988]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [176 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 147 Processing field: MSP +peer0.org1.example.com | [1ba 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]sending state message TRANSACTION +peer0.org2.example.com | [33c 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [25a 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24ca1988]Move state message INIT +peer1.org1.example.com | [177 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5352e211]sending state message INIT +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 148 Proposed new policy Writers for OrdererOrg +peer0.org1.example.com | [1bb 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Received message TRANSACTION from shim +peer0.org2.example.com | [33d 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [178 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]Received message INIT from shim +peer1.org2.example.com | [25b 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24ca1988]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 149 Proposed new policy Admins for OrdererOrg +peer0.org2.example.com | [33e 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer1.org1.example.com | [179 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5352e211]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org1.example.com | [1bc 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9a812e3c]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 14a Proposed new policy Readers for OrdererOrg +peer1.org2.example.com | [25c 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [17a 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] Validate -> DEBU 14b Anchor peers for org Org2MSP are +peer0.org2.example.com | [33f 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer0.org1.example.com | [1bd 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9a812e3c]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.882 UTC [common/config] validateMSP -> DEBU 14c Setting up MSP for org Org2MSP +peer1.org2.example.com | [25d 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24ca1988]sending state message INIT +peer0.org2.example.com | [340 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | [1be 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain +orderer.example.com | 2018-01-18 01:58:51.882 UTC [msp] NewBccspMsp -> DEBU 14d Creating BCCSP-based MSP instance +peer0.org2.example.com | [341 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer1.org2.example.com | [25e 01-18 01:58:53.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24ca1988]Received message INIT from shim +peer1.org1.example.com | [17b 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5352e211]Received INIT, initializing chaincode +orderer.example.com | 2018-01-18 01:58:51.882 UTC [msp] Setup -> DEBU 14e Setting up MSP instance Org2MSP +peer0.org2.example.com | [342 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer0.org1.example.com | [1bf 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block +orderer.example.com | 2018-01-18 01:58:51.883 UTC [msp/identity] newIdentity -> DEBU 14f Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [25f 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24ca1988]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer0.org1.example.com | [1c0 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +peer1.org1.example.com | [17c 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]Init get response status: 200 +peer0.org2.example.com | [343 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org2.example.com | [260 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | [17d 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]Init succeeded. Sending COMPLETED +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer0.org1.example.com | [1c1 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer0.org2.example.com | [344 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [17e 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]Move state message COMPLETED +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer0.org1.example.com | [1c2 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +peer1.org2.example.com | [261 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [24ca1988]Received INIT, initializing chaincode +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer0.org2.example.com | [345 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [17f 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5352e211]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [1c3 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] +peer1.org2.example.com | [262 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer1.org1.example.com | [180 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5352e211]send state message COMPLETED +peer0.org1.example.com | [1c4 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer0.org2.example.com | [346 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +peer1.org2.example.com | [263 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24ca1988]Init get response status: 200 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer0.org1.example.com | [1c5 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] +peer0.org2.example.com | [347 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer1.org1.example.com | [181 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5352e211]Received message COMPLETED from shim +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer0.org2.example.com | [348 01-18 01:58:59.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +peer1.org2.example.com | [264 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24ca1988]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [1c6 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer1.org1.example.com | [182 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5352e211]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | SCjyRdD3aQ== +peer1.org2.example.com | [265 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24ca1988]Move state message COMPLETED +peer0.org2.example.com | [349 01-18 01:58:59.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org1.example.com | [1c7 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [183 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5352e211-1f77-461a-ad76-3a64902abeff]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [34a 01-18 01:58:59.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org1.example.com | [1c8 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42171cd40), Data:(*common.BlockData)(0xc4217b4580), Metadata:(*common.BlockMetadata)(0xc4217b45c0)}, doMVCCValidation=true +orderer.example.com | 2018-01-18 01:58:51.884 UTC [msp/identity] newIdentity -> DEBU 150 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [266 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24ca1988]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [34b 01-18 01:58:59.39 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [1c9 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [184 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5352e211-1f77-461a-ad76-3a64902abeff +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [267 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24ca1988]send state message COMPLETED +peer0.org2.example.com | [34c 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [185 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [268 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24ca1988]Received message COMPLETED from shim +peer0.org1.example.com | [1ca 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org2.example.com | [34d 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer1.org2.example.com | [269 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24ca1988]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [187 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org1.example.com | [1cb 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [26a 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24ca1988-0c8c-407b-87a6-34b70341ffc0]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [34e 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [186 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/gossip/comm] func1 -> DEBU Got message: GossipMessage: Channel: , nonce: 9029501778371496001, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 2117 bytes, Signature: 0 bytes +peer0.org1.example.com | txId= locPointer=offset=38, bytesLength=11891 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org2.example.com | [26b 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:24ca1988-0c8c-407b-87a6-34b70341ffc0 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org1.example.com | [188 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage -> DEBU Entering, 172.18.0.4:7051 [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] sent us GossipMessage: Channel: , nonce: 9029501778371496001, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 2117 bytes, Signature: 0 bytes +peer0.org1.example.com | ] +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org2.example.com | [34f 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org1.example.com | [189 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage -> DEBU Exiting +peer0.org1.example.com | [1cc 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx ID: [] to index +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org2.example.com | [26c 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [350 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [1cd 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx number:[0] ID: [] to blockNumTranNum index +peer1.org1.example.com | [18a 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/gossip/discovery] handleMsgFromComm -> DEBU Got message: GossipMessage: Channel: , nonce: 9029501778371496001, tag: EMPTY MembershipResponse with Alive: 2, Dead: 0, Envelope: 2117 bytes, Signature: 0 bytes +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [26d 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [351 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [18b 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/gossip/discovery] handleMsgFromComm.handleAliveMessage -> DEBU Entering GossipMessage: tag:EMPTY alive_msg: timestamp: identity:"\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM\nsUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq\nNZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI\nzBwtXbaE2rpu1wCNZg==\n-----END -----\n" > , Envelope: 867 bytes, Signature: 71 bytes Secret payload: 29 bytes, Secret Signature: 70 bytes +orderer.example.com | 2018-01-18 01:58:51.885 UTC [msp/identity] newIdentity -> DEBU 151 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [352 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer1.org2.example.com | [26e 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [33d22907-156a-4dd4-93fa-166898cd3859] +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | [18c 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [1ce 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11935], isChainEmpty=[false], lastBlockNumber=[0] +peer0.org2.example.com | [353 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [26f 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [18d 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org1.example.com | [1cf 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [270 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [238f1dec-9cdb-4775-9cce-84f273940a6b] +peer0.org2.example.com | [354 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42014c200), Data:(*common.BlockData)(0xc421c49420), Metadata:(*common.BlockMetadata)(0xc421c49460)}, doMVCCValidation=true +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org1.example.com | [18e 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=22a07e37-2ba1-4f12-a7cd-9653ed1eb707,syscc=true,proposal=0x0,canname=qscc:1.0.2 +peer0.org2.example.com | [355 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org1.example.com | [1d0 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [271 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=dcb2dc3e-f32e-4763-855b-f27b1c0d81e3,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer0.org2.example.com | [356 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [18f 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched +peer0.org1.example.com | [1d1 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org2.example.com | [357 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org2.example.com | [272 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [1d2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database peer0.org2.example.com | txId= locPointer=offset=70, bytesLength=11913 -orderer.example.com | 2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f2 Proposed new policy Admins for Org1MSP -peer0.org1.example.com | [383 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [28f 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0665e9d2]Received message INIT from shim -peer1.org2.example.com | [290 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0665e9d2]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | [273 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry peer0.org2.example.com | ] -peer0.org1.example.com | [384 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f3 Proposed new policy Readers for Org1MSP -peer1.org1.example.com | [2c5 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f28abc7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [2c6 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f28abc7]send state message COMPLETED -peer0.org2.example.com | [358 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx ID: [] to index -peer0.org1.example.com | [385 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -orderer.example.com | 2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f4 Proposed new policy Writers for Org1MSP -peer1.org2.example.com | [291 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org2.example.com | [359 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1f5 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [292 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [0665e9d2]Received INIT, initializing chaincode -peer1.org1.example.com | [2c7 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f28abc7]Received message COMPLETED from shim -peer1.org1.example.com | [2c8 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f28abc7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [35a 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] -orderer.example.com | 2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1f6 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.461 UTC [common/config] NewStandardValues -> DEBU 1f7 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.461 UTC [common/config] initializeProtosStruct -> DEBU 1f8 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.461 UTC [common/config] NewStandardValues -> DEBU 1f9 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.461 UTC [common/config] initializeProtosStruct -> DEBU 1fa Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fb Proposed new policy Writers for Org2MSP -peer0.org2.example.com | [35b 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) -peer1.org2.example.com | [293 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0665e9d2]Init get response status: 200 -peer1.org1.example.com | [2c9 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [2ca 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5f28abc7d77f8fdfa86d2ecc4e953ec7d4b7970fe47485bc11193ac3a6df396c -orderer.example.com | 2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fc Proposed new policy Admins for Org2MSP -peer0.org2.example.com | [35c 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [35d 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer0.org1.example.com | [386 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions -peer0.org1.example.com | [387 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -orderer.example.com | 2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fd Proposed new policy Readers for Org2MSP -peer1.org2.example.com | [294 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0665e9d2]Init succeeded. Sending COMPLETED -peer0.org2.example.com | [35e 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [2cb 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.461 UTC [common/config] validateMSP -> DEBU 1fe Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.461 UTC [msp] NewBccspMsp -> DEBU 1ff Creating BCCSP-based MSP instance -peer0.org2.example.com | [35f 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions -peer1.org2.example.com | [295 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0665e9d2]Move state message COMPLETED -peer1.org2.example.com | [296 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0665e9d2]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [297 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0665e9d2]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.461 UTC [msp] Setup -> DEBU 200 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.462 UTC [msp/identity] newIdentity -> DEBU 201 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | [360 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org1.example.com | [2cc 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [388 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] -peer0.org1.example.com | [389 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [298 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0665e9d2]Received message COMPLETED from shim -peer0.org2.example.com | [361 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] -peer0.org2.example.com | [362 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer1.org1.example.com | [2cd 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org2.example.com | [363 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [299 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0665e9d2]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [38a 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] -peer0.org2.example.com | [364 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer1.org2.example.com | [29a 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0665e9d2-ce2d-48dc-8a2a-092c87d633d6]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [2ce 01-14 11:45:33.40 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org1.example.com | [2cf 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org2.example.com | [365 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -peer1.org2.example.com | [29b 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0665e9d2-ce2d-48dc-8a2a-092c87d633d6 -peer0.org1.example.com | [38b 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [2d0 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -peer1.org2.example.com | [29c 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [366 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org1.example.com | [38c 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org1.example.com | [2d1 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org2.example.com | [367 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org2.example.com | [29d 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org2.example.com | [368 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org2.example.com | [29e 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [1f0d6029-4096-43fb-a5d7-f78c27206df1] -peer1.org2.example.com | [29f 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer0.org2.example.com | [369 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org1.example.com | [2d2 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42190e840 -peer1.org1.example.com | [2d3 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer0.org2.example.com | [36a 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer0.org1.example.com | [38d 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [2d4 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer1.org1.example.com | [2d5 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [2d6 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -peer0.org2.example.com | [36b 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org2.example.com | [2a0 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [f425fc67-6c6a-4058-8eca-b1662cb8cfe9] -peer0.org2.example.com | [36c 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421d33b60 -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer1.org2.example.com | [2a1 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=694b8fee-4ef3-4951-81f6-f7c63ee76e27,syscc=true,proposal=0x0,canname=qscc:1.0.2 -peer1.org1.example.com | [2d7 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [2d8 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [2a2 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer0.org2.example.com | [36d 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer0.org1.example.com | [38e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org1.example.com | [2d9 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc4216e9000, header channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer1.org2.example.com | [2a3 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [36e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [38f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | [2da 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [2db 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org2.example.com | [36f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.463 UTC [msp/identity] newIdentity -> DEBU 202 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [390 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [2a4 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -peer1.org2.example.com | [2a5 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [694b8fee]Inside sendExecuteMessage. Message INIT -peer0.org2.example.com | [370 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org2.example.com | [371 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer1.org2.example.com | [2a6 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [2dc 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [391 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org2.example.com | [372 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer1.org1.example.com | [2dd 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [2a7 01-14 11:45:33.79 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [694b8fee]sendExecuteMsg trigger event INIT -peer0.org2.example.com | [373 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421bdb000, header channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer0.org1.example.com | [392 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer1.org1.example.com | [2de 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org2.example.com | [2a8 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [694b8fee]Move state message INIT -peer0.org2.example.com | [374 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org2.example.com | [375 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [393 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421c261b0 -peer1.org2.example.com | [2a9 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [694b8fee]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [2aa 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [2ab 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [694b8fee]sending state message INIT -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org2.example.com | [376 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [377 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org2.example.com | [378 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer0.org2.example.com | [379 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [37a 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.463 UTC [msp/identity] newIdentity -> DEBU 203 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org2.example.com | [37b 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org1.example.com | [2df 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org1.example.com | [2e0 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org1.example.com | [2e1 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org2.example.com | [2ac 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [694b8fee]Received message INIT from shim -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [37c 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org1.example.com | [394 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer1.org2.example.com | [2ad 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [694b8fee]Handling ChaincodeMessage of type: INIT(state:ready) -peer0.org2.example.com | [37d 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [37e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [37f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.464 UTC [msp] Validate -> DEBU 204 MSP OrdererMSP validating identity -peer0.org2.example.com | [380 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [381 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [382 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org2.example.com | [383 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org2.example.com | [384 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.464 UTC [common/config] Validate -> DEBU 205 Anchor peers for org Org1MSP are -peer1.org1.example.com | [2e2 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [2e3 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org1.example.com | [2e4 01-14 11:45:39.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org1.example.com | [2e5 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.465 UTC [common/config] validateMSP -> DEBU 206 Setting up MSP for org Org1MSP -peer0.org2.example.com | [385 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer0.org2.example.com | [386 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer0.org2.example.com | [387 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [388 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.465 UTC [msp] NewBccspMsp -> DEBU 207 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.465 UTC [msp] Setup -> DEBU 208 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:32.465 UTC [msp/identity] newIdentity -> DEBU 209 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [389 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer0.org2.example.com | [38a 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org2.example.com | [38b 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org2.example.com | [38c 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [38d 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [2e6 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [2ae 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -peer0.org1.example.com | [395 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org2.example.com | [38e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org2.example.com | [38f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [390 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer0.org2.example.com | [391 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org2.example.com | [392 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [393 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [394 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org2.example.com | [395 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org2.example.com | [396 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org2.example.com | [397 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org2.example.com | [398 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org2.example.com | [399 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org2.example.com | [39a 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer0.org2.example.com | [39b 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org2.example.com | [39c 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [39d 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org2.example.com | [39e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [39f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org2.example.com | [3a0 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org2.example.com | [3a1 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org2.example.com | [3a2 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org2.example.com | [3a3 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [3a4 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org2.example.com | [3a5 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer0.org2.example.com | [3a6 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [3a7 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org1.example.com | [2e7 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org2.example.com | [3a8 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org2.example.com | [3a9 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org2.example.com | [3aa 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -peer0.org2.example.com | [3ab 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [2af 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [694b8fee]Received INIT, initializing chaincode -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -peer1.org1.example.com | [2e8 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org1.example.com | [2e9 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org2.example.com | [3ac 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [396 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -peer0.org2.example.com | [3ad 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer1.org1.example.com | [2ea 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | H7n8z1pj5w== -peer0.org2.example.com | [3ae 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [3af 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [3b0 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.466 UTC [msp/identity] newIdentity -> DEBU 20a Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [2eb 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org2.example.com | [2b0 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -peer0.org2.example.com | [3b1 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [2ec 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [397 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -peer1.org2.example.com | [2b1 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [694b8fee]Init get response status: 200 -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [3b2 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org1.example.com | [2ed 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org1.example.com | [2ee 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org1.example.com | [2ef 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org1.example.com | [2f0 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org2.example.com | [3b3 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer0.org2.example.com | [3b4 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [3b5 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [3b6 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org2.example.com | [2b2 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [694b8fee]Init succeeded. Sending COMPLETED -peer0.org1.example.com | [398 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [399 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [2f1 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [3b7 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org2.example.com | [3b8 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [2f2 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [2b3 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [694b8fee]Move state message COMPLETED -peer1.org2.example.com | [2b4 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [694b8fee]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [2b5 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [694b8fee]send state message COMPLETED -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org2.example.com | [3b9 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [3ba 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [3bb 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [3bc 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [2f3 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer1.org2.example.com | [2b6 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [694b8fee]Received message COMPLETED from shim -peer0.org1.example.com | [39a 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421c32000, header channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer0.org2.example.com | [3bd 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org2.example.com | [3be 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [39b 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org1.example.com | [2f4 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [3bf 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [2b7 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [694b8fee]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [2f5 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [3c0 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [2b8 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [694b8fee-4ef3-4951-81f6-f7c63ee76e27]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.466 UTC [msp/identity] newIdentity -> DEBU 20b Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [3c1 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer1.org1.example.com | [2f6 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | [2b9 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:694b8fee-4ef3-4951-81f6-f7c63ee76e27 -peer1.org2.example.com | [2ba 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [39c 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org2.example.com | [3c2 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org2.example.com | [3c3 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org2.example.com | [2bb 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -peer1.org2.example.com | [2bc 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [f425fc67-6c6a-4058-8eca-b1662cb8cfe9] -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org2.example.com | [3c4 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer0.org2.example.com | [3c5 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer1.org1.example.com | [2f7 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | [39d 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [2bd 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry -peer0.org2.example.com | [3c6 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer0.org2.example.com | [3c7 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer0.org2.example.com | [3c8 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org2.example.com | [3c9 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [2f8 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org1.example.com | [39e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [2be 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] -peer0.org2.example.com | [3ca 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [2f9 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer1.org1.example.com | [2fa 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.467 UTC [msp] Validate -> DEBU 20c MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.467 UTC [common/config] Validate -> DEBU 20d Anchor peers for org Org2MSP are -peer0.org2.example.com | [3cb 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org1.example.com | [2fb 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org2.example.com | [2bf 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.467 UTC [common/config] validateMSP -> DEBU 20e Setting up MSP for org Org2MSP -peer0.org2.example.com | [3cc 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [39f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer1.org1.example.com | [2fc 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer1.org1.example.com | [2fd 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer1.org1.example.com | [2fe 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.467 UTC [msp] NewBccspMsp -> DEBU 20f Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.468 UTC [msp] Setup -> DEBU 210 Setting up MSP instance Org2MSP -peer0.org2.example.com | [3cd 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [3ce 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [3cf 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org2.example.com | [3d0 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [3d1 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [3d2 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [3d3 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [3d4 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org2.example.com | [3d5 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org2.example.com | [3d6 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [3d7 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [3d8 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer0.org2.example.com | [3d9 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer0.org2.example.com | [3da 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org2.example.com | [3db 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: -peer0.org2.example.com | [3dc 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org2.example.com | [3dd 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org2.example.com | [2c0 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [3a0 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [3de 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer0.org2.example.com | [3df 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [3e0 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org2.example.com | [3e1 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org2.example.com | [3e2 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer0.org2.example.com | [3e3 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [3e4 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org1.example.com | [2ff 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer1.org1.example.com | [300 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [301 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [302 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [3e5 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org2.example.com | [2c1 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org1.example.com | [3a1 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.468 UTC [msp/identity] newIdentity -> DEBU 211 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [3e6 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a7e500), Data:(*common.BlockData)(0xc421e7d4a0), Metadata:(*common.BlockMetadata)(0xc421e7d4e0)}, doMVCCValidation=true -peer1.org1.example.com | [303 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [3a2 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org2.example.com | [2c2 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org2.example.com | [2c3 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit -peer1.org2.example.com | [2c4 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d02c0fdb]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [3e7 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org1.example.com | [3a3 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [3a4 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [304 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [3e8 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [2c5 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d02c0fdb]Move state message COMPLETED -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer0.org1.example.com | [3a5 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org2.example.com | [3e9 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -peer1.org1.example.com | [305 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [2c6 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d02c0fdb]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer0.org1.example.com | [3a6 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org2.example.com | [2c7 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d02c0fdb]send state message COMPLETED -peer1.org1.example.com | [306 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org2.example.com | txId= locPointer=offset=70, bytesLength=11973 -peer0.org1.example.com | [3a7 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [3a8 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org1.example.com | [3a9 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org1.example.com | [307 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [1d3 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org1.example.com | [191 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [358 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx ID: [] to index +peer1.org2.example.com | [274 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [1d4 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org2.example.com | [359 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index +peer1.org2.example.com | [275 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [dcb2dc3e]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org2.example.com | [35a 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] +peer1.org2.example.com | [276 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [1d5 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [35b 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | 2018-01-18 01:58:51.886 UTC [msp] Validate -> DEBU 152 MSP Org2MSP validating identity +peer0.org1.example.com | [1d6 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block +peer1.org2.example.com | [277 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [dcb2dc3e]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [35c 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.887 UTC [common/config] Validate -> DEBU 153 Anchor peers for org Org1MSP are +peer0.org1.example.com | [1d7 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [35d 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.887 UTC [common/config] validateMSP -> DEBU 154 Setting up MSP for org Org1MSP +peer1.org2.example.com | [278 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dcb2dc3e]Move state message INIT +peer0.org1.example.com | [1d8 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org2.example.com | [35e 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org2.example.com | [279 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dcb2dc3e]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | 2018-01-18 01:58:51.887 UTC [msp] NewBccspMsp -> DEBU 155 Creating BCCSP-based MSP instance +peer0.org2.example.com | [35f 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions +peer1.org2.example.com | [27a 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [1d9 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org2.example.com | [360 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer1.org2.example.com | [27b 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dcb2dc3e]sending state message INIT +orderer.example.com | 2018-01-18 01:58:51.887 UTC [msp] Setup -> DEBU 156 Setting up MSP instance Org1MSP +peer0.org2.example.com | [361 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] +peer1.org2.example.com | [27c 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dcb2dc3e]Received message INIT from shim +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [1da 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer0.org2.example.com | [362 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [27d 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [dcb2dc3e]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | 2018-01-18 01:58:51.888 UTC [msp/identity] newIdentity -> DEBU 157 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [1db 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org2.example.com | [363 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] +peer1.org2.example.com | [27e 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +peer0.org2.example.com | [364 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [27f 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [dcb2dc3e]Received INIT, initializing chaincode +peer0.org2.example.com | [365 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [1dc 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [280 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dcb2dc3e]Init get response status: 200 +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer0.org2.example.com | [366 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [281 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dcb2dc3e]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [367 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [1dd 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [282 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dcb2dc3e]Move state message COMPLETED +peer0.org2.example.com | [368 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [1de 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [283 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [dcb2dc3e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +peer0.org2.example.com | [369 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [284 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dcb2dc3e]send state message COMPLETED +peer0.org2.example.com | [36a 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +peer1.org2.example.com | [285 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dcb2dc3e]Received message COMPLETED from shim +peer0.org1.example.com | [1df 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [36b 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org2.example.com | [286 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dcb2dc3e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org1.example.com | [1e0 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org2.example.com | [36c 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42184e000 +peer1.org2.example.com | [287 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dcb2dc3e-f32e-4763-855b-f27b1c0d81e3]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [1e1 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org2.example.com | [36d 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer1.org2.example.com | [288 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:dcb2dc3e-f32e-4763-855b-f27b1c0d81e3 +peer1.org1.example.com | [192 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer1.org2.example.com | [289 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [1e2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer0.org2.example.com | [36e 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer1.org2.example.com | [28a 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org1.example.com | [1e3 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [193 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer1.org2.example.com | [28b 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [238f1dec-9cdb-4775-9cce-84f273940a6b] +peer0.org2.example.com | [36f 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [1e4 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer1.org2.example.com | [28c 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org2.example.com | [370 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer1.org1.example.com | [190 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer0.org1.example.com | [1e5 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org2.example.com | [28d 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4e51c5dc-ef84-4281-8278-d38555de0a17] +peer0.org2.example.com | [371 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [194 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +peer0.org1.example.com | [1e6 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org2.example.com | [28e 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=7167ba64-70f2-4523-b6de-9aa85b1957df,syscc=true,proposal=0x0,canname=escc:1.0.2 +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer0.org1.example.com | [1e7 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org2.example.com | [28f 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org2.example.com | [372 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org1.example.com | [195 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer1.org1.example.com) +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer0.org1.example.com | [1e8 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [290 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [373 01-18 01:58:59.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421853000, header channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer0.org1.example.com | [1e9 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer1.org2.example.com | [291 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | H7n8z1pj5w== +peer0.org1.example.com | [1ea 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer1.org1.example.com | [196 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +peer0.org2.example.com | [374 01-18 01:58:59.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org2.example.com | [292 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7167ba64]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [1eb 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer1.org1.example.com | [197 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org2.example.com | [375 01-18 01:58:59.43 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [293 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [1ec 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=qscc:1.0.2 +peer0.org2.example.com | [376 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer1.org2.example.com | [294 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7167ba64]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [1ed 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:51.890 UTC [msp/identity] newIdentity -> DEBU 158 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [377 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org2.example.com | [295 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7167ba64]Move state message INIT +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer0.org1.example.com | [1ee 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org2.example.com | [378 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org1.example.com | [1ef 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org2.example.com | [379 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org1.example.com | [1f0 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org2.example.com | [296 01-18 01:58:53.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7167ba64]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org2.example.com | [37a 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [1f1 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org2.example.com | [37b 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org1.example.com | [198 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock +peer1.org2.example.com | [297 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [1f2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [199 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock +peer0.org1.example.com | [1f3 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [298 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7167ba64]sending state message INIT +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [37c 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org1.example.com | [19a 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 +peer0.org1.example.com | [1f4 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org2.example.com | [299 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7167ba64]Received message INIT from shim +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [1f5 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org2.example.com | [37d 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [29a 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7167ba64]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org1.example.com | [1f6 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org2.example.com | [37e 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org1.example.com | [19b 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) +peer0.org1.example.com | [1f7 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [29b 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [37f 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [1f8 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org1.example.com | [19c 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 +peer1.org2.example.com | [29c 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [7167ba64]Received INIT, initializing chaincode +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [19d 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org1.example.com | [1f9 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [29d 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [380 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer0.org1.example.com | [1fa 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org1.example.com | [19e 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [29e 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7167ba64]Init get response status: 200 +peer0.org2.example.com | [381 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org1.example.com | [1fb 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [19f 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 +peer1.org2.example.com | [29f 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7167ba64]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [1fc 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer1.org1.example.com | [1a0 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer1.org1.example.com:7052] +peer0.org2.example.com | [382 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [2a0 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7167ba64]Move state message COMPLETED +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [1fd 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org2.example.com | [383 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org1.example.com | [1a1 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 +peer1.org2.example.com | [2a1 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7167ba64]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [384 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [1fe 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org2.example.com | [2a2 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7167ba64]send state message COMPLETED +peer1.org1.example.com | [1a2 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +peer0.org2.example.com | [385 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:51.891 UTC [msp/identity] newIdentity -> DEBU 159 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [1ff 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer1.org1.example.com | [1a3 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org2.example.com | [386 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org2.example.com | [2a3 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7167ba64]Received message COMPLETED from shim +peer1.org1.example.com | [1a4 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [200 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org2.example.com | [387 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer1.org2.example.com | [2a4 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7167ba64]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [1a5 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | [201 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org2.example.com | [388 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [1a6 01-18 01:58:49.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 +peer0.org1.example.com | [202 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org2.example.com | [389 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [203 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org2.example.com | [2a5 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7167ba64-70f2-4523-b6de-9aa85b1957df]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [38a 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [204 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org1.example.com | [1a7 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED +peer1.org2.example.com | [2a6 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:7167ba64-70f2-4523-b6de-9aa85b1957df +peer0.org2.example.com | [38b 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [1a8 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer0.org1.example.com | [205 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org2.example.com | [38c 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [2a7 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [1a9 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +peer0.org1.example.com | [206 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer0.org2.example.com | [38d 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [2a8 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed +peer1.org1.example.com | [1aa 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +peer0.org1.example.com | [207 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org2.example.com | [38e 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [208 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [2a9 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [4e51c5dc-ef84-4281-8278-d38555de0a17] +peer1.org1.example.com | [1ab 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [2aa 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [209 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org2.example.com | [38f 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org1.example.com | [1ac 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed +peer0.org1.example.com | [20a 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org2.example.com | [2ab 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [966c4bd5-546a-4809-8181-2b360bf46f7d] +peer0.org2.example.com | [390 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org1.example.com | [1ad 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org1.example.com | [20b 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [2ac 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=e5467d26-d802-4d6e-9cdf-56b00a02e0ae,syscc=true,proposal=0x0,canname=vscc:1.0.2 +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org2.example.com | [391 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [20c 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [2ad 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [1ae 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org2.example.com | [392 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [2ae 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [20d 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [1af 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [22a07e37]Move state message READY +peer0.org2.example.com | [393 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [20e 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [2af 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.892 UTC [msp] Validate -> DEBU 15a MSP Org1MSP validating identity +peer1.org1.example.com | [1b0 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [22a07e37]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org1.example.com | [20f 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org2.example.com | [394 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [2b0 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e5467d26]Inside sendExecuteMessage. Message INIT +orderer.example.com | 2018-01-18 01:58:51.893 UTC [common/config] validateMSP -> DEBU 15b Setting up MSP for org OrdererOrg +peer0.org1.example.com | [210 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org2.example.com | [2b1 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [395 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org1.example.com | [1b1 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [22a07e37]Entered state ready +orderer.example.com | 2018-01-18 01:58:51.893 UTC [msp] NewBccspMsp -> DEBU 15c Creating BCCSP-based MSP instance +peer1.org2.example.com | [2b2 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e5467d26]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [396 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org1.example.com | [211 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [1b2 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:22a07e37-2ba1-4f12-a7cd-9653ed1eb707 +peer1.org2.example.com | [2b3 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5467d26]Move state message INIT +peer0.org2.example.com | [397 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [212 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [1b3 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [22a07e37]sending state message READY +orderer.example.com | 2018-01-18 01:58:51.893 UTC [msp] Setup -> DEBU 15d Setting up MSP instance OrdererMSP +peer0.org2.example.com | [398 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [213 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer1.org2.example.com | [2b4 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5467d26]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [1b4 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]Received message READY from shim +peer0.org2.example.com | [399 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer1.org2.example.com | [2b5 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.894 UTC [msp/identity] newIdentity -> DEBU 15e Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [1b5 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [22a07e37]Handling ChaincodeMessage of type: READY(state:established) +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer0.org1.example.com | [214 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer1.org2.example.com | [2b6 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5467d26]sending state message INIT +peer0.org2.example.com | [39a 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [1b6 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [39b 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [2b7 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5467d26]Received message INIT from shim +peer0.org1.example.com | [215 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer1.org1.example.com | [1b7 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +peer0.org2.example.com | [39c 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [2b8 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e5467d26]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [216 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer1.org1.example.com | [1b8 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [2b9 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [39d 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer1.org1.example.com | [1b9 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer0.org1.example.com | [217 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer1.org2.example.com | [2ba 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e5467d26]Received INIT, initializing chaincode +peer0.org2.example.com | [39e 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer1.org2.example.com | [2bb 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5467d26]Init get response status: 200 +peer0.org1.example.com | [218 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer1.org1.example.com | [1ba 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [22a07e37]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [39f 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer1.org2.example.com | [2bc 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5467d26]Init succeeded. Sending COMPLETED +peer1.org1.example.com | [1bb 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [219 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [3a0 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer1.org1.example.com | [1bc 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [22a07e37]sendExecuteMsg trigger event INIT +peer0.org1.example.com | [21a 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [2bd 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5467d26]Move state message COMPLETED +peer0.org2.example.com | [3a1 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer1.org1.example.com | [1bd 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [22a07e37]Move state message INIT +peer1.org2.example.com | [2be 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e5467d26]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org2.example.com | [3a2 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [21b 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are +peer1.org1.example.com | [1be 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [22a07e37]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [2bf 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5467d26]send state message COMPLETED +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer0.org2.example.com | [3a3 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [21c 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org2.example.com | [2c0 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5467d26]Received message COMPLETED from shim +peer1.org1.example.com | [1bf 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [3a4 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +peer0.org1.example.com | [21d 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +peer1.org2.example.com | [2c1 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5467d26]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [3a5 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +peer1.org1.example.com | [1c0 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [22a07e37]sending state message INIT +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer0.org2.example.com | [3a6 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [21e 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org2.example.com | [2c2 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5467d26-d802-4d6e-9cdf-56b00a02e0ae]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [1c1 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]Received message INIT from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [3a7 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [21f 01-18 01:58:52.61 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer1.org2.example.com | [2c3 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e5467d26-d802-4d6e-9cdf-56b00a02e0ae +peer1.org1.example.com | [1c2 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [22a07e37]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | 2018-01-18 01:58:51.894 UTC [msp/identity] newIdentity -> DEBU 15f Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [3a8 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [220 01-18 01:58:52.61 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer1.org1.example.com | [1c3 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [2c4 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [3a9 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [2c5 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org1.example.com | [221 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [1c4 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [22a07e37]Received INIT, initializing chaincode +peer0.org2.example.com | [3aa 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [2c6 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [966c4bd5-546a-4809-8181-2b360bf46f7d] +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [222 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer1.org1.example.com | [1c5 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer1.org2.example.com | [2c7 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org2.example.com | [3ab 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [1c6 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [223 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer1.org2.example.com | [2c8 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [894e6313-200d-4eb9-87dd-5c6b598a7d79] +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org2.example.com | [3ac 01-18 01:58:59.45 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [1c7 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]Init get response status: 200 +peer0.org1.example.com | [224 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org2.example.com | [2c9 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=25747437-04b9-4b3e-a5d3-d9dc4431230b,syscc=true,proposal=0x0,canname=qscc:1.0.2 +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org2.example.com | [3ad 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [2ca 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +peer0.org1.example.com | [225 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org1.example.com | [1c8 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [2cb 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [3ae 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [226 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org1.example.com | [1c9 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]Move state message COMPLETED +peer0.org2.example.com | [3af 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [2cc 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer1.org1.example.com | [1ca 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [22a07e37]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [3b0 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer0.org1.example.com | [227 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org2.example.com | [3b1 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [1cb 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [22a07e37]send state message COMPLETED +peer1.org2.example.com | [2cd 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [25747437]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [228 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [61c6d196-c80c-40bd-8f37-de29b630278a] +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org1.example.com | [1cc 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [22a07e37]Received message COMPLETED from shim +peer0.org2.example.com | [3b2 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [229 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=8b8168bc-ebd3-46b8-a2e4-7dd16faa3728,syscc=true,proposal=0x0,canname=cscc:1.0.2 +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org2.example.com | [3b3 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [22a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer1.org2.example.com | [2ce 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [1cd 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [22a07e37]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [3b4 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer0.org1.example.com | [22b 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [2cf 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [25747437]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [1ce 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [22a07e37-2ba1-4f12-a7cd-9653ed1eb707]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.895 UTC [msp/identity] newIdentity -> DEBU 160 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [22c 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org2.example.com | [2d0 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [25747437]Move state message INIT +peer0.org2.example.com | [3b5 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org1.example.com | [1cf 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:22a07e37-2ba1-4f12-a7cd-9653ed1eb707 +peer0.org2.example.com | [3b6 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer0.org1.example.com | [22d 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b8168bc]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [2d1 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [25747437]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [1d0 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [22e 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [22f 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b8168bc]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [3b7 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [1d1 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org2.example.com | [2d2 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [230 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]Move state message INIT +peer1.org1.example.com | [1d2 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess +peer0.org2.example.com | [3b8 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org1.example.com | [1d3 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] +peer1.org2.example.com | [2d3 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [25747437]sending state message INIT +peer0.org1.example.com | [231 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org2.example.com | [3b9 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [1d4 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org2.example.com | [3ba 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [232 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [2d4 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [25747437]Received message INIT from shim +peer1.org1.example.com | [1d5 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer0.org1.example.com | [233 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]sending state message INIT +peer1.org1.example.com | [1d6 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [3bb 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [2d5 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [25747437]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [234 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Received message INIT from shim +peer0.org2.example.com | [3bc 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [2d6 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org2.example.com | [3bd 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org1.example.com | [235 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b8168bc]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer1.org2.example.com | [2d7 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [25747437]Received INIT, initializing chaincode +peer0.org2.example.com | [3be 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [236 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [3bf 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer1.org2.example.com | [2d8 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer0.org1.example.com | [237 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [8b8168bc]Received INIT, initializing chaincode +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org2.example.com | [2d9 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [25747437]Init get response status: 200 +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [3c0 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org1.example.com | [238 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [3c1 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +peer1.org2.example.com | [2da 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [25747437]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [239 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Init get response status: 200 +orderer.example.com | 2018-01-18 01:58:51.896 UTC [msp] Validate -> DEBU 161 MSP OrdererMSP validating identity +peer0.org2.example.com | [3c2 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org1.example.com | [23a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Init succeeded. Sending COMPLETED +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer1.org2.example.com | [2db 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [25747437]Move state message COMPLETED +peer0.org1.example.com | [23b 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.896 UTC [msp] Setup -> DEBU 162 Setting up the MSP manager (3 msps) +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [3c3 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org2.example.com | [2dc 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [25747437]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.896 UTC [msp] Setup -> DEBU 163 MSP manager setup complete, setup 3 msps +peer0.org1.example.com | [23c 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b8168bc]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [3c4 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +peer0.org1.example.com | [23d 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]send state message COMPLETED +peer1.org2.example.com | [2dd 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [25747437]send state message COMPLETED +peer0.org2.example.com | [3c5 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.896 UTC [policies] GetPolicy -> DEBU 164 Returning policy Writers for evaluation +peer0.org1.example.com | [23e 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]Received message COMPLETED from shim +peer1.org2.example.com | [2de 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [25747437]Received message COMPLETED from shim +peer0.org2.example.com | [3c6 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:51.896 UTC [policies] CommitProposals -> DEBU 165 In commit adding relative sub-policy Org2MSP/Writers to Application +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +peer0.org2.example.com | [3c7 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 166 Returning policy Admins for evaluation +peer0.org1.example.com | [23f 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [3c8 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org2.example.com | [2df 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [25747437]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [240 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc-ebd3-46b8-a2e4-7dd16faa3728]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 167 In commit adding relative sub-policy Org2MSP/Admins to Application +peer0.org2.example.com | [3c9 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [241 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8b8168bc-ebd3-46b8-a2e4-7dd16faa3728 +peer1.org1.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 168 Returning policy Readers for evaluation +peer1.org2.example.com | [2e0 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [25747437-04b9-4b3e-a5d3-d9dc4431230b]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [3ca 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 169 In commit adding relative sub-policy Org2MSP/Readers to Application +peer0.org1.example.com | [242 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [2e1 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:25747437-04b9-4b3e-a5d3-d9dc4431230b +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 16a Returning policy Writers for evaluation +peer1.org1.example.com | [1d7 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [3cb 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 16b In commit adding relative sub-policy Org1MSP/Writers to Application +peer0.org1.example.com | [243 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [3cc 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 16c Returning policy Admins for evaluation +peer1.org2.example.com | [2e2 01-18 01:58:53.21 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [1d8 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +peer0.org2.example.com | [3cd 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org1.example.com | [244 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [61c6d196-c80c-40bd-8f37-de29b630278a] +orderer.example.com | 2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 16d In commit adding relative sub-policy Org1MSP/Admins to Application +peer0.org2.example.com | [3ce 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [1d9 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.Verify -> DEBU Verify: digest = 00000000 3d 68 25 3d 09 73 b0 4a dc 81 86 bb 8f f0 6a 50 |=h%=.s.J......jP| +peer1.org2.example.com | [2e3 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer0.org1.example.com | [245 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 16e Returning policy Readers for evaluation +peer0.org2.example.com | [3cf 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | 00000010 da 2f 94 32 5e 22 c6 1e 12 d0 37 41 32 97 f2 a0 |./.2^"....7A2...| +peer1.org2.example.com | [2e4 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [894e6313-200d-4eb9-87dd-5c6b598a7d79] +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 16f In commit adding relative sub-policy Org1MSP/Readers to Application +peer0.org2.example.com | [3d0 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer1.org1.example.com | [1da 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.Verify -> DEBU Verify: sig = 00000000 30 45 02 21 00 91 6d d8 4a b2 90 53 f5 74 3c 8e |0E.!..m.J..S.t<.| +peer0.org1.example.com | [246 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [6a126f0a-eca2-4f59-8039-364e40e40984] +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 170 Returning policy Admins for evaluation +peer0.org2.example.com | [3d1 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer1.org2.example.com | [2e5 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | 00000010 dd af b1 8f 0f 21 43 6b 61 d0 4e c8 22 2f c5 56 |.....!Cka.N."/.V| +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 171 Returning policy Admins for evaluation +peer0.org2.example.com | [3d2 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | [247 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=722e691b-fdd9-4e1a-b7d1-86ccce182f8c,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer1.org1.example.com | 00000020 80 0f eb 24 79 02 20 40 e2 e3 68 34 04 51 24 6b |...$y. @..h4.Q$k| +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 172 Returning policy Writers for evaluation +peer0.org2.example.com | [3d3 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 173 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer1.org2.example.com | [2e6 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] +peer1.org1.example.com | 00000030 79 ce 0a ef 6d f0 f4 db 5e 90 8f e3 13 39 93 90 |y...m...^....9..| +peer0.org1.example.com | [248 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org2.example.com | [3d4 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 174 Returning policy Admins for evaluation +peer0.org2.example.com | [3d5 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer1.org2.example.com | [2e7 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 175 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +peer0.org2.example.com | [3d6 01-18 01:58:59.49 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | 00000040 16 16 71 32 d9 77 38 |..q2.w8| +peer0.org1.example.com | [249 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [3d7 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [2e8 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:51.899 UTC [policies] GetPolicy -> DEBU 176 Returning policy Readers for evaluation +peer0.org1.example.com | [24a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org1.example.com | [1db 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org2.example.com | [3d8 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:51.899 UTC [policies] CommitProposals -> DEBU 177 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +peer0.org1.example.com | [24b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [722e691b]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [3d9 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org2.example.com | [2e9 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | 2018-01-18 01:58:51.900 UTC [policies] GetPolicy -> DEBU 178 Returning policy Readers for evaluation +peer1.org1.example.com | [1dd 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +peer0.org2.example.com | [3da 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 179 Returning policy Writers for evaluation +peer1.org2.example.com | [2ea 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [24c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [1dc 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] +peer0.org2.example.com | [3db 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17a Returning policy Admins for evaluation +peer1.org2.example.com | [2eb 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [1de 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [3dc 01-18 01:58:59.50 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17b Returning policy Writers for evaluation +peer1.org1.example.com | MIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [24d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [722e691b]sendExecuteMsg trigger event INIT +orderer.example.com | 2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17c Returning policy Org1MSP/Readers for evaluation +peer1.org1.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [3dd 01-18 01:58:59.51 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer1.org2.example.com | [2ec 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7aaa6edb]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.901 UTC [policies] CommitProposals -> DEBU 17d In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +peer1.org1.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [24e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]Move state message INIT +peer1.org2.example.com | [2ed 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7aaa6edb]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 17e Returning policy ChannelCreationPolicy for evaluation +peer1.org1.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | [3de 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer0.org1.example.com | [24f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 17f In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +peer1.org1.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [2ee 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7aaa6edb]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [3df 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 180 Returning policy Org2MSP/Writers for evaluation +peer1.org1.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [250 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 181 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +peer1.org2.example.com | [2ef 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7aaa6edb]send state message COMPLETED +peer1.org1.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 182 Returning policy Org2MSP/Admins for evaluation +peer0.org2.example.com | [3e0 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 183 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +peer0.org1.example.com | [251 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]sending state message INIT +peer1.org2.example.com | [2f0 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7aaa6edb]Received message COMPLETED from shim +peer1.org1.example.com | sUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G +peer0.org2.example.com | [3e1 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +orderer.example.com | 2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 184 Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 185 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +peer0.org1.example.com | [252 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Received message INIT from shim +peer1.org2.example.com | [2f1 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7aaa6edb]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [3e2 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.903 UTC [policies] GetPolicy -> DEBU 186 Returning policy Org1MSP/Writers for evaluation +peer1.org1.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq +peer0.org1.example.com | [253 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [722e691b]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [3e3 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | 2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 187 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +peer1.org1.example.com | NZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI +peer1.org2.example.com | [2f2 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [3e4 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer0.org1.example.com | [254 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | 2018-01-18 01:58:51.903 UTC [policies] GetPolicy -> DEBU 188 Returning policy Org1MSP/Admins for evaluation +peer1.org1.example.com | zBwtXbaE2rpu1wCNZg== +peer1.org2.example.com | [2f3 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:7aaa6edb3353d9d2a0346814a1b2a493b072f147b6a566a2ca8b6bd2dbf02e6e +peer0.org1.example.com | [255 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [722e691b]Received INIT, initializing chaincode +orderer.example.com | 2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 189 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +peer1.org1.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [3e5 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [2f4 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [256 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Init get response status: 200 +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18a Returning policy Readers for evaluation +peer1.org1.example.com | [1df 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' +peer0.org2.example.com | [3e6 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42162db00), Data:(*common.BlockData)(0xc42192cdc0), Metadata:(*common.BlockMetadata)(0xc42192ce00)}, doMVCCValidation=true +peer1.org2.example.com | [2f5 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18b In commit adding relative sub-policy Orderer/Readers to Channel +peer1.org1.example.com | [1e0 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/msp/mgmt] handleMsgFromComm.handleAliveMessage.ValidateAliveMsg.validateAliveMsgSignature.Verify.func1.Verify.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +peer0.org1.example.com | [257 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Init succeeded. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18c Returning policy Writers for evaluation +peer1.org1.example.com | [1e1 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' +peer0.org2.example.com | [3e7 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [2f6 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18d In commit adding relative sub-policy Orderer/Writers to Channel +peer1.org1.example.com | [1e2 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' +peer0.org1.example.com | [258 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Move state message COMPLETED +peer1.org2.example.com | [2f7 01-18 01:58:53.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18e Returning policy Admins for evaluation +peer1.org1.example.com | [1e3 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/gossip/discovery] handleMsgFromComm.handleAliveMessage -> DEBU Got alive message about ourselves, GossipMessage: tag:EMPTY alive_msg: timestamp: identity:"\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGTCCAcCgAwIBAgIRAP//zqWKYzSHLW7GfxKsMZYwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjEub3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABMkhzyzkBQMmDIFIj+Dmnud+j7/3h/LM\nsUwFjL4AqbRBEG6vNDX4lF1jwBBt39uJxvOBL2wKymZ0rY/LVNK4vumjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIB1/N1vq\nNZ8srg0DN/kZsRGGbGxZDd6SUmUSPGopEZ+BAiAFLGQc/nVZ7H9e3TOSPWkj9xXI\nzBwtXbaE2rpu1wCNZg==\n-----END -----\n" > , Envelope: 867 bytes, Signature: 71 bytes Secret payload: 29 bytes, Secret Signature: 70 bytes +peer0.org2.example.com | [3e8 01-18 01:58:59.55 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] +peer1.org2.example.com | [2f8 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18f In commit adding relative sub-policy Orderer/Admins to Channel +peer1.org1.example.com | [1e4 01-18 01:58:49.74 UTC] [github.com/hyperledger/fabric/gossip/discovery] handleMsgFromComm.handleAliveMessage -> DEBU Exiting +peer0.org2.example.com | [3e9 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +peer0.org1.example.com | [259 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [722e691b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [2f9 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 190 Returning policy BlockValidation for evaluation +peer1.org1.example.com | [1e5 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/gossip/discovery] handleMsgFromComm.handleAliveMessage -> DEBU Entering GossipMessage: tag:EMPTY alive_msg: timestamp: identity:"\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k\nlU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc\nvdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l\n05n0MbLw/Ug3egJ3JA==\n-----END -----\n" > , Envelope: 867 bytes, Signature: 71 bytes Secret payload: 29 bytes, Secret Signature: 70 bytes +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 191 In commit adding relative sub-policy Orderer/BlockValidation to Channel +peer0.org1.example.com | [25a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]send state message COMPLETED +peer1.org2.example.com | [2fa 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org2.example.com | txId= locPointer=offset=70, bytesLength=11970 +peer1.org1.example.com | [1e6 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 192 Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 193 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel peer0.org2.example.com | ] -peer1.org2.example.com | [2c8 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d02c0fdb]Received message COMPLETED from shim -peer1.org2.example.com | [2c9 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d02c0fdb]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [3aa 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org1.example.com | [308 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [3ea 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx ID: [] to index -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer1.org2.example.com | [2ca 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [3ab 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org1.example.com | [3ac 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org2.example.com | [3eb 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org1.example.com | [309 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [30a 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer0.org1.example.com | [3ad 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer0.org2.example.com | [3ec 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39461], isChainEmpty=[false], lastBlockNumber=[2] -peer1.org2.example.com | [2cb 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d02c0fdb0e4246a32c386c37a50a81f989cee8204d26a34fa31fd61c70252458 -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer1.org1.example.com | [30b 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [3ae 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [3ed 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) -peer1.org2.example.com | [2cc 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [2cd 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [3af 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org1.example.com | [30c 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org2.example.com | [3ee 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer0.org1.example.com | [3b0 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer0.org2.example.com | [3ef 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [2ce 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org1.example.com | [30d 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer0.org1.example.com | [3b1 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org2.example.com | [3f0 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [30e 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [2cf 01-14 11:45:33.80 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer0.org1.example.com | [3b2 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org2.example.com | [3f1 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions -peer1.org1.example.com | [30f 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [2d0 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer0.org1.example.com | [3b3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [3f2 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org1.example.com | [310 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [2d1 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org1.example.com | [3b4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [3f3 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] -peer1.org1.example.com | [311 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [2d2 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer0.org1.example.com | [3b5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer0.org2.example.com | [3f4 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org1.example.com | [312 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [313 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [3b6 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org2.example.com | [3f5 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] -peer1.org2.example.com | [2d3 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4219d0c00 -orderer.example.com | SCjyRdD3aQ== -peer0.org1.example.com | [3b7 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [3f6 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [314 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [2d4 01-14 11:45:39.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer0.org1.example.com | [3b8 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer0.org2.example.com | [3f7 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [3b9 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org1.example.com | [315 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.469 UTC [msp/identity] newIdentity -> DEBU 212 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [2d5 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer0.org2.example.com | [3f8 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org1.example.com | [3ba 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [316 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer0.org2.example.com | [3f9 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org2.example.com | [2d6 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [3bb 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [317 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org2.example.com | [2d7 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -peer0.org2.example.com | [3fa 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org1.example.com | [3bc 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [318 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer0.org1.example.com | [3bd 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org2.example.com | [3fb 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org2.example.com | [2d8 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [2d9 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [319 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3be 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org2.example.com | [3fc 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422242000 -peer1.org1.example.com | [31a 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3bf 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org2.example.com | [3fd 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [2da 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc4216a9000, header channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -peer1.org2.example.com | [2db 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org2.example.com | [2dc 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [31b 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [3fe 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [3c0 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org2.example.com | [2dd 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [31c 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [3ff 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org1.example.com | [3c1 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org2.example.com | [2de 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [2df 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [3c2 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org1.example.com | [31d 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [2e0 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org2.example.com | [400 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | [3c3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [31e 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [2e1 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org2.example.com | [2e2 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org1.example.com | [31f 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [320 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [321 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [322 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [323 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [2e3 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org1.example.com | [3c4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.469 UTC [msp/identity] newIdentity -> DEBU 213 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [2e4 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [2e5 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org2.example.com | [2e6 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [2e7 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [2e8 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org2.example.com | [2e9 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [2ea 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer1.org2.example.com | [2eb 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org1.example.com | [3c5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org1.example.com | [324 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [2ec 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer0.org1.example.com | [3c6 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [3c7 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [3c8 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [325 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer0.org2.example.com | [401 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [3c9 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org2.example.com | [2ed 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [326 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org2.example.com | [402 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422232320, header 0xc422242030 -peer0.org2.example.com | [403 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org2.example.com | [404 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9 -peer0.org2.example.com | [405 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9 channel id: -peer0.org2.example.com | [406 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9 channel id: version: 1.0.2 -peer0.org1.example.com | [3ca 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [2ee 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org1.example.com | [327 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [3cb 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org1.example.com | [328 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer0.org2.example.com | [407 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9,syscc=true,proposal=0xc422232320,canname=lscc:1.0.2 -peer1.org2.example.com | [2ef 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [3cc 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer1.org1.example.com | [329 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer1.org2.example.com | [2f0 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org2.example.com | [2f1 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org1.example.com | [3cd 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org1.example.com | [32a 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org2.example.com | [408 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [2f2 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org2.example.com | [2f3 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [2f4 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [3ce 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [3cf 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [32b 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org2.example.com | [409 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [2f5 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org1.example.com | [3d0 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org1.example.com | [32c 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org2.example.com | [2f6 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org2.example.com | [2f7 01-14 11:45:39.66 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [32d 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org2.example.com | [40a 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [3d1 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer1.org2.example.com | [2f8 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org1.example.com | [32e 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [40b 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64f095a8]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [3d2 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer0.org1.example.com | [3d3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org1.example.com | [32f 01-14 11:45:39.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [330 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org2.example.com | [2f9 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer0.org2.example.com | [40c 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [40d 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [331 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [332 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [333 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org1.example.com | [334 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [335 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [336 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [337 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [338 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [339 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org1.example.com | [33a 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [33b 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [33c 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [33d 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer1.org2.example.com | [2fa 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [3d4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.470 UTC [msp] Validate -> DEBU 214 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] Setup -> DEBU 215 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] Setup -> DEBU 216 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 217 Returning existing local MSP -peer1.org1.example.com | [33e 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer0.org2.example.com | [40e 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64f095a8]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [2fb 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer1.org2.example.com | [2fc 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org1.example.com | [3d5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [33f 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer1.org2.example.com | [2fd 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 218 Obtaining default signing identity -peer0.org2.example.com | [40f 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64f095a8]Move state message TRANSACTION -peer0.org2.example.com | [410 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64f095a8]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [411 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [412 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64f095a8]sending state message TRANSACTION -peer0.org2.example.com | [413 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64f095a8]Received message TRANSACTION from shim -peer0.org2.example.com | [414 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64f095a8]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [3d6 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 219 Returning existing local MSP -peer1.org2.example.com | [2fe 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer0.org1.example.com | [3d7 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [2ff 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer1.org1.example.com | [340 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer1.org1.example.com | [341 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org1.example.com | [3d8 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [415 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [64f095a8]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 21a Obtaining default signing identity -peer0.org1.example.com | [3d9 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [342 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org2.example.com | [300 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer0.org2.example.com | [416 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64f095a8]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp/identity] Sign -> DEBU 21b Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...2D5E850992EA8478C14E4C1DBF4422FF -peer1.org1.example.com | [343 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [301 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org2.example.com | [302 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [303 01-14 11:45:39.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org2.example.com | [304 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [305 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org2.example.com | [306 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [307 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [3da 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [344 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer1.org2.example.com | [308 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer1.org2.example.com | [309 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [30a 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org2.example.com | [30b 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org2.example.com | [30c 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [30d 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [30e 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [3db 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [417 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64f095a8]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp/identity] Sign -> DEBU 21c Sign: digest: A357BF7A425EAC18D6CB0A7795D310494EAC3E338A27839ECD590E52FE3C7A63 -peer1.org2.example.com | [30f 01-14 11:45:39.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org1.example.com | [345 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org1.example.com | [3dc 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [310 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [346 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [418 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64f095a8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [3dd 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer1.org1.example.com | [347 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer1.org1.example.com | [348 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [349 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org1.example.com | [34a 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [34b 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421503500), Data:(*common.BlockData)(0xc4215339a0), Metadata:(*common.BlockMetadata)(0xc4215339e0)}, doMVCCValidation=true -peer1.org1.example.com | [34c 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org2.example.com | [311 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [312 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [313 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [314 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [315 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [34d 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] -peer0.org1.example.com | [3de 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3df 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3e0 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [3e1 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [316 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer1.org1.example.com | [34e 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= -peer1.org2.example.com | [317 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [318 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [319 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3e2 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [3e3 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | txId= locPointer=offset=70, bytesLength=11913 -peer1.org1.example.com | ] -peer1.org1.example.com | [34f 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx ID: [] to index -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 21d Returning existing local MSP -peer0.org1.example.com | [3e4 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [350 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org1.example.com | [351 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] -peer1.org1.example.com | [352 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) -peer1.org2.example.com | [31a 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 21e Obtaining default signing identity -peer0.org1.example.com | [3e5 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [419 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64f095a8]send state message COMPLETED -peer1.org1.example.com | [353 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org1.example.com | [354 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [355 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org2.example.com | [31b 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org2.example.com | [31c 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer1.org2.example.com | [31d 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [31e 01-14 11:45:39.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [31f 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [320 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [321 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [322 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [323 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org2.example.com | [324 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [325 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [326 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [327 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer1.org2.example.com | [328 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer1.org2.example.com | [329 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer1.org2.example.com | [32a 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [32b 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [32c 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [32d 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org2.example.com | [32e 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [3e6 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer1.org2.example.com | [32f 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [356 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions -peer0.org2.example.com | [41a 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64f095a8]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 21f Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.472 UTC [msp] GetDefaultSigningIdentity -> DEBU 220 Obtaining default signing identity -peer0.org1.example.com | [3e7 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [330 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [357 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer0.org2.example.com | [41b 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64f095a8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [41c 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [41d 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:64f095a85af23f60074f161832171e9f9469de77805eed03f2c916b5f6a94ce9 -peer1.org2.example.com | [331 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [358 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] -peer1.org1.example.com | [359 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [3e8 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org2.example.com | [41e 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [41f 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org2.example.com | [420 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org2.example.com | [421 01-14 11:45:40.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org2.example.com | [422 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org2.example.com | [423 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421b26000 -peer1.org2.example.com | [332 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [333 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org2.example.com | [334 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [335 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [336 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org1.example.com | [35a 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] -peer1.org2.example.com | [337 01-14 11:45:39.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer1.org2.example.com | [338 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer1.org2.example.com | [339 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer1.org2.example.com | [33a 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer0.org1.example.com | [3e9 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer0.org1.example.com | [3ea 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer0.org1.example.com | [3eb 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [3ec 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [3ed 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [3ee 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org1.example.com | [3ef 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [3f0 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [35b 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [33b 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer1.org1.example.com | [35c 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [3f1 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [3f2 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.472 UTC [msp/identity] Sign -> DEBU 221 Sign: plaintext: 0AB3060A1708041A0608DC85EDD20522...C1A8B008C889A2F19C71C8DA46B37A93 -orderer.example.com | 2018-01-14 11:45:32.472 UTC [msp/identity] Sign -> DEBU 222 Sign: digest: 71D968A3EC699F0903EAAE321C1DFA88111FCB02B93451EF2AFB35341CA2EA3A -orderer.example.com | 2018-01-14 11:45:32.472 UTC [orderer/common/broadcast] Handle -> DEBU 223 [channel: testchainid] Broadcast is filtering message of type ORDERER_TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.473 UTC [policies] GetPolicy -> DEBU 224 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.473 UTC [cauthdsl] func1 -> DEBU 225 0xc420151178 gate 1515930332473192864 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.473 UTC [cauthdsl] func2 -> DEBU 226 0xc420151178 signed by 0 principal evaluation starts (used [false]) -peer1.org2.example.com | [33c 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [35d 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [35e 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org1.example.com | [35f 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | [360 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [3f3 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [33d 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [361 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [3f4 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org2.example.com | [424 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org2.example.com | [425 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org2.example.com | [426 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org2.example.com | [427 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [428 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org2.example.com | [429 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421531400, header 0xc421b26030 -peer1.org2.example.com | [33e 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer1.org2.example.com | [33f 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer1.org2.example.com | [340 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -peer1.org1.example.com | [362 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org1.example.com | [363 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421b51650 -peer1.org1.example.com | [364 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer1.org1.example.com | [365 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -peer1.org1.example.com | [366 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [3f5 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [341 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.473 UTC [cauthdsl] func2 -> DEBU 227 0xc420151178 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -peer0.org2.example.com | [42a 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer1.org1.example.com | [367 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -peer0.org1.example.com | [3f6 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [342 01-14 11:45:39.71 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer1.org2.example.com | [343 01-14 11:45:39.72 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org2.example.com | [344 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [345 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org1.example.com | [3f7 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org1.example.com | [368 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | 2018-01-14 11:45:32.474 UTC [msp/identity] newIdentity -> DEBU 228 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | [42b 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer1.org2.example.com | [346 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer1.org2.example.com | [347 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer1.org1.example.com | [369 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -peer0.org2.example.com | [42c 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -peer0.org1.example.com | [3f8 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer1.org2.example.com | [348 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer1.org1.example.com | [36a 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421c1a000, header channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer1.org1.example.com | [36b 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org1.example.com | [3f9 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [42d 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [349 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [36c 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org1.example.com | [3fa 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org2.example.com | [42e 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [70ffeb3a-30a7-49a4-a228-8a27c83aa18a] -peer1.org1.example.com | [36d 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org2.example.com | [34a 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org2.example.com | [34b 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org2.example.com | [34c 01-14 11:45:39.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421515fc0), Data:(*common.BlockData)(0xc4214b1e40), Metadata:(*common.BlockMetadata)(0xc4214b1e80)}, doMVCCValidation=true -peer1.org2.example.com | [34d 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [36e 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org1.example.com | [36f 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer1.org2.example.com | [34e 01-14 11:45:39.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [34f 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [3fb 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer0.org1.example.com | [3fc 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer1.org1.example.com | [370 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [3fd 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | txId= locPointer=offset=70, bytesLength=11913 -peer1.org1.example.com | [371 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org2.example.com | ] -peer0.org2.example.com | [42f 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee channel id: businesschannel -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -peer0.org1.example.com | [3fe 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [372 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org2.example.com | [350 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx ID: [] to index -peer0.org2.example.com | [430 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee channel id: businesschannel version: 1.0.2 -peer0.org1.example.com | [3ff 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: -peer1.org1.example.com | [373 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org2.example.com | [351 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index -peer0.org2.example.com | [431 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee,syscc=true,proposal=0xc421531400,canname=lscc:1.0.2 -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [400 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org2.example.com | [432 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [352 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] -peer1.org1.example.com | [374 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -peer0.org1.example.com | [401 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -peer0.org2.example.com | [433 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [353 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) -peer0.org1.example.com | [402 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer1.org1.example.com | [375 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -peer1.org1.example.com | [376 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org1.example.com | [377 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org1.example.com | [378 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org1.example.com | [379 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer1.org1.example.com | [37a 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer1.org1.example.com | [37b 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer0.org1.example.com | [403 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer0.org2.example.com | [434 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org1.example.com | [37c 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer0.org2.example.com | [435 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -peer0.org2.example.com | [436 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [37d 01-14 11:45:39.31 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer0.org1.example.com | [404 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer0.org2.example.com | [437 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [354 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -peer1.org1.example.com | [37e 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [438 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [405 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [355 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -peer1.org1.example.com | [37f 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer0.org2.example.com | [439 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message TRANSACTION -peer0.org1.example.com | [406 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -peer1.org1.example.com | [380 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org2.example.com | [356 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [43a 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [43b 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [407 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer1.org1.example.com | [381 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer1.org2.example.com | [357 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions -peer0.org2.example.com | [43c 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message TRANSACTION -peer0.org1.example.com | [408 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer1.org1.example.com | [382 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.474 UTC [msp] SatisfiesPrincipal -> DEBU 229 Checking if identity satisfies MEMBER role for OrdererMSP -peer0.org2.example.com | [43d 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Received message TRANSACTION from shim -peer1.org2.example.com | [358 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer0.org1.example.com | [409 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer1.org1.example.com | [383 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [43e 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.474 UTC [msp] Validate -> DEBU 22a MSP OrdererMSP validating identity -peer1.org2.example.com | [359 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] -peer0.org1.example.com | [40a 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [43f 01-14 11:46:00.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [73c65c24]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.474 UTC [cauthdsl] func2 -> DEBU 22b 0xc420151178 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.474 UTC [msp/identity] Verify -> DEBU 22c Verify: digest = 00000000 71 d9 68 a3 ec 69 9f 09 03 ea ae 32 1c 1d fa 88 |q.h..i.....2....| -peer0.org2.example.com | [440 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [73c65c24]Sending GET_STATE -orderer.example.com | 00000010 11 1f cb 02 b9 34 51 ef 2a fb 35 34 1c a2 ea 3a |.....4Q.*.54...:| -peer1.org2.example.com | [35a 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org2.example.com | [441 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message GET_STATE from shim -peer0.org1.example.com | [40b 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org1.example.com | [384 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [442 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [35b 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] -peer0.org1.example.com | [40c 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [385 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org2.example.com | [35c 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.474 UTC [msp/identity] Verify -> DEBU 22d Verify: sig = 00000000 30 45 02 21 00 95 b5 76 17 9a 3d 5d c0 1c 6b 7f |0E.!...v..=]..k.| -peer0.org2.example.com | [443 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [73c65c24]Received GET_STATE, invoking get state from ledger -peer1.org1.example.com | [386 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org1.example.com | [40d 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4219dcb00), Data:(*common.BlockData)(0xc42186a880), Metadata:(*common.BlockMetadata)(0xc42186a8c0)}, doMVCCValidation=true -peer0.org2.example.com | [444 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [387 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org2.example.com | [35d 01-14 11:45:39.91 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [445 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org1.example.com | [40e 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | 00000010 f9 6b 96 b2 f7 1e 6e da f2 3c 79 a3 ea b3 28 d7 |.k....n.. DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [388 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org1.example.com | [40f 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [35e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org2.example.com | [447 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]No state associated with key: exp02. Sending RESPONSE with an empty payload -peer1.org2.example.com | [35f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [410 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -orderer.example.com | 00000020 62 0f ab a3 00 02 20 15 7f 33 a1 7d 9b 11 1a 2f |b..... ..3.}.../| -peer1.org1.example.com | [389 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [448 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [73c65c24]handleGetState serial send RESPONSE -orderer.example.com | 00000030 13 7c 53 22 1a f5 12 66 ef f2 2f f4 e0 ae db a0 |.|S"...f../.....| -peer1.org2.example.com | [360 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org1.example.com | txId= locPointer=offset=70, bytesLength=11973 -peer1.org1.example.com | [38a 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [449 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Received message RESPONSE from shim -orderer.example.com | 00000040 fc b0 31 5a dc 1d b7 |..1Z...| -peer1.org1.example.com | [38b 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org1.example.com | ] -peer1.org2.example.com | [361 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org2.example.com | [44a 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: RESPONSE(state:ready) -orderer.example.com | 2018-01-14 11:45:32.475 UTC [cauthdsl] func2 -> DEBU 22e 0xc420151178 principal evaluation succeeds for identity 0 -peer1.org1.example.com | [38c 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org1.example.com | [411 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx ID: [] to index -peer1.org2.example.com | [362 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | 2018-01-14 11:45:32.475 UTC [cauthdsl] func1 -> DEBU 22f 0xc420151178 gate 1515930332473192864 evaluation succeeds -peer1.org1.example.com | [38d 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [412 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org2.example.com | [363 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org1.example.com | [38e 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org1.example.com | [413 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39461], isChainEmpty=[false], lastBlockNumber=[2] -peer0.org2.example.com | [44b 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [73c65c24]before send -peer1.org1.example.com | [38f 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer1.org1.example.com | [390 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer1.org2.example.com | [364 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421c3f4a0 -peer0.org1.example.com | [414 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) -orderer.example.com | 2018-01-14 11:45:32.475 UTC [orderer/common/sigfilter] Apply -> DEBU 230 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380c20 1 [0xc420150650]}) Writers]} -peer1.org1.example.com | [391 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -peer0.org1.example.com | [415 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [44c 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [73c65c24]after send -peer1.org2.example.com | [365 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -orderer.example.com | 2018-01-14 11:45:32.475 UTC [msp] GetLocalMSP -> DEBU 231 Returning existing local MSP -peer1.org1.example.com | [392 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org1.example.com | [416 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [366 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -orderer.example.com | 2018-01-14 11:45:32.475 UTC [msp] GetDefaultSigningIdentity -> DEBU 232 Obtaining default signing identity -peer1.org1.example.com | [393 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [417 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [44d 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [73c65c24]Received RESPONSE, communicated (state:ready) -peer1.org2.example.com | [367 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.475 UTC [msp] GetLocalMSP -> DEBU 233 Returning existing local MSP -peer1.org1.example.com | [394 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [418 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions -peer0.org2.example.com | [44e 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [73c65c24]GetState received payload RESPONSE -orderer.example.com | 2018-01-14 11:45:32.475 UTC [msp] GetDefaultSigningIdentity -> DEBU 234 Obtaining default signing identity -peer0.org1.example.com | [419 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org2.example.com | [368 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -peer1.org1.example.com | [395 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [44f 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [73c65c24]Inside putstate -orderer.example.com | 2018-01-14 11:45:32.476 UTC [msp/identity] Sign -> DEBU 235 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -peer0.org1.example.com | [41a 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] -peer1.org2.example.com | [369 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [396 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [41b 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.476 UTC [msp/identity] Sign -> DEBU 236 Sign: digest: 1851F67AFE49F54696152F7AF7DF1F4FA7AE4933EB845698A883F535860A18CB -peer1.org1.example.com | [397 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [41c 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/config] NewStandardValues -> DEBU 237 Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [450 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [73c65c24]Sending PUT_STATE -peer1.org2.example.com | [36a 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [41d 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [398 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 238 Processing field: HashingAlgorithm -peer0.org2.example.com | [451 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message PUT_STATE from shim -peer1.org2.example.com | [36b 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421cec000, header channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -peer0.org1.example.com | [41e 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org1.example.com | [399 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 239 Processing field: BlockDataHashingStructure -peer0.org2.example.com | [452 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [41f 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org2.example.com | [36c 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [39a 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 23a Processing field: OrdererAddresses -peer0.org1.example.com | [420 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 23b Processing field: Consortium -peer0.org1.example.com | [421 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [453 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [39b 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [36d 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -peer0.org1.example.com | [422 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org1.example.com | [39c 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer0.org1.example.com | [423 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f5e4b0 -peer0.org1.example.com | [424 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [425 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [426 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org2.example.com | [36e 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.476 UTC [common/configtx] addToMap -> DEBU 23c Adding to config map: [Groups] /Channel -peer0.org1.example.com | [427 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [454 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]state is ready -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23d Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [39d 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [428 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [36f 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org1.example.com | [39e 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [429 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422135810, header 0xc421f5e4e0 -peer0.org1.example.com | [42a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer1.org2.example.com | [370 01-14 11:45:39.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer1.org1.example.com | [39f 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23e Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [455 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]Completed PUT_STATE. Sending RESPONSE -peer0.org1.example.com | [42b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer1.org1.example.com | [3a0 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org1.example.com | [42c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -peer1.org2.example.com | [371 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org2.example.com | [456 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [73c65c24]enterBusyState trigger event RESPONSE -peer0.org1.example.com | [42d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23f Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer0.org2.example.com | [457 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message RESPONSE -peer1.org2.example.com | [372 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org1.example.com | [3a1 01-14 11:45:39.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer0.org1.example.com | [42e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [03bbbed3-1493-4684-aac4-9bf6055bbb87] -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 240 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer1.org1.example.com | [3a2 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org2.example.com | [373 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org2.example.com | [458 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 241 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org1.example.com | [42f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel -peer1.org1.example.com | [3a3 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer1.org2.example.com | [374 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org2.example.com | [459 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 242 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer0.org1.example.com | [430 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel version: 1.0.2 -peer1.org1.example.com | [3a4 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [375 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [45a 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message RESPONSE -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 243 Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer1.org1.example.com | [3a5 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [431 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=true,proposal=0xc422135810,canname=lscc:1.0.2 -peer0.org2.example.com | [45b 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Received message RESPONSE from shim -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 244 Adding to config map: [Values] /Channel/Orderer/BatchSize -peer1.org1.example.com | [3a6 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [376 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [432 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 245 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org1.example.com | [3a7 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [45c 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org1.example.com | [433 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [3a8 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 246 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [45d 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [73c65c24]before send -peer1.org2.example.com | [377 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -peer1.org1.example.com | [3a9 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [434 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org1.example.com | [3aa 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [45e 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [73c65c24]after send -peer1.org2.example.com | [378 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.478 UTC [common/configtx] addToMap -> DEBU 247 Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [3ab 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [379 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [435 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [45f 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [73c65c24]Received RESPONSE, communicated (state:ready) -peer1.org1.example.com | [3ac 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.482 UTC [common/configtx] addToMap -> DEBU 248 Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org2.example.com | [37a 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org1.example.com | [3ad 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer0.org1.example.com | [436 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.483 UTC [common/configtx] addToMap -> DEBU 249 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org2.example.com | [460 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [73c65c24]Received RESPONSE. Successfully updated state -peer1.org2.example.com | [37b 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -peer1.org1.example.com | [3ae 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [437 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.483 UTC [common/configtx] addToMap -> DEBU 24a Adding to config map: [Policy] /Channel/Orderer/Readers -peer1.org1.example.com | [3af 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [37c 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -peer1.org1.example.com | [3b0 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [438 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [461 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24b Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [3b1 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [439 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24c Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [3b2 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [37d 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -peer0.org2.example.com | [462 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Move state message COMPLETED -peer0.org1.example.com | [43a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [3b3 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [37e 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [3b4 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -peer1.org1.example.com | [3b5 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [43b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [37f 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [463 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24e Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org1.example.com | [3b6 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org1.example.com | [43c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message TRANSACTION -peer1.org2.example.com | [380 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [464 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]send state message COMPLETED -peer1.org1.example.com | [3b7 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org2.example.com | [381 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org1.example.com | [43d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 250 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org1.example.com | [3b8 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -peer0.org2.example.com | [465 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message COMPLETED from shim -peer0.org1.example.com | [43e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [382 01-14 11:45:39.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org1.example.com | [3b9 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 251 Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [43f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [df774408]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [383 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer0.org2.example.com | [466 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [440 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [df774408]Sending GET_STATE -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 252 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org1.example.com | [3ba 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -peer1.org2.example.com | [384 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [467 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 253 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org1.example.com | [3bb 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer0.org1.example.com | [441 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message GET_STATE from shim -peer1.org2.example.com | [385 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org2.example.com | [468 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 254 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [442 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org1.example.com | [3bc 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 255 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org2.example.com | [386 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -peer0.org2.example.com | [469 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [3bd 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org1.example.com | [443 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [df774408]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [387 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org2.example.com | [46a 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee,syscc=false,proposal=0xc421531400,canname=exp02:1.0 -peer1.org1.example.com | [3be 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 256 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -peer1.org2.example.com | [388 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -peer0.org2.example.com | [46b 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system -peer0.org2.example.com | [46c 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched -peer0.org2.example.com | [46d 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer1.org1.example.com | [3bf 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org1.example.com | [444 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 257 Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org2.example.com | [46e 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] -peer1.org2.example.com | [389 01-14 11:45:39.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org1.example.com | [445 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408] getting state for chaincode lscc, key exp02, channel businesschannel -peer1.org1.example.com | [3c0 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 258 Adding to config map: [Values] /Channel/Consortium -peer0.org2.example.com | [46f 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org2.example.com) -peer1.org2.example.com | [38a 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer1.org1.example.com | [3c1 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [38b 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 259 Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org1.example.com | [446 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org2.example.com | [470 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 -peer1.org2.example.com | [38c 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org1.example.com | [3c2 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -peer0.org1.example.com | [447 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]No state associated with key: exp02. Sending RESPONSE with an empty payload -peer1.org2.example.com | [38d 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25a Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org2.example.com | [471 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org2.example.com | [38e 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [448 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25b Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [1e7 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' +peer0.org1.example.com | [25b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]Received message COMPLETED from shim +peer1.org2.example.com | [2fb 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42197c660 +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 194 Returning policy OrdererOrg/Admins for evaluation +peer1.org1.example.com | [1e8 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' +peer1.org2.example.com | [2fc 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer0.org2.example.com | [3ea 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx ID: [] to index +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 195 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +peer1.org1.example.com | [1e9 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' +peer0.org1.example.com | [25c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [2fd 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer1.org1.example.com | [1ea 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 196 Returning policy OrdererOrg/Readers for evaluation +peer0.org2.example.com | [3eb 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx number:[0] ID: [] to blockNumTranNum index +peer1.org2.example.com | [2fe 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [25d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b-fdd9-4e1a-b7d1-86ccce182f8c]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [1eb 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' +peer0.org2.example.com | [3ec 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39459], isChainEmpty=[false], lastBlockNumber=[2] +peer0.org2.example.com | [3ed 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) +peer1.org2.example.com | [2ff 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +peer0.org2.example.com | [3ee 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 197 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +peer1.org1.example.com | [1ec 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' +peer0.org1.example.com | [25e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:722e691b-fdd9-4e1a-b7d1-86ccce182f8c +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 198 Returning dummy reject all policy because Readers could not be found in /Application/Readers +peer1.org2.example.com | [300 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [3ef 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [1ed 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' +peer0.org1.example.com | [25f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [301 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 199 Returning policy Readers for evaluation +peer0.org2.example.com | [3f0 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org1.example.com | [1ee 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' +peer0.org1.example.com | [260 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +orderer.example.com | 2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19a Returning dummy reject all policy because Writers could not be found in /Application/Writers +peer0.org1.example.com | [261 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [6a126f0a-eca2-4f59-8039-364e40e40984] +peer1.org2.example.com | [302 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc4215fc000, header channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer1.org1.example.com | [1ef 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' +peer0.org2.example.com | [3f1 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19b Returning policy Writers for evaluation +peer0.org1.example.com | [262 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [303 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org2.example.com | [3f2 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org1.example.com | [263 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [38520231-1dbe-4a5a-955d-f85c9426f01d] +peer1.org1.example.com | [1f0 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' +peer1.org2.example.com | [304 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19c Returning policy Admins for evaluation +peer0.org1.example.com | [264 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=1222de68-b8a8-42e1-a6a1-2f9173d7f65a,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer0.org2.example.com | [3f3 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] +peer1.org1.example.com | [1f1 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' +peer0.org1.example.com | [265 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org2.example.com | [3f4 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19d Returning dummy reject all policy because Admins could not be found in /Application/Admins +peer1.org2.example.com | [305 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [266 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [3f5 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] +orderer.example.com | 2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 19e Adding to config map: [Groups] /Channel +peer1.org1.example.com | [1f2 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' +peer0.org1.example.com | [267 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org2.example.com | [3f6 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [306 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org2.example.com | [307 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 19f Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 1a0 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [1f3 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' +peer0.org1.example.com | [268 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1222de68]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [308 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org2.example.com | [3f7 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a1 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org1.example.com | [1f4 01-18 01:58:49.75 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' +peer0.org1.example.com | [269 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [309 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org2.example.com | [3f8 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [26a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1222de68]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [1f5 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a2 Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [30a 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [26b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]Move state message INIT +peer0.org2.example.com | [3f9 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [30b 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org1.example.com | [26c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68]Fabric side Handling ChaincodeMessage of type: INIT in state ready +orderer.example.com | 2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a3 Adding to config map: [Groups] /Channel +peer1.org2.example.com | [30c 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer1.org1.example.com | [1f6 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421739410 +peer0.org1.example.com | [26d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [3fa 01-18 01:58:59.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [30d 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org2.example.com | [30e 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org2.example.com | [3fb 01-18 01:59:00.28 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org1.example.com | [26e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]sending state message INIT +peer1.org2.example.com | [30f 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer1.org1.example.com | [1f7 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer0.org1.example.com | [26f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Received message INIT from shim +peer0.org2.example.com | [3fc 01-18 01:59:00.28 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421988480 +peer1.org2.example.com | [310 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [311 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [312 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [313 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [314 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [315 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer1.org2.example.com | [316 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org2.example.com | [317 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org2.example.com | [318 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [319 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org2.example.com | [31a 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [31b 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer1.org2.example.com | [31c 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org1.example.com | [1f8 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [1f9 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [31d 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a4 Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [3fd 01-18 01:59:00.28 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [270 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1222de68]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | [1fa 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [31e 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org1.example.com | [271 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [3fe 01-18 01:59:00.28 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [272 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [1222de68]Received INIT, initializing chaincode +peer1.org1.example.com | [1fb 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [3ff 01-18 01:59:00.28 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer0.org1.example.com | [273 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +orderer.example.com | 2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a5 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [31f 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [274 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Init get response status: 200 +peer1.org1.example.com | [1fc 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421725590, header 0xc4217394a0 +peer0.org2.example.com | [400 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [275 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Init succeeded. Sending COMPLETED +peer1.org1.example.com | [1fd 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" +peer1.org2.example.com | [320 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [276 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Move state message COMPLETED +peer0.org1.example.com | [277 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1222de68]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [278 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]send state message COMPLETED +peer0.org2.example.com | [401 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [402 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4216a2460, header 0xc4219885a0 +orderer.example.com | 2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a6 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org1.example.com | [279 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]Received message COMPLETED from shim +peer1.org1.example.com | [1fe 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4 +peer1.org2.example.com | [321 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org2.example.com | [403 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | 2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a7 Adding to config map: [Policy] /Channel/Application/Admins +peer1.org1.example.com | [1ff 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4 channel id: +peer0.org1.example.com | [27a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [322 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org2.example.com | [404 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f +peer1.org1.example.com | [200 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4 channel id: version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a8 Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [27b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68-b8a8-42e1-a6a1-2f9173d7f65a]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [323 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org2.example.com | [405 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f channel id: +orderer.example.com | 2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a9 Adding to config map: [Policy] /Channel/Application/Readers +peer1.org1.example.com | [201 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4,syscc=true,proposal=0xc421725590,canname=cscc:1.0.2 +peer0.org1.example.com | [27c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1222de68-b8a8-42e1-a6a1-2f9173d7f65a +peer1.org2.example.com | [324 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org2.example.com | [406 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f channel id: version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1aa Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [27d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [202 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer1.org2.example.com | [325 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org2.example.com | [407 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f,syscc=true,proposal=0xc4216a2460,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.908 UTC [policies] GetPolicy -> DEBU 1ab Returning policy ChannelCreationPolicy for evaluation +peer0.org1.example.com | [27e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed +peer1.org2.example.com | [326 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org2.example.com | [408 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org2.example.com | [327 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer0.org1.example.com | [27f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [38520231-1dbe-4a5a-955d-f85c9426f01d] +peer1.org1.example.com | [203 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.908 UTC [cauthdsl] func1 -> DEBU 1ac 0xc42014a9a8 gate 1516240731908840727 evaluation starts +peer0.org2.example.com | [409 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [328 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [280 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.908 UTC [cauthdsl] func2 -> DEBU 1ad 0xc42014a9a8 signed by 0 principal evaluation starts (used [false]) +peer1.org1.example.com | [204 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer0.org2.example.com | [40a 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org2.example.com | [329 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [205 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f465824a]Inside sendExecuteMessage. Message TRANSACTION +peer0.org2.example.com | [40b 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [bf52c51d]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [32a 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.909 UTC [cauthdsl] func2 -> DEBU 1ae 0xc42014a9a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer0.org1.example.com | [281 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [1b7167ca-3b4e-4df0-8c4d-bbefcb25f31c] +peer1.org2.example.com | [32b 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org2.example.com | [40c 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [206 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.909 UTC [msp/identity] newIdentity -> DEBU 1af Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [282 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=0692cc16-7dc0-4d66-8e77-393d6290c2d0,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [32c 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | [207 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org2.example.com | [40d 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [32d 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org1.example.com | [283 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [208 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f465824a]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [40e 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [bf52c51d]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [32e 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [284 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [40f 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [bf52c51d]Move state message TRANSACTION +peer1.org1.example.com | [209 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f465824a]Move state message TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [285 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org2.example.com | [32f 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org2.example.com | [410 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [bf52c51d]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [20a 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f465824a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [330 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [286 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0692cc16]Inside sendExecuteMessage. Message INIT +peer0.org2.example.com | [411 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [331 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [287 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [20b 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [412 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [bf52c51d]sending state message TRANSACTION +peer1.org2.example.com | [332 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [288 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0692cc16]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [20c 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f465824a]sending state message TRANSACTION +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org2.example.com | [413 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [bf52c51d]Received message TRANSACTION from shim +peer1.org2.example.com | [333 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org1.example.com | [289 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]Move state message INIT +peer1.org1.example.com | [20d 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f465824a]Received message TRANSACTION from shim +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org2.example.com | [414 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [bf52c51d]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [20e 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f465824a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [334 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [415 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [bf52c51d]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [28a 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [20f 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f465824a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [416 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [bf52c51d]Transaction completed. Sending COMPLETED +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [335 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | [210 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain +peer0.org1.example.com | [28b 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [417 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [bf52c51d]Move state message COMPLETED +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [211 01-18 01:58:52.76 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block +peer1.org2.example.com | [336 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org2.example.com | [418 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [bf52c51d]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [28c 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]sending state message INIT +peer1.org1.example.com | [212 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org2.example.com | [337 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org2.example.com | [419 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [bf52c51d]send state message COMPLETED +peer0.org1.example.com | [28d 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Received message INIT from shim +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [213 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +peer0.org2.example.com | [41a 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [bf52c51d]Received message COMPLETED from shim +peer1.org2.example.com | [338 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer0.org1.example.com | [28e 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0692cc16]Handling ChaincodeMessage of type: INIT(state:ready) +peer1.org1.example.com | [214 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +orderer.example.com | 2018-01-18 01:58:51.910 UTC [cauthdsl] func2 -> DEBU 1b0 0xc42014a9a8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) +peer0.org1.example.com | [28f 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [339 01-18 01:58:59.20 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer0.org2.example.com | [41b 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [bf52c51d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [215 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] +orderer.example.com | 2018-01-18 01:58:51.910 UTC [cauthdsl] func2 -> DEBU 1b1 0xc42014a9a8 principal evaluation fails +peer1.org2.example.com | [33a 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer0.org1.example.com | [290 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [0692cc16]Received INIT, initializing chaincode +peer0.org2.example.com | [41c 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.910 UTC [cauthdsl] func1 -> DEBU 1b2 0xc42014a9a8 gate 1516240731908840727 evaluation fails +peer1.org1.example.com | [216 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] +peer0.org1.example.com | [291 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Init get response status: 200 +peer1.org2.example.com | [33b 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [41d 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:bf52c51dbba5521b4e294c9b191790efd00718b64bea4da592439edae2eb169f +peer1.org1.example.com | [217 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] +orderer.example.com | 2018-01-18 01:58:51.910 UTC [cauthdsl] func1 -> DEBU 1b3 0xc42014a9b8 gate 1516240731910963265 evaluation starts +peer0.org1.example.com | [292 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Init succeeded. Sending COMPLETED +peer1.org2.example.com | [33c 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [218 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] +peer0.org2.example.com | [41e 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [293 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.911 UTC [cauthdsl] func2 -> DEBU 1b4 0xc42014a9b8 signed by 0 principal evaluation starts (used [false]) +peer0.org2.example.com | [41f 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [33d 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [219 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org2.example.com | [420 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer1.org2.example.com | [33e 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [294 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0692cc16]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [421 01-18 01:59:00.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.911 UTC [cauthdsl] func2 -> DEBU 1b5 0xc42014a9b8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer1.org1.example.com | [21a 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4217e6380), Data:(*common.BlockData)(0xc4217fc760), Metadata:(*common.BlockMetadata)(0xc4217fc7a0)}, doMVCCValidation=true +peer1.org1.example.com | [21b 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [33f 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.911 UTC [msp/identity] newIdentity -> DEBU 1b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [295 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]send state message COMPLETED +peer0.org2.example.com | [422 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer1.org1.example.com | [21c 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] +peer1.org2.example.com | [340 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [423 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421e73740 +peer0.org1.example.com | [296 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]Received message COMPLETED from shim +peer0.org2.example.com | [424 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org1.example.com | [21d 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +peer0.org2.example.com | [425 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org2.example.com | [341 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [297 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [426 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer1.org1.example.com | txId= locPointer=offset=38, bytesLength=11891 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [427 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [342 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [298 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16-7dc0-4d66-8e77-393d6290c2d0]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [428 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [343 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | ] +peer0.org2.example.com | [429 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4215025a0, header 0xc421e73770 +peer0.org1.example.com | [299 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0692cc16-7dc0-4d66-8e77-393d6290c2d0 +peer1.org2.example.com | [344 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer0.org2.example.com | [42a 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [21e 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx ID: [] to index +peer0.org2.example.com | [42b 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer0.org1.example.com | [29a 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [345 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [21f 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org2.example.com | [42c 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [346 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [29b 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer0.org2.example.com | [42d 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [220 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11935], isChainEmpty=[false], lastBlockNumber=[0] +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [29c 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [1b7167ca-3b4e-4df0-8c4d-bbefcb25f31c] +peer0.org2.example.com | [42e 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [0de935a9-6363-4ec1-881e-3d54374844ac] +peer1.org2.example.com | [347 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [221 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org2.example.com | [42f 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd channel id: businesschannel +peer0.org2.example.com | [430 01-18 01:59:25.91 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd channel id: businesschannel version: 1.0.2 +peer0.org2.example.com | [431 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd,syscc=true,proposal=0xc4215025a0,canname=lscc:1.0.2 +peer0.org2.example.com | [432 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [29d 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [222 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [348 01-18 01:58:59.22 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [433 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [223 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [29e 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [375c6fdd-9af8-4cf0-9b96-7fd92a04e3c0] +peer1.org2.example.com | [349 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [434 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [29f 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=7111ed7e-fa87-4d4b-afe5-4b875d04b98a,syscc=true,proposal=0x0,canname=qscc:1.0.2 +peer1.org1.example.com | [224 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database +peer0.org2.example.com | [435 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [34a 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [225 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions +peer0.org1.example.com | [2a0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org2.example.com | [436 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [226 01-18 01:58:52.77 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer1.org2.example.com | [34b 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [2a1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [437 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [227 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [2a2 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer1.org2.example.com | [34c 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [2a3 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7111ed7e]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | [228 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block +orderer.example.com | 2018-01-18 01:58:51.912 UTC [msp] SatisfiesPrincipal -> DEBU 1b7 Checking if identity satisfies ADMIN role for Org1MSP +peer0.org2.example.com | [438 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [34d 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [2a4 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.912 UTC [cauthdsl] func2 -> DEBU 1b8 0xc42014a9b8 principal matched by identity 0 +peer1.org1.example.com | [229 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org2.example.com | [34e 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org1.example.com | [2a5 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7111ed7e]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [439 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message TRANSACTION +peer0.org2.example.com | [43a 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org2.example.com | [43b 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.912 UTC [msp/identity] Verify -> DEBU 1b9 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +peer1.org1.example.com | [22a 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [2a6 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]Move state message INIT +peer0.org2.example.com | [43c 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message TRANSACTION +peer0.org1.example.com | [2a7 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [34f 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org1.example.com | [22b 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org1.example.com | [2a8 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +peer0.org2.example.com | [43d 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Received message TRANSACTION from shim +peer1.org1.example.com | [22c 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org2.example.com | [350 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org1.example.com | [2a9 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]sending state message INIT +orderer.example.com | 2018-01-18 01:58:51.912 UTC [msp/identity] Verify -> DEBU 1ba Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +peer1.org1.example.com | [22d 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org2.example.com | [43e 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [2aa 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Received message INIT from shim +orderer.example.com | 00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +peer1.org2.example.com | [351 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer0.org2.example.com | [43f 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [544f379d]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [22e 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [2ab 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7111ed7e]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | 00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +peer0.org2.example.com | [440 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [544f379d]Sending GET_STATE +peer1.org1.example.com | [22f 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [352 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2ac 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [441 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message GET_STATE from shim +peer1.org1.example.com | [230 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +peer0.org2.example.com | [442 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [2ad 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [7111ed7e]Received INIT, initializing chaincode +peer1.org2.example.com | [353 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [231 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 00000040 2e 30 01 0f 91 31 |.0...1| +peer0.org2.example.com | [443 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [544f379d]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [354 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [355 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org1.example.com | [232 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org2.example.com | [444 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [2ae 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +orderer.example.com | 2018-01-18 01:58:51.912 UTC [cauthdsl] func2 -> DEBU 1bb 0xc42014a9b8 principal evaluation succeeds for identity 0 +peer1.org1.example.com | [233 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org2.example.com | [356 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [445 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | 2018-01-18 01:58:51.912 UTC [cauthdsl] func1 -> DEBU 1bc 0xc42014a9b8 gate 1516240731910963265 evaluation succeeds +peer1.org1.example.com | [234 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org1.example.com | [2af 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Init get response status: 200 +peer0.org2.example.com | [446 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1bd Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [235 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [357 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [2b0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Init succeeded. Sending COMPLETED +peer0.org2.example.com | [447 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]No state associated with key: exp02. Sending RESPONSE with an empty payload +peer1.org1.example.com | [236 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1be Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [358 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [237 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [2b1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Move state message COMPLETED +peer0.org2.example.com | [448 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [544f379d]handleGetState serial send RESPONSE +peer1.org2.example.com | [359 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1bf Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [2b2 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7111ed7e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [449 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Received message RESPONSE from shim +peer1.org1.example.com | [238 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c0 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [35a 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [2b3 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]send state message COMPLETED +peer0.org2.example.com | [44a 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c1 Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [35b 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org1.example.com | [239 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [2b4 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c2 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [44b 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [544f379d]before send +peer1.org1.example.com | [23a 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [35c 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2b5 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c3 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [23b 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer1.org2.example.com | [35d 01-18 01:58:59.23 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c4 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [44c 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [544f379d]after send +peer0.org1.example.com | [2b6 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e-fa87-4d4b-afe5-4b875d04b98a]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [23c 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer1.org2.example.com | [35e 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c5 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [44d 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [544f379d]Received RESPONSE, communicated (state:ready) +peer0.org1.example.com | [2b7 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:7111ed7e-fa87-4d4b-afe5-4b875d04b98a +peer1.org1.example.com | [23d 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer1.org2.example.com | [35f 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c6 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [23e 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org2.example.com | [44e 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [544f379d]GetState received payload RESPONSE +peer0.org1.example.com | [2b8 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c7 Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [360 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | [2b9 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer1.org1.example.com | [23f 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer0.org2.example.com | [44f 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [544f379d]Inside putstate +peer1.org2.example.com | [361 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer0.org1.example.com | [2ba 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [375c6fdd-9af8-4cf0-9b96-7fd92a04e3c0] +orderer.example.com | 2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c8 Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [240 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [362 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer0.org2.example.com | [450 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [544f379d]Sending PUT_STATE +peer0.org1.example.com | [2bb 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1c9 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org1.example.com | [241 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer1.org2.example.com | [363 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer0.org1.example.com | [2bc 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] +peer0.org2.example.com | [451 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message PUT_STATE from shim +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1ca Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [242 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org1.example.com | [243 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org2.example.com | [364 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2bd 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org2.example.com | [452 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cb Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [244 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [365 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [453 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [366 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +peer0.org1.example.com | [2be 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org1.example.com | [245 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cc Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [367 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org1.example.com | [246 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org2.example.com | [454 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]state is ready +peer0.org1.example.com | [2bf 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [368 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cd Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [369 01-18 01:58:59.24 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org2.example.com | [455 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]Completed PUT_STATE. Sending RESPONSE +peer0.org1.example.com | [2c0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [247 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer1.org2.example.com | [36a 01-18 01:58:59.25 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org1.example.com | [2c1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit +peer0.org2.example.com | [456 01-18 01:59:25.92 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [544f379d]enterBusyState trigger event RESPONSE +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1ce Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [248 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [36b 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org2.example.com | [457 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message RESPONSE +peer0.org1.example.com | [2c2 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [249 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [36c 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [24a 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [36d 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +orderer.example.com | 2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cf Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [2c3 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Move state message COMPLETED +peer0.org2.example.com | [458 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer1.org1.example.com | [24b 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org2.example.com | [36e 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/configtx] processConfig -> DEBU 1d0 Beginning new config for channel businesschannel +peer0.org1.example.com | [2c4 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9a812e3c]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [24c 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer1.org2.example.com | [36f 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer0.org2.example.com | [459 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [2c5 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/config] NewStandardValues -> DEBU 1d1 Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [24d 01-18 01:58:52.78 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org2.example.com | [45a 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message RESPONSE +peer1.org2.example.com | [370 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +peer0.org1.example.com | [2c6 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]Received message COMPLETED from shim +peer1.org1.example.com | [24e 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org2.example.com | [45b 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d2 Processing field: HashingAlgorithm +peer1.org2.example.com | [371 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [24f 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer0.org1.example.com | [2c7 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [45c 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d3 Processing field: BlockDataHashingStructure +peer1.org2.example.com | [372 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer1.org1.example.com | [250 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [2c8 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [373 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | [251 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d4 Processing field: OrdererAddresses +peer0.org2.example.com | [45d 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [544f379d]before send +peer1.org2.example.com | [374 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4215d58c0), Data:(*common.BlockData)(0xc421668240), Metadata:(*common.BlockMetadata)(0xc421668280)}, doMVCCValidation=true +peer1.org1.example.com | [252 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org1.example.com | [2c9 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 +peer0.org2.example.com | [45e 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [544f379d]after send +peer1.org2.example.com | [375 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [253 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [2ca 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d5 Processing field: Consortium +peer1.org1.example.com | [254 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer1.org2.example.com | [376 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] +peer0.org2.example.com | [45f 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [544f379d]Received RESPONSE, communicated (state:ready) +peer1.org1.example.com | [255 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org2.example.com | [377 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= +peer0.org2.example.com | [460 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [544f379d]Received RESPONSE. Successfully updated state +peer0.org1.example.com | [2cb 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org1.example.com | [256 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org2.example.com | txId= locPointer=offset=70, bytesLength=11913 +orderer.example.com | 2018-01-18 01:58:51.916 UTC [policies] ProposePolicy -> DEBU 1d6 Proposed new policy Readers for Channel +peer0.org2.example.com | [461 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [257 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer1.org2.example.com | ] +peer0.org1.example.com | [2cc 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org2.example.com | [462 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.916 UTC [policies] ProposePolicy -> DEBU 1d7 Proposed new policy Writers for Channel +peer1.org1.example.com | [258 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org2.example.com | [378 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx ID: [] to index +peer0.org1.example.com | [2cd 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org1.example.com | [259 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1d8 Proposed new policy Admins for Channel +peer1.org2.example.com | [379 01-18 01:58:59.29 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org2.example.com | [463 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [25a 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.917 UTC [common/config] NewStandardValues -> DEBU 1d9 Initializing protos for *struct {} +peer1.org1.example.com | [25b 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [37a 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] +peer0.org2.example.com | [464 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]send state message COMPLETED +peer0.org1.example.com | [2ce 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1da Proposed new policy Readers for Application +peer1.org1.example.com | [25c 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org2.example.com | [465 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message COMPLETED from shim +peer1.org2.example.com | [37b 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) +orderer.example.com | 2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1db Proposed new policy Admins for Application +peer0.org1.example.com | [2cf 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc420378330 +peer1.org1.example.com | [25d 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [37c 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org2.example.com | [466 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [2d0 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1dc Proposed new policy Writers for Application +peer1.org1.example.com | [25e 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [37d 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [25f 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2d1 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:51.917 UTC [common/config] NewStandardValues -> DEBU 1dd Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [467 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [37e 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org1.example.com | [260 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.917 UTC [common/config] initializeProtosStruct -> DEBU 1de Processing field: MSP +peer0.org2.example.com | [468 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer1.org1.example.com | [261 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [37f 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions +peer0.org1.example.com | [2d2 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org2.example.com | [469 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [262 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org1.example.com | [2d3 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [380 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +orderer.example.com | 2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1df Initializing protos for *config.ApplicationOrgProtos +peer0.org2.example.com | [46a 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd,syscc=false,proposal=0xc4215025a0,canname=exp02:1.0 +peer1.org1.example.com | [263 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2d4 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.918 UTC [common/config] initializeProtosStruct -> DEBU 1e0 Processing field: AnchorPeers +peer1.org1.example.com | [264 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [46b 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system +peer0.org1.example.com | [2d5 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc42015d450, header 0xc420378360 +peer1.org2.example.com | [381 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] +peer1.org1.example.com | [265 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1e1 Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [46c 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched +peer0.org1.example.com | [2d6 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +peer1.org2.example.com | [382 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | [266 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:51.918 UTC [common/config] initializeProtosStruct -> DEBU 1e2 Processing field: MSP +peer0.org1.example.com | [2d7 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 +peer1.org2.example.com | [383 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] +peer1.org1.example.com | [267 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org2.example.com | [46d 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +orderer.example.com | 2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e3 Proposed new policy Admins for Org1MSP +peer1.org1.example.com | [268 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer0.org1.example.com | [2d8 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 channel id: +peer1.org2.example.com | [384 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org2.example.com | [46e 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org2.example.com:7052] +orderer.example.com | 2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e4 Proposed new policy Readers for Org1MSP +peer0.org1.example.com | [2d9 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 channel id: version: 1.0.2 +peer1.org1.example.com | [269 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer1.org2.example.com | [385 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e5 Proposed new policy Writers for Org1MSP +peer0.org2.example.com | [46f 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org2.example.com) +peer0.org1.example.com | [2da 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629,syscc=true,proposal=0xc42015d450,canname=lscc:1.0.2 +peer1.org1.example.com | [26a 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer0.org2.example.com | [470 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org2.example.com:7052 +peer1.org2.example.com | [386 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | 2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1e6 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [2db 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org1.example.com | [26b 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [471 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | [387 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1e7 Processing field: MSP +peer0.org1.example.com | [2dc 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [26c 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP peer0.org2.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 -peer1.org1.example.com | [3c3 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [38f 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org1.example.com | [449 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.919 UTC [common/config] NewStandardValues -> DEBU 1e8 Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [388 01-18 01:58:59.30 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [2dd 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 peer0.org2.example.com | CORE_PEER_TLS_ENABLED=true -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25c Adding to config map: [Policy] /Channel/Writers -peer1.org2.example.com | [390 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -peer1.org1.example.com | [3c4 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [44a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer1.org1.example.com | [26d 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1e9 Processing field: AnchorPeers +peer1.org2.example.com | [389 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org1.example.com | [2de 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [10aa154b]Inside sendExecuteMessage. Message TRANSACTION peer0.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org2.example.com | [391 01-14 11:45:39.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -peer1.org1.example.com | [3c5 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25d Adding to config map: [Policy] /Channel/Admins -peer1.org2.example.com | [392 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer1.org1.example.com | [26e 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org2.example.com | [38a 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer0.org1.example.com | [2df 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.919 UTC [common/config] NewStandardValues -> DEBU 1ea Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [26f 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are peer0.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer0.org1.example.com | [44b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]before send -peer1.org2.example.com | [393 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/configtx] processConfig -> DEBU 25e Beginning new config for channel businesschannel -peer0.org1.example.com | [44c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]after send peer0.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer1.org1.example.com | [3c6 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org2.example.com | [394 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [44d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [df774408]Received RESPONSE, communicated (state:ready) -peer0.org2.example.com | [472 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org2.example.com-exp02-1.0) lock -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/config] NewStandardValues -> DEBU 25f Initializing protos for *config.ChannelProtos -peer1.org1.example.com | [3c7 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [395 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org2.example.com | [473 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org2.example.com-exp02-1.0) lock -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 260 Processing field: HashingAlgorithm -peer0.org1.example.com | [44e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [df774408]GetState received payload RESPONSE -peer1.org2.example.com | [396 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org1.example.com | [3c8 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [474 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org2.example.com-exp02-1.0 -peer1.org2.example.com | [397 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [44f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Inside putstate -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 261 Processing field: BlockDataHashingStructure -peer1.org1.example.com | [3c9 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [475 01-14 11:46:00.78 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org2.example.com-exp02-1.0(No such container: dev-peer0.org2.example.com-exp02-1.0) -peer1.org2.example.com | [398 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org1.example.com | [3ca 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org1.example.com | [450 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Sending PUT_STATE -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 262 Processing field: OrdererAddresses -peer1.org2.example.com | [399 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org2.example.com | [476 01-14 11:46:00.79 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org2.example.com-exp02-1.0 (No such container: dev-peer0.org2.example.com-exp02-1.0) -peer0.org1.example.com | [451 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -peer1.org2.example.com | [39a 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 263 Processing field: Consortium -peer1.org2.example.com | [39b 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -peer1.org1.example.com | [3cb 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [452 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org2.example.com | [477 01-14 11:46:00.79 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org2.example.com-exp02-1.0 (No such container: dev-peer0.org2.example.com-exp02-1.0) -peer1.org2.example.com | [39c 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 264 Proposed new policy Writers for Channel -peer1.org1.example.com | [3cc 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org1.example.com | [453 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [478 01-14 11:46:00.79 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org2.example.com-exp02-1.0 -peer1.org2.example.com | [39d 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -peer1.org1.example.com | [3cd 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 265 Proposed new policy Admins for Channel -peer1.org2.example.com | [39e 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [454 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -peer0.org2.example.com | [479 01-14 11:46:00.79 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 266 Proposed new policy Readers for Channel -peer1.org2.example.com | [39f 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer1.org1.example.com | [3ce 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [3a0 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [455 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 267 Initializing protos for *config.OrdererProtos -peer0.org2.example.com | [47a 01-14 11:46:00.79 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org2.example.com-exp02-1.0 -peer1.org2.example.com | [3a1 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer1.org1.example.com | [3cf 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -peer0.org1.example.com | [456 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 268 Processing field: ConsensusType -peer0.org2.example.com | [47b 01-14 11:46:00.80 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image -peer1.org1.example.com | [3d0 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: -peer1.org2.example.com | [3a2 01-14 11:45:39.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -peer0.org2.example.com | [47c 01-14 11:46:00.81 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 269 Processing field: BatchSize -peer0.org1.example.com | [457 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -peer1.org1.example.com | [3d1 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org1.example.com | [270 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org2.example.com | [38b 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | 2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1eb Processing field: MSP +peer0.org1.example.com | [2e0 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [271 01-18 01:58:52.79 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ec Proposed new policy Writers for Org2MSP +peer0.org2.example.com | [472 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org2.example.com-exp02-1.0) lock +peer1.org2.example.com | [38c 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421cd2c60 +peer0.org1.example.com | [2e1 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [10aa154b]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [272 01-18 01:58:52.80 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org2.example.com | [473 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org2.example.com-exp02-1.0) lock +peer0.org2.example.com | [474 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org2.example.com-exp02-1.0 +orderer.example.com | 2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ed Proposed new policy Admins for Org2MSP +peer1.org2.example.com | [38d 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer1.org1.example.com | [273 01-18 01:58:52.80 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [274 01-18 01:58:52.80 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer1.org1.example.com | [275 01-18 01:58:52.80 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org1.example.com | [276 01-18 01:58:52.80 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer1.org1.example.com | [277 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel +peer1.org1.example.com | [278 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain +peer1.org1.example.com | [279 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [27a 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [f17fdad0-3b56-4b75-a469-5add81dc650e] +peer1.org1.example.com | [27b 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=efb81dd4-1828-484c-aec3-33ab2ef86d91,syscc=true,proposal=0x0,canname=cscc:1.0.2 +peer0.org2.example.com | [475 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org2.example.com-exp02-1.0(No such container: dev-peer0.org2.example.com-exp02-1.0) +peer0.org1.example.com | [2e2 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]Move state message TRANSACTION +peer1.org2.example.com | [38e 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +orderer.example.com | 2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ee Proposed new policy Readers for Org2MSP +peer1.org1.example.com | [27c 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +peer0.org1.example.com | [2e3 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [38f 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org2.example.com | [476 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org2.example.com-exp02-1.0 (No such container: dev-peer0.org2.example.com-exp02-1.0) +peer1.org1.example.com | [27d 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [390 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +orderer.example.com | 2018-01-18 01:58:51.920 UTC [common/config] NewStandardValues -> DEBU 1ef Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [2e4 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [27e 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +peer1.org1.example.com | [27f 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [efb81dd4]Inside sendExecuteMessage. Message INIT +peer1.org1.example.com | [280 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [281 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [efb81dd4]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [282 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [efb81dd4]Move state message INIT +peer1.org1.example.com | [283 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [efb81dd4]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org1.example.com | [284 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [391 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [477 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org2.example.com-exp02-1.0 (No such container: dev-peer0.org2.example.com-exp02-1.0) +peer0.org1.example.com | [2e5 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f0 Processing field: ConsensusType +peer1.org1.example.com | [285 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [efb81dd4]sending state message INIT +peer1.org2.example.com | [392 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [2e6 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Received message TRANSACTION from shim +peer0.org2.example.com | [478 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org2.example.com-exp02-1.0 +orderer.example.com | 2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f1 Processing field: BatchSize +peer0.org1.example.com | [2e7 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [10aa154b]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [286 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [efb81dd4]Received message INIT from shim +peer1.org2.example.com | [393 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421d6d000, header channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer0.org2.example.com | [479 01-18 01:59:25.93 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default +orderer.example.com | 2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f2 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f3 Processing field: KafkaBrokers +peer0.org2.example.com | [47a 01-18 01:59:25.94 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org2.example.com-exp02-1.0 +peer0.org1.example.com | [2e8 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [10aa154b]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [287 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [efb81dd4]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | 2018-01-18 01:58:51.921 UTC [common/config] initializeProtosStruct -> DEBU 1f4 Processing field: ChannelRestrictions +peer0.org1.example.com | [2e9 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Transaction completed. Sending COMPLETED +peer0.org2.example.com | [47b 01-18 01:59:25.94 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image +peer0.org1.example.com | [2ea 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Move state message COMPLETED +peer0.org1.example.com | [2eb 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [10aa154b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [288 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +orderer.example.com | 2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f5 Proposed new policy BlockValidation for Orderer +peer1.org2.example.com | [394 01-18 01:58:59.31 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org2.example.com | [47c 01-18 01:59:25.94 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU +peer0.org1.example.com | [2ec 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]send state message COMPLETED +peer1.org1.example.com | [289 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [efb81dd4]Received INIT, initializing chaincode +orderer.example.com | 2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f6 Proposed new policy Readers for Orderer +peer1.org2.example.com | [395 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel peer0.org2.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 -peer1.org2.example.com | [3a3 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -peer1.org2.example.com | [3a4 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -peer1.org2.example.com | [3a5 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f7 Proposed new policy Writers for Orderer +peer0.org1.example.com | [2ed 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]Received message COMPLETED from shim +peer0.org1.example.com | [2ee 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [2ef 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [2f0 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 +orderer.example.com | 2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f8 Proposed new policy Admins for Orderer +peer1.org2.example.com | [396 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [2f1 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [2f2 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit peer0.org2.example.com | ADD binpackage.tar /usr/local/bin -peer0.org1.example.com | [458 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer0.org1.example.com | [459 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [3a6 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [3d2 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26a Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.921 UTC [common/config] NewStandardValues -> DEBU 1f9 Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [28a 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +peer0.org1.example.com | [2f3 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit peer0.org2.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ -peer0.org1.example.com | [45a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -peer1.org2.example.com | [3a7 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [3d3 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26b Processing field: KafkaBrokers +peer1.org2.example.com | [397 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org1.example.com | [2f4 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.921 UTC [common/config] initializeProtosStruct -> DEBU 1fa Processing field: MSP +peer1.org1.example.com | [28b 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [efb81dd4]Init get response status: 200 +peer1.org2.example.com | [398 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer0.org1.example.com | [2f5 01-18 01:58:58.62 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel peer0.org2.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ -peer0.org1.example.com | [45b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message RESPONSE from shim -peer1.org2.example.com | [3a8 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [3d4 01-14 11:45:39.36 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26c Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fb Proposed new policy Admins for OrdererOrg +peer1.org1.example.com | [28c 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [efb81dd4]Init succeeded. Sending COMPLETED peer0.org2.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ -peer1.org2.example.com | [3a9 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [45c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org1.example.com | [3d5 01-14 11:45:39.37 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26d Proposed new policy BlockValidation for Orderer +peer0.org1.example.com | [2f6 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 +peer1.org2.example.com | [399 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fc Proposed new policy Readers for OrdererOrg +peer1.org1.example.com | [28d 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [efb81dd4]Move state message COMPLETED +peer0.org1.example.com | [2f7 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... peer0.org2.example.com | org.hyperledger.fabric.version="1.0.2" \ -peer1.org2.example.com | [3aa 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [45d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]before send +peer1.org1.example.com | [28e 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [efb81dd4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [39a 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fd Proposed new policy Writers for OrdererOrg +peer0.org1.example.com | [2f8 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering peer0.org2.example.com | org.hyperledger.fabric.base.version="0.3.2" -peer1.org1.example.com | [3d6 01-14 11:45:39.37 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer1.org2.example.com | [3ab 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [45e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]after send -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26e Proposed new policy Readers for Orderer +peer0.org1.example.com | [2f9 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel +peer1.org2.example.com | [39b 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org1.example.com | [28f 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [efb81dd4]send state message COMPLETED +peer0.org1.example.com | [2fa 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting +orderer.example.com | 2018-01-18 01:58:51.922 UTC [common/config] Validate -> DEBU 1fe Anchor peers for org Org1MSP are +peer1.org2.example.com | [39c 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize peer0.org2.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 -peer1.org2.example.com | [3ac 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [290 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [efb81dd4]Received message COMPLETED from shim +peer0.org1.example.com | [2fb 01-18 01:58:58.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] +orderer.example.com | 2018-01-18 01:58:51.922 UTC [common/config] validateMSP -> DEBU 1ff Setting up MSP for org Org1MSP peer0.org2.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt -peer0.org1.example.com | [45f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [df774408]Received RESPONSE, communicated (state:ready) +peer1.org2.example.com | [39d 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org1.example.com | [291 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [efb81dd4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [2fd 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | 2018-01-18 01:58:51.922 UTC [msp] NewBccspMsp -> DEBU 200 Creating BCCSP-based MSP instance +peer1.org2.example.com | [39e 01-18 01:58:59.32 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org1.example.com | [2fe 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org1.example.com | [292 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [efb81dd4-1828-484c-aec3-33ab2ef86d91]HandleMessage- COMPLETED. Notify peer0.org2.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26f Proposed new policy Writers for Orderer -peer1.org1.example.com | [3d7 01-14 11:45:39.37 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer0.org2.example.com | [47d 01-14 11:46:00.81 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 270 Proposed new policy Admins for Orderer -peer1.org2.example.com | [3ad 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [3d8 01-14 11:45:39.37 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -peer0.org2.example.com | [47e 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] -peer0.org1.example.com | [460 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Received RESPONSE. Successfully updated state -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 271 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [3ae 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer1.org1.example.com | [3d9 01-14 11:45:39.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer0.org2.example.com | [47f 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] -peer0.org1.example.com | [461 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 272 Processing field: MSP -peer0.org2.example.com | [480 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [3af 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org1.example.com | [3da 01-14 11:45:39.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [481 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [462 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Move state message COMPLETED -peer1.org1.example.com | [3db 01-14 11:45:39.38 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 273 Proposed new policy Writers for OrdererOrg -peer1.org2.example.com | [3b0 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [482 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org1.example.com | [463 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 274 Proposed new policy Admins for OrdererOrg -peer1.org1.example.com | [3dc 01-14 11:45:39.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org2.example.com | [483 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4222432f0 -peer1.org2.example.com | [3b1 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 275 Proposed new policy Readers for OrdererOrg -peer0.org2.example.com | [484 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer1.org1.example.com | [3dd 01-14 11:45:39.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a0cc00), Data:(*common.BlockData)(0xc421c10080), Metadata:(*common.BlockMetadata)(0xc421c100c0)}, doMVCCValidation=true -peer0.org1.example.com | [464 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]send state message COMPLETED -peer1.org2.example.com | [3b2 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [485 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 276 Initializing protos for *struct {} -peer1.org1.example.com | [3de 01-14 11:45:39.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org2.example.com | [3b3 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [486 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [465 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 277 Proposed new policy ChannelCreationPolicy for Application -peer1.org1.example.com | [3df 01-14 11:45:39.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] -peer0.org1.example.com | [466 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [3b4 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org2.example.com | [487 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [467 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 278 Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [3e0 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -peer0.org2.example.com | [488 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [3b5 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 279 Processing field: MSP -peer1.org1.example.com | txId= locPointer=offset=70, bytesLength=11973 -peer0.org1.example.com | [468 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer0.org2.example.com | [489 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [3b6 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -peer1.org1.example.com | ] -peer0.org2.example.com | [48a 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421a94a80, header channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 27a Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [469 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [3b7 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -peer0.org2.example.com | [48b 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 27b Processing field: AnchorPeers -peer0.org1.example.com | [46a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=false,proposal=0xc422135810,canname=exp02:1.0 -peer1.org2.example.com | [3b8 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -peer1.org1.example.com | [3e1 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx ID: [] to index -peer0.org2.example.com | [48c 01-14 11:46:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [46b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system -peer0.org2.example.com | [48d 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org2.example.com | [3b9 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 27c Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [3e2 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx number:[0] ID: [] to blockNumTranNum index -peer0.org2.example.com | [48e 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org1.example.com | [46c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched -peer1.org2.example.com | [3ba 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -peer1.org1.example.com | [3e3 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39461], isChainEmpty=[false], lastBlockNumber=[2] -peer0.org2.example.com | [48f 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -orderer.example.com | 2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 27d Processing field: MSP -peer0.org2.example.com | [490 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer0.org1.example.com | [46d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer1.org2.example.com | [3bb 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 27e Proposed new policy Readers for Org1MSP -peer0.org2.example.com | [491 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 27f Proposed new policy Writers for Org1MSP -peer1.org2.example.com | [3bc 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -peer0.org1.example.com | [46e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -peer0.org2.example.com | [492 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [cce2aeee-52cb-4264-b879-9b60966126fe] -peer1.org1.example.com | [3e4 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) -peer1.org2.example.com | [3bd 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -peer0.org1.example.com | [46f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org1.example.com) -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 280 Proposed new policy Admins for Org1MSP -peer0.org2.example.com | [493 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=e40bd7e0-6c22-4f66-813a-6ba580b84a0e,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [3e5 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org1.example.com | [470 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -peer1.org2.example.com | [3be 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -peer0.org2.example.com | [494 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d chaindID businesschannel -peer1.org1.example.com | [3e6 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 281 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [471 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer1.org1.example.com | [3e7 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [3e8 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions -peer1.org2.example.com | [3bf 01-14 11:45:39.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -peer1.org2.example.com | [3c0 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 282 Processing field: MSP -peer1.org1.example.com | [3e9 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org2.example.com | [3c1 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [495 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 283 Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer1.org1.example.com | [3ea 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] -peer0.org2.example.com | [496 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [3c2 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org2.example.com | [3c3 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 284 Processing field: AnchorPeers -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer1.org1.example.com | [3eb 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org2.example.com | [497 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [3c4 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org1.example.com | [3ec 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 285 Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [498 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e40bd7e0]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [3c5 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [3ed 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org2.example.com | [499 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | 2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 286 Processing field: MSP -peer0.org2.example.com | [49a 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e40bd7e0]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [472 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org1.example.com-exp02-1.0) lock -peer0.org2.example.com | [49b 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e40bd7e0]Move state message TRANSACTION -peer1.org2.example.com | [3c6 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 287 Proposed new policy Writers for Org2MSP -peer1.org1.example.com | [3ee 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [473 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org1.example.com-exp02-1.0) lock -peer0.org2.example.com | [49c 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e40bd7e0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [3c7 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer1.org1.example.com | [3ef 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 288 Proposed new policy Admins for Org2MSP -peer0.org2.example.com | [49d 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [474 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org1.example.com-exp02-1.0 -peer0.org1.example.com | [475 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org1.example.com-exp02-1.0(No such container: dev-peer0.org1.example.com-exp02-1.0) -peer0.org1.example.com | [476 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) -peer1.org1.example.com | [3f0 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [49e 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e40bd7e0]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 289 Proposed new policy Readers for Org2MSP -peer0.org1.example.com | [477 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) -peer1.org2.example.com | [3c8 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [3f1 01-14 11:45:39.40 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [49f 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e40bd7e0]Received message TRANSACTION from shim -peer0.org1.example.com | [478 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org1.example.com-exp02-1.0 -peer1.org2.example.com | [3c9 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [3f2 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.488 UTC [common/config] validateMSP -> DEBU 28a Setting up MSP for org OrdererOrg -peer0.org2.example.com | [4a0 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e40bd7e0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [479 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default -peer1.org2.example.com | [3ca 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [4a1 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [e40bd7e0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.488 UTC [msp] NewBccspMsp -> DEBU 28b Creating BCCSP-based MSP instance -peer0.org1.example.com | [47a 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 -peer0.org2.example.com | [4a2 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [3cb 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer1.org1.example.com | [3f3 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421b45b30 -orderer.example.com | 2018-01-14 11:45:32.488 UTC [msp] Setup -> DEBU 28c Setting up MSP instance OrdererMSP -peer0.org2.example.com | [4a3 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer0.org1.example.com | [47b 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image -peer1.org2.example.com | [3cc 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.488 UTC [msp/identity] newIdentity -> DEBU 28d Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [3f4 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [47c 01-14 11:45:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU -peer0.org2.example.com | [4a4 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer1.org2.example.com | [3cd 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -peer0.org1.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 -peer0.org2.example.com | [4a5 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer1.org1.example.com | [3f5 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [3f6 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org2.example.com | [4a6 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org1.example.com | ADD binpackage.tar /usr/local/bin -peer0.org1.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer1.org1.example.com | [3f7 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [4a7 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -peer0.org1.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ -peer1.org2.example.com | [3ce 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [3f8 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [3f9 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421b5d450, header 0xc421b45b60 -peer0.org1.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ -peer0.org1.example.com | org.hyperledger.fabric.version="1.0.2" \ -peer0.org1.example.com | org.hyperledger.fabric.base.version="0.3.2" -peer1.org1.example.com | [3fa 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org1.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 -peer0.org1.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt -peer0.org1.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt -peer1.org2.example.com | [3cf 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -peer0.org2.example.com | [4a8 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -peer0.org1.example.com | [47d 01-14 11:45:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 -peer0.org2.example.com | [4a9 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [35eac4c5-afea-4012-8082-747da56b51a0] -peer1.org1.example.com | [3fb 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e -peer1.org2.example.com | [3d0 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org2.example.com | [4aa 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [47e 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 -peer1.org1.example.com | [3fc 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e channel id: -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer1.org2.example.com | [3d1 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: -peer0.org2.example.com | [4ab 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [35eac4c5-afea-4012-8082-747da56b51a0] -peer0.org1.example.com | [47f 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer1.org1.example.com | [3fd 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e channel id: version: 1.0.2 -peer0.org2.example.com | [4ac 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer0.org2.example.com | [4ad 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer0.org2.example.com | [4ae 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org2.example.com | [4af 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e40bd7e0]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [4b0 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e40bd7e0]Move state message COMPLETED -peer0.org2.example.com | [4b1 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e40bd7e0]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer0.org1.example.com | [480 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 -peer1.org1.example.com | [3fe 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e,syscc=true,proposal=0xc421b5d450,canname=lscc:1.0.2 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.489 UTC [msp/identity] newIdentity -> DEBU 28e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [3d2 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -peer0.org2.example.com | [4b2 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e40bd7e0]send state message COMPLETED -peer1.org1.example.com | [3ff 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org2.example.com | [4b3 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e40bd7e0]Received message COMPLETED from shim -peer1.org1.example.com | [400 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [481 01-14 11:46:00.08 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 -peer1.org2.example.com | [3d3 01-14 11:45:39.98 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [4b4 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e40bd7e0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [482 01-14 11:46:00.56 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org1.example.com-exp02-1.0 -peer1.org1.example.com | [401 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [3d4 01-14 11:45:39.99 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -peer0.org2.example.com | [4b5 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e40bd7e0-6c22-4f66-813a-6ba580b84a0e]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [483 01-14 11:46:00.56 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org1.example.com-exp02-1.0) -peer0.org1.example.com | [484 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer1.org2.example.com | [3d5 01-14 11:45:39.99 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -peer1.org2.example.com | [3d6 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -peer1.org2.example.com | [3d7 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -peer0.org2.example.com | [4b6 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e40bd7e0-6c22-4f66-813a-6ba580b84a0e -peer0.org2.example.com | [4b7 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [402 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ce0f0d4c]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [3d8 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -peer1.org2.example.com | [3d9 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org2.example.com | [4b8 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [cce2aeee-52cb-4264-b879-9b60966126fe] -peer1.org1.example.com | [403 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [485 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [4b9 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [4ba 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org1.example.com | [486 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [404 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.490 UTC [msp/identity] newIdentity -> DEBU 28f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [3da 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -peer0.org2.example.com | [4bb 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422358340), Data:(*common.BlockData)(0xc42186ac60), Metadata:(*common.BlockMetadata)(0xc42186aca0)}, doMVCCValidation=true -peer0.org2.example.com | [4bc 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [405 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ce0f0d4c]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org2.example.com | [3db 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [487 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [4bd 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [406 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ce0f0d4c]Move state message TRANSACTION -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [4be 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] marked as valid by state validator -peer0.org1.example.com | [488 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 -peer1.org2.example.com | [3dc 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -peer1.org1.example.com | [407 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ce0f0d4c]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org2.example.com | [4bf 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -peer0.org2.example.com | txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 +peer0.org1.example.com | [2ff 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [39f 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:51.922 UTC [msp] Setup -> DEBU 201 Setting up MSP instance Org1MSP +peer0.org2.example.com | [47d 01-18 01:59:25.95 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 +peer1.org1.example.com | [293 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:efb81dd4-1828-484c-aec3-33ab2ef86d91 +peer0.org1.example.com | [300 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421488990 +orderer.example.com | 2018-01-18 01:58:51.923 UTC [msp/identity] newIdentity -> DEBU 202 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [3a0 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org2.example.com | [47e 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] +peer0.org1.example.com | [301 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer1.org1.example.com | [294 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [3a1 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org1.example.com | [302 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [303 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org2.example.com | [47f 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] +peer1.org1.example.com | [295 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org1.example.com | [304 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [3a2 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org1.example.com | [305 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [296 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [f17fdad0-3b56-4b75-a469-5add81dc650e] +peer0.org2.example.com | [480 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org1.example.com | [306 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org1.example.com | [297 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org2.example.com | [481 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [3a3 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [307 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc42147c000, header channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer1.org1.example.com | [298 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [8ae4bcd8-d6ec-4063-ae37-b01a4b1d8889] +peer0.org2.example.com | [482 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [3a4 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [483 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422374120 +peer0.org2.example.com | [484 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer0.org1.example.com | [308 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [309 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [30a 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [30b 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org1.example.com | [299 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=f753dd0b-c447-4966-bf14-032a554d5f0b,syscc=true,proposal=0x0,canname=lscc:1.0.2 +peer1.org1.example.com | [29a 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org2.example.com | [3a5 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org2.example.com | [485 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [30c 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [29b 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [3a6 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org2.example.com | [486 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org1.example.com | [30d 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [3a7 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [487 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer1.org2.example.com | [3a8 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [29c 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [30e 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org2.example.com | [488 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer1.org1.example.com | [29d 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [f753dd0b]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [30f 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer0.org2.example.com | [489 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [3a9 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | [29e 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [310 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org2.example.com | [3aa 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [3ab 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [3ac 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer1.org2.example.com | [3ad 01-18 01:58:59.33 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +peer0.org2.example.com | [48a 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421fa0a80, header channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer0.org1.example.com | [311 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [312 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org1.example.com | [313 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org1.example.com | [314 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org1.example.com | [315 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org1.example.com | [316 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org1.example.com | [29f 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [f753dd0b]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [3ae 01-18 01:58:59.35 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [317 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer0.org2.example.com | [48b 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer1.org1.example.com | [2a0 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f753dd0b]Move state message INIT +peer1.org2.example.com | [3af 01-18 01:58:59.36 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [318 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer0.org2.example.com | [48c 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org1.example.com | [2a1 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f753dd0b]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [319 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | H7n8z1pj5w== +peer1.org2.example.com | [3b0 01-18 01:58:59.36 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org1.example.com | [2a2 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [48d 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org1.example.com | [31a 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer1.org1.example.com | [2a3 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f753dd0b]sending state message INIT +peer1.org2.example.com | [3b1 01-18 01:58:59.36 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [31b 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | [2a4 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f753dd0b]Received message INIT from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [48e 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org2.example.com | [3b2 01-18 01:58:59.36 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [31c 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org1.example.com | [2a5 01-18 01:58:52.81 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f753dd0b]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org2.example.com | [48f 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +peer1.org2.example.com | [3b3 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:51.923 UTC [msp/identity] newIdentity -> DEBU 203 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [31d 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [2a6 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org2.example.com | [490 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | [2a7 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [f753dd0b]Received INIT, initializing chaincode +peer0.org1.example.com | [31e 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org2.example.com | [491 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [3b4 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [31f 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [2a8 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f753dd0b]Init get response status: 200 +peer0.org2.example.com | [492 01-18 01:59:27.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [feeac68b-ddf5-486d-b21f-69543e2e9793] +peer1.org2.example.com | [3b5 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [2a9 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f753dd0b]Init succeeded. Sending COMPLETED +peer0.org1.example.com | [320 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [2aa 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f753dd0b]Move state message COMPLETED +peer0.org2.example.com | [493 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=b1494c7f-bd68-4385-9272-25444953a5de,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [3b6 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [321 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org1.example.com | [2ab 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f753dd0b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [494 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 chaindID businesschannel +peer0.org1.example.com | [322 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org2.example.com | [495 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [3b7 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org1.example.com | [2ac 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f753dd0b]send state message COMPLETED +peer0.org2.example.com | [496 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [3b8 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [2ad 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f753dd0b]Received message COMPLETED from shim +peer0.org1.example.com | [323 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org2.example.com | [497 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [3b9 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org1.example.com | [324 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer1.org1.example.com | [2ae 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f753dd0b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [498 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b1494c7f]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [325 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [3ba 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [2af 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f753dd0b-c447-4966-bf14-032a554d5f0b]HandleMessage- COMPLETED. Notify +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org2.example.com | [499 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [3bb 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [326 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org2.example.com | [49a 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b1494c7f]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org1.example.com | [2b0 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f753dd0b-c447-4966-bf14-032a554d5f0b +peer1.org2.example.com | [3bc 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [327 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org2.example.com | [49b 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b1494c7f]Move state message TRANSACTION +peer0.org2.example.com | [49c 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b1494c7f]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [2b1 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [328 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org2.example.com | [3bd 01-18 01:58:59.37 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org2.example.com | [49d 01-18 01:59:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [329 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org1.example.com | [2b2 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [49e 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b1494c7f]sending state message TRANSACTION +peer1.org2.example.com | [3be 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [49f 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b1494c7f]Received message TRANSACTION from shim +peer1.org1.example.com | [2b3 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [8ae4bcd8-d6ec-4063-ae37-b01a4b1d8889] +peer1.org2.example.com | [3bf 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [32a 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org2.example.com | [4a0 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b1494c7f]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [3c0 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org2.example.com | [3c1 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org1.example.com | [2b4 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [32b 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org2.example.com | [4a1 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [b1494c7f]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.924 UTC [msp/identity] newIdentity -> DEBU 204 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [3c2 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [2b5 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [976e8a93-655c-49a1-a47e-7d6ab748ee21] +peer0.org2.example.com | [4a2 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer1.org2.example.com | [3c3 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [4a3 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org1.example.com | [32c 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer1.org2.example.com | [3c4 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [4a4 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer1.org2.example.com | [3c5 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +peer1.org1.example.com | [2b6 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=083ff2e4-7f9c-46ae-a492-9ad89a651661,syscc=true,proposal=0x0,canname=escc:1.0.2 +peer0.org1.example.com | [32d 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org2.example.com | [4a5 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org2.example.com | [3c6 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [2fc 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] +peer1.org1.example.com | [2b7 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org2.example.com | [4a6 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org2.example.com | [3c7 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [2b8 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [4a7 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer0.org1.example.com | [32e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] +peer1.org2.example.com | [3c8 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org2.example.com | [4a8 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [2b9 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer1.org2.example.com | [3c9 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org2.example.com | [4a9 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [07b11ff1-c2a7-4c5f-a11f-59d8b5561b69] +peer0.org1.example.com | [32f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [3ca 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [4aa 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [2ba 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [083ff2e4]Inside sendExecuteMessage. Message INIT +peer1.org2.example.com | [3cb 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4ab 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [07b11ff1-c2a7-4c5f-a11f-59d8b5561b69] +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [4ac 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer1.org1.example.com | [2bb 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [3cc 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [330 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org2.example.com | [4ad 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +peer1.org2.example.com | [3cd 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2bc 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [083ff2e4]sendExecuteMsg trigger event INIT +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [331 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [4ae 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer1.org2.example.com | [3ce 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [2bd 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [083ff2e4]Move state message INIT +peer0.org2.example.com | [4af 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b1494c7f]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [3cf 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [332 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org2.example.com | [4b0 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b1494c7f]Move state message COMPLETED +peer1.org2.example.com | [3d0 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org1.example.com | [2be 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [083ff2e4]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [333 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [4b1 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b1494c7f]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [3d1 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [3d2 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4b2 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b1494c7f]send state message COMPLETED +peer0.org1.example.com | [334 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org1.example.com | [2bf 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [3d3 01-18 01:58:59.38 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org2.example.com | [4b3 01-18 01:59:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b1494c7f]Received message COMPLETED from shim +peer0.org1.example.com | [335 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org2.example.com | [3d4 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [2c0 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [083ff2e4]sending state message INIT +peer0.org2.example.com | [4b4 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b1494c7f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [336 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org1.example.com | [2c1 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [083ff2e4]Received message INIT from shim +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org2.example.com | [3d5 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer1.org1.example.com | [2c2 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [083ff2e4]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org1.example.com | [337 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org2.example.com | [4b5 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b1494c7f-bd68-4385-9272-25444953a5de]HandleMessage- COMPLETED. Notify +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [2c3 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org1.example.com | [2c4 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [083ff2e4]Received INIT, initializing chaincode +peer0.org1.example.com | [338 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [4b6 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b1494c7f-bd68-4385-9272-25444953a5de +orderer.example.com | 2018-01-18 01:58:51.925 UTC [msp] Validate -> DEBU 205 MSP Org1MSP validating identity +peer1.org2.example.com | [3d6 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer1.org1.example.com | [2c5 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +peer0.org2.example.com | [4b7 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [339 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:51.925 UTC [common/config] Validate -> DEBU 206 Anchor peers for org Org2MSP are +peer0.org2.example.com | [4b8 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [feeac68b-ddf5-486d-b21f-69543e2e9793] +peer1.org1.example.com | [2c6 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [083ff2e4]Init get response status: 200 +peer0.org1.example.com | [33a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer1.org2.example.com | [3d7 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.925 UTC [common/config] validateMSP -> DEBU 207 Setting up MSP for org Org2MSP +peer0.org1.example.com | [33b 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org2.example.com | [3d8 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4b9 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [2c7 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [083ff2e4]Init succeeded. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.925 UTC [msp] NewBccspMsp -> DEBU 208 Creating BCCSP-based MSP instance +peer1.org2.example.com | [3d9 01-18 01:58:59.40 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2c8 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [083ff2e4]Move state message COMPLETED +peer0.org1.example.com | [33c 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org2.example.com | [4ba 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | [2c9 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [083ff2e4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [3da 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.925 UTC [msp] Setup -> DEBU 209 Setting up MSP instance Org2MSP +peer0.org2.example.com | [4bb 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421dce680), Data:(*common.BlockData)(0xc421e5d1c0), Metadata:(*common.BlockMetadata)(0xc421e5d200)}, doMVCCValidation=true +peer1.org1.example.com | [2ca 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [083ff2e4]send state message COMPLETED +peer0.org1.example.com | [33d 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [3db 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2cb 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [083ff2e4]Received message COMPLETED from shim +peer0.org2.example.com | [4bc 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.926 UTC [msp/identity] newIdentity -> DEBU 20a Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [2cc 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [083ff2e4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [33e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org2.example.com | [4bd 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [3dc 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer1.org1.example.com | [2cd 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [083ff2e4-7f9c-46ae-a492-9ad89a651661]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [4be 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] marked as valid by state validator +peer0.org1.example.com | [33f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer1.org2.example.com | [3dd 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer1.org1.example.com | [2ce 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:083ff2e4-7f9c-46ae-a492-9ad89a651661 +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org1.example.com | [2cf 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [4bf 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +peer0.org2.example.com | txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 +peer0.org1.example.com | [340 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer1.org2.example.com | [3de 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer1.org1.example.com | [2d0 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed peer0.org2.example.com | ] -peer0.org2.example.com | [4c0 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to index -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer1.org2.example.com | [3dd 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [408 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [409 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ce0f0d4c]sending state message TRANSACTION -peer1.org1.example.com | [40a 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ce0f0d4c]Received message TRANSACTION from shim -peer0.org2.example.com | [4c1 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx number:[0] ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to blockNumTranNum index -peer0.org1.example.com | [489 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED -peer1.org2.example.com | [3de 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a5d800), Data:(*common.BlockData)(0xc421c43800), Metadata:(*common.BlockMetadata)(0xc421c43840)}, doMVCCValidation=true -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer1.org1.example.com | [40b 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ce0f0d4c]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [4c2 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44676], isChainEmpty=[false], lastBlockNumber=[3] -peer0.org2.example.com | [4c3 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) -peer0.org2.example.com | [4c4 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer1.org1.example.com | [40c 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ce0f0d4c]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [48a 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [3df 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org2.example.com | [4c5 01-14 11:46:17.65 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org2.example.com-exp02-1.0-a1c0bed0de208402b290701943af8662423c1e8c10dbff920b90a3d16eb3fb80 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.491 UTC [msp] Validate -> DEBU 290 MSP OrdererMSP validating identity -peer0.org1.example.com | [48b 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed -peer1.org2.example.com | [3e0 01-14 11:45:40.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] -peer1.org2.example.com | [3e1 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -peer1.org2.example.com | txId= locPointer=offset=70, bytesLength=11973 -peer1.org2.example.com | ] -peer0.org2.example.com | [4c6 01-14 11:46:17.65 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully -peer1.org1.example.com | [40d 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ce0f0d4c]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.491 UTC [common/config] Validate -> DEBU 291 Anchor peers for org Org1MSP are -peer1.org2.example.com | [3e2 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx ID: [] to index -peer0.org2.example.com | [4c7 01-14 11:46:17.65 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org2.example.com-exp02-1.0 -peer0.org1.example.com | [48c 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY -orderer.example.com | 2018-01-14 11:45:32.491 UTC [common/config] validateMSP -> DEBU 292 Setting up MSP for org Org1MSP -peer1.org2.example.com | [3e3 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx number:[0] ID: [] to blockNumTranNum index -peer1.org1.example.com | [40e 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ce0f0d4c]Move state message COMPLETED -peer0.org2.example.com | [4c8 01-14 11:46:17.78 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org2.example.com-exp02-1.0-a1c0bed0de208402b290701943af8662423c1e8c10dbff920b90a3d16eb3fb80 -peer0.org2.example.com | [4c9 01-14 11:46:18.30 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org2.example.com-exp02-1.0 -peer0.org1.example.com | [48d 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [3e4 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39461], isChainEmpty=[false], lastBlockNumber=[2] -peer1.org1.example.com | [40f 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ce0f0d4c]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.491 UTC [msp] NewBccspMsp -> DEBU 293 Creating BCCSP-based MSP instance -peer0.org1.example.com | [48e 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [48f 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message READY -peer0.org1.example.com | [490 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [491 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [df774408]Entered state ready -peer0.org1.example.com | [492 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer1.org2.example.com | [3e5 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) -orderer.example.com | 2018-01-14 11:45:32.491 UTC [msp] Setup -> DEBU 294 Setting up MSP instance Org1MSP -peer0.org2.example.com | [4ca 01-14 11:46:18.30 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org2.example.com-exp02-1.0) -peer1.org1.example.com | [410 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ce0f0d4c]send state message COMPLETED -peer0.org1.example.com | [493 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message READY -peer1.org2.example.com | [3e6 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.491 UTC [msp/identity] newIdentity -> DEBU 295 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [4cb 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer0.org2.example.com | [4cc 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer0.org2.example.com | [4cd 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer0.org2.example.com | [4ce 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [4cf 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 -peer0.org2.example.com | [4d0 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED -peer0.org2.example.com | [4d1 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org2.example.com | [3e7 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer0.org1.example.com | [494 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed -peer1.org1.example.com | [411 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ce0f0d4c]Received message COMPLETED from shim -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [3e8 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org1.example.com | [495 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org2.example.com | [4d2 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org2.example.com | [4d3 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [412 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ce0f0d4c]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [3e9 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions -peer0.org1.example.com | [496 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [497 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer0.org1.example.com | [498 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message INIT -peer0.org1.example.com | [499 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [49a 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [49b 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event INIT -peer0.org1.example.com | [49c 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message INIT -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -peer0.org2.example.com | [4d4 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [3ea 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -peer1.org1.example.com | [413 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e]HandleMessage- COMPLETED. Notify -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -peer0.org2.example.com | [4d5 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org2.example.com | [4d6 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message READY -peer0.org2.example.com | [4d7 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [49d 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer0.org1.example.com | [49e 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [49f 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message INIT -peer1.org2.example.com | [3eb 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] -peer1.org1.example.com | [414 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ce0f0d4ce290fb9ac5ee14c1e4c1187a52093960d7463c20d7a63ac6363d315e -peer1.org1.example.com | [415 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [416 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [417 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org1.example.com | [4a0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -peer0.org1.example.com | [4a1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [4a2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [4a3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -peer1.org2.example.com | [3ec 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org1.example.com | [418 01-14 11:45:39.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org1.example.com | [419 01-14 11:45:41.37 UTC] [github.com/hyperledger/fabric/gossip/gossip/channel] handleMessage.HandleMessage.handleStateInfSnapshot -> DEBU Channel businesschannel : Couldn't find org identity of peer �w0��o7��h���k��ldi� @�kNzK~�t message sent from /_��=�?P�`@[1e��W YW�/|�|p�{ -peer0.org1.example.com | [4a4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -peer1.org2.example.com | [3ed 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -peer1.org1.example.com | [41a 01-14 11:45:41.39 UTC] [github.com/hyperledger/fabric/gossip/gossip/channel] handleMessage.HandleMessage.handleStateInfSnapshot -> DEBU Channel businesschannel : Couldn't find org identity of peer �w0��o7��h���k��ldi� @�kNzK~�t message sent from C9|k�e{���r�%}�B��L ����qZ+�� -peer1.org1.example.com | [41b 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [3ee 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [4a5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -peer0.org1.example.com | [4a6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -peer1.org1.example.com | [41c 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org1.example.com | [41d 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org2.example.com | [4d8 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [73c65c24]Entered state ready -peer0.org1.example.com | [4a7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer1.org2.example.com | [3ef 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [41e 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421750c60 -peer0.org2.example.com | [4d9 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer0.org1.example.com | [4a8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.492 UTC [msp/identity] newIdentity -> DEBU 296 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [4a9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -peer0.org1.example.com | [4aa 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -peer1.org2.example.com | [3f0 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.494 UTC [msp/identity] newIdentity -> DEBU 297 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org1.example.com | [41f 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer1.org2.example.com | [3f1 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [4ab 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org2.example.com | [4da 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message READY -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org1.example.com | [420 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [4ac 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [4db 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed -peer1.org2.example.com | [3f2 01-14 11:45:40.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [421 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [4ad 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer1.org2.example.com | [3f3 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org1.example.com | [422 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org2.example.com | [4dc 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [4ae 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -peer1.org1.example.com | [423 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [3f4 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421744ff0 -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org2.example.com | [4dd 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [424 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [4af 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer1.org1.example.com | [425 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421ebf500, header channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer1.org2.example.com | [3f5 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org2.example.com | [4de 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer1.org1.example.com | [426 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org2.example.com | [4df 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]Inside sendExecuteMessage. Message INIT -peer1.org2.example.com | [3f6 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [427 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [4b0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org1.example.com | [428 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org1.example.com | [429 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org2.example.com | [3f7 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org1.example.com | [4b1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [42a 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -peer0.org2.example.com | [4e0 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [3f8 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | 2018-01-14 11:45:32.495 UTC [msp] Validate -> DEBU 298 MSP Org1MSP validating identity -peer0.org1.example.com | [4b2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [4e1 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [42b 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | 2018-01-14 11:45:32.495 UTC [common/config] Validate -> DEBU 299 Anchor peers for org Org2MSP are -peer0.org2.example.com | [4e2 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]sendExecuteMsg trigger event INIT -peer1.org2.example.com | [3f9 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [4b3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -peer1.org1.example.com | [42c 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.495 UTC [common/config] validateMSP -> DEBU 29a Setting up MSP for org Org2MSP -peer0.org2.example.com | [4e3 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message INIT -peer1.org2.example.com | [3fa 01-14 11:45:40.81 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc42155e4b0, header 0xc421745020 -peer1.org2.example.com | [3fb 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -orderer.example.com | 2018-01-14 11:45:32.495 UTC [msp] NewBccspMsp -> DEBU 29b Creating BCCSP-based MSP instance -peer0.org1.example.com | [4b4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -peer1.org1.example.com | [42d 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [c1254327-50ef-46e8-b3c8-d7ea8fc90468] -peer1.org2.example.com | [3fc 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd -peer1.org2.example.com | [3fd 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd channel id: -orderer.example.com | 2018-01-14 11:45:32.495 UTC [msp] Setup -> DEBU 29c Setting up MSP instance Org2MSP -peer0.org1.example.com | [4b5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [42e 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=13b70d8f-1448-411f-a27b-ac73978ba28f,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org2.example.com | [4e4 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: INIT in state ready -peer1.org2.example.com | [3fe 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd channel id: version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.495 UTC [msp/identity] newIdentity -> DEBU 29d Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [42f 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d chaindID businesschannel -peer0.org2.example.com | [4e5 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [4b6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [3ff 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd,syscc=true,proposal=0xc42155e4b0,canname=lscc:1.0.2 -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -peer1.org1.example.com | [430 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer1.org2.example.com | [400 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org1.example.com | [4b7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer0.org2.example.com | [4e6 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message INIT -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer1.org1.example.com | [431 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [401 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [4b8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [4e7 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message PUT_STATE from shim -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer1.org2.example.com | [402 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [4b9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [432 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer1.org2.example.com | [403 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8e87f104]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [4ba 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org1.example.com | [433 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [13b70d8f]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [4e8 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer1.org2.example.com | [404 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [434 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [4bb 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [03bbbed3-1493-4684-aac4-9bf6055bbb87] -peer0.org1.example.com | [4bc 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org1.example.com | [4bd 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel chaincode id: name:"lscc" -peer1.org2.example.com | [405 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [435 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [13b70d8f]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [4e9 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer0.org1.example.com | [4be 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer1.org2.example.com | [406 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8e87f104]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer1.org1.example.com | [436 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13b70d8f]Move state message TRANSACTION -peer1.org2.example.com | [407 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8e87f104]Move state message TRANSACTION -peer0.org2.example.com | [4ea 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]state is ready -peer0.org2.example.com | [4eb 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]Completed PUT_STATE. Sending RESPONSE -peer0.org1.example.com | [4bf 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel version: 1.0.2 -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer1.org2.example.com | [408 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8e87f104]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [4ec 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [73c65c24]enterBusyState trigger event RESPONSE -peer1.org1.example.com | [437 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13b70d8f]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer1.org2.example.com | [409 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [4c0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=true,proposal=0xc422135810,canname=escc:1.0.2 -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer1.org2.example.com | [40a 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8e87f104]sending state message TRANSACTION -orderer.example.com | SCjyRdD3aQ== -peer0.org2.example.com | [4ed 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message RESPONSE -peer1.org2.example.com | [40b 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8e87f104]Received message TRANSACTION from shim -peer1.org1.example.com | [438 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [4ee 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer1.org2.example.com | [40c 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8e87f104]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [4c1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.495 UTC [msp/identity] newIdentity -> DEBU 29e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | [4ef 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [439 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13b70d8f]sending state message TRANSACTION -peer1.org2.example.com | [40d 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [8e87f104]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [4c2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [4f0 01-14 11:46:18.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message RESPONSE -peer1.org2.example.com | [40e 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8e87f104]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [4c3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [43a 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13b70d8f]Received message TRANSACTION from shim -peer1.org2.example.com | [40f 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8e87f104]Move state message COMPLETED -peer0.org2.example.com | [4f1 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message PUT_STATE from shim -peer0.org1.example.com | [4c4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [410 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8e87f104]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [4c5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [43b 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13b70d8f]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [4f2 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org2.example.com | [411 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8e87f104]send state message COMPLETED -peer0.org1.example.com | [4c6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [43c 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [13b70d8f]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [412 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8e87f104]Received message COMPLETED from shim -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org2.example.com | [4f3 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [413 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8e87f104]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [414 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [415 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8e87f1045860637013c5fc1b902ae456d8fdf3edb24042982855edc0fb1507dd -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [4f4 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]state is ready -peer1.org2.example.com | [416 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [417 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [43d 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org2.example.com | [4f5 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [73c65c24]Completed PUT_STATE. Sending RESPONSE -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [4c7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [418 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org2.example.com | [4f6 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [73c65c24]enterBusyState trigger event RESPONSE -peer0.org1.example.com | [4c8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message TRANSACTION -peer1.org1.example.com | [43e 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org2.example.com | [419 01-14 11:45:40.82 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [4c9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [43f 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org2.example.com | [4f7 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message RESPONSE -peer0.org1.example.com | [4ca 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer1.org2.example.com | [41a 01-14 11:45:41.39 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage.validateMsg -> WARN StateInfo message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:")\324q\233o<\375\230\200\232\213]7.\260\342s\252\364\007\264\342\021\273\311\232\025\313\024\337\263\257" channel_MAC:"-Go\033\310\231\234\261\352\333H\374L%\320\370\036Z\352\036\023$B\355\311U\212\214\006\317\006\374" > , Envelope: 105 bytes, Signature: 71 bytes is found invalid: PKIID wasn't found -peer1.org1.example.com | [440 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org1.example.com | [4cb 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message TRANSACTION -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org2.example.com | [4f8 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer1.org2.example.com | [41b 01-14 11:45:41.39 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage -> WARN Message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:")\324q\233o<\375\230\200\232\213]7.\260\342s\252\364\007\264\342\021\273\311\232\025\313\024\337\263\257" channel_MAC:"-Go\033\310\231\234\261\352\333H\374L%\320\370\036Z\352\036\023$B\355\311U\212\214\006\317\006\374" > , Envelope: 105 bytes, Signature: 71 bytes isn't valid -peer1.org1.example.com | [441 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org1.example.com | [4cc 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message TRANSACTION from shim -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org2.example.com | [4f9 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [41c 01-14 11:45:41.76 UTC] [github.com/hyperledger/fabric/gossip/gossip/channel] handleMessage.HandleMessage.handleStateInfSnapshot -> DEBU Channel businesschannel : Couldn't find org identity of peer )�q�o<�����]7.��s�����ɚ�߳� message sent from /_��=�?P�`@[1e��W YW�/|�|p�{ -peer1.org1.example.com | [442 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [4cd 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [41d 01-14 11:45:41.77 UTC] [github.com/hyperledger/fabric/gossip/gossip/channel] handleMessage.HandleMessage.handleStateInfSnapshot -> DEBU Channel businesschannel : Couldn't find org identity of peer )�q�o<�����]7.��s�����ɚ�߳� message sent from C9|k�e{���r�%}�B��L ����qZ+�� -peer0.org2.example.com | [4fa 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message RESPONSE -orderer.example.com | 2018-01-14 11:45:32.496 UTC [msp/identity] newIdentity -> DEBU 29f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [443 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -peer0.org1.example.com | [4ce 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [df774408]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | [41e 01-14 11:45:43.81 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage -> WARN Message GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 83 bytes, Signature: 71 bytes isn't valid -peer1.org1.example.com | [444 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [15446b19-63cc-428d-90a8-933aca9334c8] -peer0.org2.example.com | [4fb 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message COMPLETED from shim -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org1.example.com | [445 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [41f 01-14 11:45:43.81 UTC] [github.com/hyperledger/fabric/gossip/gossip] handleMessage -> WARN Message GossipMessage: tag:EMPTY alive_msg: timestamp: > , Envelope: 83 bytes, Signature: 71 bytes isn't valid -peer0.org2.example.com | [4fc 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [446 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [15446b19-63cc-428d-90a8-933aca9334c8] -peer1.org2.example.com | [420 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [4cf 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer0.org2.example.com | [4fd 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee]HandleMessage- COMPLETED. Notify -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [447 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer1.org2.example.com | [421 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org2.example.com | [4fe 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer0.org1.example.com | [4d0 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [4ff 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [422 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org1.example.com | [448 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [4d1 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [500 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org1.example.com | [449 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer1.org2.example.com | [423 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421e87ec0 -peer0.org1.example.com | [4d2 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Move state message COMPLETED -peer0.org2.example.com | [501 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org1.example.com | [4d3 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [44a 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13b70d8f]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [424 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer0.org2.example.com | [502 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [70ffeb3a-30a7-49a4-a228-8a27c83aa18a] -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org1.example.com | [4d4 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]send state message COMPLETED -peer0.org2.example.com | [503 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer1.org2.example.com | [425 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org1.example.com | [44b 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13b70d8f]Move state message COMPLETED -peer0.org2.example.com | [504 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee channel id: businesschannel chaincode id: name:"lscc" -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [4d5 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -peer1.org2.example.com | [426 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [4d6 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [505 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer1.org2.example.com | [427 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [44c 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13b70d8f]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.496 UTC [msp] Validate -> DEBU 2a0 MSP Org2MSP validating identity -peer0.org2.example.com | [506 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee channel id: businesschannel version: 1.0.2 -peer0.org1.example.com | [4d7 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [4d8 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -orderer.example.com | 2018-01-14 11:45:32.497 UTC [msp] Setup -> DEBU 2a1 Setting up the MSP manager (3 msps) -peer1.org1.example.com | [44d 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13b70d8f]send state message COMPLETED -peer1.org2.example.com | [428 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [507 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee,syscc=true,proposal=0xc421531400,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.497 UTC [msp] Setup -> DEBU 2a2 MSP manager setup complete, setup 3 msps -peer0.org1.example.com | [4d9 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [44e 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13b70d8f]Received message COMPLETED from shim -peer0.org2.example.com | [508 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a3 Returning policy Readers for evaluation -peer1.org1.example.com | [44f 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13b70d8f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [450 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13b70d8f-1448-411f-a27b-ac73978ba28f]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [451 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:13b70d8f-1448-411f-a27b-ac73978ba28f -peer0.org1.example.com | [4da 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org2.example.com | [509 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a4 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -peer1.org2.example.com | [429 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [452 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [50a 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a5 Returning policy Writers for evaluation -peer1.org1.example.com | [453 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [c1254327-50ef-46e8-b3c8-d7ea8fc90468] -peer1.org2.example.com | [42a 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421f6c000, header channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer0.org1.example.com | [4db 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org2.example.com | [50b 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a6 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -peer1.org1.example.com | [454 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org2.example.com | [42b 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org2.example.com | [50c 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [4dc 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [03bbbed3-1493-4684-aac4-9bf6055bbb87] -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a7 Returning policy Admins for evaluation -peer0.org2.example.com | [50d 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [42c 01-14 11:46:02.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a8 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -peer1.org1.example.com | [455 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org2.example.com | [50e 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [73c65c24]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a9 Returning policy Writers for evaluation -peer1.org2.example.com | [42d 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org1.example.com | [4dd 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org2.example.com | [50f 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2aa Returning policy Readers for evaluation -peer1.org2.example.com | [42e 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [456 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421fb2480), Data:(*common.BlockData)(0xc421767ba0), Metadata:(*common.BlockMetadata)(0xc421767be0)}, doMVCCValidation=true -peer0.org1.example.com | [4de 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] -peer0.org2.example.com | [510 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ab Returning policy Writers for evaluation -peer1.org2.example.com | [42f 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -peer1.org1.example.com | [457 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ac Returning policy Admins for evaluation -peer0.org1.example.com | [4df 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] -peer1.org2.example.com | [430 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer0.org2.example.com | [511 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ad Returning policy Writers for evaluation -peer1.org1.example.com | [458 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [431 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [512 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2ae In commit adding relative sub-policy Org2MSP/Writers to Application -peer0.org1.example.com | [4e0 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org1.example.com | [459 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] marked as valid by state validator -peer0.org2.example.com | [513 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [432 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [fda26537-fbdd-4f5f-bc80-c8c7b860482d] -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2af Returning policy Admins for evaluation -peer0.org2.example.com | [514 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer1.org1.example.com | [45a 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -peer0.org1.example.com | [4e1 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org2.example.com | [433 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=8a076b7a-784a-4407-93e3-c556487a32fc,syscc=true,proposal=0x0,canname=vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b0 In commit adding relative sub-policy Org2MSP/Admins to Application -peer0.org1.example.com | [4e2 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org2.example.com | [515 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org1.example.com | txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b1 Returning policy Readers for evaluation -peer1.org2.example.com | [434 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d chaindID businesschannel -peer0.org2.example.com | [516 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] -peer1.org1.example.com | ] -peer0.org2.example.com | [517 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b2 In commit adding relative sub-policy Org2MSP/Readers to Application -peer0.org1.example.com | [4e3 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421791920 -peer1.org2.example.com | [435 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org1.example.com | [4e4 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer1.org1.example.com | [45b 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to index -peer0.org2.example.com | [518 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions -peer1.org2.example.com | [436 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b3 Returning policy Readers for evaluation -peer1.org1.example.com | [45c 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx number:[0] ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to blockNumTranNum index -peer0.org1.example.com | [4e5 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [437 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org1.example.com | [45d 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44676], isChainEmpty=[false], lastBlockNumber=[3] -peer0.org1.example.com | [4e6 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b4 In commit adding relative sub-policy Org1MSP/Readers to Application -peer0.org2.example.com | [519 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] -peer1.org2.example.com | [438 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8a076b7a]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b5 Returning policy Writers for evaluation -peer1.org1.example.com | [45e 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) -peer1.org1.example.com | [45f 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [439 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [4e7 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [4e8 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [4e9 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [460 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [43a 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8a076b7a]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b6 In commit adding relative sub-policy Org1MSP/Writers to Application -peer0.org2.example.com | [51a 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Received message TRANSACTION from shim -peer0.org1.example.com | [4ea 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421c45500, header channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -peer1.org2.example.com | [43b 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8a076b7a]Move state message TRANSACTION -peer1.org1.example.com | [461 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b7 Returning policy Admins for evaluation -peer0.org1.example.com | [4eb 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org2.example.com | [51c 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [43c 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8a076b7a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b8 In commit adding relative sub-policy Org1MSP/Admins to Application -peer0.org1.example.com | [4ec 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org2.example.com | [51d 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [73c65c24]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org1.example.com | [462 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org2.example.com | [43d 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b9 Returning policy Admins for evaluation -peer0.org1.example.com | [4ed 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org1.example.com | [463 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] -peer1.org2.example.com | [43e 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8a076b7a]sending state message TRANSACTION -peer0.org2.example.com | [51b 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [4ee 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ba Returning policy Admins for evaluation -peer1.org1.example.com | [464 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org2.example.com | [43f 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8a076b7a]Received message TRANSACTION from shim -peer0.org2.example.com | [51f 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2bb Returning policy OrdererOrg/Admins for evaluation -peer0.org1.example.com | [4ef 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -peer0.org2.example.com | [51e 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer1.org1.example.com | [465 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions -peer1.org2.example.com | [440 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8a076b7a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [520 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2bc In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -peer0.org1.example.com | [4f0 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org1.example.com | [466 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] -peer0.org2.example.com | [521 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2bd Returning policy BlockValidation for evaluation -peer1.org2.example.com | [441 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [8a076b7a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [4f1 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [467 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2be In commit adding relative sub-policy Orderer/BlockValidation to Channel -peer0.org2.example.com | [522 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org2.example.com | [442 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org1.example.com | [4f2 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [cc9b60df-823a-4a76-b996-ae1133dd827d] -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2bf Returning policy Readers for evaluation -peer1.org1.example.com | [468 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer0.org2.example.com | [523 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org2.example.com | [443 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer0.org1.example.com | [4f3 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=0f1aa104-a129-4edc-8308-a095fdbb096f,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [469 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c0 In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c1 Returning policy Writers for evaluation -peer1.org1.example.com | [46a 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [4f4 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d chaindID businesschannel -peer1.org2.example.com | [444 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer0.org2.example.com | [524 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c2 In commit adding relative sub-policy Orderer/Writers to Channel -peer0.org1.example.com | [4f5 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org2.example.com | [526 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | [46b 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [4f6 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c3 Returning policy Admins for evaluation -peer1.org1.example.com | [46c 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org2.example.com | [445 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c4 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c5 Returning policy OrdererOrg/Readers for evaluation -peer1.org1.example.com | [46d 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [4f7 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [4f8 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0f1aa104]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [446 01-14 11:46:02.67 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org2.example.com | [525 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer1.org1.example.com | [46e 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c6 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -peer0.org1.example.com | [4f9 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [447 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c7 Returning policy OrdererOrg/Writers for evaluation -peer1.org1.example.com | [46f 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [4fa 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0f1aa104]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [527 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c8 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c9 Returning policy ChannelCreationPolicy for evaluation -peer1.org2.example.com | [448 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -peer0.org1.example.com | [4fb 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]Move state message TRANSACTION -peer1.org1.example.com | [470 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org1.example.com | [471 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2ca In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -peer1.org2.example.com | [449 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [f53bc835-e57a-44ef-ba20-996c5a3b254d] -peer0.org1.example.com | [4fc 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [528 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cb Returning policy Org2MSP/Writers for evaluation -peer1.org1.example.com | [472 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4221ea3f0 -peer0.org1.example.com | [4fd 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [44a 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2cc In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -peer1.org1.example.com | [473 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer0.org2.example.com | [529 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [73c65c24]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [4fe 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]sending state message TRANSACTION -peer1.org2.example.com | [44b 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [f53bc835-e57a-44ef-ba20-996c5a3b254d] -peer1.org1.example.com | [474 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cd Returning policy Org2MSP/Admins for evaluation -peer0.org2.example.com | [52a 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [73c65c24]send state message COMPLETED -peer0.org1.example.com | [4ff 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Received message TRANSACTION from shim -peer1.org1.example.com | [475 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2ce In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -peer0.org2.example.com | [52b 01-14 11:46:18.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [73c65c24]Received message COMPLETED from shim -peer1.org2.example.com | [44c 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer0.org1.example.com | [500 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0f1aa104]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cf Returning policy Org2MSP/Readers for evaluation -peer0.org2.example.com | [52c 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c24]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [476 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org1.example.com | [501 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0f1aa104]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d0 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -peer1.org2.example.com | [44d 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer0.org2.example.com | [52d 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [477 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [502 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org2.example.com | [52e 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer1.org2.example.com | [44e 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d1 Returning policy Org1MSP/Readers for evaluation -peer1.org1.example.com | [478 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [503 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org2.example.com | [44f 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8a076b7a]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d2 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -peer1.org1.example.com | [479 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421ebf500, header channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer0.org2.example.com | [52f 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [504 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d3 Returning policy Org1MSP/Writers for evaluation -peer1.org2.example.com | [450 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8a076b7a]Move state message COMPLETED -peer1.org1.example.com | [47a 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org1.example.com | [505 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d4 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -peer0.org2.example.com | [530 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [47b 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer1.org2.example.com | [451 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8a076b7a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d5 Returning policy Org1MSP/Admins for evaluation -peer0.org1.example.com | [506 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer1.org1.example.com | [47c 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org2.example.com | [452 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8a076b7a]send state message COMPLETED -peer0.org2.example.com | [531 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [507 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d6 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -peer1.org2.example.com | [453 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8a076b7a]Received message COMPLETED from shim -peer1.org1.example.com | [47d 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org2.example.com | [532 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [70ffeb3a-30a7-49a4-a228-8a27c83aa18a] -peer0.org1.example.com | [508 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -peer1.org2.example.com | [454 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8a076b7a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d7 Returning policy Writers for evaluation -peer1.org1.example.com | [47e 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -peer0.org2.example.com | [533 01-14 11:46:18.34 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d8 Returning dummy reject all policy because Writers could not be found in /Application/Writers -peer0.org1.example.com | [509 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [f534177d-e4e2-4fd1-b7ef-ca9c1243d12c] -peer1.org1.example.com | [47f 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org1.example.com | [480 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [455 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8a076b7a-784a-4407-93e3-c556487a32fc]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [534 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] -peer0.org1.example.com | [50a 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [481 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [15672327-cdb4-4710-b0b7-9dc2eddfcc38] -peer1.org2.example.com | [456 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8a076b7a-784a-4407-93e3-c556487a32fc -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d9 Returning policy Admins for evaluation -peer1.org1.example.com | [482 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=f846e6c8-20d1-4d1c-a148-8116947531e7,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org2.example.com | [535 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] -peer0.org1.example.com | [50b 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [f534177d-e4e2-4fd1-b7ef-ca9c1243d12c] -peer1.org2.example.com | [457 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [483 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee chaindID businesschannel -peer1.org1.example.com | [484 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org1.example.com | [485 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [486 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [50c 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer1.org2.example.com | [458 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [fda26537-fbdd-4f5f-bc80-c8c7b860482d] -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2da Returning dummy reject all policy because Admins could not be found in /Application/Admins -peer0.org2.example.com | [536 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [50d 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer1.org1.example.com | [487 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f846e6c8]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [459 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [50e 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org2.example.com | [537 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2db Returning policy Readers for evaluation -peer0.org1.example.com | [50f 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [45a 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [488 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [538 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | 2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2dc Returning dummy reject all policy because Readers could not be found in /Application/Readers -peer0.org1.example.com | [510 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Move state message COMPLETED -peer1.org2.example.com | [45b 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc420141f40), Data:(*common.BlockData)(0xc42228ef40), Metadata:(*common.BlockMetadata)(0xc42228ef80)}, doMVCCValidation=true -peer1.org1.example.com | [489 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f846e6c8]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [539 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4218f4060 -peer0.org1.example.com | [511 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0f1aa104]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [48a 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f846e6c8]Move state message TRANSACTION -peer1.org2.example.com | [45c 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2dd Adding to config map: [Groups] /Channel -peer0.org1.example.com | [512 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]send state message COMPLETED -peer1.org1.example.com | [48b 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f846e6c8]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [513 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]Received message COMPLETED from shim -peer1.org2.example.com | [45d 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [48c 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2de Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [53a 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer0.org1.example.com | [514 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [48d 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f846e6c8]sending state message TRANSACTION -peer0.org2.example.com | [53b 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [45e 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] marked as valid by state validator -peer0.org1.example.com | [515 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104-a129-4edc-8308-a095fdbb096f]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [48e 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f846e6c8]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2df Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [48f 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f846e6c8]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [45f 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -peer0.org1.example.com | [516 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0f1aa104-a129-4edc-8308-a095fdbb096f -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e0 Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org1.example.com | [490 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f846e6c8]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [53c 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [517 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 -peer1.org1.example.com | [491 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org1.example.com | [518 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [cc9b60df-823a-4a76-b996-ae1133dd827d] -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e1 Adding to config map: [Values] /Channel/Consortium -peer1.org1.example.com | [492 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer0.org1.example.com | [519 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [53d 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer1.org1.example.com | [493 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer0.org1.example.com | [51a 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer0.org1.example.com | [51b 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421b9f340), Data:(*common.BlockData)(0xc421f10f80), Metadata:(*common.BlockMetadata)(0xc421f10fc0)}, doMVCCValidation=true -peer1.org2.example.com | ] -peer1.org1.example.com | [494 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e2 Adding to config map: [Groups] /Channel -peer0.org1.example.com | [51c 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org2.example.com | [53e 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [495 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org1.example.com | [51d 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [460 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to index -peer0.org2.example.com | [53f 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [51e 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] marked as valid by state validator -peer1.org1.example.com | [496 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e3 Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [51f 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -peer1.org1.example.com | [497 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e4 Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org2.example.com | [540 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc4217b7500, header channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer1.org2.example.com | [461 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx number:[0] ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to blockNumTranNum index -peer0.org1.example.com | txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 -peer1.org1.example.com | [498 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [43c43e79-f9b5-4034-bcf4-060544fb5d69] -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e5 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e6 Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [462 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44676], isChainEmpty=[false], lastBlockNumber=[3] -peer1.org1.example.com | [499 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | ] -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e7 Adding to config map: [Policy] /Channel/Application/Readers -peer0.org2.example.com | [541 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer1.org1.example.com | [49a 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [43c43e79-f9b5-4034-bcf4-060544fb5d69] -peer1.org2.example.com | [463 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) -peer0.org1.example.com | [520 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to index -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e8 Adding to config map: [Policy] /Channel/Application/Admins -peer1.org1.example.com | [49b 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer0.org1.example.com | [521 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx number:[0] ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to blockNumTranNum index -peer1.org1.example.com | [49c 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -orderer.example.com | 2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e9 Adding to config map: [Values] /Channel/Consortium -peer1.org2.example.com | [464 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [542 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [522 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44676], isChainEmpty=[false], lastBlockNumber=[3] -peer1.org1.example.com | [49d 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated -orderer.example.com | 2018-01-14 11:45:32.500 UTC [policies] GetPolicy -> DEBU 2ea Returning policy ChannelCreationPolicy for evaluation -peer0.org1.example.com | [523 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) -peer1.org1.example.com | [49e 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f846e6c8]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [543 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org1.example.com | [524 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org1.example.com | [49f 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f846e6c8]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.500 UTC [cauthdsl] func1 -> DEBU 2eb 0xc420150df8 gate 1515930332500099064 evaluation starts -peer1.org1.example.com | [4a0 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f846e6c8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [525 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer0.org2.example.com | [544 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org2.example.com | [465 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [4a1 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f846e6c8]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2ec 0xc420150df8 signed by 0 principal evaluation starts (used [false]) -peer0.org1.example.com | [526 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer1.org1.example.com | [4a2 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f846e6c8]Received message COMPLETED from shim -peer0.org2.example.com | [545 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -peer1.org2.example.com | [466 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer0.org1.example.com | [527 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -orderer.example.com | 2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2ed 0xc420150df8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -peer1.org1.example.com | [4a3 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f846e6c8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [546 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer0.org1.example.com | [528 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] -peer1.org2.example.com | [467 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -orderer.example.com | 2018-01-14 11:45:32.500 UTC [msp/identity] newIdentity -> DEBU 2ee Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [4a4 01-14 11:46:20.39 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f846e6c8-20d1-4d1c-a148-8116947531e7]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [547 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | [468 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [4a5 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f846e6c8-20d1-4d1c-a148-8116947531e7 -peer0.org1.example.com | [529 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [548 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [6c6005cf-56b5-440e-b9a4-5eaf4c51e3ed] -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org2.example.com | [469 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org1.example.com | [52a 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions -peer1.org1.example.com | [4a6 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [549 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=44c7dab7-6b9f-499f-b393-dbcefc40220a,syscc=true,proposal=0x0,canname=vscc:1.0.2 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [52b 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] -peer1.org2.example.com | [46a 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions -peer0.org2.example.com | [54a 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee chaindID businesschannel -peer0.org2.example.com | [54b 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org1.example.com | [4a7 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee, error Chaincode exp02 is already instantiated -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | [52c 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org2.example.com | [54c 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [46b 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] -peer1.org2.example.com | [46c 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org2.example.com | [54d 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [52d 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer1.org2.example.com | [46d 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -peer1.org1.example.com | [4a8 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [15672327-cdb4-4710-b0b7-9dc2eddfcc38] -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [52e 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] -peer0.org2.example.com | [54e 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [44c7dab7]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [46e 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] -peer1.org1.example.com | [4a9 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee returned error Chaincode exp02 is already instantiated -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | [52f 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [46f 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [4aa 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [530 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [54f 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org1.example.com | [531 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [4ab 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [4ac 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4220a2300), Data:(*common.BlockData)(0xc421c6c4a0), Metadata:(*common.BlockMetadata)(0xc421c6c4e0)}, doMVCCValidation=true -peer1.org2.example.com | [470 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [532 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer1.org1.example.com | [4ad 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org2.example.com | [550 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [44c7dab7]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [533 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org2.example.com | [471 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [4ae 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] -peer0.org2.example.com | [551 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44c7dab7]Move state message TRANSACTION -peer0.org1.example.com | [534 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org2.example.com | [472 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [552 01-14 11:46:20.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44c7dab7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [4af 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -peer0.org1.example.com | [535 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [553 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [473 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 -peer0.org2.example.com | [554 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44c7dab7]sending state message TRANSACTION -peer0.org1.example.com | [536 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -orderer.example.com | 2018-01-14 11:45:32.500 UTC [msp] SatisfiesPrincipal -> DEBU 2ef Checking if identity satisfies ADMIN role for Org1MSP -peer0.org2.example.com | [555 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44c7dab7]Received message TRANSACTION from shim -peer1.org2.example.com | [474 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [537 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | 2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2f0 0xc420150df8 principal matched by identity 0 -peer1.org1.example.com | ] -peer0.org1.example.com | [538 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org2.example.com | [556 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [44c7dab7]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [475 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42225ce70 -orderer.example.com | 2018-01-14 11:45:32.500 UTC [msp/identity] Verify -> DEBU 2f1 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -peer0.org1.example.com | [539 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421ffc360 -peer1.org1.example.com | [4b0 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to index -peer1.org2.example.com | [476 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org2.example.com | [557 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [44c7dab7]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [53a 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -orderer.example.com | 00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -peer1.org2.example.com | [477 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [53b 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org2.example.com | [558 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [478 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org1.example.com | [53c 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [4b1 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx number:[0] ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to blockNumTranNum index -orderer.example.com | 2018-01-14 11:45:32.500 UTC [msp/identity] Verify -> DEBU 2f2 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -peer1.org2.example.com | [479 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [53d 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org2.example.com | [559 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org2.example.com | [47a 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [4b2 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49893], isChainEmpty=[false], lastBlockNumber=[4] -peer0.org1.example.com | [53e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [47b 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421843d10, header 0xc42225cea0 -orderer.example.com | 00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -peer0.org2.example.com | [55a 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer0.org1.example.com | [53f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [47c 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer1.org2.example.com | [47d 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -peer1.org1.example.com | [4b3 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) -orderer.example.com | 00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -peer0.org1.example.com | [540 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421f3b500, header channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer0.org2.example.com | [55b 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer1.org2.example.com | [47e 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2] -orderer.example.com | 00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -peer1.org2.example.com | [47f 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [55c 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer0.org1.example.com | [541 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer1.org1.example.com | [4b4 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [480 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [2fa4b2b3-4ec2-42f8-91eb-cbd2bf2fa407] -peer0.org1.example.com | [542 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org2.example.com | [55d 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -peer1.org1.example.com | [4b5 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [481 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 channel id: businesschannel -orderer.example.com | 00000040 12 a6 8e 7f 16 50 |.....P| -peer0.org1.example.com | [543 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org2.example.com | [55e 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -peer1.org2.example.com | [482 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2,syscc=true,proposal=0xc421843d10,canname=lscc:1.0.2 -peer1.org1.example.com | [4b6 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org2.example.com | [483 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org1.example.com | [544 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org2.example.com | [484 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [55f 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [7311771a-6be3-4a61-ab9f-d9e81de9ba1c] -peer0.org2.example.com | [560 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [485 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.501 UTC [cauthdsl] func2 -> DEBU 2f3 0xc420150df8 principal evaluation succeeds for identity 0 -peer1.org1.example.com | [4b7 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions -peer0.org1.example.com | [545 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -peer1.org2.example.com | [486 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [561 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [7311771a-6be3-4a61-ab9f-d9e81de9ba1c] -peer1.org1.example.com | [4b8 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 -peer0.org1.example.com | [546 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | 2018-01-14 11:45:32.501 UTC [cauthdsl] func1 -> DEBU 2f4 0xc420150df8 gate 1515930332500099064 evaluation succeeds -peer1.org2.example.com | [487 01-14 11:46:18.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [4b9 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] -peer0.org2.example.com | [562 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer0.org1.example.com | [547 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [563 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer1.org2.example.com | [488 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [4ba 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [548 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [64d8c4d5-046a-4296-a4bf-82e38277468a] -peer0.org2.example.com | [564 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f5 Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [489 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f6 Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [565 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44c7dab7]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [549 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=a6bff49a-3678-4c1c-8248-045119d5c177,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [4bb 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer0.org2.example.com | [566 01-14 11:46:20.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44c7dab7]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f7 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [48a 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Move state message TRANSACTION -peer0.org1.example.com | [54a 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee chaindID businesschannel -peer0.org2.example.com | [567 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [44c7dab7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [4bc 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] -peer1.org2.example.com | [48b 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [54b 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f8 Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [568 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [44c7dab7]send state message COMPLETED -peer1.org1.example.com | [4bd 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [48c 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [569 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [44c7dab7]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f9 Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [54c 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [48d 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]sending state message TRANSACTION -peer1.org1.example.com | [4be 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [56a 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44c7dab7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [54d 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fa Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [48e 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Received message TRANSACTION from shim -peer0.org2.example.com | [56b 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [44c7dab7-6b9f-499f-b393-dbcefc40220a]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [4bf 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fb Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer0.org2.example.com | [56c 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:44c7dab7-6b9f-499f-b393-dbcefc40220a -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fc Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [54e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [a6bff49a]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [4c0 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org2.example.com | [48f 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fd Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [54f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [56d 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [4c1 01-14 11:46:20.45 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org1.example.com | [550 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [a6bff49a]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fe Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [490 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [34c84dd7]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [56e 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee, error Chaincode exp02 is already instantiated -peer1.org1.example.com | [4c2 01-14 11:46:39.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [551 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]Move state message TRANSACTION -peer1.org2.example.com | [491 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [34c84dd7]Sending GET_STATE -peer0.org2.example.com | [56f 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [6c6005cf-56b5-440e-b9a4-5eaf4c51e3ed] -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2ff Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [4c3 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421ef30b0 -peer1.org2.example.com | [492 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message GET_STATE from shim -peer0.org2.example.com | [570 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee returned error Chaincode exp02 is already instantiated -peer0.org1.example.com | [552 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 300 Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [4c4 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [553 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [493 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org2.example.com | [571 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [4c5 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [554 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 301 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [494 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [34c84dd7]Received GET_STATE, invoking get state from ledger -peer1.org1.example.com | [4c6 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org2.example.com | [572 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 302 Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [495 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [555 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Received message TRANSACTION from shim -peer1.org1.example.com | [4c7 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [573 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4223f1ac0), Data:(*common.BlockData)(0xc4218e9bc0), Metadata:(*common.BlockMetadata)(0xc4218e9c00)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 303 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [496 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7] getting state for chaincode lscc, key exp02, channel businesschannel -peer1.org1.example.com | [4c8 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [556 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a6bff49a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 304 Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org2.example.com | [574 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org2.example.com | [497 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [4c9 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421b74a50, header 0xc421ef30e0 -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 305 Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [557 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [a6bff49a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [575 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] -peer0.org1.example.com | [558 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [498 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7]Got state. Sending RESPONSE -peer1.org1.example.com | [4ca 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 306 Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [559 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer0.org2.example.com | [576 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -peer1.org1.example.com | [4cb 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -peer1.org2.example.com | [499 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [34c84dd7]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 307 Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [55a 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer0.org2.example.com | txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 +peer1.org2.example.com | [3df 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | [341 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer1.org1.example.com | [2d1 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [976e8a93-655c-49a1-a47e-7d6ab748ee21] +peer0.org1.example.com | [342 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4c0 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to index +peer1.org2.example.com | [3e0 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org1.example.com | [2d2 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer0.org1.example.com | [343 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [3e1 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org1.example.com | [2d3 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [9efe9967-c62d-4355-8b86-4d91da0e6701] +peer0.org2.example.com | [4c1 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx number:[0] ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to blockNumTranNum index +peer1.org1.example.com | [2d4 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=5fb2272b-180d-42a2-ae5a-0350a93721f3,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [344 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer0.org2.example.com | [4c2 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44675], isChainEmpty=[false], lastBlockNumber=[3] +peer1.org1.example.com | [2d5 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [3e2 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer1.org1.example.com | [2d6 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [345 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4c3 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer1.org2.example.com | [3e3 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer1.org1.example.com | [2d7 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [346 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [4c4 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer1.org1.example.com | [2d8 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5fb2272b]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [347 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [4c5 01-18 01:59:45.54 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org2.example.com-exp02-1.0-a1c0bed0de208402b290701943af8662423c1e8c10dbff920b90a3d16eb3fb80 +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer1.org1.example.com | [2d9 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [3e4 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer0.org1.example.com | [348 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2da 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5fb2272b]sendExecuteMsg trigger event INIT +peer0.org2.example.com | [4c6 01-18 01:59:45.54 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully +peer1.org2.example.com | [3e5 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer1.org1.example.com | [2db 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5fb2272b]Move state message INIT +peer0.org1.example.com | [349 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer1.org1.example.com | [2dc 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5fb2272b]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org2.example.com | [4c7 01-18 01:59:45.54 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org2.example.com-exp02-1.0 +peer1.org2.example.com | [3e6 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer0.org1.example.com | [34a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2dd 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [2de 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5fb2272b]sending state message INIT +peer0.org2.example.com | [4c8 01-18 01:59:45.64 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org2.example.com-exp02-1.0-a1c0bed0de208402b290701943af8662423c1e8c10dbff920b90a3d16eb3fb80 +peer1.org2.example.com | [3e7 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | [34b 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org1.example.com | [2df 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5fb2272b]Received message INIT from shim +peer0.org2.example.com | [4c9 01-18 01:59:46.09 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org2.example.com-exp02-1.0 +peer1.org2.example.com | [3e8 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer1.org1.example.com | [2e0 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5fb2272b]Handling ChaincodeMessage of type: INIT(state:ready) +orderer.example.com | SCjyRdD3aQ== +peer0.org1.example.com | [34c 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2e1 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer1.org2.example.com | [3e9 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [4ca 01-18 01:59:46.09 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org2.example.com-exp02-1.0) +peer0.org1.example.com | [34d 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [2e2 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5fb2272b]Received INIT, initializing chaincode +orderer.example.com | 2018-01-18 01:58:51.926 UTC [msp/identity] newIdentity -> DEBU 20b Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [3ea 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [4cb 01-18 01:59:46.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer0.org2.example.com | [4cc 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org1.example.com | [2e3 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5fb2272b]Init get response status: 200 +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [3eb 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer0.org1.example.com | [34e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [4cd 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org1.example.com | [2e4 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5fb2272b]Init succeeded. Sending COMPLETED +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [3ec 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [2e5 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5fb2272b]Move state message COMPLETED +peer0.org2.example.com | [4ce 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | [34f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [3ed 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [2e6 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5fb2272b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [350 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [3ee 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org2.example.com | [4cf 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 +peer1.org1.example.com | [2e7 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5fb2272b]send state message COMPLETED +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org2.example.com | [3ef 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org1.example.com | [351 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [2e8 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5fb2272b]Received message COMPLETED from shim +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [352 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org2.example.com | [4d0 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED +peer1.org2.example.com | [3f0 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [353 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer0.org2.example.com | [4d1 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [2e9 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5fb2272b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [3f1 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org2.example.com | [4d2 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed +peer0.org1.example.com | [354 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org1.example.com | [2ea 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5fb2272b-180d-42a2-ae5a-0350a93721f3]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [3f2 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org1.example.com | [355 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org2.example.com | [4d3 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org1.example.com | [2eb 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5fb2272b-180d-42a2-ae5a-0350a93721f3 +peer1.org2.example.com | [3f3 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org1.example.com | [2ec 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [4d4 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org1.example.com | [2ed 01-18 01:58:52.82 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed +peer1.org2.example.com | [3f4 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [356 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer0.org2.example.com | [4d5 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.927 UTC [msp/identity] newIdentity -> DEBU 20c Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [3f5 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org1.example.com | [2ee 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [9efe9967-c62d-4355-8b86-4d91da0e6701] +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [357 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer0.org2.example.com | [4d6 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message READY +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [3f6 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [2ef 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [4d7 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: READY in state established +peer0.org1.example.com | [358 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer1.org2.example.com | [3f7 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org1.example.com | [2f0 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [82db1989-64ea-4c38-a750-c67fa0bf163c] +peer0.org2.example.com | [4d8 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [544f379d]Entered state ready +peer0.org1.example.com | [359 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [3f8 01-18 01:58:59.41 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer1.org1.example.com | [2f1 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=682aa126-cdab-42a9-a0d9-63b1d56b1c65,syscc=true,proposal=0x0,canname=qscc:1.0.2 +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [3f9 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +peer0.org1.example.com | [35a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org2.example.com | [4d9 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [2f2 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +peer0.org1.example.com | [35b 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org2.example.com | [3fa 01-18 01:58:59.42 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org2.example.com | [4da 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message READY +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org1.example.com | [2f3 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [4db 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed +peer1.org2.example.com | [3fb 01-18 01:58:59.43 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: +peer0.org1.example.com | [35c 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org2.example.com | [4dc 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org1.example.com | [2f4 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer1.org2.example.com | [3fc 01-18 01:58:59.44 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [35d 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [3fd 01-18 01:58:59.46 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org2.example.com | [4dd 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [2f5 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [682aa126]Inside sendExecuteMessage. Message INIT +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [35e 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [3fe 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [2f6 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.928 UTC [msp] Validate -> DEBU 20d MSP Org2MSP validating identity +peer0.org2.example.com | [4de 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.928 UTC [common/config] validateMSP -> DEBU 20e Setting up MSP for org OrdererOrg +peer1.org1.example.com | [2f7 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [682aa126]sendExecuteMsg trigger event INIT +peer1.org2.example.com | [3ff 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +orderer.example.com | 2018-01-18 01:58:51.928 UTC [msp] NewBccspMsp -> DEBU 20f Creating BCCSP-based MSP instance +peer0.org2.example.com | [4df 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]Inside sendExecuteMessage. Message INIT +peer0.org1.example.com | [35f 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | 2018-01-18 01:58:51.928 UTC [msp] Setup -> DEBU 210 Setting up MSP instance OrdererMSP +peer1.org1.example.com | [2f8 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [682aa126]Move state message INIT +peer0.org2.example.com | [4e0 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [400 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +orderer.example.com | 2018-01-18 01:58:51.929 UTC [msp/identity] newIdentity -> DEBU 211 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [2f9 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [682aa126]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer0.org1.example.com | [360 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer0.org2.example.com | [4e1 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer1.org1.example.com | [2fa 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [401 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org2.example.com | [4e2 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]sendExecuteMsg trigger event INIT +peer1.org1.example.com | [2fb 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [682aa126]sending state message INIT +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [361 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [402 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +peer1.org2.example.com | [403 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer0.org2.example.com | [4e3 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message INIT +peer1.org1.example.com | [2fc 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [682aa126]Received message INIT from shim +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer0.org1.example.com | [362 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer0.org2.example.com | [4e4 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [404 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer0.org1.example.com | [363 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer1.org1.example.com | [2fd 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [682aa126]Handling ChaincodeMessage of type: INIT(state:ready) +peer0.org1.example.com | [364 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org2.example.com | [4e5 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [405 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer0.org1.example.com | [365 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer0.org1.example.com | [366 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [406 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421c5e880), Data:(*common.BlockData)(0xc421cda960), Metadata:(*common.BlockMetadata)(0xc421cda9a0)}, doMVCCValidation=true +peer1.org1.example.com | [2fe 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +peer0.org1.example.com | [367 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [4e6 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message INIT +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org1.example.com | [368 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [407 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [2ff 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [682aa126]Received INIT, initializing chaincode +peer0.org2.example.com | [4e7 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message PUT_STATE from shim +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer0.org1.example.com | [369 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [408 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] +peer1.org2.example.com | [409 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +peer1.org2.example.com | txId= locPointer=offset=70, bytesLength=11970 +peer1.org2.example.com | ] +peer1.org2.example.com | [40a 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx ID: [] to index +peer1.org2.example.com | [40b 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx number:[0] ID: [] to blockNumTranNum index +peer1.org2.example.com | [40c 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39459], isChainEmpty=[false], lastBlockNumber=[2] +peer1.org2.example.com | [40d 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) +peer1.org2.example.com | [40e 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [40f 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [4e8 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org1.example.com | [300 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +peer1.org2.example.com | [410 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [36a 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.929 UTC [msp/identity] newIdentity -> DEBU 212 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [411 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions +peer0.org2.example.com | [4e9 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [36b 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org1.example.com | [301 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [682aa126]Init get response status: 200 +peer0.org1.example.com | [36c 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org2.example.com | [412 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org1.example.com | [36d 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org2.example.com | [4ea 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]state is ready +peer1.org2.example.com | [413 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] +peer0.org1.example.com | [36e 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +peer1.org1.example.com | [302 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [682aa126]Init succeeded. Sending COMPLETED +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer0.org1.example.com | [36f 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org2.example.com | [4eb 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]Completed PUT_STATE. Sending RESPONSE +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [370 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org2.example.com | [414 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org1.example.com | [371 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org2.example.com | [4ec 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [544f379d]enterBusyState trigger event RESPONSE +peer1.org1.example.com | [303 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [682aa126]Move state message COMPLETED +peer0.org1.example.com | [372 01-18 01:58:58.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org2.example.com | [415 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] +peer1.org1.example.com | [304 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [682aa126]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [4ed 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message RESPONSE +peer0.org2.example.com | [4ee 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer0.org2.example.com | [4ef 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [373 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org1.example.com | [305 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [682aa126]send state message COMPLETED +peer0.org2.example.com | [4f0 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message RESPONSE +peer0.org1.example.com | [374 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org2.example.com | [416 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [375 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer1.org1.example.com | [306 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [682aa126]Received message COMPLETED from shim +peer0.org2.example.com | [4f1 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message PUT_STATE from shim +orderer.example.com | 2018-01-18 01:58:51.930 UTC [msp/identity] newIdentity -> DEBU 213 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [417 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [376 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org2.example.com | [4f2 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org1.example.com | [307 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [682aa126]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [377 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +peer1.org2.example.com | [418 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org2.example.com | [4f3 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org1.example.com | [308 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [682aa126-cdab-42a9-a0d9-63b1d56b1c65]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [378 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org2.example.com | [419 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org2.example.com | [4f4 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]state is ready +peer0.org1.example.com | [379 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer1.org1.example.com | [309 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:682aa126-cdab-42a9-a0d9-63b1d56b1c65 +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org2.example.com | [41a 01-18 01:58:59.47 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [30a 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [37a 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer1.org2.example.com | [41b 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org2.example.com | [4f5 01-18 01:59:46.15 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [544f379d]Completed PUT_STATE. Sending RESPONSE +peer0.org2.example.com | [4f6 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [544f379d]enterBusyState trigger event RESPONSE +peer0.org1.example.com | [37b 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42014bf00), Data:(*common.BlockData)(0xc4215ef2a0), Metadata:(*common.BlockMetadata)(0xc4215ef2e0)}, doMVCCValidation=true +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org1.example.com | [30b 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +peer1.org2.example.com | [41c 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421be58c0 +peer0.org2.example.com | [4f7 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message RESPONSE +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [37c 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [30c 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [82db1989-64ea-4c38-a750-c67fa0bf163c] +peer0.org2.example.com | [4f8 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer1.org2.example.com | [41d 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:51.930 UTC [msp] Validate -> DEBU 214 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:51.930 UTC [msp] Setup -> DEBU 215 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:51.931 UTC [msp] Setup -> DEBU 216 MSP manager setup complete, setup 3 msps +peer0.org1.example.com | [37d 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] +peer0.org1.example.com | [37e 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= +peer0.org1.example.com | txId= locPointer=offset=70, bytesLength=11913 +peer0.org1.example.com | ] +peer0.org1.example.com | [37f 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx ID: [] to index +peer0.org1.example.com | [380 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org1.example.com | [381 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] +peer0.org1.example.com | [382 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) +peer0.org1.example.com | [383 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org1.example.com | [384 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [385 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [386 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions +peer0.org1.example.com | [387 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org1.example.com | [388 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] +peer0.org1.example.com | [389 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org1.example.com | [38a 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] +peer0.org1.example.com | [38b 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [38c 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [38d 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org1.example.com | [30d 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry +peer0.org2.example.com | [4f9 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [41e 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:51.931 UTC [msp] GetLocalMSP -> DEBU 217 Returning existing local MSP +peer0.org1.example.com | [38e 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [30e 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] +peer0.org2.example.com | [4fa 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message RESPONSE +peer1.org2.example.com | [41f 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:51.931 UTC [msp] GetDefaultSigningIdentity -> DEBU 218 Obtaining default signing identity +peer0.org2.example.com | [4fb 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.931 UTC [msp] GetLocalMSP -> DEBU 219 Returning existing local MSP +peer0.org1.example.com | [38f 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [420 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [4fc 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [30f 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.931 UTC [msp] GetDefaultSigningIdentity -> DEBU 21a Obtaining default signing identity +peer0.org1.example.com | [390 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp/identity] Sign -> DEBU 21b Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...6B6A44916787A9985648B6DDEBF495DE +peer1.org2.example.com | [421 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [4fd 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [310 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [391 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp/identity] Sign -> DEBU 21c Sign: digest: AB59F312C5A19AA567004BA931C26E20AB7CC3F53C2A2BD6762B6DA633B1726A +peer0.org2.example.com | [4fe 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer0.org1.example.com | [392 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [422 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421ccabe0, header 0xc421be58f0 +peer1.org2.example.com | [423 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp] GetLocalMSP -> DEBU 21d Returning existing local MSP +peer0.org1.example.com | [393 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4217394a0 +peer1.org1.example.com | [311 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [424 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp] GetDefaultSigningIdentity -> DEBU 21e Obtaining default signing identity +peer0.org1.example.com | [394 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer0.org2.example.com | [4ff 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [312 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [425 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b channel id: +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp] GetLocalMSP -> DEBU 21f Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:51.932 UTC [msp] GetDefaultSigningIdentity -> DEBU 220 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:51.933 UTC [msp/identity] Sign -> DEBU 221 Sign: plaintext: 0AB3060A1708041A0608DBFEFFD20522...00026BF88BC13D7AC6785A6107570B18 +orderer.example.com | 2018-01-18 01:58:51.933 UTC [msp/identity] Sign -> DEBU 222 Sign: digest: 0EF11389AB5912BF66D91D41E64742E3DBCEC872E0B8D119A3499E68DE11DE32 +peer0.org2.example.com | [500 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [426 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b channel id: version: 1.0.2 +peer0.org1.example.com | [395 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer1.org1.example.com | [313 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.933 UTC [orderer/common/broadcast] Handle -> DEBU 223 [channel: testchainid] Broadcast is filtering message of type ORDERER_TRANSACTION +peer1.org2.example.com | [427 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b,syscc=true,proposal=0xc421ccabe0,canname=lscc:1.0.2 +peer0.org1.example.com | [396 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [397 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +peer0.org2.example.com | [501 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:51.933 UTC [policies] GetPolicy -> DEBU 224 Returning policy Writers for evaluation +peer1.org1.example.com | [314 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f465824a]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [428 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [398 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [502 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [0de935a9-6363-4ec1-881e-3d54374844ac] +orderer.example.com | 2018-01-18 01:58:51.933 UTC [cauthdsl] func1 -> DEBU 225 0xc42014ad78 gate 1516240731933587747 evaluation starts +peer0.org1.example.com | [399 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [503 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org1.example.com | [39a 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421c43000, header channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +orderer.example.com | 2018-01-18 01:58:51.933 UTC [cauthdsl] func2 -> DEBU 226 0xc42014ad78 signed by 0 principal evaluation starts (used [false]) +peer1.org1.example.com | [315 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f465824a]Move state message COMPLETED +peer1.org2.example.com | [429 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org2.example.com | [504 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd channel id: businesschannel chaincode id: name:"lscc" +peer0.org1.example.com | [39b 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.933 UTC [cauthdsl] func2 -> DEBU 227 0xc42014ad78 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer1.org2.example.com | [42a 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org1.example.com | [316 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f465824a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.934 UTC [msp/identity] newIdentity -> DEBU 228 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [317 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f465824a]send state message COMPLETED +peer0.org1.example.com | [39c 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org2.example.com | [505 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [42b 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b49b216b]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [318 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f465824a]Received message COMPLETED from shim +peer0.org2.example.com | [506 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd channel id: businesschannel version: 1.0.2 +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [39d 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer1.org1.example.com | [319 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f465824a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [42c 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [507 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd,syscc=true,proposal=0xc4215025a0,canname=escc:1.0.2 +peer0.org1.example.com | [39e 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org1.example.com | [31a 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [39f 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | [42d 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org2.example.com | [508 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +peer1.org1.example.com | [31b 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f465824ae5b724e1992c1beba2f0e94e2c6daad4e2840f16cb57fa01806b06f4 +peer1.org2.example.com | [42e 01-18 01:59:00.89 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b49b216b]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org2.example.com | [509 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [3a0 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +peer1.org1.example.com | [31c 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [42f 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b49b216b]Move state message TRANSACTION +peer0.org1.example.com | [3a1 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org2.example.com | [50a 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +peer1.org2.example.com | [430 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b49b216b]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [31d 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer0.org2.example.com | [50b 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [3a2 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +peer1.org1.example.com | [31e 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org1.example.com | [3a3 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +peer1.org2.example.com | [431 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [3a4 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org1.example.com | [31f 01-18 01:58:52.83 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org2.example.com | [432 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b49b216b]sending state message TRANSACTION +peer0.org2.example.com | [50c 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [3a5 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +peer1.org2.example.com | [433 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b49b216b]Received message TRANSACTION from shim +peer1.org2.example.com | [434 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b49b216b]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [435 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [b49b216b]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [3a6 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org2.example.com | [50d 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [320 01-18 01:58:58.73 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org2.example.com | [436 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b49b216b]Transaction completed. Sending COMPLETED +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +peer0.org1.example.com | [3a7 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [437 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b49b216b]Move state message COMPLETED +peer0.org2.example.com | [50e 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [544f379d]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [321 01-18 01:58:58.76 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [438 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b49b216b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [50f 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Move state message TRANSACTION +peer0.org1.example.com | [3a8 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [439 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b49b216b]send state message COMPLETED +peer1.org1.example.com | [322 01-18 01:58:58.76 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [43a 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b49b216b]Received message COMPLETED from shim +peer0.org1.example.com | [3a9 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:51.934 UTC [msp] SatisfiesPrincipal -> DEBU 229 Checking if identity satisfies MEMBER role for OrdererMSP +peer1.org2.example.com | [43b 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b49b216b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [3aa 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org1.example.com | [323 01-18 01:58:58.77 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4213ea900 +peer0.org2.example.com | [510 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [43c 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.934 UTC [msp] Validate -> DEBU 22a MSP OrdererMSP validating identity +peer0.org2.example.com | [511 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [324 01-18 01:58:58.78 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer1.org2.example.com | [43d 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b49b216b9e43de026565b8df3861ff13ef28e23fb0b1c258936929786a037d0b +peer0.org1.example.com | [3ab 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [512 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]sending state message TRANSACTION +peer1.org2.example.com | [43e 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.935 UTC [cauthdsl] func2 -> DEBU 22b 0xc42014ad78 principal matched by identity 0 +peer1.org1.example.com | [325 01-18 01:58:58.78 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer0.org1.example.com | [3ac 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org2.example.com | [513 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org2.example.com | [43f 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [440 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer1.org2.example.com | [441 01-18 01:59:00.90 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org2.example.com | [442 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org2.example.com | [443 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.935 UTC [msp/identity] Verify -> DEBU 22c Verify: digest = 00000000 0e f1 13 89 ab 59 12 bf 66 d9 1d 41 e6 47 42 e3 |.....Y..f..A.GB.| +peer0.org2.example.com | [514 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer1.org1.example.com | [326 01-18 01:58:58.78 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [3ad 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer1.org2.example.com | [444 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org2.example.com | [515 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +orderer.example.com | 00000010 db ce c8 72 e0 b8 d1 19 a3 49 9e 68 de 11 de 32 |...r.....I.h...2| +peer1.org1.example.com | [327 01-18 01:58:58.78 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +peer1.org2.example.com | [445 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421c49ad0 +peer0.org1.example.com | [3ae 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [516 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] +peer1.org2.example.com | [446 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer1.org1.example.com | [328 01-18 01:58:58.80 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:51.935 UTC [msp/identity] Verify -> DEBU 22d Verify: sig = 00000000 30 45 02 21 00 87 2f 92 95 54 fb 85 e0 ff ce 19 |0E.!../..T......| +peer0.org1.example.com | [3af 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org2.example.com | [517 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org2.example.com | [447 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [3b0 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org2.example.com | [518 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions +peer1.org2.example.com | [448 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 00000010 8d dc 61 d1 ea fa 81 9b fa 83 0b 66 ee c6 8f 3e |..a........f...>| +peer1.org1.example.com | [329 01-18 01:58:58.80 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [519 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] +peer0.org1.example.com | [3b1 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 00000020 64 0d 71 9b 09 02 20 4d 7e d7 b1 be eb 57 8f 9a |d.q... M~....W..| +peer1.org2.example.com | [449 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org2.example.com | [51a 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | [32a 01-18 01:58:58.80 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc420051000, header channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +peer0.org1.example.com | [3b2 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [44a 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 00000030 17 5f 57 5b d4 ad f3 f1 20 b2 bc a5 05 58 b3 2c |._W[.... ....X.,| +peer0.org2.example.com | [51b 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer0.org1.example.com | [3b3 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +peer1.org1.example.com | [32b 01-18 01:58:58.81 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org2.example.com | [44b 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [51c 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] +orderer.example.com | 00000040 9f 3b e7 3c 89 72 68 |.;.<.rh| +peer1.org2.example.com | [44c 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422042000, header channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer0.org2.example.com | [51d 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org1.example.com | [32c 01-18 01:58:58.81 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org1.example.com | [3b4 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:51.935 UTC [cauthdsl] func2 -> DEBU 22e 0xc42014ad78 principal evaluation succeeds for identity 0 +peer1.org2.example.com | [44d 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org2.example.com | [51e 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [3b5 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org1.example.com | [32d 01-18 01:58:58.81 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:51.936 UTC [cauthdsl] func1 -> DEBU 22f 0xc42014ad78 gate 1516240731933587747 evaluation succeeds +peer0.org2.example.com | [51f 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [44e 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org1.example.com | [32e 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org2.example.com | [520 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [3b6 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org2.example.com | [44f 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +orderer.example.com | 2018-01-18 01:58:51.936 UTC [orderer/common/sigfilter] Apply -> DEBU 230 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381280 1 [0xc42014a5d8]}) Writers]} +peer0.org2.example.com | [521 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [3b7 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org1.example.com | [32f 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | [450 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.936 UTC [msp] GetLocalMSP -> DEBU 231 Returning existing local MSP +peer0.org2.example.com | [522 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Received message TRANSACTION from shim +peer1.org1.example.com | [330 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [451 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +peer0.org1.example.com | [3b8 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer0.org2.example.com | [523 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.936 UTC [msp] GetDefaultSigningIdentity -> DEBU 232 Obtaining default signing identity +peer1.org1.example.com | [331 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org1.example.com | [3b9 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer1.org2.example.com | [452 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer0.org2.example.com | [524 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [544f379d]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.936 UTC [msp] GetLocalMSP -> DEBU 233 Returning existing local MSP +peer0.org1.example.com | [3ba 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org2.example.com | [525 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org2.example.com | [453 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [332 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org2.example.com | [526 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:51.937 UTC [msp] GetDefaultSigningIdentity -> DEBU 234 Obtaining default signing identity +peer0.org1.example.com | [3bb 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org2.example.com | [454 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d6170c61-d5f4-4d0f-bd8d-467a931c1264] +peer1.org1.example.com | [333 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org2.example.com | [527 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [3bc 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:51.937 UTC [msp/identity] Sign -> DEBU 235 Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...07526561646572731A0641646D696E73 +peer0.org2.example.com | [528 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]Move state message COMPLETED +peer1.org1.example.com | [334 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [455 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=158bdced-21fc-4b84-b3d0-ab39947e7bc5,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org2.example.com | [529 01-18 01:59:46.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [544f379d]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [3bd 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer1.org1.example.com | [335 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org2.example.com | [52a 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [544f379d]send state message COMPLETED +peer1.org2.example.com | [456 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 chaindID businesschannel +orderer.example.com | 2018-01-18 01:58:51.937 UTC [msp/identity] Sign -> DEBU 236 Sign: digest: 2CBC9EA5AF8A9600920C3DD02CA31855ED16D22F9475FBE7DBFEA35495A83037 +peer0.org2.example.com | [52b 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [544f379d]Received message COMPLETED from shim +peer1.org1.example.com | [336 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [3be 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer0.org2.example.com | [52c 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [52d 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [457 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [337 01-18 01:58:58.82 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:51.937 UTC [common/config] NewStandardValues -> DEBU 237 Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [3bf 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org2.example.com | [52e 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer1.org2.example.com | [458 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [338 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:51.937 UTC [common/config] initializeProtosStruct -> DEBU 238 Processing field: HashingAlgorithm +peer0.org1.example.com | [3c0 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer1.org2.example.com | [459 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org2.example.com | [52f 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [339 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:51.937 UTC [common/config] initializeProtosStruct -> DEBU 239 Processing field: BlockDataHashingStructure +peer1.org2.example.com | [45a 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [158bdced]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [33a 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [45b 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [3c1 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer0.org2.example.com | [530 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.938 UTC [common/config] initializeProtosStruct -> DEBU 23a Processing field: OrdererAddresses +peer1.org2.example.com | [45c 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [158bdced]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [3c2 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org1.example.com | [33b 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.938 UTC [common/config] initializeProtosStruct -> DEBU 23b Processing field: Consortium +peer1.org2.example.com | [45d 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [158bdced]Move state message TRANSACTION +peer0.org1.example.com | [3c3 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [531 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23c Adding to config map: [Groups] /Channel +peer1.org1.example.com | [33c 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [45e 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [158bdced]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [3c4 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org2.example.com | [532 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [0de935a9-6363-4ec1-881e-3d54374844ac] +orderer.example.com | 2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23d Adding to config map: [Groups] /Channel/Orderer +peer1.org2.example.com | [45f 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [33d 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org1.example.com | [3c5 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org2.example.com | [533 01-18 01:59:46.17 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23e Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org1.example.com | [33e 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [534 01-18 01:59:48.19 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] +peer0.org1.example.com | [3c6 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org2.example.com | [460 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [158bdced]sending state message TRANSACTION +peer0.org2.example.com | [535 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] +peer1.org1.example.com | [33f 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 23f Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | [461 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [158bdced]Received message TRANSACTION from shim +peer0.org1.example.com | [3c7 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org2.example.com | [536 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org2.example.com | [462 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [158bdced]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [340 01-18 01:58:58.87 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org2.example.com | [537 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 240 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [3c8 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org1.example.com | [341 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [463 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [158bdced]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 241 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org2.example.com | [538 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org1.example.com | [342 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [464 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 242 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org1.example.com | [3c9 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [465 01-18 01:59:27.75 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer1.org1.example.com | [343 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org2.example.com | [539 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42222e2a0 +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 243 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [466 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer1.org1.example.com | [344 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org2.example.com | [467 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 244 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org2.example.com | [53a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org1.example.com | [3ca 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [468 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org1.example.com | [345 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 245 Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [3cb 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [469 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer1.org1.example.com | [346 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org2.example.com | [53b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 246 Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org2.example.com | [46a 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +peer1.org1.example.com | [347 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [46b 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [70d421c8-3617-4d0c-98c5-ce2b76960a9c] +peer0.org2.example.com | [53c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [3cc 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 247 Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [46c 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [348 01-18 01:58:58.88 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [3cd 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 248 Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [46d 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [70d421c8-3617-4d0c-98c5-ce2b76960a9c] +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 249 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer1.org2.example.com | [46e 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer0.org2.example.com | [53d 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer1.org1.example.com | [349 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [3ce 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org2.example.com | [46f 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 24a Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org2.example.com | [53e 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [470 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer0.org1.example.com | [3cf 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org1.example.com | [34a 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 24b Adding to config map: [Groups] /Channel/Application +peer0.org2.example.com | [53f 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [471 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [158bdced]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [3d0 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24c Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org1.example.com | [34b 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [472 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [158bdced]Move state message COMPLETED +peer0.org2.example.com | [540 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421b66000, header channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org1.example.com | [3d1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [473 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [158bdced]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [34c 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org2.example.com | [541 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org2.example.com | [474 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [158bdced]send state message COMPLETED +peer0.org1.example.com | [3d2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [542 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org2.example.com | [475 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [158bdced]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org1.example.com | [34d 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org1.example.com | [3d3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [476 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [158bdced]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [543 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer1.org1.example.com | [34e 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [3d4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [477 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [158bdced-21fc-4b84-b3d0-ab39947e7bc5]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [3d5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [478 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:158bdced-21fc-4b84-b3d0-ab39947e7bc5 +peer0.org2.example.com | [544 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org1.example.com | [34f 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 250 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org1.example.com | [3d6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [479 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [545 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +orderer.example.com | 2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 251 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [47a 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [d6170c61-d5f4-4d0f-bd8d-467a931c1264] +peer1.org1.example.com | [350 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [3d7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org2.example.com | [47b 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [351 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [47c 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 252 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer1.org1.example.com | [352 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [3d8 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [546 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer1.org2.example.com | [47d 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a1e340), Data:(*common.BlockData)(0xc421806c80), Metadata:(*common.BlockMetadata)(0xc421806cc0)}, doMVCCValidation=true +peer1.org2.example.com | [47e 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [47f 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 253 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 254 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer1.org2.example.com | [480 01-18 01:59:27.76 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] marked as valid by state validator +peer1.org1.example.com | [353 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [481 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +peer0.org1.example.com | [3d9 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [547 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 255 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org1.example.com | [354 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org1.example.com | [3da 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 +peer1.org1.example.com | [355 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 256 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +peer0.org2.example.com | [548 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [004eea89-b8a1-4082-a5cf-9bf26cb65b47] +peer0.org1.example.com | [3db 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer1.org2.example.com | ] +peer1.org1.example.com | [356 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [3dc 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer0.org2.example.com | [549 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=c0d8b3bf-8ee1-4fa0-bfae-7b2cef43a76b,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [482 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to index +peer1.org1.example.com | [357 01-18 01:58:58.89 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 257 Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [3dd 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer1.org1.example.com | [358 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [483 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx number:[0] ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to blockNumTranNum index +orderer.example.com | 2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 258 Adding to config map: [Values] /Channel/Consortium +peer1.org1.example.com | [359 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [3de 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [54a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd chaindID businesschannel +peer1.org1.example.com | [35a 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 259 Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org2.example.com | [484 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44675], isChainEmpty=[false], lastBlockNumber=[3] +peer0.org1.example.com | [3df 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [54b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [35b 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org1.example.com | [3e0 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25a Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org1.example.com | [35c 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org2.example.com | [54c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [3e1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [485 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) +peer1.org1.example.com | [35d 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [3e2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25b Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [35e 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer1.org2.example.com | [486 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org2.example.com | [54d 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [3e3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [35f 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25c Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [3e4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org2.example.com | [54e 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c0d8b3bf]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [360 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [487 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/configtx] addToMap -> DEBU 25d Adding to config map: [Policy] /Channel/Admins +peer0.org1.example.com | [3e5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [361 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [54f 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/configtx] processConfig -> DEBU 25e Beginning new config for channel businesschannel +peer0.org1.example.com | [3e6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer1.org2.example.com | [488 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer1.org1.example.com | [362 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [3e7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org1.example.com | [363 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer0.org2.example.com | [550 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c0d8b3bf]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/config] NewStandardValues -> DEBU 25f Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [3e8 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer1.org1.example.com | [364 01-18 01:58:58.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer1.org2.example.com | [489 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer0.org2.example.com | [551 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c0d8b3bf]Move state message TRANSACTION +peer0.org1.example.com | [3e9 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer1.org1.example.com | [365 01-18 01:58:58.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer1.org2.example.com | [48a 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] +peer1.org1.example.com | [366 01-18 01:58:58.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [3ea 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [3eb 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer0.org2.example.com | [552 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c0d8b3bf]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [48b 01-18 01:59:27.78 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 260 Processing field: HashingAlgorithm +peer0.org1.example.com | [3ec 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer1.org1.example.com | [367 01-18 01:58:58.92 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [48c 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions +peer0.org2.example.com | [553 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [3ed 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 261 Processing field: BlockDataHashingStructure +peer1.org2.example.com | [48d 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] +peer0.org2.example.com | [554 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c0d8b3bf]sending state message TRANSACTION +peer0.org1.example.com | [3ee 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer1.org1.example.com | [368 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [555 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c0d8b3bf]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 262 Processing field: OrdererAddresses +peer1.org1.example.com | [369 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [3ef 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer1.org2.example.com | [48e 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org2.example.com | [556 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c0d8b3bf]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [36a 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 263 Processing field: Consortium +peer1.org2.example.com | [48f 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer0.org1.example.com | [3f0 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [557 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [c0d8b3bf]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 264 Proposed new policy Readers for Channel +peer1.org2.example.com | [490 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] +peer0.org2.example.com | [558 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org1.example.com | [3f1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org1.example.com | [36b 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [491 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [3f2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org2.example.com | [492 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 265 Proposed new policy Writers for Channel +peer0.org2.example.com | [559 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer1.org1.example.com | [36c 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org2.example.com | [493 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | 2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 266 Proposed new policy Admins for Channel +peer0.org2.example.com | [55a 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer1.org2.example.com | [494 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [36d 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.945 UTC [common/config] NewStandardValues -> DEBU 267 Initializing protos for *config.OrdererProtos +peer1.org2.example.com | [495 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [3f3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [55b 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org1.example.com | [36e 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [496 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 268 Processing field: ConsensusType +peer0.org1.example.com | [3f4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [55c 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org2.example.com | [497 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421aaea20 +peer1.org1.example.com | [36f 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [3f5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 269 Processing field: BatchSize +peer1.org2.example.com | [498 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org2.example.com | [55d 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer1.org1.example.com | [370 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26a Processing field: BatchTimeout +peer0.org1.example.com | [3f6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer1.org2.example.com | [499 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26b Processing field: KafkaBrokers +peer0.org2.example.com | [55e 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +peer1.org1.example.com | [371 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [49a 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26c Processing field: ChannelRestrictions +peer0.org1.example.com | [3f7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [55f 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [70e65a49-6344-4c14-98dc-6432db6f59fe] +peer1.org2.example.com | [49b 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [372 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [3f8 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [560 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [49c 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.946 UTC [policies] ProposePolicy -> DEBU 26d Proposed new policy Readers for Orderer +peer0.org1.example.com | [3f9 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [373 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer1.org2.example.com | [49d 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421eda190, header 0xc421aaea50 +peer0.org2.example.com | [561 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [70e65a49-6344-4c14-98dc-6432db6f59fe] +orderer.example.com | 2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 26e Proposed new policy Writers for Orderer +peer0.org1.example.com | [3fa 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [49e 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +peer1.org2.example.com | [49f 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +peer1.org2.example.com | [4a0 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267] +peer1.org1.example.com | [374 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [375 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org2.example.com | [562 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer1.org2.example.com | [4a1 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 26f Proposed new policy Admins for Orderer +peer0.org1.example.com | [3fb 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [4a2 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d0e7cbd3-6142-4757-be96-893ec5e2b251] +peer1.org2.example.com | [4a3 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 channel id: businesschannel +peer0.org2.example.com | [563 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +orderer.example.com | 2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 270 Proposed new policy BlockValidation for Orderer +peer1.org1.example.com | [376 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer1.org2.example.com | [4a4 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267,syscc=true,proposal=0xc421eda190,canname=lscc:1.0.2 +peer0.org1.example.com | [3fc 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.948 UTC [common/config] NewStandardValues -> DEBU 271 Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [564 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated +peer1.org2.example.com | [4a5 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org1.example.com | [377 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:51.948 UTC [common/config] initializeProtosStruct -> DEBU 272 Processing field: MSP +peer0.org1.example.com | [3fd 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [565 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c0d8b3bf]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [4a6 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [378 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:51.948 UTC [policies] ProposePolicy -> DEBU 273 Proposed new policy Writers for OrdererOrg +peer0.org1.example.com | [3fe 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [4a7 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org2.example.com | [566 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c0d8b3bf]Move state message COMPLETED +peer1.org1.example.com | [379 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:51.948 UTC [policies] ProposePolicy -> DEBU 274 Proposed new policy Admins for OrdererOrg +peer1.org2.example.com | [4a8 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [3ff 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org2.example.com | [567 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c0d8b3bf]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.949 UTC [policies] ProposePolicy -> DEBU 275 Proposed new policy Readers for OrdererOrg +peer1.org1.example.com | [37a 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [4a9 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [400 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 276 Initializing protos for *struct {} +peer0.org2.example.com | [568 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c0d8b3bf]send state message COMPLETED +peer1.org1.example.com | [37b 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [4aa 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.949 UTC [policies] ProposePolicy -> DEBU 277 Proposed new policy ChannelCreationPolicy for Application +peer0.org2.example.com | [569 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c0d8b3bf]Received message COMPLETED from shim +peer1.org2.example.com | [4ab 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [401 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer1.org1.example.com | [37c 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [4ac 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Move state message TRANSACTION +peer0.org2.example.com | [56a 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c0d8b3bf]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 278 Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [4ad 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [37d 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org1.example.com | [402 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: +peer0.org2.example.com | [56b 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c0d8b3bf-8ee1-4fa0-bfae-7b2cef43a76b]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [4ae 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.949 UTC [common/config] initializeProtosStruct -> DEBU 279 Processing field: MSP +peer1.org1.example.com | [37e 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [4af 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]sending state message TRANSACTION +peer0.org2.example.com | [56c 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c0d8b3bf-8ee1-4fa0-bfae-7b2cef43a76b +peer0.org1.example.com | [403 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org1.example.com | [37f 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [4b0 01-18 01:59:46.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 27a Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [404 01-18 01:58:58.98 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org2.example.com | [56d 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [4b1 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [4b2 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [afd22039]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [405 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer1.org1.example.com | [380 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [56e 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd, error Chaincode exp02 is already instantiated +peer0.org2.example.com | [56f 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [004eea89-b8a1-4082-a5cf-9bf26cb65b47] +peer1.org2.example.com | [4b3 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [afd22039]Sending GET_STATE +peer1.org1.example.com | [381 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [4b4 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message GET_STATE from shim +orderer.example.com | 2018-01-18 01:58:51.949 UTC [common/config] initializeProtosStruct -> DEBU 27b Processing field: AnchorPeers +peer0.org1.example.com | [406 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org1.example.com | [382 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer0.org2.example.com | [570 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd returned error Chaincode exp02 is already instantiated +peer1.org2.example.com | [4b5 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [407 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +orderer.example.com | 2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 27c Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [4b6 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [afd22039]Received GET_STATE, invoking get state from ledger +peer0.org2.example.com | [571 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [383 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:51.950 UTC [common/config] initializeProtosStruct -> DEBU 27d Processing field: MSP +peer0.org1.example.com | [408 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer1.org2.example.com | [4b7 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [572 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | 2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 27e Proposed new policy Writers for Org1MSP +peer1.org2.example.com | [4b8 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039] getting state for chaincode lscc, key exp02, channel businesschannel +peer1.org1.example.com | [384 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [573 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421ade240), Data:(*common.BlockData)(0xc421830860), Metadata:(*common.BlockMetadata)(0xc4218308a0)}, doMVCCValidation=true +peer1.org2.example.com | [4b9 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [409 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 27f Proposed new policy Admins for Org1MSP +peer1.org1.example.com | [385 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer1.org2.example.com | [4ba 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039]Got state. Sending RESPONSE +peer0.org2.example.com | [574 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [4bb 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [afd22039]handleGetState serial send RESPONSE +peer1.org1.example.com | [386 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 280 Proposed new policy Readers for Org1MSP +peer0.org1.example.com | [40a 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer0.org2.example.com | [575 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] +peer1.org2.example.com | [4bc 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 281 Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [387 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer1.org2.example.com | [4bd 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org1.example.com | [40b 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +orderer.example.com | 2018-01-18 01:58:51.950 UTC [common/config] initializeProtosStruct -> DEBU 282 Processing field: MSP +peer1.org2.example.com | [4be 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [afd22039]before send +peer1.org1.example.com | [388 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org2.example.com | [576 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +peer1.org2.example.com | [4bf 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [afd22039]after send +peer0.org1.example.com | [40c 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | [389 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer0.org2.example.com | txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 +peer1.org2.example.com | [4c0 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [afd22039]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 283 Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [38a 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer0.org1.example.com | [40d 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4202c7a00), Data:(*common.BlockData)(0xc421c85fa0), Metadata:(*common.BlockMetadata)(0xc421c85fe0)}, doMVCCValidation=true +peer1.org2.example.com | [4c1 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [afd22039]GetState received payload RESPONSE peer0.org2.example.com | ] -peer0.org2.example.com | [577 01-14 11:46:20.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to index -peer0.org2.example.com | [578 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx number:[0] ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to blockNumTranNum index -peer1.org1.example.com | [4cc 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da] -peer0.org1.example.com | [55b 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer1.org2.example.com | [49a 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Received message RESPONSE from shim -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/configtx] processConfig -> DEBU 308 Beginning new config for channel businesschannel -peer0.org2.example.com | [579 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49893], isChainEmpty=[false], lastBlockNumber=[4] -peer0.org1.example.com | [55c 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer1.org1.example.com | [4cd 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [49b 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org2.example.com | [57a 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] NewStandardValues -> DEBU 309 Initializing protos for *config.ChannelProtos -peer0.org2.example.com | [57b 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [49c 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [34c84dd7]before send -peer1.org1.example.com | [4ce 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [86ee3ea4-c574-4f77-bcc0-fcdf3a86cc97] -peer0.org1.example.com | [55d 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -peer0.org2.example.com | [57c 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30a Processing field: HashingAlgorithm -peer1.org2.example.com | [49d 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [34c84dd7]after send -peer0.org2.example.com | [57d 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [4cf 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da channel id: businesschannel -peer0.org2.example.com | [57e 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions -peer0.org1.example.com | [55e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30b Processing field: BlockDataHashingStructure -peer0.org2.example.com | [57f 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 -peer1.org1.example.com | [4d0 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da,syscc=true,proposal=0xc421b74a50,canname=lscc:1.0.2 -peer0.org1.example.com | [55f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [3ddf7dd3-0702-453e-bcd0-74474986ad38] -peer1.org2.example.com | [49f 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [34c84dd7]Received RESPONSE, communicated (state:ready) -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30c Processing field: OrdererAddresses -peer0.org2.example.com | [580 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] -peer1.org1.example.com | [4d1 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org2.example.com | [581 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [560 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30d Processing field: Consortium -peer1.org2.example.com | [49e 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [34c84dd7]GetState received payload RESPONSE -peer0.org2.example.com | [582 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer1.org1.example.com | [4d2 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 30e Proposed new policy Readers for Channel -peer0.org1.example.com | [561 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [3ddf7dd3-0702-453e-bcd0-74474986ad38] -peer1.org2.example.com | [4a0 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [583 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] -peer1.org1.example.com | [4d3 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 30f Proposed new policy Writers for Channel -peer0.org2.example.com | [584 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [562 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer1.org2.example.com | [4a1 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Move state message COMPLETED -peer0.org2.example.com | [585 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org1.example.com | [4d4 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 310 Proposed new policy Admins for Channel -peer1.org2.example.com | [4a2 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [563 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer0.org2.example.com | [586 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [4d5 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.502 UTC [common/config] NewStandardValues -> DEBU 311 Initializing protos for *struct {} -peer1.org2.example.com | [4a3 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]send state message COMPLETED -peer0.org2.example.com | [587 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [564 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated -peer0.org2.example.com | [588 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org1.example.com | [4d6 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [4a4 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 312 Proposed new policy Writers for Application -peer0.org1.example.com | [565 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [589 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] -peer1.org1.example.com | [4d7 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [4a5 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [58b 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org2.example.com | [58c 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [566 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Move state message COMPLETED -peer1.org1.example.com | [4d8 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Move state message TRANSACTION -peer1.org2.example.com | [4a6 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 313 Proposed new policy Readers for Application -peer0.org2.example.com | [58d 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org1.example.com | [4d9 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 314 Proposed new policy Admins for Application -peer0.org2.example.com | [58e 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421f0adb0 -peer0.org1.example.com | [567 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a6bff49a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [4a7 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -peer1.org1.example.com | [4da 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [58f 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 315 Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [4db 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]sending state message TRANSACTION -peer0.org2.example.com | [590 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 316 Processing field: MSP -peer0.org1.example.com | [568 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]send state message COMPLETED -peer0.org2.example.com | [591 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [4dc 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 317 Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [569 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]Received message COMPLETED from shim -peer0.org2.example.com | [592 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org2.example.com | [4a8 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 318 Processing field: AnchorPeers -peer1.org1.example.com | [4dd 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [56a 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [593 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [4a9 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -peer1.org1.example.com | [4de 01-14 11:46:39.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d6b54090]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 319 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [56b 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a-3678-4c1c-8248-045119d5c177]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [594 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [4df 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d6b54090]Sending GET_STATE -peer1.org2.example.com | [4aa 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 channel id: businesschannel version: 1.0 -peer0.org1.example.com | [56c 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:a6bff49a-3678-4c1c-8248-045119d5c177 -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 31a Processing field: MSP -peer0.org2.example.com | [595 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421cc3800, header channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer1.org1.example.com | [4e0 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message GET_STATE from shim -peer1.org2.example.com | [4ab 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2,syscc=false,proposal=0xc421843d10,canname=exp02:1.0 -peer0.org1.example.com | [56d 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31b Proposed new policy Readers for Org2MSP -peer1.org1.example.com | [4e1 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [4ac 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2,syscc=true,proposal=0xc421843d10,canname=lscc:1.0.2 -peer0.org2.example.com | [596 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31c Proposed new policy Writers for Org2MSP -peer0.org1.example.com | [56e 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee, error Chaincode exp02 is already instantiated -peer1.org1.example.com | [4e2 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d6b54090]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [4ad 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31d Proposed new policy Admins for Org2MSP -peer0.org2.example.com | [597 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [56f 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [64d8c4d5-046a-4296-a4bf-82e38277468a] -peer1.org1.example.com | [4e3 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [570 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee returned error Chaincode exp02 is already instantiated -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 31e Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [4ae 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [4e4 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090] getting state for chaincode lscc, key exp02, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 31f Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 320 Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [4af 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [571 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [598 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org2.example.com | [4b0 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [4e5 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [572 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 321 Processing field: AnchorPeers -peer1.org1.example.com | [4e6 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090]Got state. Sending RESPONSE -peer0.org2.example.com | [58a 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] -peer1.org2.example.com | [4b1 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 322 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [573 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4219ddac0), Data:(*common.BlockData)(0xc422244ba0), Metadata:(*common.BlockMetadata)(0xc422244be0)}, doMVCCValidation=true -peer1.org2.example.com | [4b2 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [4e7 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d6b54090]handleGetState serial send RESPONSE -peer0.org2.example.com | [599 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 323 Processing field: MSP -peer0.org1.example.com | [574 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org2.example.com | [4b3 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]sendExecuteMsg trigger event TRANSACTION -peer1.org1.example.com | [4e8 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Received message RESPONSE from shim -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 324 Proposed new policy Readers for Org1MSP -peer0.org2.example.com | [59a 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -peer0.org1.example.com | [575 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] -peer1.org2.example.com | [4b4 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Move state message TRANSACTION -peer0.org2.example.com | [59b 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org1.example.com | [4e9 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org1.example.com | [576 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -peer1.org2.example.com | [4b5 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 325 Proposed new policy Writers for Org1MSP -peer0.org2.example.com | [59c 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [c24dbf3f-628d-48b2-9510-1db5b017ab0a] -peer0.org1.example.com | txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 -peer1.org1.example.com | [4ea 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d6b54090]before send -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 326 Proposed new policy Admins for Org1MSP -peer0.org2.example.com | [59d 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [4b6 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | ] -peer1.org1.example.com | [4eb 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d6b54090]after send -peer0.org2.example.com | [59e 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [c24dbf3f-628d-48b2-9510-1db5b017ab0a] -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 327 Initializing protos for *config.OrdererProtos -peer1.org2.example.com | [4b7 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]sending state message TRANSACTION -peer0.org1.example.com | [577 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to index -peer0.org2.example.com | [59f 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [4ec 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [d6b54090]Received RESPONSE, communicated (state:ready) -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 328 Processing field: ConsensusType -peer0.org1.example.com | [578 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx number:[0] ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to blockNumTranNum index -peer1.org1.example.com | [4ed 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d6b54090]GetState received payload RESPONSE -peer0.org2.example.com | [5a0 01-14 11:46:41.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b3cdf833-1415-4ce0-b22a-51f0be6e5e2f] -peer1.org2.example.com | [4b8 01-14 11:46:18.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 329 Processing field: BatchSize -peer1.org1.example.com | [4ee 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [579 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49893], isChainEmpty=[false], lastBlockNumber=[4] -peer0.org2.example.com | [5a1 01-14 11:46:41.08 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4095b5e2-40a1-42f5-8613-bc16400d8b57,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | [4b9 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org1.example.com | [4ef 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32a Processing field: BatchTimeout -peer0.org2.example.com | [5a2 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 chaindID businesschannel -peer0.org1.example.com | [57a 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) -peer1.org1.example.com | [4f0 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32b Processing field: KafkaBrokers -peer1.org2.example.com | [4ba 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [34c84dd7]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [5a3 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org1.example.com | [4f1 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]send state message COMPLETED -peer0.org1.example.com | [57b 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [4bb 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [34c84dd7]Sending GET_STATE -peer0.org2.example.com | [5a4 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [4f2 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32c Processing field: ChannelRestrictions -peer0.org1.example.com | [57c 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [4bc 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message GET_STATE from shim -peer1.org1.example.com | [4f3 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [5a5 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org1.example.com | [4f4 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32d Proposed new policy Admins for Orderer -peer1.org2.example.com | [4bd 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org1.example.com | [57d 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [4f5 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32e Proposed new policy BlockValidation for Orderer -peer0.org2.example.com | [5a6 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4095b5e2]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [4f6 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [57e 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions -peer0.org1.example.com | [57f 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 -peer0.org1.example.com | [580 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] -peer0.org1.example.com | [581 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [4be 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [34c84dd7]Received GET_STATE, invoking get state from ledger -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32f Proposed new policy Readers for Orderer -peer1.org1.example.com | [4f7 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -peer0.org2.example.com | [5a7 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [582 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer1.org1.example.com | [4f8 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da channel id: businesschannel version: 1.0 -peer1.org2.example.com | [4bf 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 330 Proposed new policy Writers for Orderer -peer1.org1.example.com | [4f9 01-14 11:46:39.14 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da,syscc=false,proposal=0xc421b74a50,canname=exp02:1.0 -peer0.org2.example.com | [5a8 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4095b5e2]sendExecuteMsg trigger event TRANSACTION -peer1.org1.example.com | [4fa 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da,syscc=true,proposal=0xc421b74a50,canname=lscc:1.0.2 -peer1.org2.example.com | [4c0 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org1.example.com | [583 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] -peer1.org1.example.com | [4fb 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 331 Initializing protos for *config.OrganizationProtos -peer0.org2.example.com | [5a9 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4095b5e2]Move state message TRANSACTION -peer1.org1.example.com | [4fc 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [584 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [4c1 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [4fd 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [585 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org2.example.com | [5aa 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4095b5e2]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 332 Processing field: MSP -peer1.org1.example.com | [4fe 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [4c2 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7]Got state. Sending RESPONSE -peer0.org2.example.com | [5ab 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 333 Proposed new policy Writers for OrdererOrg -peer1.org1.example.com | [4ff 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [586 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [500 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [501 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [587 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org2.example.com | [4c3 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [34c84dd7]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 334 Proposed new policy Admins for OrdererOrg -peer1.org1.example.com | [502 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Move state message TRANSACTION -peer0.org2.example.com | [5ac 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4095b5e2]sending state message TRANSACTION -peer1.org1.example.com | [503 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [4c4 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Received message RESPONSE from shim -peer0.org1.example.com | [588 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 335 Proposed new policy Readers for OrdererOrg -peer0.org2.example.com | [5ad 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4095b5e2]Received message TRANSACTION from shim -peer1.org1.example.com | [504 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [4c5 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: RESPONSE(state:ready) -orderer.example.com | 2018-01-14 11:45:32.504 UTC [common/config] Validate -> DEBU 336 Anchor peers for org Org2MSP are -peer0.org2.example.com | [5ae 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4095b5e2]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [589 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org2.example.com | [4c6 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [34c84dd7]before send -peer1.org1.example.com | [505 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]sending state message TRANSACTION -peer0.org1.example.com | [58a 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422717050 -orderer.example.com | 2018-01-14 11:45:32.504 UTC [common/config] validateMSP -> DEBU 337 Setting up MSP for org Org2MSP -peer0.org2.example.com | [5af 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4095b5e2]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [4c7 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [34c84dd7]GetState received payload RESPONSE -peer1.org1.example.com | [506 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Received message TRANSACTION from shim -peer0.org1.example.com | [58b 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.504 UTC [msp] NewBccspMsp -> DEBU 338 Creating BCCSP-based MSP instance -peer1.org2.example.com | [4c8 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [34c84dd7]after send -peer0.org2.example.com | [5b0 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org1.example.com | [58c 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [507 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.504 UTC [msp] Setup -> DEBU 339 Setting up MSP instance Org2MSP -peer1.org2.example.com | [4c9 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [34c84dd7]Received RESPONSE, communicated (state:ready) -peer0.org1.example.com | [58d 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [508 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d6b54090]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [5b1 01-14 11:46:41.09 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -orderer.example.com | 2018-01-14 11:45:32.504 UTC [msp/identity] newIdentity -> DEBU 33a Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [4ca 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [509 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d6b54090]Sending GET_STATE -peer0.org1.example.com | [58e 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -peer1.org2.example.com | [4cb 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Move state message COMPLETED -peer0.org2.example.com | [5b2 01-14 11:46:41.10 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer1.org1.example.com | [50a 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message GET_STATE from shim -peer0.org1.example.com | [58f 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org2.example.com | [5b3 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4095b5e2]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [4cc 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [50b 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer0.org1.example.com | [590 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc42245de00, header 0xc422717080 -peer1.org2.example.com | [4cd 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]send state message COMPLETED -peer1.org2.example.com | [4ce 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message COMPLETED from shim -peer1.org2.example.com | [4cf 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [591 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer0.org2.example.com | [5b4 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4095b5e2]Move state message COMPLETED -peer0.org2.example.com | [5b5 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4095b5e2]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [50c 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d6b54090]Received GET_STATE, invoking get state from ledger -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer0.org2.example.com | [5b6 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4095b5e2]send state message COMPLETED -peer1.org1.example.com | [50d 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [4d0 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [592 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer1.org1.example.com | [50e 01-14 11:46:39.15 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org1.example.com | [593 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -peer0.org2.example.com | [5b7 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4095b5e2]Received message COMPLETED from shim -peer1.org2.example.com | [4d1 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -peer1.org1.example.com | [50f 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer0.org1.example.com | [594 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [4d2 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [5b8 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4095b5e2]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [510 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090]Got state. Sending RESPONSE -peer0.org1.example.com | [595 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer0.org2.example.com | [5b9 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4095b5e2-40a1-42f5-8613-bc16400d8b57]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [511 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d6b54090]handleGetState serial send RESPONSE -peer1.org2.example.com | [4d3 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer0.org1.example.com | [596 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel -peer0.org2.example.com | [5ba 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4095b5e2-40a1-42f5-8613-bc16400d8b57 -peer1.org2.example.com | [4d4 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer1.org1.example.com | [512 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Received message RESPONSE from shim -peer0.org1.example.com | [597 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=true,proposal=0xc42245de00,canname=lscc:1.0.2 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer0.org2.example.com | [5bb 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [4d5 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] -peer1.org1.example.com | [513 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org2.example.com | [5bc 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [b3cdf833-1415-4ce0-b22a-51f0be6e5e2f] -peer1.org2.example.com | [4d6 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer1.org2.example.com) -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer0.org1.example.com | [598 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org1.example.com | [514 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d6b54090]before send -peer1.org2.example.com | [4d7 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 -peer0.org2.example.com | [5bd 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [5be 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [515 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d6b54090]after send -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org1.example.com | [599 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [4d8 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -peer0.org1.example.com | [59a 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer0.org2.example.com | [5bf 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421bf4440), Data:(*common.BlockData)(0xc422076180), Metadata:(*common.BlockMetadata)(0xc4220761c0)}, doMVCCValidation=true -peer1.org1.example.com | [516 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [d6b54090]Received RESPONSE, communicated (state:ready) -peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 -orderer.example.com | SCjyRdD3aQ== -peer0.org1.example.com | [59b 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [5c0 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [517 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d6b54090]GetState received payload RESPONSE -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [518 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Transaction completed. Sending COMPLETED -peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org2.example.com | [5c1 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [59c 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [5c2 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer1.org1.example.com | [519 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.505 UTC [msp/identity] newIdentity -> DEBU 33b Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [59d 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org2.example.com | [5c3 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [51a 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [59e 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [5c4 01-14 11:46:41.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] marked as valid by state validator -peer1.org1.example.com | [51b 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]send state message COMPLETED -peer1.org1.example.com | [51c 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message COMPLETED from shim -peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [59f 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -peer0.org2.example.com | [5c5 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -peer1.org1.example.com | [51d 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [5a0 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [4d9 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer1.org2.example.com-exp02-1.0) lock -peer0.org2.example.com | txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org1.example.com | [5a1 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [4da 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer1.org2.example.com-exp02-1.0) lock -peer1.org1.example.com | [51e 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da]HandleMessage- COMPLETED. Notify -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | 2018-01-18 01:58:51.951 UTC [common/config] initializeProtosStruct -> DEBU 284 Processing field: AnchorPeers +peer0.org1.example.com | [40e 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [38b 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer1.org2.example.com | [4c2 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.951 UTC [common/config] NewStandardValues -> DEBU 285 Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [577 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to index +peer0.org1.example.com | [40f 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] +peer1.org2.example.com | [4c3 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Move state message COMPLETED +peer1.org1.example.com | [38c 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:51.951 UTC [common/config] initializeProtosStruct -> DEBU 286 Processing field: MSP +peer1.org2.example.com | [4c4 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [38d 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [410 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +peer0.org2.example.com | [578 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx number:[0] ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to blockNumTranNum index +peer1.org2.example.com | [4c5 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 287 Proposed new policy Admins for Org2MSP +peer0.org1.example.com | txId= locPointer=offset=70, bytesLength=11970 +peer1.org2.example.com | [4c6 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message COMPLETED from shim +peer1.org1.example.com | [38e 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +peer0.org2.example.com | [579 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49891], isChainEmpty=[false], lastBlockNumber=[4] +peer0.org1.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 288 Proposed new policy Readers for Org2MSP +peer1.org2.example.com | [4c7 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [38f 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org2.example.com | [57a 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) +peer0.org1.example.com | [411 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx ID: [] to index +orderer.example.com | 2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 289 Proposed new policy Writers for Org2MSP +peer1.org1.example.com | [390 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +peer1.org2.example.com | [4c8 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [412 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx number:[0] ID: [] to blockNumTranNum index +orderer.example.com | 2018-01-18 01:58:51.952 UTC [common/config] validateMSP -> DEBU 28a Setting up MSP for org OrdererOrg +peer1.org1.example.com | [391 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer0.org2.example.com | [57b 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [4c9 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +peer0.org1.example.com | [413 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39459], isChainEmpty=[false], lastBlockNumber=[2] +peer1.org1.example.com | [392 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org2.example.com | [57c 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org2.example.com | [4ca 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.952 UTC [msp] NewBccspMsp -> DEBU 28b Creating BCCSP-based MSP instance +peer1.org1.example.com | [393 01-18 01:58:58.98 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer1.org2.example.com | [4cb 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +peer1.org1.example.com | [394 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer0.org1.example.com | [414 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) +peer0.org2.example.com | [57d 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org2.example.com | [4cc 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 channel id: businesschannel version: 1.0 +peer0.org1.example.com | [415 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org1.example.com | [395 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +orderer.example.com | 2018-01-18 01:58:51.952 UTC [msp] Setup -> DEBU 28c Setting up MSP instance OrdererMSP +peer0.org2.example.com | [57e 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions +peer1.org2.example.com | [4cd 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267,syscc=false,proposal=0xc421eda190,canname=exp02:1.0 +peer1.org1.example.com | [396 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +orderer.example.com | 2018-01-18 01:58:51.952 UTC [msp/identity] newIdentity -> DEBU 28d Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [416 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [397 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer0.org2.example.com | [57f 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer1.org2.example.com | [4ce 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267,syscc=true,proposal=0xc421eda190,canname=lscc:1.0.2 +peer0.org2.example.com | [580 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] +peer1.org1.example.com | [398 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +peer1.org2.example.com | [4cf 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [417 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org2.example.com | [581 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [4d0 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [399 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org2.example.com | [582 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer0.org1.example.com | [418 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions +peer1.org1.example.com | [39a 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer0.org2.example.com | [583 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] +peer0.org1.example.com | [419 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer1.org2.example.com | [4d1 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org1.example.com | [39b 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [4d2 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [41a 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] +peer0.org2.example.com | [584 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer1.org1.example.com | [39c 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42143a600), Data:(*common.BlockData)(0xc4214d2780), Metadata:(*common.BlockMetadata)(0xc4214d27c0)}, doMVCCValidation=true +peer1.org2.example.com | [4d3 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [41b 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer0.org2.example.com | [585 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [4d4 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [39d 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer1.org1.example.com | [39e 01-18 01:58:58.99 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] +peer0.org2.example.com | [586 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [4d5 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [41c 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer0.org2.example.com | [587 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [4d6 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Move state message TRANSACTION +peer0.org1.example.com | [41d 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org1.example.com | [39f 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org2.example.com | [588 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [41e 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [4d7 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer0.org1.example.com | [41f 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org1.example.com | txId= locPointer=offset=70, bytesLength=11913 +peer1.org2.example.com | [4d8 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [589 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] +peer0.org1.example.com | [420 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +peer1.org1.example.com | ] +peer1.org2.example.com | [4d9 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]sending state message TRANSACTION +peer0.org2.example.com | [58a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer1.org1.example.com | [3a0 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx ID: [] to index +peer1.org2.example.com | [4da 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Received message TRANSACTION from shim +peer0.org1.example.com | [421 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [4db 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org2.example.com | [58b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | [3a1 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org1.example.com | [422 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer1.org2.example.com | [4dc 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [afd22039]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [58c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [4dd 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [afd22039]Sending GET_STATE +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [3a2 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] +peer1.org2.example.com | [4de 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message GET_STATE from shim +peer0.org1.example.com | [423 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422040540 +peer0.org2.example.com | [58d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | 2018-01-18 01:58:51.954 UTC [msp/identity] newIdentity -> DEBU 28e Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [3a3 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) +peer1.org2.example.com | [4df 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org2.example.com | [58e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42247f110 +peer0.org1.example.com | [424 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org1.example.com | [3a4 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [4e0 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [afd22039]Received GET_STATE, invoking get state from ledger +peer0.org2.example.com | [58f 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer0.org1.example.com | [425 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [3a5 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org2.example.com | [590 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [426 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [4e1 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [3a6 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org2.example.com | [591 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org2.example.com | [4e2 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039] getting state for chaincode lscc, key exp02, channel businesschannel +peer0.org1.example.com | [427 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [592 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org1.example.com | [3a7 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions +peer0.org1.example.com | [428 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org2.example.com | [4e3 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org2.example.com | [593 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [429 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421c4d9a0, header 0xc422040570 +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org2.example.com | [594 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [4e4 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039]Got state. Sending RESPONSE +peer1.org1.example.com | [3a8 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org2.example.com | [595 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42186b000, header channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer0.org2.example.com | [596 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org2.example.com | [597 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org2.example.com | [598 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org2.example.com | [4e5 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [afd22039]handleGetState serial send RESPONSE +peer0.org2.example.com | [599 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [42a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +peer1.org1.example.com | [3a9 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] +peer1.org2.example.com | [4e6 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Received message RESPONSE from shim +peer0.org2.example.com | [59a 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer1.org1.example.com | [3aa 01-18 01:58:59.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org2.example.com | [59b 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer1.org2.example.com | [4e7 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org1.example.com | [42b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer0.org2.example.com | [59c 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [78fbe1ba-e01c-45a0-90a6-a6fc3b2de50b] +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org2.example.com | [4e8 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [afd22039]before send +peer0.org2.example.com | [59d 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [3ab 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] +peer0.org2.example.com | [59e 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [78fbe1ba-e01c-45a0-90a6-a6fc3b2de50b] +peer0.org1.example.com | [42c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org2.example.com | [59f 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [3ac 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [4e9 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [afd22039]after send +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org2.example.com | [5a0 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [c76be9ec-c919-4269-9cd9-9072bb49e23c] +peer0.org1.example.com | [42d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [3ad 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org2.example.com | [4ea 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [afd22039]Received RESPONSE, communicated (state:ready) +peer0.org2.example.com | [5a1 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=b578854e-4113-4960-b6a9-5512ddd3ebe6,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [42e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +peer1.org1.example.com | [3ae 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [4eb 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [afd22039]GetState received payload RESPONSE +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [5a2 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f chaindID businesschannel +peer0.org1.example.com | [42f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel +peer1.org1.example.com | [3af 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [430 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel version: 1.0.2 +peer1.org1.example.com | [3b0 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.955 UTC [msp/identity] newIdentity -> DEBU 28f Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [4ec 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [3b1 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org2.example.com | [5a3 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [4ed 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Move state message COMPLETED +peer0.org1.example.com | [431 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=true,proposal=0xc421c4d9a0,canname=lscc:1.0.2 +peer0.org2.example.com | [5a4 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [3b2 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org2.example.com | [4ee 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [5a5 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org1.example.com | [3b3 01-18 01:58:59.02 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org1.example.com | [432 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org2.example.com | [5a6 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b578854e]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org1.example.com | [3b4 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42183dcb0 +peer1.org2.example.com | [4ef 01-18 01:59:46.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]send state message COMPLETED +peer0.org1.example.com | [433 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer1.org1.example.com | [3b5 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer0.org2.example.com | [5a7 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [4f0 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message COMPLETED from shim +peer0.org1.example.com | [434 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org1.example.com | [3b6 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +peer0.org2.example.com | [5a8 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [b578854e]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [4f1 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [435 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [3b7 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer1.org2.example.com | [4f2 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [436 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [3b8 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org2.example.com | [4f3 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org2.example.com | [5a9 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b578854e]Move state message TRANSACTION +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer1.org1.example.com | [3b9 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [4f4 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org2.example.com | [5aa 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b578854e]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | [437 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org2.example.com | [4f5 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [3ba 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [438 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [4f6 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +orderer.example.com | 2018-01-18 01:58:51.955 UTC [msp] Validate -> DEBU 290 MSP OrdererMSP validating identity +peer0.org1.example.com | [439 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message TRANSACTION +peer0.org2.example.com | [5ab 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.955 UTC [common/config] Validate -> DEBU 291 Anchor peers for org Org1MSP are +peer1.org2.example.com | [4f7 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org2.example.com:7052] +peer0.org2.example.com | [5ac 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b578854e]sending state message TRANSACTION +peer1.org1.example.com | [3bb 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421b66000, header channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +peer1.org2.example.com | [4f8 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer1.org2.example.com) +peer0.org1.example.com | [43a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.955 UTC [common/config] validateMSP -> DEBU 292 Setting up MSP for org Org1MSP +peer0.org2.example.com | [5ad 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b578854e]Received message TRANSACTION from shim +peer1.org2.example.com | [4f9 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org2.example.com:7052 +peer0.org1.example.com | [43b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [3bc 01-18 01:58:59.05 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org2.example.com | [5ae 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b578854e]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.955 UTC [msp] NewBccspMsp -> DEBU 293 Creating BCCSP-based MSP instance +peer1.org2.example.com | [4fa 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer0.org1.example.com | [43c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message TRANSACTION +peer1.org1.example.com | [3bd 01-18 01:58:59.05 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer0.org2.example.com | [5af 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [b578854e]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.955 UTC [msp] Setup -> DEBU 294 Setting up MSP instance Org1MSP +peer0.org1.example.com | [43d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message TRANSACTION from shim +peer1.org2.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 +peer0.org2.example.com | [5b0 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | 2018-01-18 01:58:51.956 UTC [msp/identity] newIdentity -> DEBU 295 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [3be 01-18 01:58:59.05 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [43e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | CORE_PEER_TLS_ENABLED=true +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org2.example.com | [5b1 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer1.org1.example.com | [3bf 01-18 01:58:59.05 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org1.example.com | [43f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ebabbeb4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [5b2 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [3c0 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer0.org1.example.com | [440 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [ebabbeb4]Sending GET_STATE +peer1.org2.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [5b3 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b578854e]Transaction completed. Sending COMPLETED +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [3c1 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org2.example.com | [4fb 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer1.org2.example.com-exp02-1.0) lock +peer0.org2.example.com | [5b4 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b578854e]Move state message COMPLETED +peer0.org1.example.com | [441 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message GET_STATE from shim +peer1.org1.example.com | [3c2 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [3c3 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [442 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org2.example.com | [4fc 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer1.org2.example.com-exp02-1.0) lock +peer1.org1.example.com | [3c4 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org2.example.com | [5b5 01-18 02:00:11.34 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b578854e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [3c5 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer1.org2.example.com | [4fd 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer1.org2.example.com-exp02-1.0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org2.example.com | [5b6 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b578854e]send state message COMPLETED +peer0.org1.example.com | [443 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [ebabbeb4]Received GET_STATE, invoking get state from ledger +peer1.org1.example.com | [3c6 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org2.example.com | [5b7 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b578854e]Received message COMPLETED from shim +peer1.org2.example.com | [4fe 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer1.org2.example.com-exp02-1.0(No such container: dev-peer1.org2.example.com-exp02-1.0) +peer0.org1.example.com | [444 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [3c7 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer1.org2.example.com | [4ff 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer1.org2.example.com-exp02-1.0 (No such container: dev-peer1.org2.example.com-exp02-1.0) +peer0.org2.example.com | [5b8 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b578854e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [3c8 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org1.example.com | [445 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org2.example.com | [5b9 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b578854e-4113-4960-b6a9-5512ddd3ebe6]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [3c9 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org2.example.com | [500 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer1.org2.example.com-exp02-1.0 (No such container: dev-peer1.org2.example.com-exp02-1.0) +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer1.org1.example.com | [3ca 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer0.org1.example.com | [446 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [501 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer1.org2.example.com-exp02-1.0 +peer1.org1.example.com | [3cb 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org2.example.com | [5ba 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b578854e-4113-4960-b6a9-5512ddd3ebe6 +peer0.org1.example.com | [447 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]No state associated with key: exp02. Sending RESPONSE with an empty payload +peer1.org2.example.com | [502 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer0.org1.example.com | [448 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]handleGetState serial send RESPONSE +peer0.org2.example.com | [5bb 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [3cc 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer1.org2.example.com | [503 01-18 01:59:46.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org2.example.com-exp02-1.0 +peer0.org2.example.com | [5bc 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [c76be9ec-c919-4269-9cd9-9072bb49e23c] +peer1.org1.example.com | [3cd 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [449 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message RESPONSE from shim +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer1.org1.example.com | [3ce 01-18 01:58:59.09 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | [3cf 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +peer0.org2.example.com | [5bd 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [3d0 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer1.org2.example.com | [504 01-18 01:59:46.50 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image +peer1.org1.example.com | [3d1 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org1.example.com | [44a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org2.example.com | [5be 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer1.org1.example.com | [3d2 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org2.example.com | [505 01-18 01:59:46.50 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU +peer0.org2.example.com | [5bf 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4217ca000), Data:(*common.BlockData)(0xc42264bbc0), Metadata:(*common.BlockMetadata)(0xc42264bc00)}, doMVCCValidation=true +peer1.org1.example.com | [3d3 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | H7n8z1pj5w== +peer0.org1.example.com | [44b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]before send +peer1.org2.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 +peer0.org2.example.com | [5c0 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [3d4 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [44c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]after send +peer0.org2.example.com | [5c1 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org1.example.com | [3d5 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer1.org2.example.com | ADD binpackage.tar /usr/local/bin +orderer.example.com | 2018-01-18 01:58:51.956 UTC [msp/identity] newIdentity -> DEBU 296 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org2.example.com | [5c2 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer1.org1.example.com | [3d6 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [44d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [ebabbeb4]Received RESPONSE, communicated (state:ready) +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | [3d7 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer1.org2.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ +peer0.org2.example.com | [5c3 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [3d8 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org1.example.com | [44e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [ebabbeb4]GetState received payload RESPONSE +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ +peer0.org2.example.com | [5c4 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] marked as valid by state validator +peer1.org1.example.com | [3d9 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +peer1.org2.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ +peer1.org1.example.com | [3da 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [44f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Inside putstate +peer1.org2.example.com | org.hyperledger.fabric.version="1.0.2" \ +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [5c5 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +peer1.org1.example.com | [3db 01-18 01:58:59.10 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +peer1.org2.example.com | org.hyperledger.fabric.base.version="0.3.2" +peer0.org1.example.com | [450 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Sending PUT_STATE +peer1.org1.example.com | [3dc 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org2.example.com | txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 peer0.org2.example.com | ] -peer0.org1.example.com | [5a2 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [51f 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -peer0.org2.example.com | [5c6 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to index -peer1.org2.example.com | [4db 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer1.org2.example.com-exp02-1.0 -peer0.org1.example.com | [5a3 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message TRANSACTION from shim -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org2.example.com | [5c7 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx number:[0] ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to blockNumTranNum index -peer1.org2.example.com | [4dc 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer1.org2.example.com-exp02-1.0(No such container: dev-peer1.org2.example.com-exp02-1.0) -peer0.org1.example.com | [5a4 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org1.example.com | [520 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [5c8 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54569], isChainEmpty=[false], lastBlockNumber=[5] -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org2.example.com | [4dd 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer1.org2.example.com-exp02-1.0 (No such container: dev-peer1.org2.example.com-exp02-1.0) -peer0.org2.example.com | [5c9 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) -peer0.org1.example.com | [5a5 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0aa15551]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org1.example.com | [521 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | [4de 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer1.org2.example.com-exp02-1.0 (No such container: dev-peer1.org2.example.com-exp02-1.0) -peer0.org1.example.com | [5a6 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [0aa15551]Sending GET_STATE -peer0.org2.example.com | [5ca 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org2.example.com | [5cb 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [4df 01-14 11:46:18.72 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer1.org2.example.com-exp02-1.0 -peer1.org1.example.com | [522 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -peer0.org1.example.com | [5a7 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org2.example.com | [5cc 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer0.org2.example.com | [5cd 01-14 11:46:41.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org1.example.com | [523 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [5a8 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org2.example.com | [5ce 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [524 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer1.org1.example.com) -peer0.org1.example.com | [5a9 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [4e0 01-14 11:46:18.73 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [5aa 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [5cf 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions -peer1.org2.example.com | [4e1 01-14 11:46:18.73 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org2.example.com-exp02-1.0 -peer1.org1.example.com | [525 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 -peer0.org1.example.com | [5ab 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode lscc, key exp02, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.505 UTC [msp/identity] newIdentity -> DEBU 33c Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org2.example.com | [5d0 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] -peer1.org2.example.com | [4e2 01-14 11:46:18.73 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image -peer0.org1.example.com | [5ac 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [526 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [5d1 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [4e3 01-14 11:46:18.74 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU -peer0.org1.example.com | [5ad 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -peer0.org1.example.com | [5ae 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -peer0.org2.example.com | [5d2 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 -peer0.org1.example.com | [5af 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message RESPONSE from shim -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [5d3 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] -peer1.org2.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 -peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true -peer0.org1.example.com | [5b0 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info -peer0.org1.example.com | [5b1 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [0aa15551]before send -peer1.org2.example.com | ADD binpackage.tar /usr/local/bin -peer0.org2.example.com | [5d4 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [5b2 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [0aa15551]after send -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning -peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -peer1.org2.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ -peer1.org2.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [527 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer1.org1.example.com-exp02-1.0) lock -peer1.org2.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ -peer0.org1.example.com | [5b3 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [0aa15551]Received RESPONSE, communicated (state:ready) -peer0.org2.example.com | [5d5 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org2.example.com | org.hyperledger.fabric.version="1.0.2" \ -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [528 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer1.org1.example.com-exp02-1.0) lock -peer0.org1.example.com | [5b4 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [0aa15551]GetState received payload RESPONSE -peer1.org2.example.com | org.hyperledger.fabric.base.version="0.3.2" -peer1.org1.example.com | [529 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer1.org1.example.com-exp02-1.0 -peer0.org1.example.com | [5b5 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [5d6 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org2.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 -peer1.org2.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt -peer1.org2.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt -peer1.org1.example.com | [52a 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer1.org1.example.com-exp02-1.0(No such container: dev-peer1.org1.example.com-exp02-1.0) -peer1.org1.example.com | [52b 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer1.org1.example.com-exp02-1.0 (No such container: dev-peer1.org1.example.com-exp02-1.0) -peer0.org1.example.com | [5b6 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Move state message COMPLETED -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer0.org2.example.com | [5d7 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [5d8 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [5d9 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org2.example.com | [5da 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4202961e0 -peer1.org1.example.com | [52c 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer1.org1.example.com-exp02-1.0 (No such container: dev-peer1.org1.example.com-exp02-1.0) -peer1.org2.example.com | [4e4 01-14 11:46:18.74 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 -peer1.org2.example.com | [4e5 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [4e6 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org2.example.com | [4e7 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org2.example.com | [4e8 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42256ab10 -peer0.org1.example.com | [5b7 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [5b8 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]send state message COMPLETED -peer0.org1.example.com | [5b9 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -peer0.org1.example.com | [5ba 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [5bb 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [5bc 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -peer0.org1.example.com | [5bd 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [5be 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org1.example.com | [52d 01-14 11:46:39.16 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer1.org1.example.com-exp02-1.0 -peer1.org1.example.com | [52e 01-14 11:46:39.17 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default -peer0.org2.example.com | [5db 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [5bf 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel version: 1.0 -peer0.org1.example.com | [5c0 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=false,proposal=0xc42245de00,canname=exp02:1.0 -peer1.org2.example.com | [4e9 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer1.org1.example.com | [52f 01-14 11:46:39.17 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org1.example.com-exp02-1.0 -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org2.example.com | [5dc 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [5c1 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -peer1.org2.example.com | [4ea 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [4eb 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org1.example.com | [530 01-14 11:46:39.18 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image -peer1.org1.example.com | [531 01-14 11:46:39.18 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU -peer1.org1.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 -peer1.org1.example.com | ADD binpackage.tar /usr/local/bin -peer1.org1.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [5c2 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [4ec 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org2.example.com | [5dd 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer1.org1.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [5c3 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer1.org2.example.com | [4ed 01-14 11:46:20.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [5de 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [4ee 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | org.hyperledger.fabric.version="1.0.2" \ -peer0.org1.example.com | [5c4 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [5df 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.506 UTC [msp] Validate -> DEBU 33d MSP Org2MSP validating identity -peer1.org2.example.com | [4ef 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421f6c000, header channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -peer1.org1.example.com | org.hyperledger.fabric.base.version="0.3.2" -peer0.org1.example.com | [5c5 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.506 UTC [common/config] Validate -> DEBU 33e Anchor peers for org Org1MSP are -peer1.org2.example.com | [4f0 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer1.org1.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 -peer0.org1.example.com | [5c6 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.506 UTC [common/config] validateMSP -> DEBU 33f Setting up MSP for org Org1MSP -peer0.org2.example.com | [5e0 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421c8f130, header 0xc420296210 -peer1.org2.example.com | [4f1 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer1.org1.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt -peer0.org1.example.com | [5c7 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.506 UTC [msp] NewBccspMsp -> DEBU 340 Creating BCCSP-based MSP instance -peer0.org2.example.com | [5e1 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer1.org2.example.com | [4f2 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org1.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt -peer0.org1.example.com | [5c8 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.506 UTC [msp] Setup -> DEBU 341 Setting up MSP instance Org1MSP -peer1.org1.example.com | [532 01-14 11:46:39.19 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 -peer1.org2.example.com | [4f3 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org2.example.com | [5e2 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f -orderer.example.com | 2018-01-14 11:45:32.506 UTC [msp/identity] newIdentity -> DEBU 342 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [4f4 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [5e3 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f] -peer0.org1.example.com | [5c9 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [533 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [4f5 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org2.example.com | [5e4 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [534 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [5ca 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [4f6 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org2.example.com | [5e5 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [46907a9c-f863-495d-8188-4a2c5b5bf580] -peer1.org1.example.com | [535 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer0.org1.example.com | [5cb 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -peer1.org2.example.com | [4f7 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [7044eb7b-905d-454a-b629-aae70b8e5991] -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org2.example.com | [5e6 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f channel id: businesschannel -peer0.org1.example.com | [5cc 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -peer1.org1.example.com | [536 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42190f7a0 -peer1.org2.example.com | [4f8 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4038343f-1600-47a3-9f35-18b02f2de1c1,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org2.example.com | [5e7 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f,syscc=true,proposal=0xc421c8f130,canname=lscc:1.0.2 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [5cd 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org1.example.com | [537 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer1.org1.example.com | [538 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [4f9 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee chaindID businesschannel -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -peer0.org1.example.com | [5ce 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -peer0.org2.example.com | [5e8 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org1.example.com | [539 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -peer1.org2.example.com | [4fa 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org1.example.com | [5cf 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [53a 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [53b 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org1.example.com | [53c 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [53d 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422126000, header channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -peer0.org1.example.com | [5d0 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode exp02, key a, channel businesschannel -peer0.org1.example.com | [5d1 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer1.org2.example.com | [4fb 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [5e9 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | H7n8z1pj5w== -peer1.org1.example.com | [53e 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer1.org1.example.com | [53f 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer1.org1.example.com | [540 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org1.example.com | [541 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org1.example.com | [5d2 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -peer1.org2.example.com | [4fc 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org1.example.com | [542 01-14 11:46:41.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -peer1.org1.example.com | [543 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [5d3 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -peer0.org1.example.com | [5d4 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -peer0.org2.example.com | [5ea 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org1.example.com | [544 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [c99d78f6-8e1d-4bb8-9693-b2e55bbb18a7] -peer1.org1.example.com | [545 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | 2018-01-14 11:45:32.507 UTC [msp/identity] newIdentity -> DEBU 343 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [5d5 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org2.example.com | [5eb 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [4fd 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4038343f]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [546 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [c99d78f6-8e1d-4bb8-9693-b2e55bbb18a7] -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org2.example.com | [5ec 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [5d6 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [4fe 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [547 01-14 11:46:41.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [4ff 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4038343f]sendExecuteMsg trigger event TRANSACTION -peer1.org1.example.com | [548 01-14 11:46:41.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [f95a2541-0184-4906-88a6-74b1d16f26af] -peer0.org2.example.com | [5ed 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [5d7 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer1.org2.example.com | [500 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4038343f]Move state message TRANSACTION -peer1.org2.example.com | [501 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4038343f]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [549 01-14 11:46:41.15 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=172dbdf3-7360-4ca2-80e9-1c4f1e0e5fda,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [54a 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 chaindID businesschannel -peer1.org1.example.com | [54b 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org1.example.com | [54c 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.508 UTC [msp/identity] newIdentity -> DEBU 344 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [5d8 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode exp02, key b, channel businesschannel -peer1.org2.example.com | [502 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [54d 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org1.example.com | [54e 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [172dbdf3]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [54f 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [550 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [172dbdf3]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org1.example.com | [551 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [172dbdf3]Move state message TRANSACTION -peer1.org1.example.com | [552 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [172dbdf3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [5d9 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [553 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [5da 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -peer0.org1.example.com | [5db 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -peer1.org2.example.com | [503 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4038343f]sending state message TRANSACTION -peer1.org2.example.com | [504 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4038343f]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.509 UTC [msp] Validate -> DEBU 345 MSP Org1MSP validating identity -peer1.org1.example.com | [554 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [172dbdf3]sending state message TRANSACTION -peer0.org1.example.com | [5dc 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message PUT_STATE from shim -peer0.org1.example.com | [5dd 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [5de 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [5df 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]state is ready -peer0.org1.example.com | [5e0 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Completed PUT_STATE. Sending RESPONSE -peer0.org1.example.com | [5e1 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]enterBusyState trigger event RESPONSE -peer0.org1.example.com | [5e2 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message RESPONSE -orderer.example.com | 2018-01-14 11:45:32.509 UTC [common/config] validateMSP -> DEBU 346 Setting up MSP for org OrdererOrg -peer1.org1.example.com | [555 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [172dbdf3]Received message TRANSACTION from shim -peer1.org2.example.com | [505 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4038343f]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [506 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4038343f]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [507 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [508 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org2.example.com | [509 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -peer0.org1.example.com | [5e3 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer1.org2.example.com | [50a 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -orderer.example.com | 2018-01-14 11:45:32.509 UTC [msp] NewBccspMsp -> DEBU 347 Creating BCCSP-based MSP instance -peer1.org1.example.com | [556 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [172dbdf3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org1.example.com | [557 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [172dbdf3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org1.example.com | [558 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org1.example.com | [559 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org1.example.com | [55a 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer1.org1.example.com | [55b 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [172dbdf3]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [55c 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [172dbdf3]Move state message COMPLETED -peer1.org1.example.com | [55d 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [172dbdf3]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [55e 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [172dbdf3]send state message COMPLETED -peer1.org1.example.com | [55f 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [172dbdf3]Received message COMPLETED from shim -peer1.org1.example.com | [560 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [172dbdf3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [5e4 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [50b 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -peer1.org2.example.com | [50c 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -peer1.org2.example.com | [50d 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -peer1.org2.example.com | [50e 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [128ed69d-ff52-4cc7-8733-eaff098644da] -peer1.org2.example.com | [50f 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [510 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [128ed69d-ff52-4cc7-8733-eaff098644da] -peer1.org2.example.com | [511 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -peer1.org2.example.com | [512 01-14 11:46:20.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -peer1.org2.example.com | [513 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated -peer1.org1.example.com | [561 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [172dbdf3-7360-4ca2-80e9-1c4f1e0e5fda]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.509 UTC [msp] Setup -> DEBU 348 Setting up MSP instance OrdererMSP -peer0.org1.example.com | [5e5 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message RESPONSE -peer0.org2.example.com | [5ee 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [514 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4038343f]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [562 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:172dbdf3-7360-4ca2-80e9-1c4f1e0e5fda -peer1.org1.example.com | [563 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [564 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [f95a2541-0184-4906-88a6-74b1d16f26af] -peer1.org1.example.com | [565 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [566 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | [567 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc420354640), Data:(*common.BlockData)(0xc421d2e920), Metadata:(*common.BlockMetadata)(0xc421d2e960)}, doMVCCValidation=true -peer1.org1.example.com | [568 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.510 UTC [msp/identity] newIdentity -> DEBU 349 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer1.org2.example.com | [515 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4038343f]Move state message COMPLETED -peer1.org2.example.com | [516 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4038343f]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org1.example.com | [569 01-14 11:46:41.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org2.example.com | [5ef 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Move state message TRANSACTION -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.510 UTC [msp/identity] newIdentity -> DEBU 34a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.511 UTC [msp/identity] newIdentity -> DEBU 34b Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [517 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4038343f]send state message COMPLETED -peer1.org2.example.com | [518 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4038343f]Received message COMPLETED from shim -peer0.org1.example.com | [5e6 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message PUT_STATE from shim -peer0.org1.example.com | [5e7 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [5e8 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [5e9 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]state is ready -peer0.org1.example.com | [5ea 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Completed PUT_STATE. Sending RESPONSE -peer0.org1.example.com | [5eb 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]enterBusyState trigger event RESPONSE -peer0.org1.example.com | [5ec 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message RESPONSE -peer0.org1.example.com | [5ed 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer0.org2.example.com | [5f0 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [5f1 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [519 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4038343f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org1.example.com | [5ee 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [56a 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer0.org2.example.com | [5f2 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]sending state message TRANSACTION -peer1.org2.example.com | [51a 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4038343f-1600-47a3-9f35-18b02f2de1c1]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [5ef 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message RESPONSE -peer0.org1.example.com | [5f0 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -peer0.org1.example.com | [5f1 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [5f3 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Received message TRANSACTION from shim -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [5f2 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [51b 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4038343f-1600-47a3-9f35-18b02f2de1c1 -peer0.org2.example.com | [5f4 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9bcbbd38]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [5f5 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9bcbbd38]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [5f3 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -peer1.org2.example.com | [51c 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [56b 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org2.example.com | [5f6 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [9bcbbd38]Sending GET_STATE -peer0.org2.example.com | [5f7 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Received message GET_STATE from shim -peer0.org2.example.com | [5f8 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org2.example.com | [5f9 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [9bcbbd38]Received GET_STATE, invoking get state from ledger -peer0.org2.example.com | [5fa 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [5fb 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [9bcbbd38] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org2.example.com | [5fc 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org2.example.com | [5fd 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [9bcbbd38]Got state. Sending RESPONSE -peer0.org2.example.com | [5fe 01-14 11:47:02.63 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [9bcbbd38]handleGetState serial send RESPONSE -peer0.org2.example.com | [5ff 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Received message RESPONSE from shim -peer0.org2.example.com | [600 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9bcbbd38]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org2.example.com | [601 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [9bcbbd38]before send -peer0.org1.example.com | [5f4 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [51d 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee, error Chaincode exp02 is already instantiated -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [5f5 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [56c 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] marked as valid by state validator -peer0.org2.example.com | [602 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [9bcbbd38]GetState received payload RESPONSE -peer0.org2.example.com | [603 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [9bcbbd38]after send -peer0.org2.example.com | [604 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [9bcbbd38]Received RESPONSE, communicated (state:ready) -peer0.org2.example.com | [605 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [606 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Move state message COMPLETED -peer0.org2.example.com | [607 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9bcbbd38]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [608 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]send state message COMPLETED -peer0.org2.example.com | [609 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Received message COMPLETED from shim -peer0.org2.example.com | [60a 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [60b 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [60c 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f -peer0.org2.example.com | [60d 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [60e 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -peer0.org2.example.com | [60f 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f channel id: businesschannel version: 1.0 -peer0.org2.example.com | [610 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f,syscc=false,proposal=0xc421c8f130,canname=exp02:1.0 -peer0.org2.example.com | [611 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -peer0.org2.example.com | [612 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [613 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer0.org2.example.com | [614 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [51e 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [7044eb7b-905d-454a-b629-aae70b8e5991] -peer1.org2.example.com | [51f 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee returned error Chaincode exp02 is already instantiated -peer1.org1.example.com | [56d 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer0.org1.example.com | [5f6 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org2.example.com | [520 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org2.example.com | [615 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [5f7 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -peer1.org2.example.com | [521 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org1.example.com | txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -peer1.org1.example.com | ] -peer0.org2.example.com | [616 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [56e 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to index -peer1.org1.example.com | [56f 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx number:[0] ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to blockNumTranNum index -peer1.org2.example.com | [522 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421d86400), Data:(*common.BlockData)(0xc42210e400), Metadata:(*common.BlockMetadata)(0xc42210e440)}, doMVCCValidation=true -peer0.org1.example.com | [5f8 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org2.example.com | [617 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer1.org1.example.com | [570 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54569], isChainEmpty=[false], lastBlockNumber=[5] -peer1.org2.example.com | [523 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org1.example.com | [5f9 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel chaincode id: name:"exp02" -orderer.example.com | -----END CERTIFICATE----- -peer0.org2.example.com | [618 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Move state message TRANSACTION -peer0.org2.example.com | [619 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [571 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) -peer1.org2.example.com | [524 01-14 11:46:20.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] -orderer.example.com | 2018-01-14 11:45:32.512 UTC [msp] Validate -> DEBU 34c MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.512 UTC [msp] Setup -> DEBU 34d Setting up the MSP manager (3 msps) -peer0.org1.example.com | [5fa 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer0.org2.example.com | [61a 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [572 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [525 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -orderer.example.com | 2018-01-14 11:45:32.512 UTC [msp] Setup -> DEBU 34e MSP manager setup complete, setup 3 msps -peer0.org1.example.com | [5fb 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel version: 1.0.2 -peer0.org2.example.com | [61b 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]sending state message TRANSACTION -peer1.org1.example.com | [573 01-14 11:47:01.36 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer1.org1.example.com-exp02-1.0-ad23b8236c10c42b6301975e5f10d4f2d69b41948e9b0f767dd7c8e4f21cf449 -peer1.org2.example.com | txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 34f Adding to config map: [Groups] /Channel -peer1.org1.example.com | [574 01-14 11:47:01.36 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully -peer1.org2.example.com | ] -peer0.org1.example.com | [5fc 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=true,proposal=0xc42245de00,canname=escc:1.0.2 -peer0.org2.example.com | [61c 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Received message GET_STATE from shim -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 350 Adding to config map: [Groups] /Channel/Orderer -peer1.org1.example.com | [575 01-14 11:47:01.36 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org1.example.com-exp02-1.0 -peer0.org1.example.com | [5fd 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org2.example.com | [61d 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [526 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to index -peer1.org1.example.com | [576 01-14 11:47:01.47 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer1.org1.example.com-exp02-1.0-ad23b8236c10c42b6301975e5f10d4f2d69b41948e9b0f767dd7c8e4f21cf449 -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 351 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org2.example.com | [61e 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [9bcbbd38]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [5fe 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [527 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx number:[0] ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to blockNumTranNum index -peer1.org1.example.com | [577 01-14 11:47:01.97 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer1.org1.example.com-exp02-1.0 -peer1.org1.example.com | [578 01-14 11:47:01.97 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer1.org1.example.com-exp02-1.0) -peer1.org1.example.com | [579 01-14 11:47:01.98 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -peer1.org1.example.com | [57a 01-14 11:47:01.98 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org1.example.com | [57b 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org1.example.com | [57c 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer1.org1.example.com | [57d 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 -peer1.org1.example.com | [57e 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED -peer1.org1.example.com | [57f 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer1.org1.example.com | [580 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed -peer0.org2.example.com | [61f 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [5ff 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [600 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [528 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49893], isChainEmpty=[false], lastBlockNumber=[4] -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 352 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 353 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 354 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -peer0.org2.example.com | [620 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [9bcbbd38] getting state for chaincode exp02, key a, channel businesschannel -peer0.org1.example.com | [601 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [529 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) -peer0.org2.example.com | [621 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 355 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 356 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [52a 01-14 11:46:20.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org1.example.com | [581 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org1.example.com | [582 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [583 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [584 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Move state message READY -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 357 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -peer0.org2.example.com | [622 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [9bcbbd38]Got state. Sending RESPONSE -peer0.org2.example.com | [623 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [9bcbbd38]handleGetState serial send RESPONSE -peer0.org2.example.com | [624 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Received message COMPLETED from shim -peer0.org1.example.com | [602 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [603 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [604 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -peer0.org1.example.com | [605 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [606 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [607 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -peer0.org1.example.com | [608 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message TRANSACTION from shim -peer0.org1.example.com | [609 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [60a 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0aa15551]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [60b 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer1.org2.example.com | [52b 01-14 11:46:38.00 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer1.org2.example.com-exp02-1.0-ac79f954ea10befb402e8d87d56741bcfae7738c8fd82aee62f22874f759e30d -peer0.org2.example.com | [625 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [626 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 358 Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org1.example.com | [60c 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer0.org1.example.com | [60d 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [60e 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Move state message COMPLETED -peer1.org2.example.com | [52c 01-14 11:46:38.00 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 359 Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35a Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org2.example.com | [627 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f -peer0.org1.example.com | [60f 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [52d 01-14 11:46:38.00 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org2.example.com-exp02-1.0 -peer1.org2.example.com | [52e 01-14 11:46:38.09 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer1.org2.example.com-exp02-1.0-ac79f954ea10befb402e8d87d56741bcfae7738c8fd82aee62f22874f759e30d -peer0.org2.example.com | [628 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [629 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [610 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]send state message COMPLETED -peer1.org1.example.com | [585 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: READY in state established -peer1.org1.example.com | [586 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [d6b54090]Entered state ready -peer1.org2.example.com | [52f 01-14 11:46:38.58 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer1.org2.example.com-exp02-1.0 -peer1.org2.example.com | [530 01-14 11:46:38.58 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer1.org2.example.com-exp02-1.0) -peer0.org1.example.com | [611 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35b Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org1.example.com | [587 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -peer0.org2.example.com | [62a 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer0.org2.example.com | [62b 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [46907a9c-f863-495d-8188-4a2c5b5bf580] -peer0.org2.example.com | [62c 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [531 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35c Adding to config map: [Policy] /Channel/Orderer/Admins -peer1.org1.example.com | [588 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]sending state message READY -peer0.org1.example.com | [612 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [613 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [614 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -peer0.org1.example.com | [615 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [616 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [617 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [618 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -peer0.org1.example.com | [619 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org2.example.com | [62d 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f channel id: businesschannel chaincode id: name:"exp02" -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35d Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35e Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35f Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 360 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 361 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 362 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 363 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 364 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 365 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 366 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [61a 01-14 11:46:41.03 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] -peer1.org2.example.com | [532 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -peer1.org2.example.com | [533 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -peer1.org2.example.com | [534 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -peer0.org2.example.com | [62e 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer0.org2.example.com | [62f 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f channel id: businesschannel version: 1.0.2 -peer0.org2.example.com | [630 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f,syscc=true,proposal=0xc421c8f130,canname=escc:1.0.2 -peer0.org2.example.com | [631 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 367 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 368 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org2.example.com | [632 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [633 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org2.example.com | [535 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 -peer0.org1.example.com | [61b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] -peer0.org2.example.com | [634 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [635 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 369 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 36a Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36b Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36c Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36d Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36e Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36f Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 370 Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 371 Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 372 Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 373 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 374 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 375 Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org1.example.com | [61c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [61d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [61e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -peer1.org2.example.com | [536 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED -peer0.org2.example.com | [636 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 376 Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [61f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42215b5f0 -peer1.org1.example.com | [589 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU sending init completed -peer1.org1.example.com | [58a 01-14 11:47:01.99 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU LaunchChaincode complete -peer1.org1.example.com | [58b 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [58c 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer1.org1.example.com | [58d 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [58e 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [537 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -peer0.org1.example.com | [620 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer0.org2.example.com | [637 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9bcbbd38]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [638 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Move state message TRANSACTION -peer1.org2.example.com | [538 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed -peer1.org1.example.com | [58f 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [590 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]sendExecuteMsg trigger event TRANSACTION -peer1.org1.example.com | [591 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Move state message TRANSACTION -peer1.org1.example.com | [592 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [593 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [621 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org2.example.com | [639 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [63a 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org2.example.com | [63b 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]sending state message TRANSACTION -peer1.org2.example.com | [539 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY -peer1.org2.example.com | [53a 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [53b 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [622 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 377 Adding to config map: [Values] /Channel/Consortium -peer0.org2.example.com | [63c 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Received message TRANSACTION from shim -peer0.org2.example.com | [63d 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9bcbbd38]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [63e 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9bcbbd38]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [63f 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer0.org2.example.com | [640 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer0.org2.example.com | [641 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [642 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]Move state message COMPLETED -peer1.org2.example.com | [53c 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Move state message READY -peer0.org1.example.com | [623 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [594 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 378 Adding to config map: [Groups] /Channel -peer0.org2.example.com | [643 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9bcbbd38]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [53d 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: READY in state established -peer0.org1.example.com | [624 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | 2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 379 Adding to config map: [Groups] /Channel/Application -peer0.org2.example.com | [644 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9bcbbd38]send state message COMPLETED -peer1.org1.example.com | [595 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message GET_STATE from shim -peer0.org1.example.com | [625 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org2.example.com | [645 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9bcbbd38]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.520 UTC [common/configtx] addToMap -> DEBU 37a Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org1.example.com | [596 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [53e 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [34c84dd7]Entered state ready -peer1.org2.example.com | [53f 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -peer1.org2.example.com | [540 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]sending state message READY -peer1.org2.example.com | [541 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU sending init completed -peer1.org2.example.com | [542 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU LaunchChaincode complete -peer0.org1.example.com | [626 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42160b000, header channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer0.org2.example.com | [646 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd38]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37b Adding to config map: [Groups] /Channel/Application/Org2MSP -peer1.org2.example.com | [543 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [627 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org2.example.com | [647 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [648 01-14 11:47:02.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9bcbbd3811e7d1e2b09924b59788b9ff96b5936b7d63a99c38ec6f4cbba2cd7f -peer1.org2.example.com | [544 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer1.org1.example.com | [597 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d6b54090]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [628 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -orderer.example.com | 2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37c Adding to config map: [Policy] /Channel/Application/Admins -peer0.org2.example.com | [649 01-14 11:47:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [64a 01-14 11:47:02.65 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org2.example.com | [64b 01-14 11:47:02.65 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org2.example.com | [64c 01-14 11:47:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [46907a9c-f863-495d-8188-4a2c5b5bf580] -peer0.org2.example.com | [64d 01-14 11:47:02.65 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org2.example.com | [64e 01-14 11:47:04.42 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] -peer0.org2.example.com | [64f 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] -peer0.org2.example.com | [650 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [545 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [546 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [547 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [548 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [549 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Move state message TRANSACTION -peer0.org1.example.com | [629 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org2.example.com | [651 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer1.org2.example.com | [54a 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [54b 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [54c 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]sending state message TRANSACTION -peer0.org1.example.com | [62a 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org2.example.com | [652 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | 2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37d Adding to config map: [Policy] /Channel/Application/Writers -peer1.org1.example.com | [598 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [54d 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message GET_STATE from shim -peer0.org1.example.com | [62b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -peer0.org2.example.com | [653 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421b18a50 -peer1.org1.example.com | [599 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090] getting state for chaincode exp02, key a, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37e Adding to config map: [Policy] /Channel/Application/Readers -peer0.org1.example.com | [62c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org2.example.com | [54e 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org1.example.com | [62d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [f9100b90-5d46-4137-9576-fe71cfca9a2c] -peer0.org2.example.com | [654 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -orderer.example.com | 2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37f Adding to config map: [Values] /Channel/Consortium -peer1.org1.example.com | [59a 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [62e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [54f 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [34c84dd7]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [62f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [f9100b90-5d46-4137-9576-fe71cfca9a2c] -peer0.org2.example.com | [655 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org1.example.com | [59b 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d6b54090]Got state. Sending RESPONSE -peer1.org1.example.com | [59c 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d6b54090]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.523 UTC [policies] GetPolicy -> DEBU 380 Returning policy ChannelCreationPolicy for evaluation -peer0.org2.example.com | [656 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org2.example.com | [657 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org2.example.com | [658 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org2.example.com | [659 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org2.example.com | [65a 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42178b800, header channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -peer0.org2.example.com | [65b 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org2.example.com | [65c 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org2.example.com | [65d 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org2.example.com | [65e 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org2.example.com | [65f 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -peer0.org2.example.com | [660 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org2.example.com | [550 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [551 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7] getting state for chaincode exp02, key a, channel businesschannel -peer1.org2.example.com | [552 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer1.org2.example.com | [553 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [34c84dd7]Got state. Sending RESPONSE -peer1.org2.example.com | [554 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [34c84dd7]handleGetState serial send RESPONSE -peer1.org2.example.com | [555 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message COMPLETED from shim -peer0.org1.example.com | [630 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org1.example.com | [631 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [71d4df85-8edb-4bc3-9692-f42130d2837e] -peer0.org1.example.com | [632 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4bd4d0a0-7794-435d-bb60-634d52ea89d9,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org1.example.com | [633 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 chaindID businesschannel -peer0.org1.example.com | [634 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org1.example.com | [635 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [636 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org2.example.com | [661 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [6bda0a16-5990-4b9e-8d12-14610ecb5d53] -peer0.org2.example.com | [662 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org2.example.com | [663 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [6bda0a16-5990-4b9e-8d12-14610ecb5d53] -peer0.org2.example.com | [664 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org2.example.com | [665 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b9711a2c-e2b0-4318-aa0f-eab8db2f844f] -peer0.org2.example.com | [666 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=fb10a8b0-dda6-4276-9c99-b51ef18b667c,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org2.example.com | [667 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 chaindID businesschannel -peer0.org2.example.com | [668 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer0.org2.example.com | [669 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [66a 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org2.example.com | [66b 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [fb10a8b0]Inside sendExecuteMessage. Message TRANSACTION -peer0.org2.example.com | [66c 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [66d 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [fb10a8b0]sendExecuteMsg trigger event TRANSACTION -peer0.org2.example.com | [66e 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fb10a8b0]Move state message TRANSACTION -peer0.org2.example.com | [66f 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fb10a8b0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org2.example.com | [670 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [637 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4bd4d0a0]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [556 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.523 UTC [cauthdsl] func1 -> DEBU 381 0xc420150670 gate 1515930332523068164 evaluation starts -peer0.org1.example.com | [638 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org2.example.com | [671 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fb10a8b0]sending state message TRANSACTION -peer1.org1.example.com | [59d 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message COMPLETED from shim -peer1.org2.example.com | [557 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [639 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4bd4d0a0]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [63a 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]Move state message TRANSACTION -peer1.org1.example.com | [59e 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org2.example.com | [672 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fb10a8b0]Received message TRANSACTION from shim -peer1.org2.example.com | [558 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -peer0.org1.example.com | [63b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [63c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [63d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]sending state message TRANSACTION -peer0.org1.example.com | [63e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Received message TRANSACTION from shim -peer0.org1.example.com | [63f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4bd4d0a0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [640 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4bd4d0a0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [673 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [fb10a8b0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org2.example.com | [674 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [fb10a8b0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [675 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer0.org2.example.com | [676 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer0.org2.example.com | [677 01-14 11:47:04.45 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org2.example.com | [678 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fb10a8b0]Transaction completed. Sending COMPLETED -peer0.org2.example.com | [679 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fb10a8b0]Move state message COMPLETED -peer0.org2.example.com | [67a 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [fb10a8b0]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [67b 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [fb10a8b0]send state message COMPLETED -peer0.org2.example.com | [67c 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [fb10a8b0]Received message COMPLETED from shim -peer1.org2.example.com | [559 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [641 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org1.example.com | [59f 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da]HandleMessage- COMPLETED. Notify -peer0.org2.example.com | [67d 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fb10a8b0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [55a 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 382 0xc420150670 signed by 0 principal evaluation starts (used [false]) -peer0.org2.example.com | [67e 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [fb10a8b0-dda6-4276-9c99-b51ef18b667c]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [55b 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer0.org1.example.com | [642 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org1.example.com | [5a0 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -peer1.org1.example.com | [5a1 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [5a2 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [5a3 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org1.example.com | [5a4 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [86ee3ea4-c574-4f77-bcc0-fcdf3a86cc97] -peer1.org1.example.com | [5a5 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org1.example.com | [5a6 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da channel id: businesschannel chaincode id: name:"exp02" -peer1.org1.example.com | [5a7 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer1.org1.example.com | [5a9 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [5aa 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer1.org1.example.com | [5a8 01-14 11:47:02.00 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da channel id: businesschannel version: 1.0.2 -peer1.org1.example.com | [5ac 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da,syscc=true,proposal=0xc421b74a50,canname=escc:1.0.2 -peer1.org1.example.com | [5ad 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer1.org1.example.com | [5ae 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org1.example.com | [5af 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org2.example.com | [55c 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [2fa4b2b3-4ec2-42f8-91eb-cbd2bf2fa407] -peer0.org1.example.com | [643 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org1.example.com | [644 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [645 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Move state message COMPLETED -peer0.org1.example.com | [646 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4bd4d0a0]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org2.example.com | [67f 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:fb10a8b0-dda6-4276-9c99-b51ef18b667c -peer1.org2.example.com | [55d 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [55e 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 channel id: businesschannel chaincode id: name:"exp02" -orderer.example.com | 2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 383 0xc420150670 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -peer0.org1.example.com | [647 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]send state message COMPLETED -peer0.org1.example.com | [648 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]Received message COMPLETED from shim -peer0.org1.example.com | [649 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [64a 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0-7794-435d-bb60-634d52ea89d9]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [64b 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4bd4d0a0-7794-435d-bb60-634d52ea89d9 -peer0.org1.example.com | [64c 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [55f 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer1.org2.example.com | [560 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 channel id: businesschannel version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.523 UTC [msp/identity] newIdentity -> DEBU 384 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.523 UTC [msp] SatisfiesPrincipal -> DEBU 385 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 386 0xc420150670 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.523 UTC [msp/identity] Verify -> DEBU 387 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -orderer.example.com | 00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -orderer.example.com | 2018-01-14 11:45:32.523 UTC [msp/identity] Verify -> DEBU 388 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -orderer.example.com | 00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -orderer.example.com | 00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -orderer.example.com | 00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -orderer.example.com | 00000040 12 a6 8e 7f 16 50 |.....P| -peer1.org2.example.com | [561 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2,syscc=true,proposal=0xc421843d10,canname=escc:1.0.2 -peer0.org1.example.com | [64d 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [71d4df85-8edb-4bc3-9692-f42130d2837e] -peer0.org2.example.com | [680 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [681 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [b9711a2c-e2b0-4318-aa0f-eab8db2f844f] -peer1.org1.example.com | [5b0 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [64e 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [64f 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org2.example.com | [562 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org2.example.com | [682 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [5b1 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [5ab 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org1.example.com | [5b3 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org1.example.com | [5b2 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org1.example.com | [5b4 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d6b54090]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [650 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422194080), Data:(*common.BlockData)(0xc42218b120), Metadata:(*common.BlockMetadata)(0xc42218b160)}, doMVCCValidation=true -peer1.org2.example.com | [563 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org2.example.com | [683 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | 2018-01-14 11:45:32.524 UTC [cauthdsl] func2 -> DEBU 389 0xc420150670 principal evaluation succeeds for identity 0 -peer1.org1.example.com | [5b5 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Move state message TRANSACTION -peer0.org1.example.com | [651 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org2.example.com | [684 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a4a180), Data:(*common.BlockData)(0xc422161900), Metadata:(*common.BlockMetadata)(0xc422161940)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.524 UTC [cauthdsl] func1 -> DEBU 38a 0xc420150670 gate 1515930332523068164 evaluation succeeds -peer1.org2.example.com | [564 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org1.example.com | [5b6 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [652 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org2.example.com | [685 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org2.example.com | [686 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer1.org2.example.com | [565 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [566 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [653 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer0.org2.example.com | [687 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer1.org1.example.com | [5b7 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [567 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38b Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [654 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org2.example.com | [688 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [5b8 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]sending state message TRANSACTION -peer1.org2.example.com | [568 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [34c84dd7]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38c Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [655 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] marked as valid by state validator -peer0.org2.example.com | [689 01-14 11:47:04.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] marked as valid by state validator -peer1.org1.example.com | [5b9 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Received message TRANSACTION from shim -peer1.org2.example.com | [569 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Move state message TRANSACTION -peer0.org1.example.com | [656 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -peer0.org2.example.com | [68a 01-14 11:47:04.48 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38d Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [5ba 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [56a 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -peer0.org2.example.com | txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38e Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org2.example.com | [56b 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [5bb 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d6b54090]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [451 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +peer1.org1.example.com | [3dd 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org2.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt +peer0.org2.example.com | [5c6 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to index +peer1.org1.example.com | [3de 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +peer1.org2.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt +peer0.org1.example.com | [452 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org2.example.com | [506 01-18 01:59:46.50 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [3df 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org2.example.com | [5c7 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx number:[0] ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to blockNumTranNum index +peer0.org1.example.com | [453 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [507 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | [3e0 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +peer0.org1.example.com | [454 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +peer1.org2.example.com | [508 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer0.org1.example.com | [455 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +peer1.org2.example.com | [509 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [456 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +peer1.org2.example.com | [50a 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421403020 +peer1.org1.example.com | [3e1 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +peer0.org2.example.com | [5c8 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54566], isChainEmpty=[false], lastBlockNumber=[5] +peer0.org1.example.com | [457 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +peer1.org2.example.com | [50b 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org1.example.com | [458 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer1.org2.example.com | [50c 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [459 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [50d 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [3e2 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +peer1.org2.example.com | [50e 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer0.org1.example.com | [45a 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +peer0.org2.example.com | [5c9 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [3e3 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +peer1.org2.example.com | [50f 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [45b 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message RESPONSE from shim +peer1.org2.example.com | [510 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org1.example.com | [3e4 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [45c 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer1.org2.example.com | [511 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc4217b6000, header channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org2.example.com | [5ca 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [45d 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]before send +peer1.org1.example.com | [3e5 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org1.example.com | [45e 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]after send +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [512 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer1.org1.example.com | [3e6 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [460 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [ebabbeb4]Received RESPONSE, communicated (state:ready) +peer0.org2.example.com | [5cb 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org2.example.com | [513 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [45f 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Received RESPONSE. Successfully updated state +peer1.org2.example.com | [514 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org2.example.com | [5cc 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer1.org1.example.com | [3e7 01-18 01:58:59.11 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [461 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [515 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [462 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Move state message COMPLETED +peer1.org1.example.com | [3e8 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org2.example.com | [5cd 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org2.example.com | [516 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +peer0.org1.example.com | [463 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [3e9 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org2.example.com | [5ce 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [464 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]send state message COMPLETED +peer1.org2.example.com | [517 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer0.org1.example.com | [465 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +peer0.org1.example.com | [466 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [467 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [3ea 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:51.957 UTC [msp/identity] newIdentity -> DEBU 297 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [468 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer0.org2.example.com | [5cf 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions +peer1.org2.example.com | [518 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [3eb 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [469 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [519 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [cadb1520-2ce2-405b-a336-097772fd24a8] +peer1.org1.example.com | [3ec 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org1.example.com | [46a 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=false,proposal=0xc421c4d9a0,canname=exp02:1.0 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [46b 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system +peer0.org2.example.com | [5d0 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] +peer1.org1.example.com | [3ed 01-18 01:58:59.12 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [46c 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org2.example.com | [5d1 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [51a 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=e968a497-e5be-4251-9519-eaba7363499a,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [3ee 01-18 01:58:59.14 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +peer0.org1.example.com | [46d 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | [51b 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd chaindID businesschannel +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [46e 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +peer0.org2.example.com | [5d2 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +peer1.org1.example.com | [3ef 01-18 01:58:59.14 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [46f 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org1.example.com) +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [3f0 01-18 01:58:59.14 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org2.example.com | [5d3 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] +peer1.org2.example.com | [51c 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer0.org1.example.com | [470 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [3f1 01-18 01:58:59.15 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org2.example.com | [5d4 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [51d 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org1.example.com | [3f2 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [471 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +peer1.org2.example.com | [51e 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org2.example.com | [5d5 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [3f3 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [51f 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e968a497]Inside sendExecuteMessage. Message TRANSACTION +peer0.org2.example.com | [5d6 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [3f4 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [520 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | [521 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e968a497]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org2.example.com | [5d7 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [3f5 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer1.org2.example.com | [522 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e968a497]Move state message TRANSACTION +peer0.org2.example.com | [5d8 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [3f6 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org2.example.com | [5d9 01-18 02:00:26.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +peer1.org2.example.com | [523 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e968a497]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org1.example.com | [3f7 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [5da 01-18 02:00:26.61 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42226c390 +peer0.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org2.example.com | [5db 01-18 02:00:26.61 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org2.example.com | [524 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [3f8 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [472 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org1.example.com-exp02-1.0) lock +peer1.org2.example.com | [525 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e968a497]sending state message TRANSACTION +peer0.org2.example.com | [5dc 01-18 02:00:26.61 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [3f9 01-18 01:58:59.16 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.958 UTC [msp] Validate -> DEBU 298 MSP Org1MSP validating identity +peer0.org1.example.com | [473 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org1.example.com-exp02-1.0) lock +peer1.org1.example.com | [3fa 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [526 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e968a497]Received message TRANSACTION from shim +peer0.org2.example.com | [5dd 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:51.958 UTC [common/config] Validate -> DEBU 299 Anchor peers for org Org2MSP are +peer0.org1.example.com | [474 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org1.example.com-exp02-1.0 +peer1.org1.example.com | [3fb 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [527 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e968a497]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org2.example.com | [5de 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:51.958 UTC [common/config] validateMSP -> DEBU 29a Setting up MSP for org Org2MSP +peer0.org1.example.com | [475 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org1.example.com-exp02-1.0(No such container: dev-peer0.org1.example.com-exp02-1.0) +peer1.org1.example.com | [3fc 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +peer1.org2.example.com | [528 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [e968a497]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [5df 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.959 UTC [msp] NewBccspMsp -> DEBU 29b Creating BCCSP-based MSP instance +peer0.org1.example.com | [476 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) +peer1.org1.example.com | [3fd 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +peer1.org2.example.com | [529 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org1.example.com | [477 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) +peer1.org1.example.com | [3fe 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +peer1.org2.example.com | [52a 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +orderer.example.com | 2018-01-18 01:58:51.959 UTC [msp] Setup -> DEBU 29c Setting up MSP instance Org2MSP +peer0.org2.example.com | [5e0 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4219b65f0, header 0xc42226c3c0 +peer1.org1.example.com | [3ff 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [478 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org1.example.com-exp02-1.0 +peer0.org2.example.com | [5e1 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +orderer.example.com | 2018-01-18 01:58:51.959 UTC [msp/identity] newIdentity -> DEBU 29d Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [52b 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer1.org1.example.com | [400 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [479 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer1.org1.example.com | [401 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [52c 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org1.example.com | [47a 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org2.example.com | [5e2 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 +peer1.org2.example.com | [52d 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org1.example.com | [47b 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image +peer1.org1.example.com | [402 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer1.org2.example.com | [52e 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer0.org2.example.com | [5e3 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34] +peer1.org1.example.com | [403 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [47c 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer1.org1.example.com | [404 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [5e4 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [52f 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +peer1.org1.example.com | [405 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +peer0.org1.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer1.org1.example.com | [406 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +peer1.org2.example.com | [530 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [a7992bee-19d7-4679-8403-90060c75fb12] +peer0.org2.example.com | [5e5 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [c4a1bfbd-7528-4ea6-bce2-0b2425d2c58e] +peer1.org1.example.com | [407 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +peer0.org1.example.com | ADD binpackage.tar /usr/local/bin +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer1.org2.example.com | [531 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org2.example.com | [5e6 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 channel id: businesschannel +peer1.org1.example.com | [408 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +peer0.org1.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer1.org2.example.com | [532 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [a7992bee-19d7-4679-8403-90060c75fb12] +peer1.org1.example.com | [409 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +peer0.org2.example.com | [5e7 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34,syscc=true,proposal=0xc4219b65f0,canname=lscc:1.0.2 +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer1.org1.example.com | [40a 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +peer1.org2.example.com | [533 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer0.org1.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ +peer1.org1.example.com | [40b 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +peer0.org1.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ +peer0.org2.example.com | [5e8 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer1.org1.example.com | [40c 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +peer1.org2.example.com | [534 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +peer1.org1.example.com | [40d 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +peer0.org1.example.com | org.hyperledger.fabric.version="1.0.2" \ +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer0.org2.example.com | [5e9 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [40e 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +peer0.org1.example.com | org.hyperledger.fabric.base.version="0.3.2" +peer0.org2.example.com | [5ea 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer1.org1.example.com | [40f 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +peer1.org2.example.com | [535 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated +peer0.org1.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 +peer1.org1.example.com | [410 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +peer0.org2.example.com | [5eb 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [411 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt +peer1.org2.example.com | [536 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e968a497]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [412 01-18 01:58:59.17 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [5ec 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt +peer1.org2.example.com | [537 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e968a497]Move state message COMPLETED +orderer.example.com | SCjyRdD3aQ== +peer0.org2.example.com | [5ed 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [413 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +peer1.org1.example.com | [414 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [415 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [47d 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 +peer1.org2.example.com | [538 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e968a497]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | -----END CERTIFICATE----- +peer0.org2.example.com | [5ee 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [416 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +peer1.org2.example.com | [539 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e968a497]send state message COMPLETED +peer0.org1.example.com | [47e 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 +orderer.example.com | 2018-01-18 01:58:51.960 UTC [msp/identity] newIdentity -> DEBU 29e Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [417 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org1.example.com | [47f 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully +peer1.org2.example.com | [53a 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e968a497]Received message COMPLETED from shim +peer0.org2.example.com | [5ef 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Move state message TRANSACTION +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [480 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 +peer1.org2.example.com | [53b 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e968a497]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [418 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [5f0 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [53c 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e968a497-e5be-4251-9519-eaba7363499a]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [481 01-18 01:59:24.89 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 +peer0.org2.example.com | [5f1 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [419 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org1.example.com | [482 01-18 01:59:25.55 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org1.example.com-exp02-1.0 +peer0.org2.example.com | [5f2 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]sending state message TRANSACTION +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org2.example.com | [53d 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e968a497-e5be-4251-9519-eaba7363499a +peer1.org1.example.com | [41a 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [5f3 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Received message TRANSACTION from shim +peer1.org2.example.com | [53e 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [41b 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [5f4 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [983fc1db]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [53f 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd, error Chaincode exp02 is already instantiated +peer0.org1.example.com | [483 01-18 01:59:25.55 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org1.example.com-exp02-1.0) +peer1.org1.example.com | [41c 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [540 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [cadb1520-2ce2-405b-a336-097772fd24a8] +peer0.org2.example.com | [5f5 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [983fc1db]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [484 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org2.example.com | [541 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd returned error Chaincode exp02 is already instantiated +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [41d 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +peer0.org2.example.com | [5f6 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [983fc1db]Sending GET_STATE +peer0.org1.example.com | [485 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [542 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org2.example.com | [5f7 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Received message GET_STATE from shim +peer1.org1.example.com | [41e 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [486 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org2.example.com | [543 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org2.example.com | [5f8 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org1.example.com | [487 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer1.org1.example.com | [41f 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +peer0.org2.example.com | [5f9 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [983fc1db]Received GET_STATE, invoking get state from ledger +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org2.example.com | [544 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422401cc0), Data:(*common.BlockData)(0xc42179b680), Metadata:(*common.BlockMetadata)(0xc42179b6c0)}, doMVCCValidation=true +peer1.org1.example.com | [420 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +peer0.org2.example.com | [5fa 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [488 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 +peer1.org2.example.com | [545 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [421 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: +peer0.org2.example.com | [5fb 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [983fc1db] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [489 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED +peer1.org1.example.com | [422 01-18 01:58:59.18 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +peer1.org2.example.com | [546 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org2.example.com | [5fc 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [48a 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [547 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +peer1.org1.example.com | [423 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:51.960 UTC [msp/identity] newIdentity -> DEBU 29f Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [48b 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed +peer1.org2.example.com | txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 +peer1.org1.example.com | [424 01-18 01:58:59.19 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +peer0.org2.example.com | [5fd 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [983fc1db]Got state. Sending RESPONSE +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [48c 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org2.example.com | ] +peer0.org2.example.com | [5fe 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [983fc1db]handleGetState serial send RESPONSE +peer1.org1.example.com | [425 01-18 01:58:59.21 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +peer0.org1.example.com | [48d 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [5ff 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Received message RESPONSE from shim +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [548 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to index +peer1.org1.example.com | [426 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +peer0.org1.example.com | [48e 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org2.example.com | [600 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [983fc1db]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer1.org2.example.com | [549 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx number:[0] ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to blockNumTranNum index +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [427 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +peer0.org1.example.com | [48f 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message READY +peer1.org2.example.com | [54a 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49891], isChainEmpty=[false], lastBlockNumber=[4] +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org2.example.com | [601 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [983fc1db]before send +peer1.org2.example.com | [54b 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) +peer0.org1.example.com | [490 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org1.example.com | [428 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +peer1.org2.example.com | [54c 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org2.example.com | [602 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [983fc1db]after send +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [491 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [ebabbeb4]Entered state ready +peer1.org1.example.com | [429 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +peer1.org2.example.com | [54d 01-18 02:00:08.39 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer1.org2.example.com-exp02-1.0-ac79f954ea10befb402e8d87d56741bcfae7738c8fd82aee62f22874f759e30d +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org2.example.com | [603 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [983fc1db]Received RESPONSE, communicated (state:ready) +peer0.org1.example.com | [492 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer1.org2.example.com | [54e 01-18 02:00:08.39 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully +peer1.org1.example.com | [42a 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer0.org2.example.com | [604 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [983fc1db]GetState received payload RESPONSE +peer1.org2.example.com | [54f 01-18 02:00:08.39 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org2.example.com-exp02-1.0 +peer1.org1.example.com | [42b 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer0.org1.example.com | [493 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message READY +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org2.example.com | [605 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [550 01-18 02:00:08.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer1.org2.example.com-exp02-1.0-ac79f954ea10befb402e8d87d56741bcfae7738c8fd82aee62f22874f759e30d +peer1.org1.example.com | [42c 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +peer0.org1.example.com | [494 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed +peer0.org2.example.com | [606 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Move state message COMPLETED +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org1.example.com | [42d 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org1.example.com | [495 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | [551 01-18 02:00:09.03 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer1.org2.example.com-exp02-1.0 +peer0.org2.example.com | [607 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [983fc1db]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org2.example.com | [608 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]send state message COMPLETED +peer1.org1.example.com | [42e 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42150b680), Data:(*common.BlockData)(0xc421c19cc0), Metadata:(*common.BlockMetadata)(0xc421c19d00)}, doMVCCValidation=true +peer1.org2.example.com | [552 01-18 02:00:09.03 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer1.org2.example.com-exp02-1.0) +peer0.org1.example.com | [496 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org1.example.com | [42f 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org2.example.com | [609 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Received message COMPLETED from shim +peer0.org1.example.com | [497 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [553 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +peer1.org1.example.com | [430 01-18 01:58:59.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] +peer0.org2.example.com | [60a 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org2.example.com | [554 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer0.org1.example.com | [498 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message INIT +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [431 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +peer0.org2.example.com | [60b 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.961 UTC [msp] Validate -> DEBU 2a0 MSP Org2MSP validating identity +peer1.org2.example.com | [555 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +peer1.org1.example.com | txId= locPointer=offset=70, bytesLength=11970 +peer0.org1.example.com | [499 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [60c 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 +orderer.example.com | 2018-01-18 01:58:51.961 UTC [msp] Setup -> DEBU 2a1 Setting up the MSP manager (3 msps) +peer1.org2.example.com | [556 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | [49a 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.961 UTC [msp] Setup -> DEBU 2a2 MSP manager setup complete, setup 3 msps +peer0.org2.example.com | [60d 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [557 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 +peer0.org1.example.com | [49b 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event INIT +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a3 Returning policy Readers for evaluation +peer0.org2.example.com | [60e 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +peer1.org1.example.com | [432 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx ID: [] to index +peer0.org2.example.com | [60f 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 channel id: businesschannel version: 1.0 +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a4 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +peer1.org2.example.com | [558 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED +peer0.org1.example.com | [49c 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message INIT +peer0.org2.example.com | [610 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34,syscc=false,proposal=0xc4219b65f0,canname=exp02:1.0 +peer1.org1.example.com | [433 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx number:[0] ID: [] to blockNumTranNum index +peer0.org1.example.com | [49d 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: INIT in state ready +peer1.org2.example.com | [559 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org1.example.com | [434 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39459], isChainEmpty=[false], lastBlockNumber=[2] +peer0.org2.example.com | [611 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a5 Returning policy Writers for evaluation +peer0.org1.example.com | [49e 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [435 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) +peer0.org2.example.com | [612 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a6 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer1.org2.example.com | [55a 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed +peer1.org1.example.com | [436 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org2.example.com | [613 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +peer0.org1.example.com | [49f 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message INIT +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a7 Returning policy Admins for evaluation +peer1.org2.example.com | [55b 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY +peer0.org2.example.com | [614 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a8 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +peer1.org1.example.com | [437 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [4a0 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +peer0.org2.example.com | [615 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [55c 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a9 Returning policy Readers for evaluation +peer1.org1.example.com | [438 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org2.example.com | [616 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [4a1 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2aa Returning policy Writers for evaluation +peer1.org2.example.com | [55d 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org2.example.com | [617 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ab Returning policy Admins for evaluation +peer0.org2.example.com | [618 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Move state message TRANSACTION +peer0.org1.example.com | [4a2 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ac Returning policy Writers for evaluation +peer0.org2.example.com | [619 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [55e 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Move state message READY +peer1.org1.example.com | [439 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ad Returning policy Admins for evaluation +peer0.org2.example.com | [61a 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2ae In commit adding relative sub-policy Org2MSP/Admins to Application +peer0.org2.example.com | [61b 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]sending state message TRANSACTION +peer1.org2.example.com | [55f 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org1.example.com | [43a 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +peer0.org2.example.com | [61c 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Received message GET_STATE from shim +peer0.org1.example.com | [4a3 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +peer0.org2.example.com | [61d 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2af Returning policy Readers for evaluation +peer0.org2.example.com | [61e 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [983fc1db]Received GET_STATE, invoking get state from ledger +orderer.example.com | 2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2b0 In commit adding relative sub-policy Org2MSP/Readers to Application +peer1.org1.example.com | [43b 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] +peer0.org2.example.com | [61f 01-18 02:00:26.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [4a4 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b1 Returning policy Writers for evaluation +peer0.org2.example.com | [620 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [983fc1db] getting state for chaincode exp02, key a, channel businesschannel +peer0.org1.example.com | [4a5 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +peer1.org2.example.com | [560 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [afd22039]Entered state ready +peer1.org1.example.com | [43c 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b2 In commit adding relative sub-policy Org2MSP/Writers to Application +peer0.org2.example.com | [621 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer0.org1.example.com | [4a6 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +peer1.org2.example.com | [561 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +peer1.org1.example.com | [43d 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b3 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b4 In commit adding relative sub-policy Org1MSP/Writers to Application +peer0.org1.example.com | [4a7 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b5 Returning policy Admins for evaluation +peer0.org2.example.com | [622 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [983fc1db]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b6 In commit adding relative sub-policy Org1MSP/Admins to Application +peer1.org1.example.com | [43e 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [562 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]sending state message READY +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b7 Returning policy Readers for evaluation +peer1.org1.example.com | [43f 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [4a8 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b8 In commit adding relative sub-policy Org1MSP/Readers to Application +peer0.org2.example.com | [623 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [983fc1db]handleGetState serial send RESPONSE +peer1.org1.example.com | [440 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b9 Returning policy Admins for evaluation +peer0.org2.example.com | [624 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Received message COMPLETED from shim +peer1.org2.example.com | [563 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU sending init completed +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2ba Returning policy Admins for evaluation +peer1.org1.example.com | [441 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org2.example.com | [625 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [4a9 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +peer1.org2.example.com | [564 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU LaunchChaincode complete +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bb Returning policy BlockValidation for evaluation +peer1.org1.example.com | [442 01-18 01:58:59.27 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [4aa 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +peer0.org2.example.com | [626 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2bc In commit adding relative sub-policy Orderer/BlockValidation to Channel +peer1.org2.example.com | [565 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [443 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer0.org2.example.com | [627 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bd Returning policy OrdererOrg/Readers for evaluation +peer1.org1.example.com | [444 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4220e8a50 +peer0.org1.example.com | [4ab 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org2.example.com | [566 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2be In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bf Returning policy OrdererOrg/Writers for evaluation +peer0.org2.example.com | [628 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [567 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [4ac 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [445 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c0 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +peer0.org2.example.com | [629 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c1 Returning policy OrdererOrg/Admins for evaluation +peer1.org1.example.com | [446 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [4ad 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c2 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +peer1.org2.example.com | [568 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [62a 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c3 Returning policy Readers for evaluation +peer1.org1.example.com | [447 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [4ae 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +peer1.org2.example.com | [569 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c4 In commit adding relative sub-policy Orderer/Readers to Channel +peer1.org1.example.com | [448 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c5 Returning policy Writers for evaluation +peer0.org2.example.com | [62b 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [c4a1bfbd-7528-4ea6-bce2-0b2425d2c58e] +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c6 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c7 Returning policy Admins for evaluation +peer1.org1.example.com | [449 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [4af 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +peer1.org2.example.com | [56a 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]sendExecuteMsg trigger event TRANSACTION +peer0.org2.example.com | [62c 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c8 In commit adding relative sub-policy Orderer/Admins to Channel +peer0.org1.example.com | [4b0 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +peer1.org1.example.com | [44a 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220e68c0, header 0xc4220e8a80 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c9 Returning policy Org1MSP/Admins for evaluation +peer0.org2.example.com | [62d 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 channel id: businesschannel chaincode id: name:"exp02" +peer1.org2.example.com | [56b 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Move state message TRANSACTION +peer0.org1.example.com | [4b1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2ca In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +peer1.org1.example.com | [44b 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +peer1.org2.example.com | [56c 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [56d 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cb Returning policy Org1MSP/Readers for evaluation +peer0.org1.example.com | [4b2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [44c 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698 +peer0.org2.example.com | [62e 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +peer1.org2.example.com | [56e 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2cc In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +peer0.org1.example.com | [4b3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +peer0.org2.example.com | [62f 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 channel id: businesschannel version: 1.0.2 +peer1.org1.example.com | [44d 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698 channel id: +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cd Returning policy ChannelCreationPolicy for evaluation +peer1.org2.example.com | [56f 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message GET_STATE from shim +peer0.org2.example.com | [630 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34,syscc=true,proposal=0xc4219b65f0,canname=escc:1.0.2 +peer0.org1.example.com | [4b4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2ce In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +peer1.org1.example.com | [44e 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698 channel id: version: 1.0.2 +peer1.org2.example.com | [570 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [4b5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cf Returning policy Org2MSP/Admins for evaluation +peer0.org2.example.com | [631 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer1.org1.example.com | [44f 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698,syscc=true,proposal=0xc4220e68c0,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d0 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +peer1.org2.example.com | [571 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [afd22039]Received GET_STATE, invoking get state from ledger +peer0.org1.example.com | [4b6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [632 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [450 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d1 Returning policy Org2MSP/Readers for evaluation +peer1.org2.example.com | [572 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [633 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d2 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +peer0.org1.example.com | [4b7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer1.org1.example.com | [451 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [573 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039] getting state for chaincode exp02, key a, channel businesschannel +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d3 Returning policy Org2MSP/Writers for evaluation +peer0.org2.example.com | [634 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [4b8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d4 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +peer1.org1.example.com | [452 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org2.example.com | [574 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer0.org2.example.com | [635 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [4b9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d5 Returning policy Org1MSP/Writers for evaluation +peer1.org2.example.com | [575 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [afd22039]Got state. Sending RESPONSE +peer1.org1.example.com | [453 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d25d07d5]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [4ba 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d6 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +peer1.org2.example.com | [576 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [afd22039]handleGetState serial send RESPONSE +peer0.org2.example.com | [636 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [454 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [577 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d7 Returning policy Readers for evaluation +peer0.org1.example.com | [4bb 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +peer1.org1.example.com | [455 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org2.example.com | [578 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [637 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [983fc1db]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [579 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [4bc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d8 Returning dummy reject all policy because Readers could not be found in /Application/Readers +peer1.org1.example.com | [456 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d25d07d5]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [57a 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +peer0.org2.example.com | [638 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Move state message TRANSACTION +peer0.org1.example.com | [4bd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel chaincode id: name:"lscc" +peer1.org2.example.com | [57b 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d9 Returning dummy reject all policy because Writers could not be found in /Application/Writers +peer1.org1.example.com | [457 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d25d07d5]Move state message TRANSACTION +peer0.org1.example.com | [4be 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +peer1.org2.example.com | [57c 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer0.org2.example.com | [639 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2da Returning policy Writers for evaluation +peer1.org2.example.com | [57d 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +peer0.org1.example.com | [4bf 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel version: 1.0.2 +peer0.org2.example.com | [63a 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [458 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d25d07d5]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [57e 01-18 02:00:09.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [d0e7cbd3-6142-4757-be96-893ec5e2b251] +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2db Returning policy Admins for evaluation +peer0.org1.example.com | [4c0 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=true,proposal=0xc421c4d9a0,canname=escc:1.0.2 +peer1.org1.example.com | [459 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [57f 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org2.example.com | [63b 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]sending state message TRANSACTION +peer0.org1.example.com | [4c1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer1.org1.example.com | [45a 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d25d07d5]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2dc Returning dummy reject all policy because Admins could not be found in /Application/Admins +peer1.org2.example.com | [580 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 channel id: businesschannel chaincode id: name:"exp02" +peer0.org2.example.com | [63c 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Received message TRANSACTION from shim +peer1.org2.example.com | [581 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +peer0.org1.example.com | [4c2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [582 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 channel id: businesschannel version: 1.0.2 +peer1.org1.example.com | [45b 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d25d07d5]Received message TRANSACTION from shim +peer0.org2.example.com | [63d 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [983fc1db]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2dd Adding to config map: [Groups] /Channel +peer1.org2.example.com | [583 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [4c3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org2.example.com | [63e 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [983fc1db]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2de Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [584 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267,syscc=true,proposal=0xc421eda190,canname=escc:1.0.2 +peer0.org1.example.com | [4c4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [45c 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d25d07d5]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [585 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org2.example.com | [63f 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org2.example.com | [586 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2df Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org1.example.com | [45d 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d25d07d5]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [587 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [4c5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [640 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer1.org2.example.com | [588 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [4c6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [45e 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d25d07d5]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e0 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [589 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions +peer0.org2.example.com | [641 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [4c7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [58b 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 +peer0.org2.example.com | [642 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]Move state message COMPLETED +peer1.org1.example.com | [45f 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d25d07d5]Move state message COMPLETED +peer1.org2.example.com | [58a 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e1 Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [4c8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message TRANSACTION +peer0.org2.example.com | [643 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [983fc1db]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [58c 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] +peer1.org1.example.com | [460 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d25d07d5]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [4c9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e2 Adding to config map: [Groups] /Channel +peer0.org2.example.com | [644 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [983fc1db]send state message COMPLETED +peer1.org1.example.com | [461 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d25d07d5]send state message COMPLETED +peer1.org2.example.com | [58e 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org1.example.com | [4ca 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [645 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [983fc1db]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e3 Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [58d 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [462 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d25d07d5]Received message COMPLETED from shim +peer0.org2.example.com | [646 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [4cb 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e4 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer1.org2.example.com | [58f 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [463 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d25d07d5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [647 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [4cc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message TRANSACTION from shim +peer1.org2.example.com | [591 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [afd22039]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e5 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [464 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [648 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:983fc1dba680ebbdd503ae9f7fc13c048037af4e1c16979509b93634594fea34 +peer0.org1.example.com | [4cd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [465 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d25d07d5a982b44640889bec98ca9cf58b1e3af16e4b5e65a1384b1533fcb698 +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e6 Adding to config map: [Policy] /Channel/Application/Admins +peer0.org2.example.com | [649 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [592 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Move state message TRANSACTION +peer1.org1.example.com | [466 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [4ce 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ebabbeb4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [64a 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e7 Adding to config map: [Policy] /Channel/Application/Writers +peer1.org2.example.com | [593 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [4cf 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org1.example.com | [467 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [594 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [64b 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e8 Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [4d0 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer1.org1.example.com | [468 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org2.example.com | [64c 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [c4a1bfbd-7528-4ea6-bce2-0b2425d2c58e] +peer0.org1.example.com | [4d1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [595 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]sending state message TRANSACTION +peer1.org1.example.com | [469 01-18 01:58:59.78 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org1.example.com | [4d2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Move state message COMPLETED +peer0.org2.example.com | [64d 01-18 02:00:26.63 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org2.example.com | [590 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer0.org1.example.com | [4d3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e9 Adding to config map: [Values] /Channel/Consortium +peer1.org1.example.com | [46a 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org2.example.com | [64e 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] +peer1.org1.example.com | [46b 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [596 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] +peer0.org1.example.com | [4d4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]send state message COMPLETED +peer0.org2.example.com | [64f 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] +orderer.example.com | 2018-01-18 01:58:51.963 UTC [policies] GetPolicy -> DEBU 2ea Returning policy ChannelCreationPolicy for evaluation +peer1.org1.example.com | [46c 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [597 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [4d5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.963 UTC [cauthdsl] func1 -> DEBU 2eb 0xc42014a990 gate 1516240731963650109 evaluation starts +peer0.org2.example.com | [650 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org1.example.com | [4d6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.963 UTC [cauthdsl] func2 -> DEBU 2ec 0xc42014a990 signed by 0 principal evaluation starts (used [false]) +peer1.org1.example.com | [46d 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421f95c50 +peer0.org1.example.com | [4d7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [598 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org2.example.com | [651 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.963 UTC [cauthdsl] func2 -> DEBU 2ed 0xc42014a990 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer0.org1.example.com | [4d8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer1.org2.example.com | [599 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org1.example.com | [46e 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer0.org2.example.com | [652 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org1.example.com | [4d9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.963 UTC [msp/identity] newIdentity -> DEBU 2ee Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [59a 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [46f 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [4da 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +peer0.org2.example.com | [653 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422240870 +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [4db 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer1.org2.example.com | [59b 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [470 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org2.example.com | [654 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [4dc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +peer0.org2.example.com | [655 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org2.example.com | [59c 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Received message TRANSACTION from shim +peer1.org1.example.com | [471 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [4dd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org2.example.com | [656 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [59d 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [4de 01-18 01:59:27.63 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] +peer1.org1.example.com | [472 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org2.example.com | [657 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [4df 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] +peer1.org2.example.com | [59e 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [afd22039]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [4e0 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | [473 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [4e1 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer0.org2.example.com | [658 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [59f 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org1.example.com | [474 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421570a80, header channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [4e2 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [5a0 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer0.org1.example.com | [4e3 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421daeba0 +peer0.org2.example.com | [659 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [475 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org1.example.com | [4e4 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer1.org2.example.com | [5a1 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Transaction completed. Sending COMPLETED +peer0.org2.example.com | [65a 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42186b800, header channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [4e5 01-18 01:59:27.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [4e6 01-18 01:59:27.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [476 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org2.example.com | [65b 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org2.example.com | [5a2 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]Move state message COMPLETED +peer1.org1.example.com | [477 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org1.example.com | [4e7 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org2.example.com | [65c 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org2.example.com | [5a3 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [afd22039]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [478 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [4e8 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [479 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +peer0.org1.example.com | [4e9 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [5a4 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [afd22039]send state message COMPLETED +peer0.org2.example.com | [65d 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer1.org1.example.com | [47a 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [5a5 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [afd22039]Received message COMPLETED from shim +peer0.org1.example.com | [4ea 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421968000, header channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +peer1.org1.example.com | [47b 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org2.example.com | [65e 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [47c 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [dc331c49-09a4-4c76-8d4e-21e88e8d19e2] +peer1.org2.example.com | [5a6 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd22039]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [4eb 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org2.example.com | [65f 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +peer1.org1.example.com | [47d 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=8bf7a8f3-54eb-4834-971c-4052714454b4,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [4ec 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org1.example.com | [47e 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 chaindID businesschannel +peer1.org2.example.com | [5a7 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267]HandleMessage- COMPLETED. Notify +peer0.org2.example.com | [660 01-18 02:00:28.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer1.org1.example.com | [47f 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [4ed 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org2.example.com | [661 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [00f97b14-4211-4c29-8196-014ca9a0977a] +peer1.org1.example.com | [480 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [5a8 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:afd2203955a8845122074437e7365cc652cdbd95f0cf91047123a63a45ca9267 +peer1.org1.example.com | [481 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.964 UTC [msp] SatisfiesPrincipal -> DEBU 2ef Checking if identity satisfies ADMIN role for Org1MSP +peer0.org2.example.com | [662 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [482 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8bf7a8f3]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [5a9 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [4ee 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org1.example.com | [483 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org2.example.com | [663 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [00f97b14-4211-4c29-8196-014ca9a0977a] +peer1.org2.example.com | [5aa 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.964 UTC [cauthdsl] func2 -> DEBU 2f0 0xc42014a990 principal matched by identity 0 +peer0.org1.example.com | [4ef 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +peer1.org1.example.com | [484 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [8bf7a8f3]sendExecuteMsg trigger event TRANSACTION +peer0.org2.example.com | [664 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [5ab 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer1.org1.example.com | [485 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8bf7a8f3]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.964 UTC [msp/identity] Verify -> DEBU 2f1 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +peer1.org2.example.com | [5ac 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [d0e7cbd3-6142-4757-be96-893ec5e2b251] +peer0.org1.example.com | [4f0 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer0.org2.example.com | [665 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [e5dcebb8-4d11-47eb-9e9e-d31fed81b128] +peer1.org1.example.com | [486 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8bf7a8f3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +peer1.org2.example.com | [5ad 01-18 02:00:09.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org2.example.com | [666 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=dea59990-7964-4171-a1d4-2a2bb297acbf,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [487 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [4f1 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.964 UTC [msp/identity] Verify -> DEBU 2f2 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +peer1.org2.example.com | [5ae 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | [488 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8bf7a8f3]sending state message TRANSACTION +peer0.org2.example.com | [667 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 chaindID businesschannel +peer0.org1.example.com | [4f2 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [5f60fc0c-7094-4f1a-8683-3a0d0b75530a] +peer1.org2.example.com | [5af 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +peer1.org1.example.com | [489 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8bf7a8f3]Received message TRANSACTION from shim +peer0.org2.example.com | [668 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [5b0 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | 00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +peer0.org1.example.com | [4f3 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=da0f241e-8a8e-4378-829a-c45835b2f3cc,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [48a 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8bf7a8f3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org2.example.com | [669 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [5b1 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421790cc0 +orderer.example.com | 00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +peer0.org1.example.com | [4f4 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 chaindID businesschannel +peer1.org1.example.com | [48b 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [8bf7a8f3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org2.example.com | [66a 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [4f5 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [5b2 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +orderer.example.com | 00000040 2e 30 01 0f 91 31 |.0...1| +peer1.org1.example.com | [48c 01-18 01:59:27.77 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org2.example.com | [66b 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [dea59990]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [4f6 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [5b3 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org1.example.com | [48d 01-18 01:59:27.79 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org2.example.com | [66c 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.964 UTC [cauthdsl] func2 -> DEBU 2f3 0xc42014a990 principal evaluation succeeds for identity 0 +peer0.org1.example.com | [4f7 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org1.example.com | [48e 01-18 01:59:27.79 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer0.org2.example.com | [66d 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [dea59990]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [5b4 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:51.964 UTC [cauthdsl] func1 -> DEBU 2f4 0xc42014a990 gate 1516240731963650109 evaluation succeeds +peer0.org1.example.com | [4f8 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [da0f241e]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [48f 01-18 01:59:27.79 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org2.example.com | [66e 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dea59990]Move state message TRANSACTION +peer1.org2.example.com | [5b5 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [4f9 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f5 Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [5b6 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [490 01-18 01:59:27.79 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org2.example.com | [66f 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dea59990]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [4fa 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [da0f241e]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f6 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [5b7 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org2.example.com | [670 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [491 01-18 01:59:27.79 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer0.org1.example.com | [4fb 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]Move state message TRANSACTION +peer1.org2.example.com | [5b8 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422045800, header channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer1.org1.example.com | [492 01-18 01:59:27.80 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f7 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [671 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dea59990]sending state message TRANSACTION +peer1.org1.example.com | [493 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [6fadd16d-237a-47ca-926e-c5f6e27ad262] +peer0.org1.example.com | [4fc 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [5b9 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer1.org1.example.com | [494 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f8 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [672 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dea59990]Received message TRANSACTION from shim +peer0.org1.example.com | [4fd 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [5ba 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org2.example.com | [673 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [dea59990]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [4fe 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f9 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [495 01-18 01:59:27.81 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [6fadd16d-237a-47ca-926e-c5f6e27ad262] +peer1.org2.example.com | [5bb 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org2.example.com | [674 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [dea59990]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fa Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org1.example.com | [496 01-18 01:59:27.82 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer1.org2.example.com | [5bc 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [4ff 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Received message TRANSACTION from shim +peer0.org2.example.com | [675 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fb Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [5bd 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +peer1.org1.example.com | [497 01-18 01:59:27.82 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +peer0.org2.example.com | [676 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org1.example.com | [500 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [da0f241e]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [498 01-18 01:59:27.82 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer1.org2.example.com | [5be 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer0.org2.example.com | [677 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +orderer.example.com | 2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fc Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [501 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [da0f241e]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [5bf 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [3fe7683e-eb7c-473e-88d6-2a5743d2ecff] +peer1.org1.example.com | [499 01-18 01:59:27.82 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8bf7a8f3]Transaction completed. Sending COMPLETED +peer0.org2.example.com | [678 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dea59990]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2fd Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [5c0 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [502 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer1.org1.example.com | [49a 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8bf7a8f3]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2fe Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [503 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org2.example.com | [679 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dea59990]Move state message COMPLETED +peer1.org1.example.com | [49b 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8bf7a8f3]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [5c1 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [3fe7683e-eb7c-473e-88d6-2a5743d2ecff] +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2ff Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [504 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +peer0.org2.example.com | [67a 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [dea59990]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [49c 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8bf7a8f3]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 300 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [5c2 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [505 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org1.example.com | [49d 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8bf7a8f3]Received message COMPLETED from shim +peer0.org2.example.com | [67b 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [dea59990]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 301 Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org2.example.com | [5c3 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [6a3a9e7d-346c-46f6-ba2e-4c1fbc279b85] +peer0.org1.example.com | [506 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org1.example.com | [49e 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8bf7a8f3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org2.example.com | [67c 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [dea59990]Received message COMPLETED from shim +peer1.org2.example.com | [5c4 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=71259741-7249-4cb6-bd6d-85d601af99b9,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [49f 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8bf7a8f3-54eb-4834-971c-4052714454b4]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [507 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 302 Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org2.example.com | [67d 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dea59990]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [4a0 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8bf7a8f3-54eb-4834-971c-4052714454b4 +peer1.org2.example.com | [5c5 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f chaindID businesschannel +peer0.org1.example.com | [508 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 303 Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [4a1 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [5c6 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer0.org2.example.com | [67e 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [dea59990-7964-4171-a1d4-2a2bb297acbf]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [509 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [acc729d2-4178-413e-bd67-6b770cf04f8d] +peer1.org1.example.com | [4a2 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [dc331c49-09a4-4c76-8d4e-21e88e8d19e2] +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 304 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [67f 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:dea59990-7964-4171-a1d4-2a2bb297acbf +peer1.org2.example.com | [5c7 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [5c8 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org2.example.com | [5c9 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [71259741]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [50a 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org2.example.com | [680 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 305 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [4a3 01-18 01:59:27.83 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org2.example.com | [5ca 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 306 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org2.example.com | [681 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [e5dcebb8-4d11-47eb-9e9e-d31fed81b128] +peer0.org1.example.com | [50b 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [acc729d2-4178-413e-bd67-6b770cf04f8d] +peer1.org1.example.com | [4a4 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 307 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org2.example.com | [682 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer0.org1.example.com | [50c 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer1.org2.example.com | [5cb 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [71259741]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [4a5 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422275e00), Data:(*common.BlockData)(0xc4217fd7c0), Metadata:(*common.BlockMetadata)(0xc4217fd800)}, doMVCCValidation=true +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/configtx] processConfig -> DEBU 308 Beginning new config for channel businesschannel +peer0.org2.example.com | [683 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [5cc 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [71259741]Move state message TRANSACTION +peer0.org1.example.com | [50d 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/config] NewStandardValues -> DEBU 309 Initializing protos for *config.ChannelProtos +peer1.org1.example.com | [4a6 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org2.example.com | [684 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421a0b7c0), Data:(*common.BlockData)(0xc422f78a60), Metadata:(*common.BlockMetadata)(0xc422f78aa0)}, doMVCCValidation=true +peer0.org1.example.com | [50e 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer1.org2.example.com | [5cd 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [71259741]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30a Processing field: HashingAlgorithm +peer0.org2.example.com | [685 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [4a7 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [50f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30b Processing field: BlockDataHashingStructure +peer1.org2.example.com | [5ce 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org2.example.com | [686 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer0.org1.example.com | [510 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Move state message COMPLETED +peer1.org1.example.com | [4a8 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] marked as valid by state validator +peer1.org2.example.com | [5cf 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [71259741]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30c Processing field: OrdererAddresses +peer0.org2.example.com | [687 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer0.org1.example.com | [511 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [da0f241e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [4a9 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +orderer.example.com | 2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30d Processing field: Consortium +peer0.org1.example.com | [512 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]send state message COMPLETED +peer1.org2.example.com | [5d0 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [71259741]Received message TRANSACTION from shim +peer0.org2.example.com | [688 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 +peer1.org2.example.com | [5d1 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [71259741]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.965 UTC [policies] ProposePolicy -> DEBU 30e Proposed new policy Writers for Channel +peer0.org1.example.com | [513 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]Received message COMPLETED from shim +peer0.org2.example.com | [689 01-18 02:00:28.40 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] marked as valid by state validator +peer1.org2.example.com | [5d2 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [71259741]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.965 UTC [policies] ProposePolicy -> DEBU 30f Proposed new policy Admins for Channel +peer0.org2.example.com | [68a 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +peer1.org2.example.com | [5d3 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer1.org1.example.com | [4aa 01-18 01:59:27.84 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to index +peer0.org1.example.com | [514 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 310 Proposed new policy Readers for Channel +peer0.org2.example.com | txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +peer1.org1.example.com | [4ab 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx number:[0] ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to blockNumTranNum index +peer1.org2.example.com | [5d4 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 311 Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [515 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e-8a8e-4378-829a-c45835b2f3cc]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [4ac 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44675], isChainEmpty=[false], lastBlockNumber=[3] +peer1.org2.example.com | [5d5 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully peer0.org2.example.com | ] -peer0.org1.example.com | ] -peer1.org2.example.com | [56c 01-14 11:46:38.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]sending state message TRANSACTION -peer1.org1.example.com | [5bc 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer0.org2.example.com | [68b 01-14 11:47:04.48 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to index -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38f Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [5bd 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions -peer0.org1.example.com | [657 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to index -peer1.org2.example.com | [56d 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 390 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -peer0.org1.example.com | [658 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx number:[0] ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to blockNumTranNum index -peer1.org1.example.com | [5bf 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] -peer1.org2.example.com | [56e 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [68c 01-14 11:47:04.48 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx number:[0] ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to blockNumTranNum index -peer0.org1.example.com | [659 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54569], isChainEmpty=[false], lastBlockNumber=[5] -peer1.org1.example.com | [5c0 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org2.example.com | [570 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 391 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [56f 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Received message TRANSACTION from shim -peer0.org1.example.com | [65a 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) -peer0.org2.example.com | [68d 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59245], isChainEmpty=[false], lastBlockNumber=[6] -peer1.org2.example.com | [571 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org1.example.com | [5be 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 392 Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org1.example.com | [65b 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [572 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [34c84dd7]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org2.example.com | [68e 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) -peer1.org2.example.com | [573 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 -peer1.org1.example.com | [5c1 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 393 Setting policy for key Writers to policy: mod_policy:"Admins" -peer0.org1.example.com | [65c 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [575 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer1.org2.example.com | [574 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] -peer1.org2.example.com | [576 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org2.example.com | [68f 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 394 Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org1.example.com | [5c3 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] -peer1.org2.example.com | [577 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -peer1.org2.example.com | [579 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer1.org2.example.com | [578 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] -peer0.org2.example.com | [690 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer0.org1.example.com | [65d 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer1.org1.example.com | [5c2 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [57b 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [65e 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer0.org2.example.com | [691 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 395 Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [5c5 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]Move state message COMPLETED -peer1.org2.example.com | [57c 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [65f 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org2.example.com | [692 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org1.example.com | [5c6 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d6b54090]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [57a 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 396 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 397 Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [57d 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]Move state message COMPLETED -peer1.org1.example.com | [5c7 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d6b54090]send state message COMPLETED -peer0.org2.example.com | [693 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 398 Setting policy for key Admins to policy: mod_policy:"Admins" -peer0.org1.example.com | [660 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions -peer1.org2.example.com | [57f 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 399 Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [5c4 01-14 11:47:02.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [580 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org2.example.com | [694 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions -peer0.org1.example.com | [661 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39a Setting policy for key Readers to policy: mod_policy:"Admins" -peer1.org2.example.com | [581 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [695 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] -peer1.org1.example.com | [5c9 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [662 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39b Setting policy for key Readers to policy: mod_policy:"Admins" -peer0.org2.example.com | [696 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org1.example.com | [5c8 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d6b54090]Received message COMPLETED from shim -peer1.org2.example.com | [57e 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [34c84dd7]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [663 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39c Setting policy for key Writers to policy: mod_policy:"Admins" -peer1.org1.example.com | [5ca 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer0.org2.example.com | [697 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -peer0.org1.example.com | [664 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] -peer1.org2.example.com | [582 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [34c84dd7]send state message COMPLETED -peer0.org2.example.com | [698 01-14 11:47:04.56 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] -peer1.org1.example.com | [5cc 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [665 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39d Setting policy for key Admins to policy: mod_policy:"Admins" -peer1.org2.example.com | [583 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [34c84dd7]Received message COMPLETED from shim -peer0.org2.example.com | [699 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org1.example.com | [5cb 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [666 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/configtx] processConfig -> DEBU 39e Beginning new config for channel businesschannel -peer1.org2.example.com | [584 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org1.example.com | [5ce 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] NewStandardValues -> DEBU 39f Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [667 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org1.example.com | [5cf 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d6b54090a29f6444edfb267fedf0b1ccf4bf2ed462fe6a3e646ae1d1b4d562da -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a0 Processing field: HashingAlgorithm -peer0.org2.example.com | [69a 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org2.example.com | [585 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [668 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org1.example.com | [5d0 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org2.example.com | [69b 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -peer1.org2.example.com | [586 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:34c84dd7b220c85c7838dfa48bdcbc44b2a6c856dd6e1d79960b7c4f33d6eac2 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a1 Processing field: BlockDataHashingStructure -peer0.org1.example.com | [669 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer0.org2.example.com | [69c 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer1.org1.example.com | [5cd 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a2 Processing field: OrdererAddresses -peer1.org2.example.com | [587 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a3 Processing field: Consortium -peer0.org1.example.com | [66a 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org1.example.com | [5d1 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a4 Proposed new policy Readers for Channel -peer0.org2.example.com | [69d 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -peer1.org2.example.com | [588 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer1.org1.example.com | [5d2 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [66b 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422684870 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a5 Proposed new policy Writers for Channel -peer1.org2.example.com | [589 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [66c 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a6 Proposed new policy Admins for Channel -peer1.org2.example.com | [58a 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [2fa4b2b3-4ec2-42f8-91eb-cbd2bf2fa407] -peer1.org1.example.com | [5d3 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [86ee3ea4-c574-4f77-bcc0-fcdf3a86cc97] -peer0.org1.example.com | [66d 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org2.example.com | [58b 01-14 11:46:38.62 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] NewStandardValues -> DEBU 3a7 Initializing protos for *config.OrdererProtos -peer0.org1.example.com | [66e 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org1.example.com | [5d4 01-14 11:47:02.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org2.example.com | [58c 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a8 Processing field: ConsensusType -peer0.org1.example.com | [66f 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [58d 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a9 Processing field: BatchSize -peer0.org1.example.com | [670 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [5d5 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer1.org2.example.com | [58e 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3aa Processing field: BatchTimeout -peer1.org1.example.com | [5d6 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [671 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4222f3270, header 0xc4226848a0 -peer1.org2.example.com | [58f 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421b71770 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3ab Processing field: KafkaBrokers -peer0.org1.example.com | [672 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer1.org2.example.com | [590 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer1.org1.example.com | [5d7 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | 2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3ac Processing field: ChannelRestrictions -peer0.org1.example.com | [673 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -peer1.org1.example.com | [5d8 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4219f2330 -peer0.org1.example.com | [674 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e] -peer1.org2.example.com | [591 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3ad Proposed new policy Admins for Orderer -peer1.org1.example.com | [5d9 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3ae Proposed new policy BlockValidation for Orderer -peer1.org1.example.com | [5da 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [675 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [592 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3af Proposed new policy Readers for Orderer -peer0.org1.example.com | [676 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [084f3326-7b02-4f09-bf4b-cf4b65b01448] -peer1.org1.example.com | [5db 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer1.org2.example.com | [593 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b0 Proposed new policy Writers for Orderer -peer1.org1.example.com | [5dc 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer0.org1.example.com | [677 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3b1 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [594 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [678 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=true,proposal=0xc4222f3270,canname=lscc:1.0.2 -peer1.org1.example.com | [5dd 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3b2 Processing field: MSP -peer0.org1.example.com | [679 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [595 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org1.example.com | [5de 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b3 Proposed new policy Readers for OrdererOrg -peer1.org2.example.com | [596 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc4214ee000, header channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -peer1.org1.example.com | [5df 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421adc000, header channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b4 Proposed new policy Writers for OrdererOrg -peer0.org1.example.com | [67a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [597 01-14 11:46:41.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer1.org1.example.com | [5e0 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org1.example.com | [67b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b5 Proposed new policy Admins for OrdererOrg -peer1.org2.example.com | [598 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [67c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [5e1 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3b6 Initializing protos for *struct {} -peer1.org2.example.com | [599 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer1.org1.example.com | [5e2 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org1.example.com | [67d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [59a 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org1.example.com | [5e3 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer0.org1.example.com | [67e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b7 Proposed new policy Readers for Application -peer1.org2.example.com | [59b 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -peer1.org1.example.com | [5e4 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -peer0.org1.example.com | [67f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b8 Proposed new policy Admins for Application -peer1.org1.example.com | [5e5 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer0.org1.example.com | [680 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b9 Proposed new policy Writers for Application -peer1.org1.example.com | [5e6 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [8f2f0df8-5d5a-4eba-97f4-e3b6adb8f38a] -peer1.org2.example.com | [59c 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3ba Initializing protos for *config.OrganizationProtos -peer1.org1.example.com | [5e7 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [681 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [59d 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [71075ea6-9e23-44f1-83eb-9856ab17f942] -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bb Processing field: MSP -peer1.org1.example.com | [5e8 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [8f2f0df8-5d5a-4eba-97f4-e3b6adb8f38a] -peer0.org1.example.com | [682 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [59e 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [5e9 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3bc Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [683 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -peer1.org2.example.com | [59f 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [71075ea6-9e23-44f1-83eb-9856ab17f942] -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bd Processing field: AnchorPeers -peer1.org2.example.com | [5a0 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org1.example.com | [5ea 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [5bfa5ef4-be4b-45db-9a31-4d9f3394db5a] -peer1.org2.example.com | [5a1 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [f051d387-204b-4538-84ef-53a82164e92f] -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3be Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [684 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message TRANSACTION from shim -peer1.org1.example.com | [5eb 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=ac5dd404-e414-412f-9c48-99e0e3c38aae,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | [5a2 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=e5b01cea-1bfb-457a-8fdd-099fbcefd7e2,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org1.example.com | [5ec 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 chaindID businesschannel -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bf Processing field: MSP -peer0.org1.example.com | [685 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org1.example.com | [5ed 01-14 11:47:04.51 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org2.example.com | [5a3 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 chaindID businesschannel -peer0.org1.example.com | [686 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [55525944]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [5a4 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c0 Proposed new policy Admins for Org1MSP -peer1.org1.example.com | [5ee 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [5a5 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c1 Proposed new policy Readers for Org1MSP -peer1.org1.example.com | [5ef 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer0.org1.example.com | [687 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [55525944]Sending GET_STATE -peer1.org2.example.com | [5a6 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c2 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c3 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c4 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c5 Initializing protos for *config.ApplicationOrgProtos -peer1.org1.example.com | [5f0 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ac5dd404]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c6 Processing field: AnchorPeers -peer0.org1.example.com | [688 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message GET_STATE from shim -peer1.org2.example.com | [5a7 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e5b01cea]Inside sendExecuteMessage. Message TRANSACTION -peer1.org1.example.com | [5f1 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c7 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [689 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org1.example.com | [5f2 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ac5dd404]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c8 Processing field: MSP -peer0.org1.example.com | [68a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [55525944]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [5a8 01-14 11:46:41.18 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c9 Proposed new policy Readers for Org2MSP -peer0.org1.example.com | [68b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org1.example.com | [5f3 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ac5dd404]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.528 UTC [policies] ProposePolicy -> DEBU 3ca Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.528 UTC [policies] ProposePolicy -> DEBU 3cb Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.528 UTC [common/config] validateMSP -> DEBU 3cc Setting up MSP for org OrdererOrg -peer1.org2.example.com | [5a9 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e5b01cea]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [68c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944] getting state for chaincode lscc, key exp02, channel businesschannel -peer1.org1.example.com | [5f4 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ac5dd404]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [5aa 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5b01cea]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.528 UTC [msp] NewBccspMsp -> DEBU 3cd Creating BCCSP-based MSP instance -peer0.org1.example.com | [68d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [5ab 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5b01cea]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org1.example.com | [5f5 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.528 UTC [msp] Setup -> DEBU 3ce Setting up MSP instance OrdererMSP -peer1.org2.example.com | [5ac 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [68e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944]Got state. Sending RESPONSE -peer1.org1.example.com | [5f6 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ac5dd404]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.528 UTC [msp/identity] newIdentity -> DEBU 3cf Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [68f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [55525944]handleGetState serial send RESPONSE -peer1.org2.example.com | [5ad 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5b01cea]sending state message TRANSACTION -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer1.org1.example.com | [5f7 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ac5dd404]Received message TRANSACTION from shim -peer0.org1.example.com | [690 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message RESPONSE from shim -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [5ae 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5b01cea]Received message TRANSACTION from shim -peer0.org1.example.com | [691 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org1.example.com | [5f8 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ac5dd404]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer1.org2.example.com | [5af 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e5b01cea]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer0.org1.example.com | [692 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [55525944]before send -peer1.org1.example.com | [5f9 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ac5dd404]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [5b0 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [e5b01cea]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [693 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [55525944]after send -peer1.org1.example.com | [5fa 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [5b1 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -peer0.org1.example.com | [694 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [55525944]Received RESPONSE, communicated (state:ready) -peer1.org1.example.com | [5fb 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org2.example.com | [5b2 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -peer1.org1.example.com | [5fc 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org1.example.com | [695 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [55525944]GetState received payload RESPONSE -peer1.org2.example.com | [5b3 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer0.org1.example.com | [696 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [5b4 01-14 11:46:41.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5b01cea]Transaction completed. Sending COMPLETED -peer1.org1.example.com | [5fd 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ac5dd404]Transaction completed. Sending COMPLETED -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer1.org2.example.com | [5b5 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5b01cea]Move state message COMPLETED -peer1.org1.example.com | [5fe 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ac5dd404]Move state message COMPLETED -peer0.org1.example.com | [697 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Move state message COMPLETED -peer0.org1.example.com | [698 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [5b6 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e5b01cea]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [699 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]send state message COMPLETED -peer1.org1.example.com | [5ff 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ac5dd404]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [5b7 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e5b01cea]send state message COMPLETED -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer0.org1.example.com | [69a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -peer1.org1.example.com | [600 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ac5dd404]send state message COMPLETED -peer1.org2.example.com | [5b8 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e5b01cea]Received message COMPLETED from shim -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [69b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [5b9 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5b01cea]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.529 UTC [msp/identity] newIdentity -> DEBU 3d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [601 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ac5dd404]Received message COMPLETED from shim -peer0.org1.example.com | [69c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [5ba 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e5b01cea-1bfb-457a-8fdd-099fbcefd7e2]HandleMessage- COMPLETED. Notify -peer1.org1.example.com | [602 01-14 11:47:04.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ac5dd404]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [69d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer1.org1.example.com | [603 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ac5dd404-e414-412f-9c48-99e0e3c38aae]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [5bb 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e5b01cea-1bfb-457a-8fdd-099fbcefd7e2 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer1.org2.example.com | [5bc 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org1.example.com | [604 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ac5dd404-e414-412f-9c48-99e0e3c38aae -peer0.org1.example.com | [69e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [5bd 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [f051d387-204b-4538-84ef-53a82164e92f] -peer1.org1.example.com | [605 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [69f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -peer1.org2.example.com | [5be 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org1.example.com | [606 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [5bfa5ef4-be4b-45db-9a31-4d9f3394db5a] -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer1.org2.example.com | [5bf 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [607 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer0.org1.example.com | [6a0 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel version: 1.0 -peer1.org2.example.com | [5c0 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4228b5b00), Data:(*common.BlockData)(0xc42145e5e0), Metadata:(*common.BlockMetadata)(0xc42145e620)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.529 UTC [msp/identity] newIdentity -> DEBU 3d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org1.example.com | [608 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [5c1 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer1.org1.example.com | [609 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4225273c0), Data:(*common.BlockData)(0xc421597620), Metadata:(*common.BlockMetadata)(0xc421597660)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.529 UTC [msp] Validate -> DEBU 3d2 MSP OrdererMSP validating identity -peer1.org2.example.com | [5c2 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [6a1 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=false,proposal=0xc4222f3270,canname=exp02:1.0 -orderer.example.com | 2018-01-14 11:45:32.530 UTC [common/config] Validate -> DEBU 3d3 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.530 UTC [common/config] validateMSP -> DEBU 3d4 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.530 UTC [msp] NewBccspMsp -> DEBU 3d5 Creating BCCSP-based MSP instance -peer1.org1.example.com | [60a 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org1.example.com | [6a2 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -peer1.org2.example.com | [5c3 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -orderer.example.com | 2018-01-14 11:45:32.530 UTC [msp] Setup -> DEBU 3d6 Setting up MSP instance Org1MSP -peer1.org1.example.com | [60b 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [6a3 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.530 UTC [msp/identity] newIdentity -> DEBU 3d7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [5c4 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org1.example.com | [60c 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer0.org1.example.com | [6a4 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer1.org2.example.com | [5c5 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] marked as valid by state validator -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -peer1.org1.example.com | [60d 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [6a5 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [5c6 01-14 11:46:41.20 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -peer0.org1.example.com | [6a6 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org1.example.com | [60e 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] marked as valid by state validator -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -peer0.org1.example.com | [6a7 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -peer1.org1.example.com | [60f 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -peer0.org1.example.com | [6a8 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.530 UTC [msp/identity] newIdentity -> DEBU 3d8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | ] -peer0.org1.example.com | [6a9 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -peer1.org1.example.com | txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 -orderer.example.com | 2018-01-14 11:45:32.531 UTC [msp/identity] newIdentity -> DEBU 3d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [6aa 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | ] -peer1.org2.example.com | [5c7 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to index -peer0.org1.example.com | [6ab 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | [6ac 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [610 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to index -peer0.org1.example.com | [6ad 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message GET_STATE from shim -peer1.org2.example.com | [5c8 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx number:[0] ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to blockNumTranNum index -orderer.example.com | 2018-01-14 11:45:32.531 UTC [msp] Validate -> DEBU 3da MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.531 UTC [common/config] Validate -> DEBU 3db Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.531 UTC [common/config] validateMSP -> DEBU 3dc Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.531 UTC [msp] NewBccspMsp -> DEBU 3dd Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.531 UTC [msp] Setup -> DEBU 3de Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3df Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer0.org1.example.com | [6ae 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org1.example.com | [611 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx number:[0] ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to blockNumTranNum index -peer1.org2.example.com | [5c9 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54569], isChainEmpty=[false], lastBlockNumber=[5] -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer0.org1.example.com | [6af 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [55525944]Received GET_STATE, invoking get state from ledger -peer1.org1.example.com | [612 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59245], isChainEmpty=[false], lastBlockNumber=[6] -peer1.org2.example.com | [5ca 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org1.example.com | [6b0 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer1.org2.example.com | [5cb 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org1.example.com | [6b1 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944] getting state for chaincode exp02, key a, channel businesschannel -peer0.org1.example.com | [6b2 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [6b3 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944]Got state. Sending RESPONSE -orderer.example.com | SCjyRdD3aQ== -peer1.org1.example.com | [613 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) -peer0.org1.example.com | [6b4 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [55525944]handleGetState serial send RESPONSE -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [5cc 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org1.example.com | [614 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer0.org1.example.com | [6b5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -peer0.org1.example.com | [6b6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [6b7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [6b8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -peer1.org1.example.com | [615 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -peer1.org2.example.com | [5cd 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -orderer.example.com | 2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [6b9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [6ba 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | [5ce 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -peer1.org1.example.com | [616 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [6bb 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org1.example.com | [617 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [618 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org1.example.com | [6bc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [084f3326-7b02-4f09-bf4b-cf4b65b01448] -peer1.org2.example.com | [5cf 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -peer1.org1.example.com | [619 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3e1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [5d0 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions -peer1.org1.example.com | [61a 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer1.org1.example.com | [61b 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [6bd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [5d1 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] -peer1.org1.example.com | [61c 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [6be 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel chaincode id: name:"exp02" -peer1.org2.example.com | [5d2 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer1.org1.example.com | [61d 01-14 11:47:04.54 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org1.example.com | [61e 01-14 11:47:04.55 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer0.org1.example.com | [6bf 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer1.org1.example.com | [61f 01-14 11:47:04.55 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org2.example.com | [5d3 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org1.example.com | [620 01-14 11:47:04.55 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer1.org1.example.com | [621 01-14 11:47:04.55 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [6c0 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel version: 1.0.2 -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer1.org2.example.com | [5d4 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] -peer1.org1.example.com | [622 01-14 11:47:04.55 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer0.org1.example.com | [6c1 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=true,proposal=0xc4222f3270,canname=escc:1.0.2 -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | [5d5 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [6c2 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer1.org2.example.com | [5d6 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [6c3 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [6c4 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [6c5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [5d7 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [5d8 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.533 UTC [msp] Validate -> DEBU 3e2 MSP Org2MSP validating identity -peer0.org1.example.com | [6c6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.533 UTC [msp] Setup -> DEBU 3e3 Setting up the MSP manager (3 msps) -peer1.org2.example.com | [5d9 01-14 11:46:41.21 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.533 UTC [msp] Setup -> DEBU 3e4 MSP manager setup complete, setup 3 msps -peer1.org2.example.com | [5da 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.533 UTC [policies] GetPolicy -> DEBU 3e5 Returning policy Readers for evaluation -peer0.org1.example.com | [6c7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3e6 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -peer1.org2.example.com | [5db 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4223290b0 -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3e7 Returning policy Writers for evaluation -peer0.org1.example.com | [6c8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [5dc 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [6c9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3e8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3e9 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3ea In commit adding relative sub-policy OrdererOrg/Admins to Orderer -peer0.org1.example.com | [6ca 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3eb Returning policy Admins for evaluation -peer1.org2.example.com | [5dd 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ec Returning policy Writers for evaluation -peer0.org1.example.com | [6cb 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [5de 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ed Returning policy Readers for evaluation -peer0.org1.example.com | [6cc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ee Returning policy Writers for evaluation -peer0.org1.example.com | [6cd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ef Returning policy Admins for evaluation -peer0.org1.example.com | [6ce 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f0 In commit adding relative sub-policy Org1MSP/Admins to Application -peer1.org2.example.com | [5df 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [6cf 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [55525944]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [5e0 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f1 Returning policy Readers for evaluation -peer0.org1.example.com | [6d0 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f2 In commit adding relative sub-policy Org1MSP/Readers to Application -peer1.org2.example.com | [5e1 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220e65a0, header 0xc4223290e0 -peer0.org1.example.com | [6d1 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer1.org2.example.com | [5e2 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer0.org1.example.com | [6d2 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f3 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f4 In commit adding relative sub-policy Org1MSP/Writers to Application -peer0.org1.example.com | [6d3 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Move state message COMPLETED -peer1.org2.example.com | [5e3 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f5 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f6 In commit adding relative sub-policy Org2MSP/Admins to Application -peer1.org2.example.com | [5e4 01-14 11:47:02.18 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1] -peer0.org1.example.com | [6d4 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3f7 Returning policy Readers for evaluation -peer1.org2.example.com | [5e5 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [5e6 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [549ce2a3-9dac-422b-9898-c0a5ff67d9bf] -peer0.org1.example.com | [6d5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 3f8 In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3f9 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 3fa In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fb Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fc Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fd Returning policy Admins for evaluation -peer1.org2.example.com | [5e7 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 channel id: businesschannel -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fe Returning policy Admins for evaluation -peer1.org2.example.com | [5e8 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1,syscc=true,proposal=0xc4220e65a0,canname=lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3ff Returning policy Writers for evaluation -peer0.org1.example.com | [6d6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -peer1.org2.example.com | [5e9 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 400 Returning policy Writers for evaluation -peer1.org2.example.com | [5ea 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 401 Returning policy OrdererOrg/Writers for evaluation -peer1.org2.example.com | [5eb 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 402 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -peer1.org2.example.com | [5ec 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 403 Returning policy OrdererOrg/Admins for evaluation -peer0.org1.example.com | [6d7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [5ed 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 404 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -peer1.org2.example.com | [5ee 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 405 Returning policy Admins for evaluation -peer0.org1.example.com | [6d8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [5ef 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 406 In commit adding relative sub-policy Orderer/Admins to Channel -peer1.org2.example.com | [5f0 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Move state message TRANSACTION -peer1.org2.example.com | [5f1 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [5f2 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 407 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 408 In commit adding relative sub-policy Orderer/BlockValidation to Channel -peer1.org2.example.com | [5f3 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]sending state message TRANSACTION -peer0.org1.example.com | [6d9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 409 Returning policy Readers for evaluation -peer1.org2.example.com | [5f4 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Received message TRANSACTION from shim -peer1.org2.example.com | [5f5 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3e1e5db8]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [5f6 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3e1e5db8]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40a In commit adding relative sub-policy Orderer/Readers to Channel -peer1.org2.example.com | [5f7 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [3e1e5db8]Sending GET_STATE -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40b Returning policy Writers for evaluation -peer1.org2.example.com | [5f8 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Received message GET_STATE from shim -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40c In commit adding relative sub-policy Orderer/Writers to Channel -peer0.org1.example.com | [6da 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [5f9 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40d Returning policy OrdererOrg/Readers for evaluation -peer1.org2.example.com | [5fa 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [3e1e5db8]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [6db 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40e In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40f Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 410 In commit adding relative sub-policy Application/Readers to Channel -peer1.org2.example.com | [5fb 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 411 Returning policy Admins for evaluation -peer0.org1.example.com | [6dc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 412 In commit adding relative sub-policy Application/Admins to Channel -peer1.org2.example.com | [5fc 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [3e1e5db8] getting state for chaincode lscc, key exp02, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 413 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 414 In commit adding relative sub-policy Application/Writers to Channel -peer1.org2.example.com | [5fd 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [6dd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [084f3326-7b02-4f09-bf4b-cf4b65b01448] -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 415 Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 416 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 417 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 418 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 419 Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41a In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41b Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41c In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -peer0.org1.example.com | [6de 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41d Returning policy Org2MSP/Admins for evaluation -peer1.org2.example.com | [5fe 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [3e1e5db8]Got state. Sending RESPONSE -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41e In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41f Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 420 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 421 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 422 Returning policy Readers for evaluation -peer0.org1.example.com | [6df 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 423 Returning policy Writers for evaluation -peer1.org2.example.com | [5ff 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [3e1e5db8]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 424 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 425 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 426 Returning policy Admins for evaluation -peer0.org1.example.com | [6e0 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4218a1380 -peer1.org2.example.com | [600 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Received message RESPONSE from shim -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 427 Returning policy Readers for evaluation -peer0.org1.example.com | [6e1 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [601 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3e1e5db8]Handling ChaincodeMessage of type: RESPONSE(state:ready) -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 428 As expected, current configuration has policy '/Channel/Readers' -peer0.org1.example.com | [6e2 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 429 Returning policy Writers for evaluation -peer0.org1.example.com | [6e3 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer1.org2.example.com | [602 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [3e1e5db8]before send -peer0.org1.example.com | [6e4 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [603 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [3e1e5db8]after send -peer0.org1.example.com | [6e5 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [605 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [3e1e5db8]GetState received payload RESPONSE -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42a As expected, current configuration has policy '/Channel/Writers' -peer0.org1.example.com | [6e6 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422167220, header 0xc4218a13b0 -peer1.org2.example.com | [606 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42b Returning policy Application/Readers for evaluation -peer0.org1.example.com | [6e7 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer1.org2.example.com | [604 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [3e1e5db8]Received RESPONSE, communicated (state:ready) -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42c As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42d Returning policy Application/Writers for evaluation -peer1.org2.example.com | [607 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Move state message COMPLETED -peer0.org1.example.com | [6e8 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42e As expected, current configuration has policy '/Channel/Application/Writers' -peer1.org2.example.com | [608 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3e1e5db8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [6e9 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d] -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42f Returning policy Application/Admins for evaluation -peer0.org1.example.com | [6ea 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [609 01-14 11:47:02.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 430 As expected, current configuration has policy '/Channel/Application/Admins' -peer1.org2.example.com | [60a 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Received message COMPLETED from shim -peer0.org1.example.com | [6eb 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b87acb1e-d560-4383-97ed-9f14326c4e85] -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 431 Returning policy Orderer/BlockValidation for evaluation -peer1.org2.example.com | [60b 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 432 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -peer0.org1.example.com | [6ec 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel -orderer.example.com | 2018-01-14 11:45:32.537 UTC [common/config] NewStandardValues -> DEBU 433 Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [60c 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [6ed 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.537 UTC [common/config] initializeProtosStruct -> DEBU 434 Processing field: HashingAlgorithm -peer1.org2.example.com | [60d 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 435 Processing field: BlockDataHashingStructure -peer0.org1.example.com | [6ee 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d,syscc=true,proposal=0xc422167220,canname=lscc:1.0.2 -peer0.org1.example.com | [6ef 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [60e 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 436 Processing field: OrdererAddresses -peer0.org1.example.com | [6f0 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [60f 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 437 Processing field: Consortium -peer0.org1.example.com | [6f1 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [610 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 channel id: businesschannel version: 1.0 -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 438 Adding to config map: [Groups] /Channel -peer0.org1.example.com | [6f2 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [611 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1,syscc=false,proposal=0xc4220e65a0,canname=exp02:1.0 -peer0.org1.example.com | [6f3 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [612 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 439 Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43a Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [6f4 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43b Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -peer1.org2.example.com | [613 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -peer1.org2.example.com | [614 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43f Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 440 Adding to config map: [Values] /Channel/Orderer/ConsensusType -peer0.org1.example.com | [6f5 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [615 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 441 Adding to config map: [Values] /Channel/Orderer/BatchSize -peer0.org1.example.com | [6f6 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 442 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer1.org2.example.com | [616 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [617 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [6f7 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 443 Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org1.example.com | [6f8 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 444 Adding to config map: [Policy] /Channel/Orderer/Writers -peer1.org2.example.com | [618 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [6f9 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 445 Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 446 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org1.example.com | [6fa 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message TRANSACTION from shim -peer1.org2.example.com | [619 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 447 Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [6fb 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [6fc 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53f41b12]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [61a 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 448 Adding to config map: [Groups] /Channel/Application/Org1MSP -peer1.org2.example.com | [61b 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [6fd 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [53f41b12]Sending GET_STATE -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 449 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer1.org2.example.com | [61c 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44a Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer1.org2.example.com | [61d 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Received message GET_STATE from shim -peer0.org1.example.com | [6fe 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message GET_STATE from shim -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer1.org2.example.com | [61e 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org1.example.com | [6ff 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [61f 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [3e1e5db8]Received GET_STATE, invoking get state from ledger -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44d Adding to config map: [Groups] /Channel/Application/Org2MSP -peer0.org1.example.com | [700 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [53f41b12]Received GET_STATE, invoking get state from ledger -orderer.example.com | 2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44e Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer1.org2.example.com | [620 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [701 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [702 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [53f41b12] getting state for chaincode lscc, key exp02, channel businesschannel -peer1.org2.example.com | [621 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [3e1e5db8] getting state for chaincode exp02, key a, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 44f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer1.org2.example.com | [622 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [703 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 450 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -peer0.org1.example.com | [704 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [53f41b12]Got state. Sending RESPONSE -peer1.org2.example.com | [623 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [3e1e5db8]Got state. Sending RESPONSE -peer1.org2.example.com | [624 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [3e1e5db8]handleGetState serial send RESPONSE -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 451 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org1.example.com | [705 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [53f41b12]handleGetState serial send RESPONSE -peer1.org2.example.com | [625 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 452 Adding to config map: [Policy] /Channel/Application/Readers -peer1.org2.example.com | [626 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 453 Adding to config map: [Policy] /Channel/Application/Admins -peer0.org1.example.com | [706 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message RESPONSE from shim -peer1.org2.example.com | [627 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 454 Adding to config map: [Policy] /Channel/Application/Writers -peer1.org2.example.com | [628 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 455 Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer1.org2.example.com | [629 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [62a 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [707 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org2.example.com | [62b 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org2.example.com | [62c 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [549ce2a3-9dac-422b-9898-c0a5ff67d9bf] -peer0.org1.example.com | [708 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [53f41b12]before send -peer1.org2.example.com | [62d 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 456 Adding to config map: [Values] /Channel/Consortium -peer1.org2.example.com | [62e 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 channel id: businesschannel chaincode id: name:"exp02" -peer0.org1.example.com | [709 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [53f41b12]after send -peer1.org2.example.com | [62f 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 457 Adding to config map: [Values] /Channel/OrdererAddresses -peer0.org1.example.com | [70a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [53f41b12]Received RESPONSE, communicated (state:ready) -peer1.org2.example.com | [630 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [631 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1,syscc=true,proposal=0xc4220e65a0,canname=escc:1.0.2 -peer0.org1.example.com | [70b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [53f41b12]GetState received payload RESPONSE -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 458 Adding to config map: [Values] /Channel/HashingAlgorithm -peer1.org2.example.com | [632 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 459 Adding to config map: [Policy] /Channel/Writers -peer0.org1.example.com | [70c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [633 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/configtx] addToMap -> DEBU 45a Adding to config map: [Policy] /Channel/Admins -peer1.org2.example.com | [634 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [70d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Move state message COMPLETED -peer1.org2.example.com | [635 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [636 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/configtx] addToMap -> DEBU 45b Adding to config map: [Policy] /Channel/Readers -peer0.org1.example.com | [70e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [637 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [70f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/configtx] processConfig -> DEBU 45c Beginning new config for channel businesschannel -peer1.org2.example.com | [638 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3e1e5db8]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [710 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message COMPLETED from shim -peer1.org2.example.com | [639 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] NewStandardValues -> DEBU 45d Initializing protos for *config.ChannelProtos -peer1.org2.example.com | [63a 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [711 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [63b 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 45e Processing field: HashingAlgorithm -peer1.org2.example.com | [63c 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]sending state message TRANSACTION -peer0.org1.example.com | [712 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [63d 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 45f Processing field: BlockDataHashingStructure -peer0.org1.example.com | [713 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -peer1.org2.example.com | [63e 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3e1e5db8]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 460 Processing field: OrdererAddresses -peer0.org1.example.com | [714 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [63f 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3e1e5db8]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 461 Processing field: Consortium -peer1.org2.example.com | [640 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 462 Proposed new policy Readers for Channel -peer1.org2.example.com | [641 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer1.org2.example.com | [642 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [643 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]Move state message COMPLETED -peer1.org2.example.com | [644 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3e1e5db8]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [645 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3e1e5db8]send state message COMPLETED -peer0.org1.example.com | [715 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 463 Proposed new policy Writers for Channel -peer1.org2.example.com | [646 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3e1e5db8]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 464 Proposed new policy Admins for Channel -peer0.org1.example.com | [716 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | 2018-01-14 11:45:32.541 UTC [common/config] NewStandardValues -> DEBU 465 Initializing protos for *struct {} -peer1.org2.example.com | [647 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db8]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [648 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [649 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3e1e5db880fe38e180545c1fdd3489950a06a35fcd61a7c551919b4f7a44bbe1 -peer1.org2.example.com | [64a 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [717 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b87acb1e-d560-4383-97ed-9f14326c4e85] -peer1.org2.example.com | [64b 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [718 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [64c 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer1.org2.example.com | [64d 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [549ce2a3-9dac-422b-9898-c0a5ff67d9bf] -peer1.org2.example.com | [64e 01-14 11:47:02.20 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org2.example.com | [64f 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org2.example.com | [650 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4226cd590 -peer1.org2.example.com | [651 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [652 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 466 Proposed new policy Writers for Application -peer1.org2.example.com | [653 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -peer1.org2.example.com | [654 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [655 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 467 Proposed new policy Readers for Application -peer0.org1.example.com | [719 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel chaincode id: name:"lscc" -peer1.org2.example.com | [656 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421d52690, header 0xc4226cd5c0 -orderer.example.com | 2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 468 Proposed new policy Admins for Application -peer1.org2.example.com | [657 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -peer0.org1.example.com | [71a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer1.org2.example.com | [658 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 469 Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [659 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -peer0.org1.example.com | [71b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [65a 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46a Processing field: MSP -peer1.org2.example.com | [65b 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b71208b4-a442-430c-a5d5-112b2b6defbf] -peer0.org1.example.com | [71c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d,syscc=true,proposal=0xc422167220,canname=escc:1.0.2 -peer1.org2.example.com | [65c 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 channel id: businesschannel -peer0.org1.example.com | [71d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 46b Initializing protos for *config.ApplicationOrgProtos -peer1.org2.example.com | [65d 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60,syscc=true,proposal=0xc421d52690,canname=lscc:1.0.2 -peer0.org1.example.com | [71e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [65e 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer1.org2.example.com | [65f 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46c Processing field: AnchorPeers -peer0.org1.example.com | [71f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org2.example.com | [660 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 46d Initializing protos for *config.OrganizationProtos -peer1.org2.example.com | [661 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [720 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46e Processing field: MSP -peer1.org2.example.com | [662 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [721 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [663 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 46f Proposed new policy Readers for Org1MSP -peer0.org1.example.com | [722 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [664 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [723 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [665 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Move state message TRANSACTION -peer1.org2.example.com | [666 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [724 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 470 Proposed new policy Writers for Org1MSP -peer1.org2.example.com | [667 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [725 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [668 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 471 Proposed new policy Admins for Org1MSP -peer0.org1.example.com | [726 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [727 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]sending state message TRANSACTION -peer1.org2.example.com | [669 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Received message TRANSACTION from shim -peer0.org1.example.com | [728 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message TRANSACTION from shim -peer0.org1.example.com | [729 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [72a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53f41b12]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [72b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 472 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [72c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer1.org2.example.com | [66a 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c012902a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [72d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [72e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Move state message COMPLETED -peer1.org2.example.com | [66b 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [c012902a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [72f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 473 Processing field: MSP -peer1.org2.example.com | [66c 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [c012902a]Sending GET_STATE -peer0.org1.example.com | [730 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]send state message COMPLETED -peer0.org1.example.com | [731 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message COMPLETED from shim -peer1.org2.example.com | [66d 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message GET_STATE from shim -peer0.org1.example.com | [732 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [733 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [734 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -peer1.org2.example.com | [66e 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 474 Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [735 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [66f 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [c012902a]Received GET_STATE, invoking get state from ledger -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 475 Processing field: AnchorPeers -peer1.org2.example.com | [670 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [736 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [737 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer1.org2.example.com | [671 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org1.example.com | [738 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b87acb1e-d560-4383-97ed-9f14326c4e85] -peer0.org1.example.com | [739 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [73a 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [73b 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4221c7980 -peer0.org1.example.com | [73c 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [73d 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 476 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 477 Processing field: MSP -peer1.org2.example.com | [672 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [673 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]Got state. Sending RESPONSE -peer1.org2.example.com | [674 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [c012902a]handleGetState serial send RESPONSE -peer1.org2.example.com | [675 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Received message RESPONSE from shim -peer1.org2.example.com | [676 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c012902a]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org2.example.com | [677 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [c012902a]before send -peer0.org1.example.com | [73e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 478 Proposed new policy Writers for Org2MSP -peer1.org2.example.com | [678 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [c012902a]after send -peer0.org1.example.com | [73f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer1.org2.example.com | [679 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [c012902a]Received RESPONSE, communicated (state:ready) -peer1.org2.example.com | [67a 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [c012902a]GetState received payload RESPONSE -peer1.org2.example.com | [67b 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [67c 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Move state message COMPLETED -peer1.org2.example.com | [67d 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c012902a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [67e 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]send state message COMPLETED -peer1.org2.example.com | [67f 01-14 11:47:02.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message COMPLETED from shim -peer1.org2.example.com | [680 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [681 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [682 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -peer0.org1.example.com | [740 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 479 Proposed new policy Admins for Org2MSP -peer0.org1.example.com | [741 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421768b40, header 0xc4221c79b0 -peer1.org2.example.com | [683 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [742 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org1.example.com | [743 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -orderer.example.com | 2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 47a Proposed new policy Readers for Org2MSP -peer1.org2.example.com | [684 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -peer1.org2.example.com | [685 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 channel id: businesschannel version: 1.0 -peer1.org2.example.com | [686 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60,syscc=false,proposal=0xc421d52690,canname=exp02:1.0 -peer1.org2.example.com | [687 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -peer1.org2.example.com | [688 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [689 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -peer1.org2.example.com | [68a 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [68b 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [68c 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [68d 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [68e 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Move state message TRANSACTION -peer1.org2.example.com | [68f 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [690 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [744 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd] -peer1.org2.example.com | [691 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 47b Initializing protos for *config.OrdererProtos -peer1.org2.example.com | [692 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message GET_STATE from shim -peer1.org2.example.com | [693 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [694 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [c012902a]Received GET_STATE, invoking get state from ledger -peer1.org2.example.com | [695 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [745 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47c Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47d Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47e Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47f Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 480 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 481 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 482 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 483 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 484 Proposed new policy BlockValidation for Orderer -peer0.org1.example.com | [746 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d0367be8-d64d-4284-9578-a1d36d95dd00] -peer1.org2.example.com | [696 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a] getting state for chaincode exp02, key a, channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] NewStandardValues -> DEBU 485 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 486 Processing field: MSP -peer0.org1.example.com | [747 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 487 Proposed new policy Writers for OrdererOrg -peer1.org2.example.com | [697 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -peer0.org1.example.com | [748 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [698 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]Got state. Sending RESPONSE -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 488 Proposed new policy Admins for OrdererOrg -peer0.org1.example.com | [749 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd,syscc=true,proposal=0xc421768b40,canname=lscc:1.0.2 -peer1.org2.example.com | [699 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [c012902a]handleGetState serial send RESPONSE -peer0.org1.example.com | [74a 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org1.example.com | [74b 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [69a 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message GET_STATE from shim -orderer.example.com | 2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 489 Proposed new policy Readers for OrdererOrg -peer0.org1.example.com | [74c 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] Validate -> DEBU 48a Anchor peers for org Org1MSP are -peer1.org2.example.com | [69b 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org1.example.com | [74d 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.543 UTC [common/config] validateMSP -> DEBU 48b Setting up MSP for org Org1MSP -peer0.org1.example.com | [74e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.543 UTC [msp] NewBccspMsp -> DEBU 48c Creating BCCSP-based MSP instance -peer0.org1.example.com | [74f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.543 UTC [msp] Setup -> DEBU 48d Setting up MSP instance Org1MSP -peer1.org2.example.com | [69c 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [c012902a]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [750 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.544 UTC [msp/identity] newIdentity -> DEBU 48e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer1.org2.example.com | [69d 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer1.org2.example.com | [69e 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a] getting state for chaincode exp02, key b, channel businesschannel -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [69f 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b -peer0.org1.example.com | [751 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Move state message TRANSACTION -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org2.example.com | [6a0 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]Got state. Sending RESPONSE -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer1.org2.example.com | [6a1 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [c012902a]handleGetState serial send RESPONSE -peer0.org1.example.com | [752 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [6a2 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message PUT_STATE from shim -peer0.org1.example.com | [753 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -peer1.org2.example.com | [6a3 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [754 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]sending state message TRANSACTION -peer0.org1.example.com | [755 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message TRANSACTION from shim -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -peer1.org2.example.com | [6a4 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [756 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [6a5 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]state is ready -peer0.org1.example.com | [757 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [266bdea9]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -peer0.org1.example.com | [758 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [266bdea9]Sending GET_STATE -peer1.org2.example.com | [6a6 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]Completed PUT_STATE. Sending RESPONSE -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -peer0.org1.example.com | [759 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message GET_STATE from shim -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [75a 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer1.org2.example.com | [6a7 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [c012902a]enterBusyState trigger event RESPONSE -orderer.example.com | 2018-01-14 11:45:32.544 UTC [msp/identity] newIdentity -> DEBU 48f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [75b 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [266bdea9]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [75c 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [6a8 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Move state message RESPONSE -peer0.org1.example.com | [75d 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [266bdea9] getting state for chaincode lscc, key exp02, channel businesschannel -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [75e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [6a9 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -peer0.org1.example.com | [75f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [266bdea9]Got state. Sending RESPONSE -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [760 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [266bdea9]handleGetState serial send RESPONSE -peer1.org2.example.com | [6aa 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [761 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message RESPONSE from shim -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | [762 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer1.org2.example.com | [6ab 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]sending state message RESPONSE -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer1.org2.example.com | [6ac 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message PUT_STATE from shim -peer0.org1.example.com | [763 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [266bdea9]before send -peer0.org1.example.com | [764 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [266bdea9]after send -peer0.org1.example.com | [765 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [266bdea9]Received RESPONSE, communicated (state:ready) -peer1.org2.example.com | [6ad 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -peer0.org1.example.com | [766 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [266bdea9]GetState received payload RESPONSE -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer1.org2.example.com | [6ae 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [767 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [768 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Move state message COMPLETED -peer0.org1.example.com | [769 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [76a 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]send state message COMPLETED -peer0.org1.example.com | [76b 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message COMPLETED from shim -peer0.org1.example.com | [76c 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org1.example.com | [76d 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [6af 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]state is ready -peer0.org1.example.com | [76e 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer0.org1.example.com | [76f 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [770 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [771 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org2.example.com | [6b0 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [c012902a]Completed PUT_STATE. Sending RESPONSE -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer0.org1.example.com | [772 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [d0367be8-d64d-4284-9578-a1d36d95dd00] -peer1.org2.example.com | [6b1 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [c012902a]enterBusyState trigger event RESPONSE -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [6b2 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Move state message RESPONSE -peer0.org1.example.com | [773 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [6b3 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -orderer.example.com | 2018-01-14 11:45:32.545 UTC [msp/identity] newIdentity -> DEBU 490 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [774 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel chaincode id: name:"lscc" -peer0.org1.example.com | [775 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer1.org2.example.com | [6b4 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [776 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [6b5 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]sending state message RESPONSE -peer0.org1.example.com | [777 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd,syscc=true,proposal=0xc421768b40,canname=escc:1.0.2 -peer0.org1.example.com | [778 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [779 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer1.org2.example.com | [6b6 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message COMPLETED from shim -peer0.org1.example.com | [77a 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer1.org2.example.com | [6b7 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer1.org2.example.com | [6b8 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [6b9 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [77b 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org1.example.com | [77c 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [6ba 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [77d 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [6bb 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | [77e 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [6bc 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -peer0.org1.example.com | [77f 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Move state message TRANSACTION -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer0.org1.example.com | [780 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | xHTBvxfK6mAzmUitFmY= -peer1.org2.example.com | [6bd 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b71208b4-a442-430c-a5d5-112b2b6defbf] -peer1.org2.example.com | [6be 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer1.org2.example.com | [6bf 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 channel id: businesschannel chaincode id: name:"exp02" -peer0.org1.example.com | [781 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [6c0 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -peer1.org2.example.com | [6c1 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [6c2 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60,syscc=true,proposal=0xc421d52690,canname=escc:1.0.2 -peer1.org2.example.com | [6c3 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer1.org2.example.com | [6c4 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [6c5 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [782 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]sending state message TRANSACTION -peer1.org2.example.com | [6c6 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.546 UTC [msp] Validate -> DEBU 491 MSP Org1MSP validating identity -peer1.org2.example.com | [6c7 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [6c8 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer1.org2.example.com | [6c9 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c012902a]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [6ca 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.546 UTC [common/config] Validate -> DEBU 492 Anchor peers for org Org2MSP are -peer1.org2.example.com | [6cb 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [783 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message TRANSACTION from shim -peer1.org2.example.com | [6cc 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [6cd 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]sending state message TRANSACTION -peer1.org2.example.com | [6ce 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Received message TRANSACTION from shim -peer1.org2.example.com | [6cf 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c012902a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [6d0 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [c012902a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.546 UTC [common/config] validateMSP -> DEBU 493 Setting up MSP for org Org2MSP -peer1.org2.example.com | [6d1 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer0.org1.example.com | [784 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [6d2 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | 2018-01-14 11:45:32.546 UTC [msp] NewBccspMsp -> DEBU 494 Creating BCCSP-based MSP instance -peer0.org1.example.com | [785 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [266bdea9]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [6d3 01-14 11:47:02.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [6d4 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.546 UTC [msp] Setup -> DEBU 495 Setting up MSP instance Org2MSP -peer1.org2.example.com | [6d5 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c012902a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [786 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -peer1.org2.example.com | [6d6 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c012902a]send state message COMPLETED -peer1.org2.example.com | [6d7 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c012902a]Received message COMPLETED from shim -peer1.org2.example.com | [6d8 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.546 UTC [msp/identity] newIdentity -> DEBU 496 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [787 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -peer0.org1.example.com | [788 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [789 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Move state message COMPLETED -peer1.org2.example.com | [6d9 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [78a 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer1.org2.example.com | [6da 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -peer1.org2.example.com | [6db 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -peer0.org1.example.com | [78b 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]send state message COMPLETED -peer0.org1.example.com | [78c 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message COMPLETED from shim -peer0.org1.example.com | [78d 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [78e 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [6dc 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -peer0.org1.example.com | [78f 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer1.org2.example.com | [6dd 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [790 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer1.org2.example.com | [6de 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b71208b4-a442-430c-a5d5-112b2b6defbf] -peer0.org1.example.com | [791 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [792 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [793 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [d0367be8-d64d-4284-9578-a1d36d95dd00] -peer0.org1.example.com | [794 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer1.org2.example.com | [6df 01-14 11:47:02.33 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer0.org1.example.com | [795 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer1.org2.example.com | [6e0 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -peer0.org1.example.com | [796 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421826930 -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer0.org1.example.com | [797 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer1.org2.example.com | [6e1 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [798 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [799 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [79a 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [79b 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [6e2 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer0.org1.example.com | [79c 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421caef00, header 0xc421826960 -peer0.org1.example.com | [79d 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org1.example.com | [79e 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -peer1.org2.example.com | [6e3 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc420f9b9e0 -peer0.org1.example.com | [79f 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f] -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer0.org1.example.com | [7a0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org1.example.com | [7a1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [216237eb-2d45-472c-8bd2-3397610911d4] -peer1.org2.example.com | [6e4 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -peer0.org1.example.com | [7a2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org1.example.com | [7a3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel version: 1.0.2 -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer1.org2.example.com | [6e5 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | SCjyRdD3aQ== -peer0.org1.example.com | [7a4 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f,syscc=true,proposal=0xc421caef00,canname=lscc:1.0.2 -peer1.org2.example.com | [6e6 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [7a5 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [6e7 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -orderer.example.com | 2018-01-14 11:45:32.546 UTC [msp/identity] newIdentity -> DEBU 497 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [7a6 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [6e8 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [7a7 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer1.org2.example.com | [6e9 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer1.org2.example.com | [6ea 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421b7c000, header channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -peer0.org1.example.com | [7a8 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer1.org2.example.com | [6eb 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -peer0.org1.example.com | [7a9 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [6ec 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [7aa 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [7ab 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [6ed 01-14 11:47:04.57 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -peer0.org1.example.com | [7ac 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Move state message TRANSACTION -peer1.org2.example.com | [6ee 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -peer1.org2.example.com | [6ef 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -peer1.org2.example.com | [6f0 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -peer1.org2.example.com | [6f1 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [29f5c461-111b-4bbb-a5f6-04154f23c280] -peer1.org2.example.com | [6f2 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [7ad 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [7ae 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [7af 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]sending state message TRANSACTION -peer0.org1.example.com | [7b0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message TRANSACTION from shim -peer0.org1.example.com | [7b1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer1.org2.example.com | [6f3 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [29f5c461-111b-4bbb-a5f6-04154f23c280] -peer0.org1.example.com | [7b2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [881c84a3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [7b3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [881c84a3]Sending GET_STATE -peer0.org1.example.com | [7b4 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message GET_STATE from shim -peer0.org1.example.com | [7b5 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -peer0.org1.example.com | [7b6 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [881c84a3]Received GET_STATE, invoking get state from ledger -peer0.org1.example.com | [7b7 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [7b8 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [881c84a3] getting state for chaincode lscc, key exp02, channel businesschannel -peer0.org1.example.com | [7b9 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer0.org1.example.com | [7ba 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [881c84a3]Got state. Sending RESPONSE -peer0.org1.example.com | [7bb 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [881c84a3]handleGetState serial send RESPONSE -peer0.org1.example.com | [7bc 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message RESPONSE from shim -peer1.org2.example.com | [6f4 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer1.org2.example.com | [6f5 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [276c4d7d-4353-4416-a1d9-01863bd88c9f] -peer0.org1.example.com | [7bd 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: RESPONSE(state:ready) -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org2.example.com | [6f6 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=62b86cda-43d5-4020-a112-cc768b3306cb,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer1.org2.example.com | [6f7 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 chaindID businesschannel -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.547 UTC [msp/identity] newIdentity -> DEBU 498 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer1.org2.example.com | [6f8 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -peer1.org2.example.com | [6f9 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [7be 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [881c84a3]before send -peer0.org1.example.com | [7bf 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [881c84a3]after send -peer0.org1.example.com | [7c1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [881c84a3]GetState received payload RESPONSE -peer0.org1.example.com | [7c2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [7c0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [881c84a3]Received RESPONSE, communicated (state:ready) -peer0.org1.example.com | [7c3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Move state message COMPLETED -peer0.org1.example.com | [7c4 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [7c5 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]send state message COMPLETED -peer0.org1.example.com | [7c6 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message COMPLETED from shim -peer0.org1.example.com | [7c7 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer1.org2.example.com | [6fa 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -peer1.org2.example.com | [6fb 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [62b86cda]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [6fc 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [6fd 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [62b86cda]sendExecuteMsg trigger event TRANSACTION -peer1.org2.example.com | [6fe 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [62b86cda]Move state message TRANSACTION -peer1.org2.example.com | [6ff 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [62b86cda]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer1.org2.example.com | [700 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer1.org2.example.com | [701 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [62b86cda]sending state message TRANSACTION -peer1.org2.example.com | [702 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [62b86cda]Received message TRANSACTION from shim -peer1.org2.example.com | [703 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [62b86cda]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [7c8 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f]HandleMessage- COMPLETED. Notify -peer1.org2.example.com | [704 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [62b86cda]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer1.org2.example.com | [705 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -peer1.org2.example.com | [706 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -peer1.org2.example.com | [707 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -peer1.org2.example.com | [708 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [62b86cda]Transaction completed. Sending COMPLETED -peer1.org2.example.com | [709 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [62b86cda]Move state message COMPLETED -peer1.org2.example.com | [70a 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [62b86cda]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer1.org2.example.com | [70b 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [62b86cda]send state message COMPLETED -peer1.org2.example.com | [70c 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [62b86cda]Received message COMPLETED from shim -peer1.org2.example.com | [70d 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [62b86cda]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [7c9 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer1.org2.example.com | [70e 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [62b86cda-43d5-4020-a112-cc768b3306cb]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [7ca 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [70f 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:62b86cda-43d5-4020-a112-cc768b3306cb -peer0.org1.example.com | [7cb 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer1.org2.example.com | [710 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer1.org2.example.com | [711 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [276c4d7d-4353-4416-a1d9-01863bd88c9f] -peer0.org1.example.com | [7cc 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer1.org2.example.com | [712 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -peer1.org2.example.com | [713 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -peer1.org2.example.com | [714 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4214dec00), Data:(*common.BlockData)(0xc42145fea0), Metadata:(*common.BlockMetadata)(0xc42145fee0)}, doMVCCValidation=true -peer1.org2.example.com | [715 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -peer0.org1.example.com | [7cd 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [216237eb-2d45-472c-8bd2-3397610911d4] -peer0.org1.example.com | [7ce 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org1.example.com | [7cf 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel chaincode id: name:"lscc" -peer1.org2.example.com | [716 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -peer1.org2.example.com | [717 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -peer1.org2.example.com | [718 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -peer1.org2.example.com | [719 01-14 11:47:04.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] marked as valid by state validator -peer1.org2.example.com | [71a 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -peer1.org2.example.com | txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 -peer1.org2.example.com | ] -peer1.org2.example.com | [71b 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to index -peer1.org2.example.com | [71c 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx number:[0] ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to blockNumTranNum index -peer1.org2.example.com | [71d 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59245], isChainEmpty=[false], lastBlockNumber=[6] -peer0.org1.example.com | [7d0 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer0.org1.example.com | [7d1 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel version: 1.0.2 -peer1.org2.example.com | [71e 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer1.org2.example.com | [71f 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -peer1.org2.example.com | [720 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org1.example.com | [7d2 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f,syscc=true,proposal=0xc421caef00,canname=escc:1.0.2 -peer1.org2.example.com | [721 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer0.org1.example.com | [7d3 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer1.org2.example.com | [722 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [7d4 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer1.org2.example.com | [723 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer1.org2.example.com | [724 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions -peer0.org1.example.com | [7d5 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer1.org2.example.com | [725 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] -peer1.org2.example.com | [726 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -orderer.example.com | -----END CERTIFICATE----- -peer1.org2.example.com | [727 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -peer0.org1.example.com | [7d6 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]Inside sendExecuteMessage. Message TRANSACTION -peer1.org2.example.com | [728 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] -peer1.org2.example.com | [729 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -peer1.org2.example.com | [72a 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer1.org2.example.com | [72b 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | 2018-01-14 11:45:32.547 UTC [msp] Validate -> DEBU 499 MSP Org2MSP validating identity -peer1.org2.example.com | [72c 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -peer0.org1.example.com | [7d7 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer1.org2.example.com | [72d 01-14 11:47:04.60 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.548 UTC [common/config] validateMSP -> DEBU 49a Setting up MSP for org OrdererOrg -peer0.org1.example.com | [7d8 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.548 UTC [msp] NewBccspMsp -> DEBU 49b Creating BCCSP-based MSP instance -peer0.org1.example.com | [7d9 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.548 UTC [msp] Setup -> DEBU 49c Setting up MSP instance OrdererMSP -peer0.org1.example.com | [7da 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.548 UTC [msp/identity] newIdentity -> DEBU 49d Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [7db 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -peer0.org1.example.com | [7dc 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [7dd 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]sending state message TRANSACTION -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer0.org1.example.com | [7de 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message TRANSACTION from shim -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -peer0.org1.example.com | [7df 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org1.example.com | [7e0 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [881c84a3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [7e1 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer0.org1.example.com | [7e2 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -peer0.org1.example.com | [7e3 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Transaction completed. Sending COMPLETED -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -peer0.org1.example.com | [7e4 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Move state message COMPLETED -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer0.org1.example.com | [7e5 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [7e6 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.548 UTC [msp/identity] newIdentity -> DEBU 49e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [7e7 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message COMPLETED from shim -peer0.org1.example.com | [7e8 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [7e9 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f]HandleMessage- COMPLETED. Notify -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [7ea 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -peer0.org1.example.com | [7eb 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [7ec 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [7ed 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer0.org1.example.com | [7ee 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [216237eb-2d45-472c-8bd2-3397610911d4] -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [7ef 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [7f0 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org1.example.com | [7f1 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422617f50 -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org1.example.com | [7f2 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org1.example.com | [7f3 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [7f4 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [7f5 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer0.org1.example.com | [7f6 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [7f7 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4218f0730, header 0xc422617f80 -peer0.org1.example.com | [7f8 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [7f9 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -peer0.org1.example.com | [7fa 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5] -orderer.example.com | 2018-01-14 11:45:32.549 UTC [msp/identity] newIdentity -> DEBU 49f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [7fb 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer0.org1.example.com | [7fc 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [7fd 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org1.example.com | [7fe 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel version: 1.0.2 -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org1.example.com | [7ff 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5,syscc=true,proposal=0xc4218f0730,canname=lscc:1.0.2 -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [800 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [801 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [802 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.549 UTC [msp] Validate -> DEBU 4a0 MSP OrdererMSP validating identity -peer0.org1.example.com | [803 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.549 UTC [msp] Setup -> DEBU 4a1 Setting up the MSP manager (3 msps) -peer0.org1.example.com | [804 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.549 UTC [msp] Setup -> DEBU 4a2 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.549 UTC [policies] GetPolicy -> DEBU 4a3 Returning policy Writers for evaluation -peer0.org1.example.com | [805 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [806 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a4 In commit adding relative sub-policy Org2MSP/Writers to Application -peer0.org1.example.com | [807 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a5 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a6 In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a7 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a8 In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a9 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4aa In commit adding relative sub-policy Org1MSP/Readers to Application -peer0.org1.example.com | [808 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [809 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4ab Returning policy Writers for evaluation -peer0.org1.example.com | [80a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]sending state message TRANSACTION -peer0.org1.example.com | [80b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ac In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4ad Returning policy Admins for evaluation -peer0.org1.example.com | [80c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [80d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [57466ac5]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [80e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [80f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ae In commit adding relative sub-policy Org1MSP/Admins to Application -peer0.org1.example.com | [810 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [811 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]send state message COMPLETED -peer0.org1.example.com | [812 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Received message COMPLETED from shim -peer0.org1.example.com | [813 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [814 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [815 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -peer0.org1.example.com | [816 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [817 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [818 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4af Returning policy Writers for evaluation -peer0.org1.example.com | [819 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -peer0.org1.example.com | [81a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -peer0.org1.example.com | [81b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel chaincode id: name:"lscc" -peer0.org1.example.com | [81c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer0.org1.example.com | [81d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel version: 1.0.2 -peer0.org1.example.com | [81e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5,syscc=true,proposal=0xc4218f0730,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b0 Returning policy Writers for evaluation -peer0.org1.example.com | [81f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org1.example.com | [820 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [821 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b1 Returning policy Readers for evaluation -peer0.org1.example.com | [822 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [823 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b2 Returning policy Readers for evaluation -peer0.org1.example.com | [824 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b3 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b4 Returning policy Admins for evaluation -peer0.org1.example.com | [825 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b5 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4b6 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b7 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4b8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -peer0.org1.example.com | [826 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Move state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b9 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ba In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bb Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bc Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bd Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4be Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bf Returning policy Org1MSP/Admins for evaluation -peer0.org1.example.com | [827 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c0 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c1 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c2 In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c3 Returning policy Admins for evaluation -peer0.org1.example.com | [828 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c4 In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c5 Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c6 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c7 Returning policy Org2MSP/Admins for evaluation -peer0.org1.example.com | [829 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4c8 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4c9 Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ca In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cb Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4cc In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cd Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ce In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cf Returning policy Writers for evaluation -peer0.org1.example.com | [82a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d0 In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d1 Returning policy Readers for evaluation -peer0.org1.example.com | [82b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d2 In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d3 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d4 In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d5 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d6 In commit adding relative sub-policy Orderer/Admins to Channel -peer0.org1.example.com | [82c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [57466ac5]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d7 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d8 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d9 Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4da In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4db Returning policy OrdererOrg/Writers for evaluation -peer0.org1.example.com | [82d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4dc In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -peer0.org1.example.com | [82e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4dd Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4de In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4df Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e0 Returning policy Readers for evaluation -peer0.org1.example.com | [82f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e1 Returning policy Writers for evaluation -peer0.org1.example.com | [830 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e2 Returning policy Writers for evaluation -peer0.org1.example.com | [831 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [832 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e3 Returning policy Admins for evaluation -peer0.org1.example.com | [833 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e4 Returning policy Admins for evaluation -peer0.org1.example.com | [834 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e5 Returning policy Readers for evaluation -peer0.org1.example.com | [835 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4e6 As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e7 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4e8 As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e9 Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ea As expected, current configuration has policy '/Channel/Application/Readers' -peer0.org1.example.com | [836 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4eb Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ec As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4ed Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.552 UTC [policies] CommitProposals -> DEBU 4ee As expected, current configuration has policy '/Channel/Application/Admins' -peer0.org1.example.com | [837 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.552 UTC [policies] GetPolicy -> DEBU 4ef Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.552 UTC [policies] CommitProposals -> DEBU 4f0 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -peer0.org1.example.com | [838 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.552 UTC [orderer/common/broadcast] Handle -> DEBU 4f1 [channel: testchainid] Broadcast has successfully enqueued message of type ORDERER_TRANSACTION -peer0.org1.example.com | [839 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.552 UTC [policies] GetPolicy -> DEBU 4f2 Returning policy Writers for evaluation -peer0.org1.example.com | [83a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -orderer.example.com | 2018-01-14 11:45:32.552 UTC [cauthdsl] func1 -> DEBU 4f3 0xc420026028 gate 1515930332552514564 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.552 UTC [cauthdsl] func2 -> DEBU 4f4 0xc420026028 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:32.552 UTC [cauthdsl] func2 -> DEBU 4f5 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -peer0.org1.example.com | [83b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [83c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.552 UTC [msp/identity] newIdentity -> DEBU 4f6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [83d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4223cd9b0 -peer0.org1.example.com | [83e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -peer0.org1.example.com | [83f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [840 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [841 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -peer0.org1.example.com | [842 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] SatisfiesPrincipal -> DEBU 4f7 Checking if identity satisfies MEMBER role for OrdererMSP -peer0.org1.example.com | [843 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4218f1630, header 0xc4223cd9e0 -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] Validate -> DEBU 4f8 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.553 UTC [cauthdsl] func2 -> DEBU 4f9 0xc420026028 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp/identity] Verify -> DEBU 4fa Verify: digest = 00000000 71 d9 68 a3 ec 69 9f 09 03 ea ae 32 1c 1d fa 88 |q.h..i.....2....| -orderer.example.com | 00000010 11 1f cb 02 b9 34 51 ef 2a fb 35 34 1c a2 ea 3a |.....4Q.*.54...:| -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp/identity] Verify -> DEBU 4fb Verify: sig = 00000000 30 45 02 21 00 95 b5 76 17 9a 3d 5d c0 1c 6b 7f |0E.!...v..=]..k.| -orderer.example.com | 00000010 f9 6b 96 b2 f7 1e 6e da f2 3c 79 a3 ea b3 28 d7 |.k....n.. DEBU 4fc 0xc420026028 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:32.553 UTC [cauthdsl] func1 -> DEBU 4fd 0xc420026028 gate 1515930332552514564 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:32.553 UTC [orderer/common/sigfilter] Apply -> DEBU 4fe Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380c20 1 [0xc420150650]}) Writers]} -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] GetLocalMSP -> DEBU 4ff Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] GetDefaultSigningIdentity -> DEBU 500 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] GetLocalMSP -> DEBU 501 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.553 UTC [msp] GetDefaultSigningIdentity -> DEBU 502 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.554 UTC [msp/identity] Sign -> DEBU 503 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -peer0.org1.example.com | [844 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -peer0.org1.example.com | [845 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -peer0.org1.example.com | [846 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07] -peer0.org1.example.com | [847 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -peer0.org1.example.com | [848 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [375e7bcd-e271-4525-af60-6558d78a207d] -peer0.org1.example.com | [849 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel -peer0.org1.example.com | [84a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel version: 1.0.2 -peer0.org1.example.com | [84b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07,syscc=true,proposal=0xc4218f1630,canname=lscc:1.0.2 -peer0.org1.example.com | [84c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -peer0.org1.example.com | [84d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -peer0.org1.example.com | [84e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -peer0.org1.example.com | [84f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [850 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [851 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [852 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [853 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Move state message TRANSACTION -peer0.org1.example.com | [854 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [855 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.554 UTC [msp/identity] Sign -> DEBU 504 Sign: digest: 7524B569061E5C0C0A391E7ADCB28A7C3FAFD24E830B11AE46D118265F84EA55 -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/config] NewStandardValues -> DEBU 505 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 506 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 507 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 508 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 509 Processing field: Consortium -peer0.org1.example.com | [856 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]sending state message TRANSACTION -peer0.org1.example.com | [857 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message TRANSACTION from shim -peer0.org1.example.com | [858 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50a Adding to config map: [Groups] /Channel -peer0.org1.example.com | [859 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [90b90f60]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [85a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [90b90f60]Sending GET_STATE_BY_RANGE -peer0.org1.example.com | [85b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message GET_STATE_BY_RANGE from shim -peer0.org1.example.com | [85c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: GET_STATE_BY_RANGE in state ready -peer0.org1.example.com | [85d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Received GET_STATE_BY_RANGE, invoking get state from ledger -peer0.org1.example.com | [85e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Exiting GET_STATE_BY_RANGE -peer0.org1.example.com | [85f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50b Adding to config map: [Groups] /Channel/Orderer -peer0.org1.example.com | [860 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/common/ledger/util/leveldbhelper] GetStateRangeScanIterator.getStateRangeScanIterator.newResultsItr.GetStateRangeScanIterator.GetIterator -> DEBU Getting iterator for range [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x0, 0x1}] - [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x1}] -peer0.org1.example.com | [861 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/rwsetutil] getQueryResponse.Next.updateRangeQueryInfo.AddResult -> DEBU Adding a result -peer0.org1.example.com | [862 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Got keys and values. Sending RESPONSE -peer0.org1.example.com | [863 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [90b90f60]handleGetStateByRange serial send RESPONSE -peer0.org1.example.com | [864 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message RESPONSE from shim -peer0.org1.example.com | [865 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org1.example.com | [866 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]before send -peer0.org1.example.com | [867 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]after send -peer0.org1.example.com | [868 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [90b90f60]Received RESPONSE, communicated (state:ready) -peer0.org1.example.com | [869 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [90b90f60]Received RESPONSE. Successfully got range -peer0.org1.example.com | [86a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [90b90f60]Sending QUERY_STATE_CLOSE -peer0.org1.example.com | [86b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message QUERY_STATE_CLOSE from shim -peer0.org1.example.com | [86c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: QUERY_STATE_CLOSE in state ready -peer0.org1.example.com | [86d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Received QUERY_STATE_CLOSE, invoking query state close from ledger -peer0.org1.example.com | [86e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Exiting QUERY_STATE_CLOSE -peer0.org1.example.com | [86f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [870 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Closed. Sending RESPONSE -peer0.org1.example.com | [871 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [90b90f60]handleQueryStateClose serial send RESPONSE -peer0.org1.example.com | [872 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message RESPONSE from shim -peer0.org1.example.com | [873 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: RESPONSE(state:ready) -peer0.org1.example.com | [874 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]before send -peer0.org1.example.com | [875 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]after send -peer0.org1.example.com | [876 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [90b90f60]Received RESPONSE, communicated (state:ready) -peer0.org1.example.com | [877 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [90b90f60]Received RESPONSE. Successfully got range -peer0.org1.example.com | [878 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [879 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Move state message COMPLETED -peer0.org1.example.com | [87a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [87b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]send state message COMPLETED -peer0.org1.example.com | [87c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message COMPLETED from shim -peer0.org1.example.com | [87d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [87e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [87f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -peer0.org1.example.com | [880 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [881 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50c Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -peer0.org1.example.com | [882 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -peer0.org1.example.com | [883 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [375e7bcd-e271-4525-af60-6558d78a207d] -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50d Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 510 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -peer0.org1.example.com | [884 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 511 Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 512 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -peer0.org1.example.com | [885 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel chaincode id: name:"lscc" -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 513 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 514 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 515 Adding to config map: [Policy] /Channel/Orderer/Admins -peer0.org1.example.com | [886 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -peer0.org1.example.com | [887 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 516 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -peer0.org1.example.com | [888 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07,syscc=true,proposal=0xc4218f1630,canname=escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 517 Adding to config map: [Policy] /Channel/Orderer/Readers -peer0.org1.example.com | [889 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -peer0.org1.example.com | [88a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 518 Adding to config map: [Policy] /Channel/Orderer/Writers -peer0.org1.example.com | [88b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 519 Adding to config map: [Groups] /Channel/Application -peer0.org1.example.com | [88c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51a Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51b Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -peer0.org1.example.com | [88d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -peer0.org1.example.com | [88e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -peer0.org1.example.com | [88f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 51e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -peer0.org1.example.com | [890 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Move state message TRANSACTION -peer0.org1.example.com | [891 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [892 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [893 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 51f Adding to config map: [Groups] /Channel/Application/Org1MSP -peer0.org1.example.com | [894 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message TRANSACTION from shim -peer0.org1.example.com | [895 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [896 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [90b90f60]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [897 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | 2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 520 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -peer0.org1.example.com | [898 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer0.org1.example.com | [899 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [89a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Move state message COMPLETED -peer0.org1.example.com | [89b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [89c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]send state message COMPLETED -peer0.org1.example.com | [89d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.557 UTC [common/configtx] addToMap -> DEBU 521 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -peer0.org1.example.com | [89e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [89f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [8a0 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -orderer.example.com | 2018-01-14 11:45:32.557 UTC [common/configtx] addToMap -> DEBU 522 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -peer0.org1.example.com | [8a1 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [8a2 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [8a3 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.558 UTC [common/configtx] addToMap -> DEBU 523 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -peer0.org1.example.com | [8a4 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [375e7bcd-e271-4525-af60-6558d78a207d] -peer0.org1.example.com | [8a5 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [8a6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [8a7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4224b2ed0 -orderer.example.com | 2018-01-14 11:45:32.558 UTC [common/configtx] addToMap -> DEBU 524 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -peer0.org1.example.com | [8a8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [8a9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -peer0.org1.example.com | [8aa 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [8ab 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -peer0.org1.example.com | [8ac 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -orderer.example.com | 2018-01-14 11:45:32.559 UTC [orderer/common/broadcast] Handle -> WARN 525 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:32.560 UTC [orderer/main] func1 -> DEBU 526 Closing Broadcast stream -peer0.org1.example.com | [8ad 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4224c2370, header 0xc4224b2f00 -orderer.example.com | 2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 527 Adding to config map: [Values] /Channel/Consortium -peer0.org1.example.com | [8ae 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" -orderer.example.com | 2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 528 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 529 Adding to config map: [Values] /Channel/HashingAlgorithm -peer0.org1.example.com | [8af 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52a Adding to config map: [Values] /Channel/BlockDataHashingStructure -peer0.org1.example.com | [8b0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec] -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52b Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52c Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52d Adding to config map: [Policy] /Channel/Admins -peer0.org1.example.com | [8b1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/configtx] processConfig -> DEBU 52e Beginning new config for channel businesschannel -peer0.org1.example.com | [8b2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [8886738f-5547-4c0d-84d3-fa40cd2de160] -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 52f Initializing protos for *config.ChannelProtos -peer0.org1.example.com | [8b3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 530 Processing field: HashingAlgorithm -peer0.org1.example.com | [8b4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 531 Processing field: BlockDataHashingStructure -peer0.org1.example.com | [8b5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec,syscc=true,proposal=0xc4224c2370,canname=qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 532 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 533 Processing field: Consortium -peer0.org1.example.com | [8b6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -peer0.org1.example.com | [8b7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 534 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 535 Proposed new policy Readers for Channel -peer0.org1.example.com | [8b8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 536 Proposed new policy Writers for Channel -peer0.org1.example.com | [8b9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 537 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 538 Processing field: ConsensusType -peer0.org1.example.com | [8ba 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 539 Processing field: BatchSize -peer0.org1.example.com | [8bb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53a Processing field: BatchTimeout -peer0.org1.example.com | [8bc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53b Processing field: KafkaBrokers -peer0.org1.example.com | [8bd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Move state message TRANSACTION -peer0.org1.example.com | [8be 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53c Processing field: ChannelRestrictions -peer0.org1.example.com | [8bf 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53d Proposed new policy Writers for Orderer -peer0.org1.example.com | [8c0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]sending state message TRANSACTION -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53e Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53f Proposed new policy BlockValidation for Orderer -peer0.org1.example.com | [8c1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 540 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 541 Initializing protos for *config.OrganizationProtos -peer0.org1.example.com | [8c2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 2018-01-14 11:45:32.563 UTC [common/config] initializeProtosStruct -> DEBU 543 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 544 Proposed new policy Writers for OrdererOrg -peer0.org1.example.com | [8c3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [781c2078]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [8c4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetChainInfo on chain: businesschannel -orderer.example.com | 2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 545 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 546 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 547 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.564 UTC [policies] ProposePolicy -> DEBU 548 Proposed new policy ChannelCreationPolicy for Application -peer0.org1.example.com | [8c5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [8c6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 549 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] initializeProtosStruct -> DEBU 54a Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 54b Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] initializeProtosStruct -> DEBU 54c Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 54d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.565 UTC [common/config] initializeProtosStruct -> DEBU 54e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 54f Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 550 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 551 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 552 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 553 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 554 Initializing protos for *config.ApplicationOrgProtos -peer0.org1.example.com | [8c7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [8c8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]send state message COMPLETED -peer0.org1.example.com | [8c9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 555 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 556 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 557 Processing field: MSP -peer0.org1.example.com | [8ca 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [8cb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.566 UTC [policies] ProposePolicy -> DEBU 558 Proposed new policy Writers for Org2MSP -peer0.org1.example.com | [8cc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -orderer.example.com | 2018-01-14 11:45:32.567 UTC [policies] ProposePolicy -> DEBU 559 Proposed new policy Admins for Org2MSP -peer0.org1.example.com | [8cd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [8ce 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.567 UTC [policies] ProposePolicy -> DEBU 55a Proposed new policy Readers for Org2MSP -peer0.org1.example.com | [8cf 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | 2018-01-14 11:45:32.567 UTC [common/config] validateMSP -> DEBU 55b Setting up MSP for org OrdererOrg -peer0.org1.example.com | [8d0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [8886738f-5547-4c0d-84d3-fa40cd2de160] -orderer.example.com | 2018-01-14 11:45:32.567 UTC [msp] NewBccspMsp -> DEBU 55c Creating BCCSP-based MSP instance -peer0.org1.example.com | [8d1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.567 UTC [msp] Setup -> DEBU 55d Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.567 UTC [msp/identity] newIdentity -> DEBU 55e Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [8d2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel chaincode id: name:"qscc" -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -peer0.org1.example.com | [8d3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -peer0.org1.example.com | [8d4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel version: 1.0.2 -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -peer0.org1.example.com | [8d5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec,syscc=true,proposal=0xc4224c2370,canname=escc:1.0.2 -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -peer0.org1.example.com | [8d6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -peer0.org1.example.com | [8d7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -peer0.org1.example.com | [8d8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -peer0.org1.example.com | [8d9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [8da 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -peer0.org1.example.com | [8db 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -peer0.org1.example.com | [8dc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [8dd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Move state message TRANSACTION -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [8de 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -peer0.org1.example.com | [8df 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [8e0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]sending state message TRANSACTION -peer0.org1.example.com | [8e1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Received message TRANSACTION from shim -orderer.example.com | 2018-01-14 11:45:32.568 UTC [msp/identity] newIdentity -> DEBU 55f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [8e2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [8e3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [781c2078]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -peer0.org1.example.com | [8e4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org1.example.com | [8e5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -peer0.org1.example.com | [8e6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [8e7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Move state message COMPLETED -peer0.org1.example.com | [8e8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [8e9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]send state message COMPLETED -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [8ea 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Received message COMPLETED from shim -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [8eb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [8ec 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec]HandleMessage- COMPLETED. Notify -peer0.org1.example.com | [8ed 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -peer0.org1.example.com | [8ee 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [8ef 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [8f0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -peer0.org1.example.com | [8f1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [8886738f-5547-4c0d-84d3-fa40cd2de160] -peer0.org1.example.com | [8f2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -peer0.org1.example.com | [8f3 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -peer0.org1.example.com | [8f4 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42257b380 -peer0.org1.example.com | [8f5 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -peer0.org1.example.com | [8f6 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org1.example.com | [8f7 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -peer0.org1.example.com | [8f8 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org1.example.com | [8f9 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [8fa 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422574550, header 0xc42257b3b0 -peer0.org1.example.com | [8fb 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org1.example.com | [8fc 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [8fd 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2] -peer0.org1.example.com | [8fe 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer0.org1.example.com | [8ff 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b0930a0a-6793-4601-8e4e-e8703b937c87] -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [900 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [901 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel version: 1.0.2 -orderer.example.com | 2018-01-14 11:45:32.568 UTC [msp/identity] newIdentity -> DEBU 560 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [902 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2,syscc=true,proposal=0xc422574550,canname=qscc:1.0.2 -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -peer0.org1.example.com | [903 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [904 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -peer0.org1.example.com | [905 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -peer0.org1.example.com | [906 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -peer0.org1.example.com | [907 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -peer0.org1.example.com | [908 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -peer0.org1.example.com | [909 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]sendExecuteMsg trigger event TRANSACTION -peer0.org1.example.com | [90a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Move state message TRANSACTION -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -peer0.org1.example.com | [90b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -peer0.org1.example.com | [90c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -peer0.org1.example.com | [90d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]sending state message TRANSACTION -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [90e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Received message TRANSACTION from shim -peer0.org1.example.com | [90f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -peer0.org1.example.com | [910 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0ea537fc]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | 2018-01-14 11:45:32.569 UTC [msp] Validate -> DEBU 561 MSP OrdererMSP validating identity -peer0.org1.example.com | [911 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetBlockByNumber on chain: businesschannel -peer0.org1.example.com | [912 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber -> DEBU retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:45:32.563 UTC [orderer/common/deliver] Handle -> DEBU 542 Rejecting deliver because channel businesschannel not found -orderer.example.com | 2018-01-14 11:45:32.570 UTC [orderer/main] func1 -> DEBU 562 Closing Deliver stream -peer0.org1.example.com | [913 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[25668] -orderer.example.com | 2018-01-14 11:45:32.570 UTC [common/config] Validate -> DEBU 563 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.570 UTC [common/config] validateMSP -> DEBU 564 Setting up MSP for org Org1MSP -peer0.org1.example.com | [914 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Remaining bytes=[28901], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:32.570 UTC [msp] NewBccspMsp -> DEBU 565 Creating BCCSP-based MSP instance -peer0.org1.example.com | [915 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Returning blockbytes - length=[13791], placementInfo={fileNum=[0], startOffset=[25668], bytesOffset=[25670]} -peer0.org1.example.com | [916 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Transaction completed. Sending COMPLETED -peer0.org1.example.com | [917 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.570 UTC [msp] Setup -> DEBU 566 Setting up MSP instance Org1MSP -peer0.org1.example.com | [918 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: COMPLETED(state:ready) -peer0.org1.example.com | [919 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.571 UTC [msp/identity] newIdentity -> DEBU 567 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [91a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Received message COMPLETED from shim -peer0.org1.example.com | [91b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [91c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2]HandleMessage- COMPLETED. Notify -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [91d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | [91e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -peer0.org1.example.com | [91f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -peer0.org1.example.com | [920 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -peer0.org1.example.com | [921 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b0930a0a-6793-4601-8e4e-e8703b937c87] -peer0.org1.example.com | [922 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -peer0.org1.example.com | [923 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel chaincode id: name:"qscc" -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -peer0.org1.example.com | [924 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc -peer0.org1.example.com | [925 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel version: 1.0.2 -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -peer0.org1.example.com | [926 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2,syscc=true,proposal=0xc422574550,canname=escc:1.0.2 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.572 UTC [msp/identity] newIdentity -> DEBU 568 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [927 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [928 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [929 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [92a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]Inside sendExecuteMessage. Message TRANSACTION -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -peer0.org1.example.com | [92b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [92c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | [92d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer0.org1.example.com | [92e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Move state message TRANSACTION -peer0.org1.example.com | [92f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [930 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -orderer.example.com | 2018-01-14 11:45:32.573 UTC [msp/identity] newIdentity -> DEBU 569 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [931 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]sending state message TRANSACTION -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [932 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Received message TRANSACTION from shim -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [933 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [934 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0ea537fc]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [935 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | [936 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -peer0.org1.example.com | [937 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Transaction completed. Sending COMPLETED -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -peer0.org1.example.com | [938 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Move state message COMPLETED -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -peer0.org1.example.com | [939 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -peer0.org1.example.com | [93a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]send state message COMPLETED -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [93b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.574 UTC [msp] Validate -> DEBU 56a MSP Org1MSP validating identity -peer0.org1.example.com | [93c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -peer0.org1.example.com | [93d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.575 UTC [common/config] Validate -> DEBU 56b Anchor peers for org Org2MSP are -peer0.org1.example.com | [93e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -orderer.example.com | 2018-01-14 11:45:32.575 UTC [common/config] validateMSP -> DEBU 56c Setting up MSP for org Org2MSP -peer0.org1.example.com | [93f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.576 UTC [msp] NewBccspMsp -> DEBU 56d Creating BCCSP-based MSP instance -peer0.org1.example.com | [940 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.576 UTC [msp] Setup -> DEBU 56e Setting up MSP instance Org2MSP -peer0.org1.example.com | [941 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.578 UTC [msp/identity] newIdentity -> DEBU 56f Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [942 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b0930a0a-6793-4601-8e4e-e8703b937c87] -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -peer0.org1.example.com | [943 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -peer0.org1.example.com | [944 01-14 11:47:04.35 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -peer0.org1.example.com | [945 01-14 11:47:04.35 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] -peer0.org1.example.com | [946 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -peer0.org1.example.com | [947 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -peer0.org1.example.com | [948 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -peer0.org1.example.com | [949 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422616330 -peer0.org1.example.com | [94a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -peer0.org1.example.com | [94b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -peer0.org1.example.com | [94c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -peer0.org1.example.com | [94d 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -peer0.org1.example.com | [94e 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -orderer.example.com | SCjyRdD3aQ== -peer0.org1.example.com | [94f 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -peer0.org1.example.com | [950 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42028d800, header channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.580 UTC [msp/identity] newIdentity -> DEBU 570 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [951 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [952 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -peer0.org1.example.com | [953 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org1.example.com | [954 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org1.example.com | [955 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org1.example.com | [956 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [957 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [14e23183-7cde-40e6-b438-a1b3a254da00] -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [958 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [959 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [14e23183-7cde-40e6-b438-a1b3a254da00] -orderer.example.com | 2018-01-14 11:45:32.580 UTC [msp/identity] newIdentity -> DEBU 571 Creating identity instance for ID -----BEGIN CERTIFICATE----- -peer0.org1.example.com | [95a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -peer0.org1.example.com | [95b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [79439eab-2df1-41f4-a85b-fa5e649521a2] -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -peer0.org1.example.com | [95c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4e08599a-d5c5-44e2-96f8-ed097f9774a7,syscc=true,proposal=0x0,canname=vscc:1.0.2 -peer0.org1.example.com | [95d 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 chaindID businesschannel -peer0.org1.example.com | [95e 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -peer0.org1.example.com | [95f 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -peer0.org1.example.com | [960 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -peer0.org1.example.com | [961 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4e08599a]Inside sendExecuteMessage. Message TRANSACTION -peer0.org1.example.com | [962 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -peer0.org1.example.com | [963 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4e08599a]sendExecuteMsg trigger event TRANSACTION -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -peer0.org1.example.com | [964 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]Move state message TRANSACTION -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -peer0.org1.example.com | [965 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -peer0.org1.example.com | [966 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -peer0.org1.example.com | [967 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]sending state message TRANSACTION -peer0.org1.example.com | [968 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Received message TRANSACTION from shim -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -peer0.org1.example.com | [969 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e08599a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -peer0.org1.example.com | [96a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4e08599a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -orderer.example.com | AXYxULZpXYDQXt1KaLI= -peer0.org1.example.com | [96b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -orderer.example.com | -----END CERTIFICATE----- -peer0.org1.example.com | [96c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -orderer.example.com | 2018-01-14 11:45:32.581 UTC [msp] Validate -> DEBU 572 MSP Org2MSP validating identity -peer0.org1.example.com | [96d 01-14 11:47:04.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -orderer.example.com | 2018-01-14 11:45:32.581 UTC [orderer/main] Deliver -> DEBU 573 Starting new Deliver handler -peer0.org1.example.com | [96e 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Transaction completed. Sending COMPLETED -orderer.example.com | 2018-01-14 11:45:32.581 UTC [orderer/common/deliver] Handle -> DEBU 574 Starting new deliver loop -peer0.org1.example.com | [96f 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Move state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.582 UTC [orderer/common/deliver] Handle -> DEBU 575 Attempting to read seek info message -peer0.org1.example.com | [970 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e08599a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -orderer.example.com | 2018-01-14 11:45:32.582 UTC [msp] Setup -> DEBU 576 Setting up the MSP manager (3 msps) -peer0.org1.example.com | [971 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]send state message COMPLETED -orderer.example.com | 2018-01-14 11:45:32.582 UTC [msp] Setup -> DEBU 577 MSP manager setup complete, setup 3 msps -peer0.org1.example.com | [972 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]Received message COMPLETED from shim -orderer.example.com | 2018-01-14 11:45:32.582 UTC [policies] GetPolicy -> DEBU 578 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.582 UTC [policies] CommitProposals -> DEBU 579 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:32.582 UTC [policies] GetPolicy -> DEBU 57a Returning policy Admins for evaluation -peer0.org1.example.com | [973 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] CommitProposals -> DEBU 57b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57c Returning policy Readers for evaluation -peer0.org1.example.com | [974 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a-d5c5-44e2-96f8-ed097f9774a7]HandleMessage- COMPLETED. Notify -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] CommitProposals -> DEBU 57d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57e Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57f Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 580 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 581 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 582 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 583 In commit adding relative sub-policy Org1MSP/Readers to Application -peer0.org1.example.com | [975 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4e08599a-d5c5-44e2-96f8-ed097f9774a7 -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 584 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 585 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 586 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 587 In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 588 Returning policy Writers for evaluation -peer0.org1.example.com | [976 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 589 In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 58a Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 58b In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58c Returning policy Readers for evaluation -peer0.org1.example.com | [977 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [79439eab-2df1-41f4-a85b-fa5e649521a2] -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 58d In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58e Returning policy Admins for evaluation -peer0.org1.example.com | [978 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58f Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 590 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 591 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 592 Returning policy BlockValidation for evaluation -peer0.org1.example.com | [979 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 593 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 594 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 595 In commit adding relative sub-policy Orderer/Readers to Channel -peer0.org1.example.com | [97a 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421d2a800), Data:(*common.BlockData)(0xc42218ac40), Metadata:(*common.BlockMetadata)(0xc42218ac80)}, doMVCCValidation=true -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 596 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 597 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 598 Returning policy OrdererOrg/Admins for evaluation -peer0.org1.example.com | [97b 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 599 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -peer0.org1.example.com | [97c 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -orderer.example.com | 2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 59a Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59b In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 59c Returning policy Writers for evaluation -peer0.org1.example.com | [97d 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59d In commit adding relative sub-policy Orderer/Writers to Channel -peer0.org1.example.com | [97e 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 59e Returning policy Org2MSP/Admins for evaluation -peer0.org1.example.com | [97f 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] marked as valid by state validator -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59f In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 5a0 Returning policy Org2MSP/Readers for evaluation -peer0.org1.example.com | [980 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 5a1 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -peer0.org1.example.com | txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 -orderer.example.com | 2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 5a2 Returning policy ChannelCreationPolicy for evaluation -peer0.org1.example.com | ] -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a3 In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -peer0.org1.example.com | [981 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to index -peer0.org1.example.com | [982 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx number:[0] ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to blockNumTranNum index -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a4 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a5 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -peer0.org1.example.com | [983 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59245], isChainEmpty=[false], lastBlockNumber=[6] -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a6 Returning policy Org1MSP/Writers for evaluation -peer0.org1.example.com | [984 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) -peer0.org1.example.com | [985 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a7 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -peer0.org1.example.com | [986 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a8 Returning policy Org1MSP/Admins for evaluation -peer0.org1.example.com | [987 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -peer0.org1.example.com | [988 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a9 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -peer0.org1.example.com | [989 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -peer0.org1.example.com | [98a 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5aa Returning policy Org2MSP/Writers for evaluation -peer0.org1.example.com | [98b 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] -orderer.example.com | 2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5ab In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -peer0.org1.example.com | [98c 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -peer0.org1.example.com | [98d 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ac Returning policy Admins for evaluation -peer0.org1.example.com | [98e 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] -peer0.org1.example.com | [98f 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ad Returning dummy reject all policy because Admins could not be found in /Application/Admins -peer0.org1.example.com | [990 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -peer0.org1.example.com | [991 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ae Returning policy Readers for evaluation -peer0.org1.example.com | [992 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5af Returning dummy reject all policy because Readers could not be found in /Application/Readers -peer0.org1.example.com | [993 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5b0 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5b1 Returning dummy reject all policy because Writers could not be found in /Application/Writers -orderer.example.com | 2018-01-14 11:45:32.589 UTC [common/configtx] addToMap -> DEBU 5b2 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b3 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b4 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b5 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b6 Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b7 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b8 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b9 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5ba Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5bb Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5bc Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.592 UTC [common/configtx] addToMap -> DEBU 5bd Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.592 UTC [common/configtx] addToMap -> DEBU 5be Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.592 UTC [policies] GetPolicy -> DEBU 5bf Returning policy ChannelCreationPolicy for evaluation -orderer.example.com | 2018-01-14 11:45:32.592 UTC [cauthdsl] func1 -> DEBU 5c0 0xc4200265a8 gate 1515930332592908164 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.593 UTC [cauthdsl] func2 -> DEBU 5c1 0xc4200265a8 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:32.593 UTC [cauthdsl] func2 -> DEBU 5c2 0xc4200265a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:32.593 UTC [msp/identity] newIdentity -> DEBU 5c3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.594 UTC [msp] SatisfiesPrincipal -> DEBU 5c4 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.594 UTC [cauthdsl] func2 -> DEBU 5c5 0xc4200265a8 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.594 UTC [msp/identity] Verify -> DEBU 5c6 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -orderer.example.com | 00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -orderer.example.com | 2018-01-14 11:45:32.594 UTC [msp/identity] Verify -> DEBU 5c7 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -orderer.example.com | 00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -orderer.example.com | 00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -orderer.example.com | 00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -orderer.example.com | 00000040 12 a6 8e 7f 16 50 |.....P| -orderer.example.com | 2018-01-14 11:45:32.594 UTC [cauthdsl] func2 -> DEBU 5c8 0xc4200265a8 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:32.594 UTC [cauthdsl] func1 -> DEBU 5c9 0xc4200265a8 gate 1515930332592908164 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5ca Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cb Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cc Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cd Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5ce Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5cf Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d0 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d1 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d2 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d3 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d4 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d5 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d6 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d7 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d8 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d9 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5da Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5db Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5dc Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/configtx] processConfig -> DEBU 5dd Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/config] NewStandardValues -> DEBU 5de Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5df Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5e0 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5e1 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e2 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e3 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e4 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e5 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:32.599 UTC [common/config] NewStandardValues -> DEBU 5e6 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e7 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e8 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e9 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5ea Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5eb Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ec Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ed Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ee Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ef Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.600 UTC [common/config] NewStandardValues -> DEBU 5f0 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5f1 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f2 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f3 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f4 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.601 UTC [common/config] NewStandardValues -> DEBU 5f5 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f6 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f7 Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f8 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:32.601 UTC [common/config] NewStandardValues -> DEBU 5f9 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fa Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.602 UTC [common/config] NewStandardValues -> DEBU 5fb Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fc Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.602 UTC [common/config] NewStandardValues -> DEBU 5fd Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fe Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 5ff Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 600 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 601 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 602 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 603 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 604 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 605 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 606 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 607 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 608 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 609 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 60a Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.603 UTC [common/config] validateMSP -> DEBU 60b Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.604 UTC [msp] NewBccspMsp -> DEBU 60c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.604 UTC [msp] Setup -> DEBU 60d Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.604 UTC [msp/identity] newIdentity -> DEBU 60e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.604 UTC [msp/identity] newIdentity -> DEBU 60f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.605 UTC [msp/identity] newIdentity -> DEBU 610 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.605 UTC [msp] Validate -> DEBU 611 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.606 UTC [common/config] Validate -> DEBU 612 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.606 UTC [common/config] validateMSP -> DEBU 613 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.606 UTC [msp] NewBccspMsp -> DEBU 614 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.606 UTC [msp] Setup -> DEBU 615 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 616 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 617 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 618 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.608 UTC [msp] Validate -> DEBU 619 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.608 UTC [common/config] Validate -> DEBU 61a Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.608 UTC [common/config] validateMSP -> DEBU 61b Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.608 UTC [msp] NewBccspMsp -> DEBU 61c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.609 UTC [msp] Setup -> DEBU 61d Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.609 UTC [msp/identity] newIdentity -> DEBU 61e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.609 UTC [msp/identity] newIdentity -> DEBU 61f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.610 UTC [msp/identity] newIdentity -> DEBU 620 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.611 UTC [msp] Validate -> DEBU 621 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.611 UTC [msp] Setup -> DEBU 622 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:32.611 UTC [msp] Setup -> DEBU 623 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 624 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 625 Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 626 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 627 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 628 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 629 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62b Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62c Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62d Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 62e Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 62f Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 630 Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 631 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 632 Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 633 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 634 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 635 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 636 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 637 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 638 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 639 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63a Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63d Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63e Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 63f Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 640 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 641 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 642 Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 643 Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 644 Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 645 Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 646 Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 647 Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 648 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 649 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64a Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64b Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64c Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64d Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64e Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64f Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 650 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 651 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 652 Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 653 Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 654 Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.617 UTC [policies] GetPolicy -> DEBU 655 Returning policy ChannelCreationPolicy for evaluation -orderer.example.com | 2018-01-14 11:45:32.618 UTC [cauthdsl] func1 -> DEBU 656 0xc420026cf0 gate 1515930332618073264 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.618 UTC [cauthdsl] func2 -> DEBU 657 0xc420026cf0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:32.618 UTC [cauthdsl] func2 -> DEBU 658 0xc420026cf0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:32.618 UTC [msp/identity] newIdentity -> DEBU 659 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.618 UTC [msp] SatisfiesPrincipal -> DEBU 65a Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.619 UTC [cauthdsl] func2 -> DEBU 65b 0xc420026cf0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.619 UTC [msp/identity] Verify -> DEBU 65c Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -orderer.example.com | 00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -orderer.example.com | 2018-01-14 11:45:32.619 UTC [msp/identity] Verify -> DEBU 65d Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -orderer.example.com | 00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -orderer.example.com | 00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -orderer.example.com | 00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -orderer.example.com | 00000040 12 a6 8e 7f 16 50 |.....P| -orderer.example.com | 2018-01-14 11:45:32.619 UTC [cauthdsl] func2 -> DEBU 65e 0xc420026cf0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:32.619 UTC [cauthdsl] func1 -> DEBU 65f 0xc420026cf0 gate 1515930332618073264 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 660 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 661 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 662 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 663 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 664 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 665 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 666 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 667 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 668 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 669 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66a Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66b Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66c Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66d Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66e Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 66f Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 670 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 671 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 672 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/configtx] processConfig -> DEBU 673 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.622 UTC [common/config] NewStandardValues -> DEBU 674 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 675 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 676 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 677 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 678 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 679 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 67a Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 67b Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] NewStandardValues -> DEBU 67c Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67d Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67e Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67f Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 680 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 681 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 682 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 683 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 684 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 685 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:32.624 UTC [common/config] NewStandardValues -> DEBU 686 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.625 UTC [common/config] initializeProtosStruct -> DEBU 687 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 688 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 689 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68a Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.625 UTC [common/config] NewStandardValues -> DEBU 68b Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68c Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68d Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68e Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:32.625 UTC [common/config] NewStandardValues -> DEBU 68f Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.625 UTC [common/config] initializeProtosStruct -> DEBU 690 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.626 UTC [common/config] NewStandardValues -> DEBU 691 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.626 UTC [common/config] initializeProtosStruct -> DEBU 692 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.626 UTC [common/config] NewStandardValues -> DEBU 693 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.626 UTC [common/config] initializeProtosStruct -> DEBU 694 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 695 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 696 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 697 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 698 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 699 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 69a Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 69b Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 69c Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 69d Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.627 UTC [policies] ProposePolicy -> DEBU 69e Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.628 UTC [policies] ProposePolicy -> DEBU 69f Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.628 UTC [policies] ProposePolicy -> DEBU 6a0 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.628 UTC [common/config] validateMSP -> DEBU 6a1 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.628 UTC [msp] NewBccspMsp -> DEBU 6a2 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.628 UTC [msp] Setup -> DEBU 6a3 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.628 UTC [msp/identity] newIdentity -> DEBU 6a4 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.629 UTC [msp/identity] newIdentity -> DEBU 6a5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.629 UTC [msp/identity] newIdentity -> DEBU 6a6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.630 UTC [msp] Validate -> DEBU 6a7 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.634 UTC [common/config] Validate -> DEBU 6a8 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.636 UTC [common/config] validateMSP -> DEBU 6a9 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.636 UTC [msp] NewBccspMsp -> DEBU 6aa Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.636 UTC [msp] Setup -> DEBU 6ab Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:32.637 UTC [msp/identity] newIdentity -> DEBU 6ac Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.637 UTC [msp/identity] newIdentity -> DEBU 6ad Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.638 UTC [msp/identity] newIdentity -> DEBU 6ae Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.638 UTC [msp] Validate -> DEBU 6af MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.639 UTC [common/config] Validate -> DEBU 6b0 Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.639 UTC [common/config] validateMSP -> DEBU 6b1 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.639 UTC [msp] NewBccspMsp -> DEBU 6b2 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.639 UTC [msp] Setup -> DEBU 6b3 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.640 UTC [msp/identity] newIdentity -> DEBU 6b4 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.640 UTC [msp/identity] newIdentity -> DEBU 6b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.641 UTC [msp/identity] newIdentity -> DEBU 6b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.641 UTC [msp] Validate -> DEBU 6b7 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.641 UTC [msp] Setup -> DEBU 6b8 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:32.641 UTC [msp] Setup -> DEBU 6b9 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6ba Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bb In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6bc Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bd In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6be Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bf In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c0 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c1 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c2 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c3 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c4 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c5 In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6c6 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c7 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6c8 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c9 In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6ca Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cb In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6cc Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cd In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6ce Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cf In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d0 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d1 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d2 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d3 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d4 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d5 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d6 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] CommitProposals -> DEBU 6d7 In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d8 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] CommitProposals -> DEBU 6d9 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6da Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.646 UTC [policies] CommitProposals -> DEBU 6db In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.646 UTC [policies] GetPolicy -> DEBU 6dc Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.646 UTC [policies] CommitProposals -> DEBU 6dd In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.646 UTC [policies] GetPolicy -> DEBU 6de Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6df In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e0 Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e2 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e3 In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e4 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e5 In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e6 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6e7 In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6e8 Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6e9 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ea Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6eb In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ec Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6ed In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ee Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6ef In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f0 Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f1 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f2 Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f3 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f4 Returning policy Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f5 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f6 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f7 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f8 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f9 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6fa Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fb Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fc Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 6fd As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fe Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 6ff As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 700 Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 701 As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 702 Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 703 As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 704 Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.651 UTC [policies] CommitProposals -> DEBU 705 As expected, current configuration has policy '/Channel/Application/Admins' -orderer.example.com | 2018-01-14 11:45:32.651 UTC [policies] GetPolicy -> DEBU 706 Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.651 UTC [policies] CommitProposals -> DEBU 707 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -orderer.example.com | 2018-01-14 11:45:32.651 UTC [common/config] NewStandardValues -> DEBU 708 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 709 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70a Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70b Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70c Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70d Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70e Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70f Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 710 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 711 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 712 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 713 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 714 Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 715 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 716 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 717 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 718 Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 719 Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | 2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 71a Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71b Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71c Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71d Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 720 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 721 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 722 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 723 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 724 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 725 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 726 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 727 Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 728 Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 729 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72a Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72b Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72c Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72d Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72e Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72f Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 730 Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.656 UTC [common/configtx] processConfig -> DEBU 731 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] NewStandardValues -> DEBU 732 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 733 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 734 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 735 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 736 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 737 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 738 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 739 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] NewStandardValues -> DEBU 73a Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 73b Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73c Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73d Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73e Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73f Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 740 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 741 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 742 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 743 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:32.659 UTC [common/config] NewStandardValues -> DEBU 744 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.659 UTC [common/config] initializeProtosStruct -> DEBU 745 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 746 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 747 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 748 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.659 UTC [common/config] NewStandardValues -> DEBU 749 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 74a Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 74b Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 74c Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 74d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 74e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 74f Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 750 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 751 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 752 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 753 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.661 UTC [policies] ProposePolicy -> DEBU 754 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.661 UTC [policies] ProposePolicy -> DEBU 755 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.661 UTC [common/config] NewStandardValues -> DEBU 756 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.661 UTC [common/config] initializeProtosStruct -> DEBU 757 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.661 UTC [common/config] NewStandardValues -> DEBU 758 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.661 UTC [common/config] initializeProtosStruct -> DEBU 759 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.662 UTC [common/config] NewStandardValues -> DEBU 75a Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.662 UTC [common/config] initializeProtosStruct -> DEBU 75b Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75c Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75d Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75e Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.663 UTC [common/config] validateMSP -> DEBU 75f Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.663 UTC [msp] NewBccspMsp -> DEBU 760 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.663 UTC [msp] Setup -> DEBU 761 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.663 UTC [msp/identity] newIdentity -> DEBU 762 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.664 UTC [msp/identity] newIdentity -> DEBU 763 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.664 UTC [msp/identity] newIdentity -> DEBU 764 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.665 UTC [msp] Validate -> DEBU 765 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.665 UTC [common/config] Validate -> DEBU 766 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.665 UTC [common/config] validateMSP -> DEBU 767 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.666 UTC [msp] NewBccspMsp -> DEBU 768 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.666 UTC [msp] Setup -> DEBU 769 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:32.666 UTC [msp/identity] newIdentity -> DEBU 76a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.667 UTC [msp/identity] newIdentity -> DEBU 76b Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.667 UTC [msp/identity] newIdentity -> DEBU 76c Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.669 UTC [msp] Validate -> DEBU 76d MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.669 UTC [common/config] Validate -> DEBU 76e Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.669 UTC [common/config] validateMSP -> DEBU 76f Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.669 UTC [msp] NewBccspMsp -> DEBU 770 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.669 UTC [msp] Setup -> DEBU 771 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.670 UTC [msp/identity] newIdentity -> DEBU 772 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.670 UTC [msp/identity] newIdentity -> DEBU 773 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.671 UTC [msp/identity] newIdentity -> DEBU 774 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.672 UTC [msp] Validate -> DEBU 775 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.672 UTC [msp] Setup -> DEBU 776 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:32.672 UTC [msp] Setup -> DEBU 777 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 778 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 779 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77a Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 77b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77c Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 77d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77e Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77f Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 780 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 781 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 782 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 783 In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 784 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 785 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 786 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 787 In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 788 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 789 In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 78b In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 78d In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78e Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78f Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 790 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 791 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 792 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 793 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 794 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 795 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 796 Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 797 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 798 Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 799 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79b In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79d In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79e Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79f In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 7a0 Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 7a1 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 7a2 Returning policy Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a3 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a4 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a5 In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a6 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a7 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a8 Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a9 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7aa Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7ab In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7ac Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7ad In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.679 UTC [policies] GetPolicy -> DEBU 7ae Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7af In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b0 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7b1 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b2 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7b3 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b4 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b5 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b6 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b7 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b8 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b9 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7ba Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bb As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7bc Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bd As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7be Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bf As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7c0 Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7c1 As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:32.682 UTC [policies] GetPolicy -> DEBU 7c2 Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.682 UTC [policies] CommitProposals -> DEBU 7c3 As expected, current configuration has policy '/Channel/Application/Admins' -orderer.example.com | 2018-01-14 11:45:32.682 UTC [policies] GetPolicy -> DEBU 7c4 Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.682 UTC [policies] CommitProposals -> DEBU 7c5 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -orderer.example.com | 2018-01-14 11:45:32.682 UTC [orderer/common/blockcutter] Ordered -> DEBU 7c6 Found message which requested to be isolated, cutting into its own batch -orderer.example.com | 2018-01-14 11:45:32.682 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 7c7 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:45:32.682 UTC [fsblkstorage] newBlockfileStream -> DEBU 7c8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:45:32.683 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7c9 Remaining bytes=[9082], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:32.683 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7ca Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:45:32.683 UTC [common/config] NewStandardValues -> DEBU 7cb Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cc Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cd Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7ce Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cf Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d0 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d1 Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d2 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d3 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d4 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d5 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d6 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d7 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7d8 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7d9 Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7da Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7db Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7dc Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7dd Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | 2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7de Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7df Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e0 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e1 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e2 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e3 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e5 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e6 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e9 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ea Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7eb Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ec Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ed Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ee Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7ef Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f0 Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f1 Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f2 Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f3 Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/configtx] processConfig -> DEBU 7f4 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/config] NewStandardValues -> DEBU 7f5 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:32.688 UTC [common/config] initializeProtosStruct -> DEBU 7f6 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f7 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f8 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f9 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fa Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fb Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fc Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] NewStandardValues -> DEBU 7fd Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7fe Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7ff Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 800 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 801 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 802 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 803 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 804 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 805 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 806 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:32.690 UTC [common/config] NewStandardValues -> DEBU 807 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 808 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 809 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80a Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80b Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 80c Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80d Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80e Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80f Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 810 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 811 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 812 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 813 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 814 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 815 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 816 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 817 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 818 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 819 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81a Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 81b Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81c Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 81d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 81f Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 820 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 821 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:32.693 UTC [common/config] validateMSP -> DEBU 822 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:32.693 UTC [msp] NewBccspMsp -> DEBU 823 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.693 UTC [msp] Setup -> DEBU 824 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:32.694 UTC [msp/identity] newIdentity -> DEBU 825 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.694 UTC [msp/identity] newIdentity -> DEBU 826 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.695 UTC [msp/identity] newIdentity -> DEBU 827 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.695 UTC [msp] Validate -> DEBU 828 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:32.695 UTC [common/config] Validate -> DEBU 829 Anchor peers for org Org1MSP are -orderer.example.com | 2018-01-14 11:45:32.696 UTC [common/config] validateMSP -> DEBU 82a Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:32.696 UTC [msp] NewBccspMsp -> DEBU 82b Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.696 UTC [msp] Setup -> DEBU 82c Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:32.696 UTC [msp/identity] newIdentity -> DEBU 82d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.697 UTC [msp/identity] newIdentity -> DEBU 82e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.697 UTC [msp/identity] newIdentity -> DEBU 82f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.698 UTC [msp] Validate -> DEBU 830 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.698 UTC [common/config] Validate -> DEBU 831 Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:32.698 UTC [common/config] validateMSP -> DEBU 832 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:32.698 UTC [msp] NewBccspMsp -> DEBU 833 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:32.698 UTC [msp] Setup -> DEBU 834 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 835 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 836 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 837 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.700 UTC [msp] Validate -> DEBU 838 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.701 UTC [msp] Setup -> DEBU 839 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:32.701 UTC [msp] Setup -> DEBU 83a MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83b Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 83c In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83d Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 83e In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83f Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 840 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 841 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 842 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 843 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 844 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 845 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 846 In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 847 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 848 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 849 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 84a In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 84b Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 84c In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 84d Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 84e In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 84f Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 850 In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 851 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 852 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 853 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 854 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 855 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 856 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 857 Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 858 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 859 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85a In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85b Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85c In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85d Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85e In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85f Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 860 In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 861 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 862 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 863 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 864 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 865 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 866 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 867 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 868 In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 869 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86a In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 86b Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86c In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 86d Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86e In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 86f Returning policy Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 870 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 871 Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 872 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 873 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 874 In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 875 Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 876 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 877 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 878 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 879 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87b Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87d Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 87e As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87f Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 880 As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 881 Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 882 As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 883 Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 884 As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:32.708 UTC [policies] GetPolicy -> DEBU 885 Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 886 As expected, current configuration has policy '/Channel/Application/Admins' -orderer.example.com | 2018-01-14 11:45:32.708 UTC [policies] GetPolicy -> DEBU 887 Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 888 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -orderer.example.com | 2018-01-14 11:45:32.708 UTC [fsblkstorage] newBlockfileMgr -> DEBU 889 newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -orderer.example.com | 2018-01-14 11:45:32.708 UTC [kvledger.util] CreateDirIfMissing -> DEBU 88a CreateDirIfMissing [/var/hyperledger/production/orderer/chains/businesschannel/] -orderer.example.com | 2018-01-14 11:45:32.708 UTC [kvledger.util] logDirStatus -> DEBU 88b Before creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] does not exist -orderer.example.com | 2018-01-14 11:45:32.709 UTC [kvledger.util] logDirStatus -> DEBU 88c After creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] exists -orderer.example.com | 2018-01-14 11:45:32.712 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88d Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -orderer.example.com | 2018-01-14 11:45:32.712 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88e status of file [/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -orderer.example.com | 2018-01-14 11:45:32.712 UTC [fsblkstorage] newBlockIndex -> DEBU 88f newBlockIndex() - indexItems:[[BlockNum]] -orderer.example.com | 2018-01-14 11:45:32.713 UTC [fsblkstorage] newBlockfileStream -> DEBU 890 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:45:32.713 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 891 Finished reading file number [0] -orderer.example.com | 2018-01-14 11:45:32.713 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 892 blockbytes [0] read from file [0] -orderer.example.com | 2018-01-14 11:45:32.714 UTC [fsblkstorage] indexBlock -> DEBU 893 Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -orderer.example.com | txId= locPointer=offset=38, bytesLength=11890 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:45:32.715 UTC [fsblkstorage] updateCheckpoint -> DEBU 894 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11933], isChainEmpty=[false], lastBlockNumber=[0] -orderer.example.com | 2018-01-14 11:45:32.715 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 895 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:45:32.715 UTC [fsblkstorage] newBlockfileStream -> DEBU 896 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:45:32.715 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 897 Remaining bytes=[11933], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:32.715 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 898 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:45:32.715 UTC [orderer/multichain] newChainSupport -> DEBU 899 [channel: businesschannel] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=1): -orderer.example.com | 2018-01-14 11:45:32.715 UTC [orderer/multichain] newChain -> INFO 89a Created and starting new chain businesschannel -orderer.example.com | 2018-01-14 11:45:32.716 UTC [orderer/multichain] addBlockSignature -> DEBU 89b &{ledgerResources:0xc42023a840 chain:0xc42023ac60 cutter:0xc420010b90 filters:0xc42023a8a0 signer:0x1274e88 lastConfig:0 lastConfigSeq:0} -orderer.example.com | 2018-01-14 11:45:32.716 UTC [orderer/multichain] addBlockSignature -> DEBU 89c &{} -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 89d Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp] GetDefaultSigningIdentity -> DEBU 89e Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 89f Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a0 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp/identity] Sign -> DEBU 8a1 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CCB2FFBEAF756C1FE35264DCC1A9C917 -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp/identity] Sign -> DEBU 8a2 Sign: digest: B5CC83CA0A7B95C7903F1824B14DFE7DB296E5C065B10571721D83D40167B017 -orderer.example.com | 2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 8a3 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.717 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a4 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.717 UTC [orderer/multichain] addLastConfigSignature -> DEBU 8a5 [channel: testchainid] About to write block, setting its LAST_CONFIG to 0 -orderer.example.com | 2018-01-14 11:45:32.717 UTC [msp] GetLocalMSP -> DEBU 8a6 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:32.717 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a7 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:32.717 UTC [msp/identity] Sign -> DEBU 8a8 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CCB2FFBEAF756C1FE35264DCC1A9C917 -orderer.example.com | 2018-01-14 11:45:32.717 UTC [msp/identity] Sign -> DEBU 8a9 Sign: digest: 3B42A1499A259A484AAB24383A840729AA165EFD8AC9513627A1A1502326F193 -orderer.example.com | 2018-01-14 11:45:32.720 UTC [fsblkstorage] indexBlock -> DEBU 8aa Indexing block [blockNum=1, blockHash=[]byte{0x17, 0xa, 0xfa, 0xca, 0x57, 0xb4, 0x56, 0x0, 0xa3, 0xe1, 0x3b, 0xe8, 0x11, 0x6d, 0x2c, 0x97, 0x9e, 0xa7, 0xe6, 0x2, 0x4c, 0x5b, 0x8a, 0xf0, 0x5a, 0xe3, 0xca, 0xba, 0xc1, 0x1d, 0x5b, 0xff} txOffsets= -orderer.example.com | txId= locPointer=offset=70, bytesLength=12791 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:45:32.720 UTC [fsblkstorage] updateCheckpoint -> DEBU 8ab Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[23688], isChainEmpty=[false], lastBlockNumber=[1] -orderer.example.com | 2018-01-14 11:45:32.721 UTC [orderer/multichain] WriteBlock -> DEBU 8ac [channel: testchainid] Wrote block 1 -orderer.example.com | 2018-01-14 11:45:32.783 UTC [policies] GetPolicy -> DEBU 8ad Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:32.783 UTC [cauthdsl] func1 -> DEBU 8ae 0xc420150408 gate 1515930332783291764 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.783 UTC [cauthdsl] func2 -> DEBU 8af 0xc420150408 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:32.783 UTC [cauthdsl] func2 -> DEBU 8b0 0xc420150408 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:32.785 UTC [msp/identity] newIdentity -> DEBU 8b1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.789 UTC [cauthdsl] func2 -> DEBU 8b2 0xc420150408 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b3 0xc420150408 principal evaluation fails -orderer.example.com | 2018-01-14 11:45:32.790 UTC [cauthdsl] func1 -> DEBU 8b4 0xc420150408 gate 1515930332783291764 evaluation fails -orderer.example.com | 2018-01-14 11:45:32.790 UTC [cauthdsl] func1 -> DEBU 8b5 0xc420150420 gate 1515930332790392664 evaluation starts -orderer.example.com | 2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b6 0xc420150420 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b7 0xc420150420 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:32.791 UTC [msp/identity] newIdentity -> DEBU 8b8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:32.791 UTC [msp] SatisfiesPrincipal -> DEBU 8b9 Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:45:32.791 UTC [msp] Validate -> DEBU 8ba MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:32.791 UTC [cauthdsl] func2 -> DEBU 8bb 0xc420150420 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:32.792 UTC [msp/identity] Verify -> DEBU 8bc Verify: digest = 00000000 09 58 47 2b 22 7a 9d ee 1a ca 00 e9 d2 b2 5d f2 |.XG+"z........].| -orderer.example.com | 00000010 d1 c6 37 a4 a2 0c 0e d5 58 01 43 3b 6d df bb 94 |..7.....X.C;m...| -orderer.example.com | 2018-01-14 11:45:32.792 UTC [msp/identity] Verify -> DEBU 8bd Verify: sig = 00000000 30 44 02 20 34 59 b1 57 b9 7b 74 62 96 17 62 5e |0D. 4Y.W.{tb..b^| -orderer.example.com | 00000010 86 00 be 31 18 9e 8d 0c f0 da 6f b6 1a 8e 30 c8 |...1......o...0.| -orderer.example.com | 00000020 f7 33 a2 a7 02 20 1c f9 d7 9c 62 82 40 0d 1c 6a |.3... ....b.@..j| -orderer.example.com | 00000030 9d 6f 30 36 c6 29 8c c6 d0 4a 7e 9f 2e 86 fb 42 |.o06.)...J~....B| -orderer.example.com | 00000040 10 f4 86 fc 7d cb |....}.| -orderer.example.com | 2018-01-14 11:45:32.792 UTC [cauthdsl] func2 -> DEBU 8be 0xc420150420 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:32.792 UTC [cauthdsl] func1 -> DEBU 8bf 0xc420150420 gate 1515930332790392664 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:32.792 UTC [orderer/common/sigfilter] Apply -> DEBU 8c0 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281d40 1 [0xc420151708]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c4c0 1 [0xc4201517b0 0xc420151898]})]} -orderer.example.com | 2018-01-14 11:45:32.793 UTC [orderer/common/deliver] Handle -> DEBU 8c1 [channel: businesschannel] Received seekInfo (0xc4208ddfa0) start: > stop: > -orderer.example.com | 2018-01-14 11:45:32.793 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 8c2 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:45:32.793 UTC [fsblkstorage] newBlockfileStream -> DEBU 8c3 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:45:32.793 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8c4 Remaining bytes=[11933], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:32.793 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8c5 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c6 [channel: businesschannel] Delivering block for (0xc4208ddfa0) -orderer.example.com | 2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c7 [channel: businesschannel] Done delivering for (0xc4208ddfa0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c8 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:32.795 UTC [orderer/common/deliver] Handle -> WARN 8c9 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:32.795 UTC [orderer/main] func1 -> DEBU 8ca Closing Deliver stream -orderer.example.com | 2018-01-14 11:45:34.097 UTC [orderer/main] Deliver -> DEBU 8cb Starting new Deliver handler -orderer.example.com | 2018-01-14 11:45:34.097 UTC [orderer/common/deliver] Handle -> DEBU 8cc Starting new deliver loop -orderer.example.com | 2018-01-14 11:45:34.098 UTC [orderer/common/deliver] Handle -> DEBU 8cd Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:34.115 UTC [orderer/main] Broadcast -> DEBU 8ce Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:45:34.115 UTC [orderer/common/broadcast] Handle -> DEBU 8cf Starting new broadcast loop -orderer.example.com | 2018-01-14 11:45:34.115 UTC [orderer/common/broadcast] Handle -> DEBU 8d0 Preprocessing CONFIG_UPDATE -orderer.example.com | 2018-01-14 11:45:34.115 UTC [orderer/configupdate] Process -> DEBU 8d1 Processing channel reconfiguration request for channel businesschannel -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d2 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d3 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d4 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d5 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d7 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d8 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d9 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8da Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8db Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8dc Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8dd Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8de Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8df Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8e0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.117 UTC [policies] GetPolicy -> DEBU 8e1 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.117 UTC [cauthdsl] func1 -> DEBU 8e2 0xc420026298 gate 1515930334117816964 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.117 UTC [cauthdsl] func2 -> DEBU 8e3 0xc420026298 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.117 UTC [cauthdsl] func2 -> DEBU 8e4 0xc420026298 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.118 UTC [msp/identity] newIdentity -> DEBU 8e5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.118 UTC [msp] SatisfiesPrincipal -> DEBU 8e6 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.118 UTC [cauthdsl] func2 -> DEBU 8e7 0xc420026298 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.118 UTC [msp/identity] Verify -> DEBU 8e8 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -orderer.example.com | 00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -orderer.example.com | 2018-01-14 11:45:34.118 UTC [msp/identity] Verify -> DEBU 8e9 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -orderer.example.com | 00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -orderer.example.com | 00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -orderer.example.com | 00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -orderer.example.com | 00000040 ff 48 68 db 65 fb |.Hh.e.| -orderer.example.com | 2018-01-14 11:45:34.119 UTC [cauthdsl] func2 -> DEBU 8ea 0xc420026298 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.119 UTC [cauthdsl] func1 -> DEBU 8eb 0xc420026298 gate 1515930334117816964 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ec Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ed Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ee Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ef Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f0 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f1 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f2 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f3 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f4 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f5 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f6 Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f7 Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f8 Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f9 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8fa Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fb Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fc Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fd Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fe Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/configtx] processConfig -> DEBU 8ff Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/config] NewStandardValues -> DEBU 900 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 901 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 902 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 903 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 904 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 905 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 906 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 907 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] NewStandardValues -> DEBU 908 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 909 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90a Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90b Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90c Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90d Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 90e Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 90f Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 910 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 911 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] NewStandardValues -> DEBU 912 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 913 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 914 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 915 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 916 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 917 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 918 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 919 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 91a Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91b Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 91c Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91d Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 91e Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91f Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 920 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 921 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 922 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 923 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 924 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 925 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 926 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 927 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 928 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 929 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92a Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92b Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92c Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.124 UTC [common/config] validateMSP -> DEBU 92d Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.124 UTC [msp] NewBccspMsp -> DEBU 92e Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.124 UTC [msp] Setup -> DEBU 92f Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.125 UTC [msp/identity] newIdentity -> DEBU 930 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.125 UTC [msp/identity] newIdentity -> DEBU 931 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.126 UTC [msp/identity] newIdentity -> DEBU 932 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.127 UTC [msp] Validate -> DEBU 933 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.128 UTC [common/config] Validate -> DEBU 934 Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:34.128 UTC [common/config] validateMSP -> DEBU 935 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:34.128 UTC [msp] NewBccspMsp -> DEBU 936 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.128 UTC [msp] Setup -> DEBU 937 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:34.134 UTC [msp/identity] newIdentity -> DEBU 938 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.135 UTC [msp/identity] newIdentity -> DEBU 939 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.138 UTC [msp/identity] newIdentity -> DEBU 93a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.139 UTC [msp] Validate -> DEBU 93b MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.139 UTC [common/config] Validate -> DEBU 93c Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:34.139 UTC [common/config] validateMSP -> DEBU 93d Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:34.139 UTC [msp] NewBccspMsp -> DEBU 93e Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.139 UTC [msp] Setup -> DEBU 93f Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:34.140 UTC [msp/identity] newIdentity -> DEBU 940 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.140 UTC [msp/identity] newIdentity -> DEBU 941 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.141 UTC [msp/identity] newIdentity -> DEBU 942 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.142 UTC [msp] Validate -> DEBU 943 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.143 UTC [msp] Setup -> DEBU 944 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:34.143 UTC [msp] Setup -> DEBU 945 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:34.143 UTC [msp] GetLocalMSP -> DEBU 946 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.143 UTC [msp] GetDefaultSigningIdentity -> DEBU 947 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.144 UTC [msp] GetLocalMSP -> DEBU 948 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.144 UTC [msp] GetDefaultSigningIdentity -> DEBU 949 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.144 UTC [msp/identity] Sign -> DEBU 94a Sign: plaintext: 0AB7060A1B08011A0608DE85EDD20522...093D4D230796B352804925AFF5337E05 -orderer.example.com | 2018-01-14 11:45:34.144 UTC [msp/identity] Sign -> DEBU 94b Sign: digest: F1B25808885E3AB4314C117D549DE111496F0FD071A36867C62BF76D625BABE7 -orderer.example.com | 2018-01-14 11:45:34.144 UTC [orderer/common/broadcast] Handle -> DEBU 94c [channel: businesschannel] Broadcast is filtering message of type CONFIG -orderer.example.com | 2018-01-14 11:45:34.144 UTC [policies] GetPolicy -> DEBU 94d Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.145 UTC [cauthdsl] func1 -> DEBU 94e 0xc420026660 gate 1515930334145019964 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.145 UTC [cauthdsl] func2 -> DEBU 94f 0xc420026660 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.145 UTC [cauthdsl] func2 -> DEBU 950 0xc420026660 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.145 UTC [msp/identity] newIdentity -> DEBU 951 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.145 UTC [msp] SatisfiesPrincipal -> DEBU 952 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.145 UTC [msp] Validate -> DEBU 953 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.146 UTC [cauthdsl] func2 -> DEBU 954 0xc420026660 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.146 UTC [msp/identity] Verify -> DEBU 955 Verify: digest = 00000000 f1 b2 58 08 88 5e 3a b4 31 4c 11 7d 54 9d e1 11 |..X..^:.1L.}T...| -orderer.example.com | 00000010 49 6f 0f d0 71 a3 68 67 c6 2b f7 6d 62 5b ab e7 |Io..q.hg.+.mb[..| -orderer.example.com | 2018-01-14 11:45:34.146 UTC [msp/identity] Verify -> DEBU 956 Verify: sig = 00000000 30 44 02 20 1a 51 8b 92 3d 61 41 ac af 04 cd 3c |0D. .Q..=aA....<| -orderer.example.com | 00000010 3a 08 c2 ec 5c 03 5c d7 0f c7 60 12 44 58 bc a0 |:...\.\...`.DX..| -orderer.example.com | 00000020 6f 1f fb cc 02 20 42 41 50 ed b9 5e 36 44 2b 74 |o.... BAP..^6D+t| -orderer.example.com | 00000030 d3 4f 56 c4 c1 20 aa 0a 85 af 9e 66 fb cf 10 d9 |.OV.. .....f....| -orderer.example.com | 00000040 8c 97 95 0c 66 a7 |....f.| -orderer.example.com | 2018-01-14 11:45:34.146 UTC [cauthdsl] func2 -> DEBU 957 0xc420026660 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.146 UTC [cauthdsl] func1 -> DEBU 958 0xc420026660 gate 1515930334145019964 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.146 UTC [orderer/common/sigfilter] Apply -> DEBU 959 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281dc0 1 [0xc420151730]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c440 1 [0xc4201517d8 0xc420151848]})]} -orderer.example.com | 2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95a Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95b Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95c Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95e Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 95f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 960 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 961 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 962 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 963 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 964 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 965 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 966 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 967 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 968 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.148 UTC [policies] GetPolicy -> DEBU 969 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.148 UTC [cauthdsl] func1 -> DEBU 96a 0xc420026c18 gate 1515930334148609764 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.148 UTC [cauthdsl] func2 -> DEBU 96b 0xc420026c18 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.148 UTC [cauthdsl] func2 -> DEBU 96c 0xc420026c18 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.149 UTC [msp/identity] newIdentity -> DEBU 96d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.149 UTC [msp] SatisfiesPrincipal -> DEBU 96e Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.149 UTC [cauthdsl] func2 -> DEBU 96f 0xc420026c18 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.149 UTC [msp/identity] Verify -> DEBU 970 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -orderer.example.com | 00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -orderer.example.com | 2018-01-14 11:45:34.149 UTC [msp/identity] Verify -> DEBU 971 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -orderer.example.com | 00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -orderer.example.com | 00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -orderer.example.com | 00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -orderer.example.com | 00000040 ff 48 68 db 65 fb |.Hh.e.| -orderer.example.com | 2018-01-14 11:45:34.149 UTC [cauthdsl] func2 -> DEBU 972 0xc420026c18 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.150 UTC [cauthdsl] func1 -> DEBU 973 0xc420026c18 gate 1515930334148609764 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 974 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 975 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 976 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 977 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 978 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 979 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 97a Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97b Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97c Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97d Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97e Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97f Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 980 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 981 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 982 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 983 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 984 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 985 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 986 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/configtx] processConfig -> DEBU 987 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/config] NewStandardValues -> DEBU 988 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 989 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98a Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98b Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98c Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98d Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98e Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98f Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] NewStandardValues -> DEBU 990 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 991 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 992 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 993 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 994 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 995 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:34.153 UTC [policies] ProposePolicy -> DEBU 996 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:34.153 UTC [policies] ProposePolicy -> DEBU 997 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 998 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 999 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:34.154 UTC [common/config] NewStandardValues -> DEBU 99a Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.154 UTC [common/config] initializeProtosStruct -> DEBU 99b Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99c Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99d Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99e Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.154 UTC [common/config] NewStandardValues -> DEBU 99f Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 9a0 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 9a1 Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9a2 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a3 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a4 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a5 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a6 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a7 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a8 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9a9 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9aa Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9ab Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9ac Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9ad Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9ae Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9af Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9b0 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9b1 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b2 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b3 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b4 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.156 UTC [common/config] validateMSP -> DEBU 9b5 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.156 UTC [msp] NewBccspMsp -> DEBU 9b6 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.156 UTC [msp] Setup -> DEBU 9b7 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.156 UTC [msp/identity] newIdentity -> DEBU 9b8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.157 UTC [msp/identity] newIdentity -> DEBU 9b9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.157 UTC [msp/identity] newIdentity -> DEBU 9ba Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.158 UTC [msp] Validate -> DEBU 9bb MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.158 UTC [common/config] Validate -> DEBU 9bc Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:34.158 UTC [common/config] validateMSP -> DEBU 9bd Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:34.158 UTC [msp] NewBccspMsp -> DEBU 9be Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.158 UTC [msp] Setup -> DEBU 9bf Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:34.159 UTC [msp/identity] newIdentity -> DEBU 9c0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.160 UTC [msp/identity] newIdentity -> DEBU 9c1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.160 UTC [msp/identity] newIdentity -> DEBU 9c2 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.161 UTC [msp] Validate -> DEBU 9c3 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.161 UTC [common/config] Validate -> DEBU 9c4 Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:34.161 UTC [common/config] validateMSP -> DEBU 9c5 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:34.161 UTC [msp] NewBccspMsp -> DEBU 9c6 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.162 UTC [msp] Setup -> DEBU 9c7 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:34.162 UTC [msp/identity] newIdentity -> DEBU 9c8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.163 UTC [msp/identity] newIdentity -> DEBU 9c9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.164 UTC [msp/identity] newIdentity -> DEBU 9ca Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.164 UTC [msp] Validate -> DEBU 9cb MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.165 UTC [msp] Setup -> DEBU 9cc Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:34.165 UTC [msp] Setup -> DEBU 9cd MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:34.165 UTC [orderer/common/broadcast] Handle -> DEBU 9ce [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG -orderer.example.com | 2018-01-14 11:45:34.165 UTC [policies] GetPolicy -> DEBU 9cf Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.165 UTC [cauthdsl] func1 -> DEBU 9d0 0xc420150730 gate 1515930334165855864 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.165 UTC [cauthdsl] func2 -> DEBU 9d1 0xc420150730 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.166 UTC [cauthdsl] func2 -> DEBU 9d2 0xc420150730 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.166 UTC [msp/identity] newIdentity -> DEBU 9d3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.166 UTC [msp] SatisfiesPrincipal -> DEBU 9d4 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.166 UTC [msp] Validate -> DEBU 9d5 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.167 UTC [cauthdsl] func2 -> DEBU 9d6 0xc420150730 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.167 UTC [msp/identity] Verify -> DEBU 9d7 Verify: digest = 00000000 f1 b2 58 08 88 5e 3a b4 31 4c 11 7d 54 9d e1 11 |..X..^:.1L.}T...| -orderer.example.com | 00000010 49 6f 0f d0 71 a3 68 67 c6 2b f7 6d 62 5b ab e7 |Io..q.hg.+.mb[..| -orderer.example.com | 2018-01-14 11:45:34.167 UTC [orderer/common/broadcast] Handle -> WARN 9d8 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:34.167 UTC [orderer/main] func1 -> DEBU 9da Closing Broadcast stream -orderer.example.com | 2018-01-14 11:45:34.167 UTC [msp/identity] Verify -> DEBU 9d9 Verify: sig = 00000000 30 44 02 20 1a 51 8b 92 3d 61 41 ac af 04 cd 3c |0D. .Q..=aA....<| -orderer.example.com | 00000010 3a 08 c2 ec 5c 03 5c d7 0f c7 60 12 44 58 bc a0 |:...\.\...`.DX..| -orderer.example.com | 00000020 6f 1f fb cc 02 20 42 41 50 ed b9 5e 36 44 2b 74 |o.... BAP..^6D+t| -orderer.example.com | 00000030 d3 4f 56 c4 c1 20 aa 0a 85 af 9e 66 fb cf 10 d9 |.OV.. .....f....| -orderer.example.com | 00000040 8c 97 95 0c 66 a7 |....f.| -orderer.example.com | 2018-01-14 11:45:34.168 UTC [cauthdsl] func2 -> DEBU 9db 0xc420150730 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.170 UTC [orderer/common/deliver] Handle -> WARN 9dc Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:34.171 UTC [orderer/main] func1 -> DEBU 9de Closing Deliver stream -orderer.example.com | 2018-01-14 11:45:34.170 UTC [cauthdsl] func1 -> DEBU 9dd 0xc420150730 gate 1515930334165855864 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.171 UTC [orderer/common/sigfilter] Apply -> DEBU 9df Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281dc0 1 [0xc420151730]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c440 1 [0xc4201517d8 0xc420151848]})]} -orderer.example.com | 2018-01-14 11:45:34.172 UTC [common/configtx] addToMap -> DEBU 9e0 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.175 UTC [common/configtx] addToMap -> DEBU 9e1 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.176 UTC [common/configtx] addToMap -> DEBU 9e2 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.176 UTC [common/configtx] addToMap -> DEBU 9e3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e7 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9e8 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9e9 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9ea Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.179 UTC [common/configtx] addToMap -> DEBU 9eb Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.179 UTC [common/configtx] addToMap -> DEBU 9ec Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.187 UTC [common/configtx] addToMap -> DEBU 9ed Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.187 UTC [common/configtx] addToMap -> DEBU 9ee Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.187 UTC [policies] GetPolicy -> DEBU 9ef Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.187 UTC [cauthdsl] func1 -> DEBU 9f0 0xc420150e40 gate 1515930334187913164 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.188 UTC [cauthdsl] func2 -> DEBU 9f1 0xc420150e40 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.189 UTC [cauthdsl] func2 -> DEBU 9f2 0xc420150e40 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.189 UTC [msp/identity] newIdentity -> DEBU 9f3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.190 UTC [msp] SatisfiesPrincipal -> DEBU 9f4 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.190 UTC [cauthdsl] func2 -> DEBU 9f5 0xc420150e40 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.190 UTC [msp/identity] Verify -> DEBU 9f6 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -orderer.example.com | 00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -orderer.example.com | 2018-01-14 11:45:34.191 UTC [msp/identity] Verify -> DEBU 9f7 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -orderer.example.com | 00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -orderer.example.com | 00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -orderer.example.com | 00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -orderer.example.com | 00000040 ff 48 68 db 65 fb |.Hh.e.| -orderer.example.com | 2018-01-14 11:45:34.191 UTC [cauthdsl] func2 -> DEBU 9f8 0xc420150e40 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.192 UTC [cauthdsl] func1 -> DEBU 9f9 0xc420150e40 gate 1515930334187913164 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.192 UTC [common/configtx] recurseConfigMap -> DEBU 9fa Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.193 UTC [common/configtx] recurseConfigMap -> DEBU 9fb Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.194 UTC [common/configtx] recurseConfigMap -> DEBU 9fc Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.194 UTC [common/configtx] recurseConfigMap -> DEBU 9fd Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.196 UTC [common/configtx] recurseConfigMap -> DEBU 9fe Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.197 UTC [common/configtx] recurseConfigMap -> DEBU 9ff Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a00 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a01 Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a02 Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a03 Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a04 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.203 UTC [common/configtx] recurseConfigMap -> DEBU a05 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.203 UTC [common/configtx] recurseConfigMap -> DEBU a06 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a07 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a08 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a09 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0a Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0b Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0c Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.216 UTC [common/configtx] processConfig -> DEBU a0d Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:34.216 UTC [common/config] NewStandardValues -> DEBU a0e Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:34.216 UTC [common/config] initializeProtosStruct -> DEBU a0f Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:34.216 UTC [common/config] initializeProtosStruct -> DEBU a10 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a11 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a12 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a13 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a14 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a15 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] NewStandardValues -> DEBU a16 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a17 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a18 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a19 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a1a Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:34.218 UTC [common/config] initializeProtosStruct -> DEBU a1b Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1c Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1d Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1e Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1f Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:34.218 UTC [common/config] NewStandardValues -> DEBU a20 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.218 UTC [common/config] initializeProtosStruct -> DEBU a21 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a22 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a23 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a24 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.219 UTC [common/config] NewStandardValues -> DEBU a25 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a26 Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a27 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a28 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a29 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2a Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a2b Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2c Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a2d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a2f Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a30 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a31 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a32 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a33 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.221 UTC [common/config] NewStandardValues -> DEBU a34 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.221 UTC [common/config] initializeProtosStruct -> DEBU a35 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.221 UTC [common/config] NewStandardValues -> DEBU a36 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.221 UTC [common/config] initializeProtosStruct -> DEBU a37 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a38 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a39 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a3a Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.221 UTC [common/config] validateMSP -> DEBU a3b Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.224 UTC [msp] NewBccspMsp -> DEBU a3c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.224 UTC [msp] Setup -> DEBU a3d Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.225 UTC [msp/identity] newIdentity -> DEBU a3e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.228 UTC [msp/identity] newIdentity -> DEBU a3f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.229 UTC [msp/identity] newIdentity -> DEBU a40 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.232 UTC [msp] Validate -> DEBU a41 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.233 UTC [common/config] Validate -> DEBU a42 Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:34.233 UTC [common/config] validateMSP -> DEBU a43 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:34.234 UTC [msp] NewBccspMsp -> DEBU a44 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.235 UTC [msp] Setup -> DEBU a45 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:34.238 UTC [msp/identity] newIdentity -> DEBU a46 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.239 UTC [msp/identity] newIdentity -> DEBU a47 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.249 UTC [msp/identity] newIdentity -> DEBU a48 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.250 UTC [msp] Validate -> DEBU a49 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.251 UTC [common/config] Validate -> DEBU a4a Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:34.251 UTC [common/config] validateMSP -> DEBU a4b Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:34.252 UTC [msp] NewBccspMsp -> DEBU a4c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.252 UTC [msp] Setup -> DEBU a4d Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:34.255 UTC [msp/identity] newIdentity -> DEBU a4e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.255 UTC [msp/identity] newIdentity -> DEBU a4f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.256 UTC [msp/identity] newIdentity -> DEBU a50 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.257 UTC [msp] Validate -> DEBU a51 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.257 UTC [msp] Setup -> DEBU a52 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:34.257 UTC [msp] Setup -> DEBU a53 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:34.258 UTC [orderer/common/blockcutter] Ordered -> DEBU a54 Found message which requested to be isolated, cutting into its own batch -orderer.example.com | 2018-01-14 11:45:34.258 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU a55 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:45:34.258 UTC [fsblkstorage] newBlockfileStream -> DEBU a56 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:45:34.258 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a57 Remaining bytes=[11933], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:34.258 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a58 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:45:34.259 UTC [common/configtx] addToMap -> DEBU a59 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.259 UTC [common/configtx] addToMap -> DEBU a5a Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.260 UTC [common/configtx] addToMap -> DEBU a5b Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5c Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a60 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a61 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a62 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a63 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a64 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a65 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a66 Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a67 Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a68 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a69 Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6a Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6b Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6f Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a70 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a71 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a72 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a73 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a74 Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a75 Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a76 Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a77 Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a78 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a79 Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7a Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7b Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7c Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7d Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7e Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7f Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a80 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a81 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a82 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a83 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a84 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a85 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a86 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a87 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a88 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a89 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8a Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8b Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8c Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:34.264 UTC [policies] GetPolicy -> DEBU a8d Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.264 UTC [cauthdsl] func1 -> DEBU a8e 0xc420150d30 gate 1515930334264285764 evaluation starts -orderer.example.com | 2018-01-14 11:45:34.264 UTC [cauthdsl] func2 -> DEBU a8f 0xc420150d30 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:34.264 UTC [cauthdsl] func2 -> DEBU a90 0xc420150d30 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:34.265 UTC [msp/identity] newIdentity -> DEBU a91 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.265 UTC [msp] SatisfiesPrincipal -> DEBU a92 Checking if identity satisfies ADMIN role for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.265 UTC [cauthdsl] func2 -> DEBU a93 0xc420150d30 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:34.266 UTC [msp/identity] Verify -> DEBU a94 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -orderer.example.com | 00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -orderer.example.com | 2018-01-14 11:45:34.266 UTC [msp/identity] Verify -> DEBU a95 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -orderer.example.com | 00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -orderer.example.com | 00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -orderer.example.com | 00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -orderer.example.com | 00000040 ff 48 68 db 65 fb |.Hh.e.| -orderer.example.com | 2018-01-14 11:45:34.266 UTC [cauthdsl] func2 -> DEBU a96 0xc420150d30 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:34.266 UTC [cauthdsl] func1 -> DEBU a97 0xc420150d30 gate 1515930334264285764 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a98 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a99 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a9a Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a9b Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9c Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9d Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9e Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9f Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU aa0 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa1 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa2 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa3 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa4 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa5 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa6 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa7 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aa8 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aa9 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aaa Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/configtx] processConfig -> DEBU aab Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/config] NewStandardValues -> DEBU aac Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aad Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aae Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aaf Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU ab0 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:34.270 UTC [policies] ProposePolicy -> DEBU ab1 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU ab2 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU ab3 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] NewStandardValues -> DEBU ab4 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab5 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab6 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab7 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab8 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab9 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU aba Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abb Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abc Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abd Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU abe Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU abf Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac0 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac1 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac2 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac3 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac4 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac5 Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac6 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac7 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU ac8 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac9 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU aca Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU acb Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU acc Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU acd Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ace Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU acf Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad0 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad1 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad2 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad3 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad4 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad5 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad6 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad7 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad8 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:34.273 UTC [common/config] validateMSP -> DEBU ad9 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:34.274 UTC [msp] NewBccspMsp -> DEBU ada Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.274 UTC [msp] Setup -> DEBU adb Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:34.274 UTC [msp/identity] newIdentity -> DEBU adc Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.275 UTC [msp/identity] newIdentity -> DEBU add Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.275 UTC [msp/identity] newIdentity -> DEBU ade Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.276 UTC [msp] Validate -> DEBU adf MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:34.277 UTC [common/config] Validate -> DEBU ae0 Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:34.277 UTC [common/config] validateMSP -> DEBU ae1 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:34.277 UTC [msp] NewBccspMsp -> DEBU ae2 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.277 UTC [msp] Setup -> DEBU ae3 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:34.277 UTC [msp/identity] newIdentity -> DEBU ae4 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.277 UTC [msp/identity] newIdentity -> DEBU ae5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.279 UTC [msp/identity] newIdentity -> DEBU ae6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.280 UTC [msp] Validate -> DEBU ae7 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.280 UTC [common/config] Validate -> DEBU ae8 Anchor peers for org Org2MSP are -orderer.example.com | 2018-01-14 11:45:34.280 UTC [common/config] validateMSP -> DEBU ae9 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:34.280 UTC [msp] NewBccspMsp -> DEBU aea Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:34.280 UTC [msp] Setup -> DEBU aeb Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:34.281 UTC [msp/identity] newIdentity -> DEBU aec Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.281 UTC [msp/identity] newIdentity -> DEBU aed Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.282 UTC [msp/identity] newIdentity -> DEBU aee Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:34.283 UTC [msp] Validate -> DEBU aef MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:34.283 UTC [msp] Setup -> DEBU af0 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:34.283 UTC [msp] Setup -> DEBU af1 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af2 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af3 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af4 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af5 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af6 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af7 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af8 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af9 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU afa Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afb Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afc Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU afd In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afe Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU aff In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b00 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b01 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b02 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b03 In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b04 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b05 In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b06 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b07 In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b08 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b09 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0b Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0c Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0d Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0e Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b0f In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b10 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b11 In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b12 Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b13 In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b14 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b15 In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b16 Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b17 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b18 Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b19 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1a Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1b In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1c Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1d In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1e Returning policy Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1f In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b20 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b21 In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b22 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b23 In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b24 Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b25 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b26 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b27 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b28 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b29 In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2a Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b2b In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2c Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b2d In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2e Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2f Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b30 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b31 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b32 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b33 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b34 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b35 As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b36 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b37 As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b38 Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b39 As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b3a Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b3b As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:34.289 UTC [policies] GetPolicy -> DEBU b3c Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:34.289 UTC [policies] CommitProposals -> DEBU b3d As expected, current configuration has policy '/Channel/Application/Admins' -orderer.example.com | 2018-01-14 11:45:34.289 UTC [policies] GetPolicy -> DEBU b3e Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:34.289 UTC [policies] CommitProposals -> DEBU b3f As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -orderer.example.com | 2018-01-14 11:45:34.289 UTC [orderer/multichain] addBlockSignature -> DEBU b40 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:0 lastConfigSeq:1} -orderer.example.com | 2018-01-14 11:45:34.289 UTC [orderer/multichain] addBlockSignature -> DEBU b41 &{} -orderer.example.com | 2018-01-14 11:45:34.289 UTC [msp] GetLocalMSP -> DEBU b42 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.289 UTC [msp] GetDefaultSigningIdentity -> DEBU b43 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.289 UTC [msp] GetLocalMSP -> DEBU b44 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b45 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp/identity] Sign -> DEBU b46 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...2F0B42865502B176A97F8174E1E4269F -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp/identity] Sign -> DEBU b47 Sign: digest: 4FB9C3D1687667078E234C4FA515F1ACD2CEE447C9A9EC82CF7D40DB4A605342 -orderer.example.com | 2018-01-14 11:45:34.290 UTC [orderer/multichain] addLastConfigSignature -> DEBU b48 [channel: businesschannel] Detected lastConfigSeq transitioning from 1 to 2, setting lastConfig from 0 to 1 -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp] GetLocalMSP -> DEBU b49 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b4a Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.290 UTC [orderer/multichain] addLastConfigSignature -> DEBU b4b [channel: businesschannel] About to write block, setting its LAST_CONFIG to 1 -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp] GetLocalMSP -> DEBU b4c Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b4d Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:34.291 UTC [msp/identity] Sign -> DEBU b4e Sign: plaintext: 08010AFA050A0A4F7264657265724D53...2F0B42865502B176A97F8174E1E4269F -orderer.example.com | 2018-01-14 11:45:34.291 UTC [msp/identity] Sign -> DEBU b4f Sign: digest: C61EB8E6F547B4347069CF1834C24A6B1D98104C3A5855F912EA905145B0F0A6 -orderer.example.com | 2018-01-14 11:45:34.294 UTC [fsblkstorage] indexBlock -> DEBU b50 Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= -orderer.example.com | txId= locPointer=offset=70, bytesLength=11913 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:45:34.294 UTC [fsblkstorage] updateCheckpoint -> DEBU b51 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25666], isChainEmpty=[false], lastBlockNumber=[1] -orderer.example.com | 2018-01-14 11:45:34.295 UTC [orderer/multichain] WriteBlock -> DEBU b52 [channel: businesschannel] Wrote block 1 -orderer.example.com | 2018-01-14 11:45:36.321 UTC [orderer/main] Deliver -> DEBU b53 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:45:36.321 UTC [orderer/common/deliver] Handle -> DEBU b54 Starting new deliver loop -orderer.example.com | 2018-01-14 11:45:36.322 UTC [orderer/common/deliver] Handle -> DEBU b55 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:36.331 UTC [orderer/main] Broadcast -> DEBU b56 Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:45:36.331 UTC [orderer/common/broadcast] Handle -> DEBU b57 Starting new broadcast loop -orderer.example.com | 2018-01-14 11:45:36.332 UTC [orderer/common/broadcast] Handle -> DEBU b58 Preprocessing CONFIG_UPDATE -orderer.example.com | 2018-01-14 11:45:36.332 UTC [orderer/configupdate] Process -> DEBU b59 Processing channel reconfiguration request for channel businesschannel -orderer.example.com | 2018-01-14 11:45:36.332 UTC [common/configtx] addToMap -> DEBU b5a Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5b Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5c Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5d Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b60 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b61 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b62 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b63 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b64 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b65 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b66 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b67 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b68 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.334 UTC [policies] GetPolicy -> DEBU b69 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.334 UTC [cauthdsl] func1 -> DEBU b6a 0xc4200262a0 gate 1515930336334548364 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.334 UTC [cauthdsl] func2 -> DEBU b6b 0xc4200262a0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.334 UTC [cauthdsl] func2 -> DEBU b6c 0xc4200262a0 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.335 UTC [msp/identity] newIdentity -> DEBU b6d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.335 UTC [msp] SatisfiesPrincipal -> DEBU b6e Checking if identity satisfies ADMIN role for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.335 UTC [cauthdsl] func2 -> DEBU b6f 0xc4200262a0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.335 UTC [msp/identity] Verify -> DEBU b70 Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -orderer.example.com | 00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -orderer.example.com | 2018-01-14 11:45:36.335 UTC [msp/identity] Verify -> DEBU b71 Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -orderer.example.com | 00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -orderer.example.com | 00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -orderer.example.com | 00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -orderer.example.com | 00000040 f2 28 fe a6 78 9f 80 |.(..x..| -orderer.example.com | 2018-01-14 11:45:36.336 UTC [cauthdsl] func2 -> DEBU b72 0xc4200262a0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.336 UTC [cauthdsl] func1 -> DEBU b73 0xc4200262a0 gate 1515930336334548364 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b74 Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b75 Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b76 Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b77 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b78 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b79 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7a Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7b Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7c Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7d Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7e Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7f Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b80 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b81 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b82 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b83 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b84 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b85 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b86 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/configtx] processConfig -> DEBU b87 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] NewStandardValues -> DEBU b88 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b89 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8a Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8b Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8c Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8d Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8e Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8f Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:36.338 UTC [common/config] NewStandardValues -> DEBU b90 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b91 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b92 Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b93 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b94 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b95 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b96 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b97 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b98 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b99 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9a Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9b Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9c Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU b9d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU b9e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU b9f Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba0 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU ba1 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba2 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba3 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba4 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba5 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU ba6 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba7 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba8 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba9 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU baa Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU bab Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bac Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bad Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bae Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU baf Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU bb0 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.341 UTC [common/config] initializeProtosStruct -> DEBU bb1 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb2 Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb3 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb4 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.341 UTC [common/config] Validate -> DEBU bb5 Anchor peers for org Org2MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.341 UTC [common/config] validateMSP -> DEBU bb6 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:36.341 UTC [msp] NewBccspMsp -> DEBU bb7 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.341 UTC [msp] Setup -> DEBU bb8 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:36.341 UTC [msp/identity] newIdentity -> DEBU bb9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.342 UTC [msp/identity] newIdentity -> DEBU bba Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.342 UTC [msp/identity] newIdentity -> DEBU bbb Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.343 UTC [msp] Validate -> DEBU bbc MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.343 UTC [common/config] Validate -> DEBU bbd Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.343 UTC [common/config] validateMSP -> DEBU bbe Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:36.343 UTC [msp] NewBccspMsp -> DEBU bbf Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.343 UTC [msp] Setup -> DEBU bc0 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:36.343 UTC [msp/identity] newIdentity -> DEBU bc1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.344 UTC [msp/identity] newIdentity -> DEBU bc2 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.349 UTC [msp/identity] newIdentity -> DEBU bc3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.351 UTC [msp] Validate -> DEBU bc4 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.351 UTC [common/config] validateMSP -> DEBU bc5 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.351 UTC [msp] NewBccspMsp -> DEBU bc6 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.351 UTC [msp] Setup -> DEBU bc7 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bc8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bc9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bca Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] Validate -> DEBU bcb MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] Setup -> DEBU bcc Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] Setup -> DEBU bcd MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] GetLocalMSP -> DEBU bce Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] GetDefaultSigningIdentity -> DEBU bcf Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] GetLocalMSP -> DEBU bd0 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp] GetDefaultSigningIdentity -> DEBU bd1 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp/identity] Sign -> DEBU bd2 Sign: plaintext: 0AB7060A1B08011A0608E085EDD20522...8A898DA2D6120AEBE0098A3614A0073A -orderer.example.com | 2018-01-14 11:45:36.353 UTC [msp/identity] Sign -> DEBU bd3 Sign: digest: 8D147CC56C62AA570FA1F00B99D21C969E1EBCD409E5E4157F176059D4E79838 -orderer.example.com | 2018-01-14 11:45:36.354 UTC [orderer/common/broadcast] Handle -> DEBU bd4 [channel: businesschannel] Broadcast is filtering message of type CONFIG -orderer.example.com | 2018-01-14 11:45:36.354 UTC [policies] GetPolicy -> DEBU bd5 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.354 UTC [cauthdsl] func1 -> DEBU bd6 0xc420026180 gate 1515930336354974264 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bd7 0xc420026180 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bd8 0xc420026180 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.355 UTC [msp/identity] newIdentity -> DEBU bd9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.355 UTC [msp] SatisfiesPrincipal -> DEBU bda Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.355 UTC [msp] Validate -> DEBU bdb MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bdc 0xc420026180 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.355 UTC [msp/identity] Verify -> DEBU bdd Verify: digest = 00000000 8d 14 7c c5 6c 62 aa 57 0f a1 f0 0b 99 d2 1c 96 |..|.lb.W........| -orderer.example.com | 00000010 9e 1e bc d4 09 e5 e4 15 7f 17 60 59 d4 e7 98 38 |..........`Y...8| -orderer.example.com | 2018-01-14 11:45:36.355 UTC [msp/identity] Verify -> DEBU bde Verify: sig = 00000000 30 45 02 21 00 91 24 4a 84 29 74 b4 ce cc 11 f5 |0E.!..$J.)t.....| -orderer.example.com | 00000010 55 7d 89 6d cf 0c d0 53 cb 1f be 7b 51 08 bf c0 |U}.m...S...{Q...| -orderer.example.com | 00000020 c6 18 d8 d5 50 02 20 14 f1 aa 1f de a4 bd 6a 58 |....P. .......jX| -orderer.example.com | 00000030 ee 74 d2 f9 e9 a1 8d 1c 85 9c dc aa 1d f2 33 ef |.t............3.| -orderer.example.com | 00000040 55 38 4f d7 55 1a 25 |U8O.U.%| -orderer.example.com | 2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bdf 0xc420026180 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.356 UTC [cauthdsl] func1 -> DEBU be0 0xc420026180 gate 1515930336354974264 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.356 UTC [orderer/common/sigfilter] Apply -> DEBU be1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b380a0 1 [0xc420150dd8]}) %!s(*policies.implicitMetaPolicy=&{0xc420b386a0 1 [0xc420150e70 0xc4201510e8]})]} -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be2 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be3 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be4 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be5 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be9 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bea Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU beb Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bec Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bed Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bee Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bef Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bf0 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.357 UTC [policies] GetPolicy -> DEBU bf1 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.357 UTC [cauthdsl] func1 -> DEBU bf2 0xc420026980 gate 1515930336357197964 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf3 0xc420026980 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf4 0xc420026980 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.357 UTC [msp/identity] newIdentity -> DEBU bf5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.357 UTC [msp] SatisfiesPrincipal -> DEBU bf6 Checking if identity satisfies ADMIN role for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf7 0xc420026980 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.357 UTC [msp/identity] Verify -> DEBU bf8 Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -orderer.example.com | 00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -orderer.example.com | 2018-01-14 11:45:36.357 UTC [msp/identity] Verify -> DEBU bf9 Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -orderer.example.com | 00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -orderer.example.com | 00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -orderer.example.com | 00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -orderer.example.com | 00000040 f2 28 fe a6 78 9f 80 |.(..x..| -orderer.example.com | 2018-01-14 11:45:36.358 UTC [cauthdsl] func2 -> DEBU bfa 0xc420026980 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.358 UTC [cauthdsl] func1 -> DEBU bfb 0xc420026980 gate 1515930336357197964 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfc Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfd Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfe Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bff Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c00 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c01 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c02 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c03 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c04 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c05 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c06 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c07 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c08 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c09 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c0a Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0b Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0c Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0d Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0e Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/configtx] processConfig -> DEBU c0f Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] NewStandardValues -> DEBU c10 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c11 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c12 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c13 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c14 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c15 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c16 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c17 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:36.359 UTC [common/config] NewStandardValues -> DEBU c18 Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c19 Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c1a Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c1b Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c1c Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c1d Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c1e Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c1f Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c20 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c21 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c22 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c23 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c24 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c25 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c26 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c27 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c28 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c29 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c2a Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2b Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2c Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2d Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c2e Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c2f Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c30 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c31 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c32 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c33 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c34 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c35 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c36 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c37 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c38 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.361 UTC [common/config] initializeProtosStruct -> DEBU c39 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3a Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3b Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3c Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.361 UTC [common/config] Validate -> DEBU c3d Anchor peers for org Org2MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.361 UTC [common/config] validateMSP -> DEBU c3e Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:36.361 UTC [msp] NewBccspMsp -> DEBU c3f Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.361 UTC [msp] Setup -> DEBU c40 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:36.361 UTC [msp/identity] newIdentity -> DEBU c41 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.362 UTC [msp/identity] newIdentity -> DEBU c42 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.362 UTC [msp/identity] newIdentity -> DEBU c43 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.363 UTC [msp] Validate -> DEBU c44 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.363 UTC [common/config] Validate -> DEBU c45 Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.363 UTC [common/config] validateMSP -> DEBU c46 Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:36.363 UTC [msp] NewBccspMsp -> DEBU c47 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.363 UTC [msp] Setup -> DEBU c48 Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:36.363 UTC [msp/identity] newIdentity -> DEBU c49 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.364 UTC [msp/identity] newIdentity -> DEBU c4a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.364 UTC [msp/identity] newIdentity -> DEBU c4b Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.365 UTC [msp] Validate -> DEBU c4c MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.365 UTC [common/config] validateMSP -> DEBU c4d Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.365 UTC [msp] NewBccspMsp -> DEBU c4e Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.365 UTC [msp] Setup -> DEBU c4f Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.365 UTC [msp/identity] newIdentity -> DEBU c50 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.366 UTC [msp/identity] newIdentity -> DEBU c51 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.366 UTC [msp/identity] newIdentity -> DEBU c52 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.367 UTC [msp] Validate -> DEBU c53 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.367 UTC [msp] Setup -> DEBU c54 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:36.367 UTC [msp] Setup -> DEBU c55 MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:36.367 UTC [orderer/common/broadcast] Handle -> DEBU c56 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG -orderer.example.com | 2018-01-14 11:45:36.367 UTC [policies] GetPolicy -> DEBU c57 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.367 UTC [cauthdsl] func1 -> DEBU c58 0xc420150108 gate 1515930336367610064 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.367 UTC [cauthdsl] func2 -> DEBU c59 0xc420150108 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.367 UTC [cauthdsl] func2 -> DEBU c5a 0xc420150108 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.367 UTC [msp/identity] newIdentity -> DEBU c5b Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq -orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz -orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw -orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN -orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH -orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.368 UTC [msp] SatisfiesPrincipal -> DEBU c5c Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.368 UTC [msp] Validate -> DEBU c5d MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.368 UTC [cauthdsl] func2 -> DEBU c5e 0xc420150108 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.368 UTC [msp/identity] Verify -> DEBU c5f Verify: digest = 00000000 8d 14 7c c5 6c 62 aa 57 0f a1 f0 0b 99 d2 1c 96 |..|.lb.W........| -orderer.example.com | 00000010 9e 1e bc d4 09 e5 e4 15 7f 17 60 59 d4 e7 98 38 |..........`Y...8| -orderer.example.com | 2018-01-14 11:45:36.368 UTC [msp/identity] Verify -> DEBU c60 Verify: sig = 00000000 30 45 02 21 00 91 24 4a 84 29 74 b4 ce cc 11 f5 |0E.!..$J.)t.....| -orderer.example.com | 00000010 55 7d 89 6d cf 0c d0 53 cb 1f be 7b 51 08 bf c0 |U}.m...S...{Q...| -orderer.example.com | 00000020 c6 18 d8 d5 50 02 20 14 f1 aa 1f de a4 bd 6a 58 |....P. .......jX| -orderer.example.com | 00000030 ee 74 d2 f9 e9 a1 8d 1c 85 9c dc aa 1d f2 33 ef |.t............3.| -orderer.example.com | 00000040 55 38 4f d7 55 1a 25 |U8O.U.%| -orderer.example.com | 2018-01-14 11:45:36.368 UTC [cauthdsl] func2 -> DEBU c61 0xc420150108 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.368 UTC [cauthdsl] func1 -> DEBU c62 0xc420150108 gate 1515930336367610064 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.368 UTC [orderer/common/sigfilter] Apply -> DEBU c63 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b380a0 1 [0xc420150dd8]}) %!s(*policies.implicitMetaPolicy=&{0xc420b386a0 1 [0xc420150e70 0xc4201510e8]})]} -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c64 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c65 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c66 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c67 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c68 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c69 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6a Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6b Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6c Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6d Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6e Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6f Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c70 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c71 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.370 UTC [common/configtx] addToMap -> DEBU c72 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.370 UTC [policies] GetPolicy -> DEBU c73 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.370 UTC [cauthdsl] func1 -> DEBU c74 0xc420150ec0 gate 1515930336370132064 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c75 0xc420150ec0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c76 0xc420150ec0 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.370 UTC [msp/identity] newIdentity -> DEBU c77 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.370 UTC [msp] SatisfiesPrincipal -> DEBU c78 Checking if identity satisfies ADMIN role for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c79 0xc420150ec0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.370 UTC [msp/identity] Verify -> DEBU c7a Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -orderer.example.com | 00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -orderer.example.com | 2018-01-14 11:45:36.370 UTC [msp/identity] Verify -> DEBU c7b Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -orderer.example.com | 00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -orderer.example.com | 00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -orderer.example.com | 00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -orderer.example.com | 00000040 f2 28 fe a6 78 9f 80 |.(..x..| -orderer.example.com | 2018-01-14 11:45:36.371 UTC [cauthdsl] func2 -> DEBU c7c 0xc420150ec0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.371 UTC [cauthdsl] func1 -> DEBU c7d 0xc420150ec0 gate 1515930336370132064 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c7e Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c7f Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c80 Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c81 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c82 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c83 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c84 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c85 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c86 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c87 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c88 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c89 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8a Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8b Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8c Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8d Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8e Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8f Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c90 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/configtx] processConfig -> DEBU c91 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] NewStandardValues -> DEBU c92 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c93 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c94 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c95 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c96 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c97 Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c98 Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c99 Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:36.372 UTC [common/config] NewStandardValues -> DEBU c9a Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9b Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9c Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9d Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU c9e Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU c9f Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca0 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca1 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca2 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca3 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca4 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca5 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca6 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca7 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca8 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca9 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU caa Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU cab Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cac Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU cad Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU cae Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU caf Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU cb0 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb1 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb2 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb3 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb4 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb5 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb6 Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb7 Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb8 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb9 Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:36.374 UTC [common/config] NewStandardValues -> DEBU cba Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.374 UTC [common/config] initializeProtosStruct -> DEBU cbb Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbc Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbd Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbe Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.374 UTC [common/config] Validate -> DEBU cbf Anchor peers for org Org2MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.374 UTC [common/config] validateMSP -> DEBU cc0 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:36.374 UTC [msp] NewBccspMsp -> DEBU cc1 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.374 UTC [msp] Setup -> DEBU cc2 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:36.375 UTC [msp/identity] newIdentity -> DEBU cc3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.375 UTC [msp/identity] newIdentity -> DEBU cc4 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.377 UTC [orderer/common/deliver] Handle -> WARN cc5 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:36.377 UTC [orderer/main] func1 -> DEBU cc6 Closing Deliver stream -orderer.example.com | 2018-01-14 11:45:36.378 UTC [msp/identity] newIdentity -> DEBU cc7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.379 UTC [orderer/common/broadcast] Handle -> WARN cc8 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:45:36.379 UTC [orderer/main] func1 -> DEBU cc9 Closing Broadcast stream -orderer.example.com | 2018-01-14 11:45:36.379 UTC [msp] Validate -> DEBU cca MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.379 UTC [common/config] Validate -> DEBU ccb Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.380 UTC [common/config] validateMSP -> DEBU ccc Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:36.380 UTC [msp] NewBccspMsp -> DEBU ccd Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.380 UTC [msp] Setup -> DEBU cce Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:36.380 UTC [msp/identity] newIdentity -> DEBU ccf Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.381 UTC [msp/identity] newIdentity -> DEBU cd0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.382 UTC [msp/identity] newIdentity -> DEBU cd1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.383 UTC [msp] Validate -> DEBU cd2 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.383 UTC [common/config] validateMSP -> DEBU cd3 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.383 UTC [msp] NewBccspMsp -> DEBU cd4 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.383 UTC [msp] Setup -> DEBU cd5 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.385 UTC [msp] Validate -> DEBU cd9 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.385 UTC [msp] Setup -> DEBU cda Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:36.385 UTC [msp] Setup -> DEBU cdb MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:36.385 UTC [orderer/common/blockcutter] Ordered -> DEBU cdc Found message which requested to be isolated, cutting into its own batch -orderer.example.com | 2018-01-14 11:45:36.385 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU cdd retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:45:36.385 UTC [fsblkstorage] newBlockfileStream -> DEBU cde newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -orderer.example.com | 2018-01-14 11:45:36.385 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU cdf Remaining bytes=[13733], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:36.385 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ce0 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -orderer.example.com | 2018-01-14 11:45:36.385 UTC [common/configtx] addToMap -> DEBU ce1 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce2 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce3 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce4 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce5 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce9 Adding to config map: [Groups] /Channel/Application/Org1MSP -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cea Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ceb Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cec Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ced Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cee Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cef Adding to config map: [Policy] /Channel/Application/Readers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf0 Adding to config map: [Policy] /Channel/Application/Admins -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf1 Adding to config map: [Policy] /Channel/Application/Writers -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf2 Adding to config map: [Groups] /Channel/Orderer -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf3 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf4 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf5 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf6 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf7 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf8 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf9 Adding to config map: [Values] /Channel/Orderer/ConsensusType -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfa Adding to config map: [Values] /Channel/Orderer/BatchSize -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfb Adding to config map: [Values] /Channel/Orderer/BatchTimeout -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfc Adding to config map: [Policy] /Channel/Orderer/Writers -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfd Adding to config map: [Policy] /Channel/Orderer/Admins -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfe Adding to config map: [Policy] /Channel/Orderer/BlockValidation -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cff Adding to config map: [Policy] /Channel/Orderer/Readers -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d00 Adding to config map: [Values] /Channel/HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d01 Adding to config map: [Values] /Channel/BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d02 Adding to config map: [Values] /Channel/Consortium -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d03 Adding to config map: [Values] /Channel/OrdererAddresses -orderer.example.com | 2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d04 Adding to config map: [Policy] /Channel/Admins -orderer.example.com | 2018-01-14 11:45:36.392 UTC [common/configtx] addToMap -> DEBU d05 Adding to config map: [Policy] /Channel/Readers -orderer.example.com | 2018-01-14 11:45:36.392 UTC [common/configtx] addToMap -> DEBU d06 Adding to config map: [Policy] /Channel/Writers -orderer.example.com | 2018-01-14 11:45:36.393 UTC [common/configtx] addToMap -> DEBU d07 Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.393 UTC [common/configtx] addToMap -> DEBU d08 Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d09 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0b Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0e Adding to config map: [Groups] /Channel -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0f Adding to config map: [Groups] /Channel/Application -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d10 Adding to config map: [Groups] /Channel/Application/Org2MSP -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d11 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d12 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d13 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d14 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -orderer.example.com | 2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d15 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -orderer.example.com | 2018-01-14 11:45:36.394 UTC [policies] GetPolicy -> DEBU d16 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.394 UTC [cauthdsl] func1 -> DEBU d17 0xc420150870 gate 1515930336394829864 evaluation starts -orderer.example.com | 2018-01-14 11:45:36.394 UTC [cauthdsl] func2 -> DEBU d18 0xc420150870 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:36.394 UTC [cauthdsl] func2 -> DEBU d19 0xc420150870 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:36.395 UTC [msp/identity] newIdentity -> DEBU d1a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.395 UTC [msp] SatisfiesPrincipal -> DEBU d1b Checking if identity satisfies ADMIN role for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.395 UTC [cauthdsl] func2 -> DEBU d1c 0xc420150870 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:36.395 UTC [msp/identity] Verify -> DEBU d1d Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -orderer.example.com | 00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -orderer.example.com | 2018-01-14 11:45:36.395 UTC [msp/identity] Verify -> DEBU d1e Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -orderer.example.com | 00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -orderer.example.com | 00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -orderer.example.com | 00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -orderer.example.com | 00000040 f2 28 fe a6 78 9f 80 |.(..x..| -orderer.example.com | 2018-01-14 11:45:36.395 UTC [cauthdsl] func2 -> DEBU d1f 0xc420150870 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:36.396 UTC [cauthdsl] func1 -> DEBU d20 0xc420150870 gate 1515930336394829864 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d21 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d22 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d23 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d24 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d25 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d26 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d27 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d28 Setting policy for key Readers to -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d29 Setting policy for key Writers to -orderer.example.com | 2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d2a Setting policy for key Admins to -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2b Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2c Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2d Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2e Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2f Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d30 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d31 Setting policy for key Writers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d32 Setting policy for key Admins to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d33 Setting policy for key Readers to policy: mod_policy:"Admins" -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/configtx] processConfig -> DEBU d34 Beginning new config for channel businesschannel -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/config] NewStandardValues -> DEBU d35 Initializing protos for *config.ChannelProtos -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d36 Processing field: HashingAlgorithm -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d37 Processing field: BlockDataHashingStructure -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d38 Processing field: OrdererAddresses -orderer.example.com | 2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d39 Processing field: Consortium -orderer.example.com | 2018-01-14 11:45:36.398 UTC [policies] ProposePolicy -> DEBU d3a Proposed new policy Admins for Channel -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3b Proposed new policy Readers for Channel -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3c Proposed new policy Writers for Channel -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d3d Initializing protos for *struct {} -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3e Proposed new policy Writers for Application -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3f Proposed new policy Readers for Application -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d40 Proposed new policy Admins for Application -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d41 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d42 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d43 Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d44 Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d45 Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d46 Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d47 Proposed new policy Admins for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d48 Proposed new policy Readers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d49 Proposed new policy Writers for Org2MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4a Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4b Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4c Initializing protos for *config.ApplicationOrgProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4d Processing field: AnchorPeers -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4e Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4f Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d50 Proposed new policy Admins for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d51 Proposed new policy Readers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d52 Proposed new policy Writers for Org1MSP -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d53 Initializing protos for *config.OrdererProtos -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d54 Processing field: ConsensusType -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d55 Processing field: BatchSize -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d56 Processing field: BatchTimeout -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d57 Processing field: KafkaBrokers -orderer.example.com | 2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d58 Processing field: ChannelRestrictions -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d59 Proposed new policy Writers for Orderer -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d5a Proposed new policy Admins for Orderer -orderer.example.com | 2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d5b Proposed new policy BlockValidation for Orderer -orderer.example.com | 2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d5c Proposed new policy Readers for Orderer -orderer.example.com | 2018-01-14 11:45:36.400 UTC [common/config] NewStandardValues -> DEBU d5d Initializing protos for *config.OrganizationProtos -orderer.example.com | 2018-01-14 11:45:36.400 UTC [common/config] initializeProtosStruct -> DEBU d5e Processing field: MSP -orderer.example.com | 2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d5f Proposed new policy Writers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d60 Proposed new policy Admins for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d61 Proposed new policy Readers for OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.400 UTC [common/config] Validate -> DEBU d62 Anchor peers for org Org2MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.400 UTC [common/config] validateMSP -> DEBU d63 Setting up MSP for org Org2MSP -orderer.example.com | 2018-01-14 11:45:36.400 UTC [msp] NewBccspMsp -> DEBU d64 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.400 UTC [msp] Setup -> DEBU d65 Setting up MSP instance Org2MSP -orderer.example.com | 2018-01-14 11:45:36.400 UTC [msp/identity] newIdentity -> DEBU d66 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -orderer.example.com | SCjyRdD3aQ== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.401 UTC [msp/identity] newIdentity -> DEBU d67 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.401 UTC [msp/identity] newIdentity -> DEBU d68 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.402 UTC [msp] Validate -> DEBU d69 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.402 UTC [common/config] Validate -> DEBU d6a Anchor peers for org Org1MSP are anchor_peers: -orderer.example.com | 2018-01-14 11:45:36.402 UTC [common/config] validateMSP -> DEBU d6b Setting up MSP for org Org1MSP -orderer.example.com | 2018-01-14 11:45:36.402 UTC [msp] NewBccspMsp -> DEBU d6c Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.402 UTC [msp] Setup -> DEBU d6d Setting up MSP instance Org1MSP -orderer.example.com | 2018-01-14 11:45:36.402 UTC [msp/identity] newIdentity -> DEBU d6e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -orderer.example.com | H7n8z1pj5w== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.403 UTC [msp/identity] newIdentity -> DEBU d6f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.403 UTC [msp/identity] newIdentity -> DEBU d70 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.404 UTC [msp] Validate -> DEBU d71 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:36.404 UTC [common/config] validateMSP -> DEBU d72 Setting up MSP for org OrdererOrg -orderer.example.com | 2018-01-14 11:45:36.404 UTC [msp] NewBccspMsp -> DEBU d73 Creating BCCSP-based MSP instance -orderer.example.com | 2018-01-14 11:45:36.404 UTC [msp] Setup -> DEBU d74 Setting up MSP instance OrdererMSP -orderer.example.com | 2018-01-14 11:45:36.404 UTC [msp/identity] newIdentity -> DEBU d75 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.404 UTC [msp/identity] newIdentity -> DEBU d76 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.405 UTC [msp/identity] newIdentity -> DEBU d77 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:36.405 UTC [msp] Validate -> DEBU d78 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:45:36.405 UTC [msp] Setup -> DEBU d79 Setting up the MSP manager (3 msps) -orderer.example.com | 2018-01-14 11:45:36.405 UTC [msp] Setup -> DEBU d7a MSP manager setup complete, setup 3 msps -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7b Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d7c In commit adding relative sub-policy Org2MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7d Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d7e In commit adding relative sub-policy Org2MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7f Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d80 In commit adding relative sub-policy Org2MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d81 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d82 In commit adding relative sub-policy Org1MSP/Writers to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d83 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d84 In commit adding relative sub-policy Org1MSP/Admins to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d85 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d86 In commit adding relative sub-policy Org1MSP/Readers to Application -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d87 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d88 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d89 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8a Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8b Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8c Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8d Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d8e In commit adding relative sub-policy OrdererOrg/Writers to Orderer -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8f Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d90 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d91 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d92 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d93 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d94 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d95 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d96 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d97 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d98 In commit adding relative sub-policy Application/Writers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d99 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9a In commit adding relative sub-policy Application/Readers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9b Returning policy Org2MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9c In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9d Returning policy Org2MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9f Returning policy Org2MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da0 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da1 Returning policy Org1MSP/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da2 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da3 Returning policy Org1MSP/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da4 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da5 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da6 In commit adding relative sub-policy Application/Admins to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da7 Returning policy Org1MSP/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da8 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da9 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU daa In commit adding relative sub-policy Orderer/Writers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU dab Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU dac In commit adding relative sub-policy Orderer/Admins to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU dad Returning policy BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU dae In commit adding relative sub-policy Orderer/BlockValidation to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU daf Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU db0 In commit adding relative sub-policy Orderer/Readers to Channel -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU db1 Returning policy OrdererOrg/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU db2 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db3 Returning policy OrdererOrg/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU db4 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db5 Returning policy OrdererOrg/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU db6 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db7 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db8 Returning policy Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db9 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dba Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbb Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbc Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbd Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dbe As expected, current configuration has policy '/Channel/Readers' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbf Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc0 As expected, current configuration has policy '/Channel/Writers' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc1 Returning policy Application/Readers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc2 As expected, current configuration has policy '/Channel/Application/Readers' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc3 Returning policy Application/Writers for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc4 As expected, current configuration has policy '/Channel/Application/Writers' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc5 Returning policy Application/Admins for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc6 As expected, current configuration has policy '/Channel/Application/Admins' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc7 Returning policy Orderer/BlockValidation for evaluation -orderer.example.com | 2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc8 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -orderer.example.com | 2018-01-14 11:45:36.408 UTC [orderer/multichain] addBlockSignature -> DEBU dc9 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:1 lastConfigSeq:2} -orderer.example.com | 2018-01-14 11:45:36.408 UTC [orderer/multichain] addBlockSignature -> DEBU dca &{} -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp] GetLocalMSP -> DEBU dcb Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp] GetDefaultSigningIdentity -> DEBU dcc Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp] GetLocalMSP -> DEBU dcd Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp] GetDefaultSigningIdentity -> DEBU dce Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp/identity] Sign -> DEBU dcf Sign: plaintext: 0AFA050A0A4F7264657265724D535012...DC38C8D138802B09833C93850A5A9B0F -orderer.example.com | 2018-01-14 11:45:36.408 UTC [msp/identity] Sign -> DEBU dd0 Sign: digest: A6613FC4D4B18AA6BF539E858DF7D751A280885F5B10C2DE360373BBA2F34B69 -orderer.example.com | 2018-01-14 11:45:36.409 UTC [orderer/multichain] addLastConfigSignature -> DEBU dd1 [channel: businesschannel] Detected lastConfigSeq transitioning from 2 to 3, setting lastConfig from 1 to 2 -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp] GetLocalMSP -> DEBU dd2 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp] GetDefaultSigningIdentity -> DEBU dd3 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.409 UTC [orderer/multichain] addLastConfigSignature -> DEBU dd4 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp] GetLocalMSP -> DEBU dd5 Returning existing local MSP -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp] GetDefaultSigningIdentity -> DEBU dd6 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp/identity] Sign -> DEBU dd7 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...DC38C8D138802B09833C93850A5A9B0F -orderer.example.com | 2018-01-14 11:45:36.409 UTC [msp/identity] Sign -> DEBU dd8 Sign: digest: 1F5B51E7CC68092D20BDB325CC4AD81AF553F22EDFABCE151A04C1ADD033F0B7 -orderer.example.com | 2018-01-14 11:45:36.514 UTC [fsblkstorage] indexBlock -> DEBU dd9 Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -orderer.example.com | txId= locPointer=offset=70, bytesLength=11973 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:45:36.515 UTC [fsblkstorage] updateCheckpoint -> DEBU dda Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39458], isChainEmpty=[false], lastBlockNumber=[2] -orderer.example.com | 2018-01-14 11:45:36.515 UTC [orderer/multichain] WriteBlock -> DEBU ddb [channel: businesschannel] Wrote block 2 -orderer.example.com | 2018-01-14 11:45:39.163 UTC [orderer/main] Deliver -> DEBU ddc Starting new Deliver handler -orderer.example.com | 2018-01-14 11:45:39.163 UTC [orderer/common/deliver] Handle -> DEBU ddd Starting new deliver loop -orderer.example.com | 2018-01-14 11:45:39.163 UTC [orderer/common/deliver] Handle -> DEBU dde Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:39.164 UTC [policies] GetPolicy -> DEBU ddf Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:39.164 UTC [cauthdsl] func1 -> DEBU de0 0xc420150c00 gate 1515930339164631864 evaluation starts -orderer.example.com | 2018-01-14 11:45:39.164 UTC [cauthdsl] func2 -> DEBU de1 0xc420150c00 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:39.165 UTC [cauthdsl] func2 -> DEBU de2 0xc420150c00 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:39.165 UTC [msp/identity] newIdentity -> DEBU de3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k -orderer.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc -orderer.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l -orderer.example.com | 05n0MbLw/Ug3egJ3JA== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de4 0xc420150c00 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de5 0xc420150c00 principal evaluation fails -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func1 -> DEBU de6 0xc420150c00 gate 1515930339164631864 evaluation fails -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func1 -> DEBU de7 0xc420150c10 gate 1515930339166737864 evaluation starts -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de8 0xc420150c10 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de9 0xc420150c10 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:39.168 UTC [msp/identity] newIdentity -> DEBU dea Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k -orderer.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc -orderer.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l -orderer.example.com | 05n0MbLw/Ug3egJ3JA== -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:39.169 UTC [msp] SatisfiesPrincipal -> DEBU deb Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:45:39.169 UTC [msp] Validate -> DEBU dec MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:45:39.170 UTC [cauthdsl] func2 -> DEBU ded 0xc420150c10 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:39.170 UTC [msp/identity] Verify -> DEBU dee Verify: digest = 00000000 46 f3 26 da 1a 4a 78 63 13 ae a0 e3 d5 9e 97 36 |F.&..Jxc.......6| -orderer.example.com | 00000010 1a 8f e8 f6 e7 66 c7 b1 55 87 48 22 ad e5 13 4c |.....f..U.H"...L| -orderer.example.com | 2018-01-14 11:45:39.170 UTC [msp/identity] Verify -> DEBU def Verify: sig = 00000000 30 44 02 20 5b c1 2e a1 a9 92 67 aa 5c 77 55 6e |0D. [.....g.\wUn| -orderer.example.com | 00000010 b5 40 ba 75 e1 07 12 ae 1a 5d ff 2a 13 c3 76 4f |.@.u.....].*..vO| -orderer.example.com | 00000020 88 11 3f f6 02 20 72 4d 85 22 63 53 e7 05 a0 be |..?.. rM."cS....| -orderer.example.com | 00000030 6a 78 5e ef 21 40 2d 37 16 2e 9c b9 59 a6 8e 52 |jx^.!@-7....Y..R| -orderer.example.com | 00000040 ee 70 bd 89 63 38 |.p..c8| -orderer.example.com | 2018-01-14 11:45:39.170 UTC [cauthdsl] func2 -> DEBU df0 0xc420150c10 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:39.170 UTC [cauthdsl] func1 -> DEBU df1 0xc420150c10 gate 1515930339166737864 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:39.170 UTC [orderer/common/sigfilter] Apply -> DEBU df2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:45:39.171 UTC [orderer/common/deliver] Handle -> DEBU df3 [channel: businesschannel] Received seekInfo (0xc420373960) start: > stop: > -orderer.example.com | 2018-01-14 11:45:39.171 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU df4 retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:45:39.171 UTC [fsblkstorage] newBlockfileStream -> DEBU df5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -orderer.example.com | 2018-01-14 11:45:39.171 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU df6 Remaining bytes=[27525], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:39.171 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU df7 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -orderer.example.com | 2018-01-14 11:45:39.172 UTC [orderer/common/deliver] Handle -> DEBU df8 [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:45:39.172 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU df9 retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:45:39.172 UTC [fsblkstorage] newBlockfileStream -> DEBU dfa newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -orderer.example.com | 2018-01-14 11:45:39.173 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU dfb Remaining bytes=[13792], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:39.173 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU dfc Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -orderer.example.com | 2018-01-14 11:45:39.173 UTC [orderer/common/deliver] Handle -> DEBU dfd [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:45:39.602 UTC [orderer/main] Deliver -> DEBU dfe Starting new Deliver handler -orderer.example.com | 2018-01-14 11:45:39.602 UTC [orderer/common/deliver] Handle -> DEBU dff Starting new deliver loop -orderer.example.com | 2018-01-14 11:45:39.602 UTC [orderer/common/deliver] Handle -> DEBU e00 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:45:39.608 UTC [policies] GetPolicy -> DEBU e01 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:45:39.609 UTC [cauthdsl] func1 -> DEBU e02 0xc420026028 gate 1515930339609038364 evaluation starts -orderer.example.com | 2018-01-14 11:45:39.609 UTC [cauthdsl] func2 -> DEBU e03 0xc420026028 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:45:39.609 UTC [cauthdsl] func2 -> DEBU e04 0xc420026028 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:45:39.609 UTC [msp/identity] newIdentity -> DEBU e05 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D -orderer.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 -orderer.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU -orderer.example.com | Cp7fopYLAR0CUyw+Xyk= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:45:39.610 UTC [msp] SatisfiesPrincipal -> DEBU e06 Checking if identity satisfies MEMBER role for Org2MSP -orderer.example.com | 2018-01-14 11:45:39.610 UTC [msp] Validate -> DEBU e07 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:45:39.611 UTC [cauthdsl] func2 -> DEBU e08 0xc420026028 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:45:39.611 UTC [msp/identity] Verify -> DEBU e09 Verify: digest = 00000000 04 df fb 71 bd 61 d1 0a c0 26 36 7e f8 ce 68 b6 |...q.a...&6~..h.| -orderer.example.com | 00000010 b9 1f 44 7c f0 49 8d 25 ec c9 00 d1 bf 16 31 80 |..D|.I.%......1.| -orderer.example.com | 2018-01-14 11:45:39.611 UTC [msp/identity] Verify -> DEBU e0a Verify: sig = 00000000 30 44 02 20 74 83 61 59 4e 75 ef c4 be 18 d9 94 |0D. t.aYNu......| -orderer.example.com | 00000010 a9 fe dc 02 92 67 a7 f8 d0 d6 c6 2b dd 79 22 e9 |.....g.....+.y".| -orderer.example.com | 00000020 25 38 28 f4 02 20 46 09 13 72 42 50 d9 95 46 e0 |%8(.. F..rBP..F.| -orderer.example.com | 00000030 28 df cc 49 24 3f 1b 22 09 6d 48 4c ed dc 4f d0 |(..I$?.".mHL..O.| -orderer.example.com | 00000040 c1 82 0c 9c f2 5b |.....[| -orderer.example.com | 2018-01-14 11:45:39.611 UTC [cauthdsl] func2 -> DEBU e0b 0xc420026028 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:45:39.611 UTC [cauthdsl] func1 -> DEBU e0c 0xc420026028 gate 1515930339609038364 evaluation succeeds -orderer.example.com | 2018-01-14 11:45:39.611 UTC [orderer/common/sigfilter] Apply -> DEBU e0d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:45:39.611 UTC [orderer/common/deliver] Handle -> DEBU e0e [channel: businesschannel] Received seekInfo (0xc42034dc80) start: > stop: > -orderer.example.com | 2018-01-14 11:45:39.612 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e0f retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:45:39.612 UTC [fsblkstorage] newBlockfileStream -> DEBU e10 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -orderer.example.com | 2018-01-14 11:45:39.612 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e11 Remaining bytes=[27525], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:39.612 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e12 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -orderer.example.com | 2018-01-14 11:45:39.612 UTC [orderer/common/deliver] Handle -> DEBU e13 [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:45:39.613 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e14 retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:45:39.613 UTC [fsblkstorage] newBlockfileStream -> DEBU e15 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -orderer.example.com | 2018-01-14 11:45:39.613 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e16 Remaining bytes=[13792], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:45:39.613 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e17 Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -orderer.example.com | 2018-01-14 11:45:39.613 UTC [orderer/common/deliver] Handle -> DEBU e18 [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:45:41.094 UTC [orderer/main] Broadcast -> DEBU e19 Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:45:41.094 UTC [orderer/common/broadcast] Handle -> DEBU e1a Starting new broadcast loop -orderer.example.com | 2018-01-14 11:46:00.613 UTC [orderer/common/broadcast] Handle -> DEBU e1b [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:00.613 UTC [policies] GetPolicy -> DEBU e1c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:00.613 UTC [cauthdsl] func1 -> DEBU e1d 0xc4200260b0 gate 1515930360613725364 evaluation starts -orderer.example.com | 2018-01-14 11:46:00.613 UTC [cauthdsl] func2 -> DEBU e1e 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:00.614 UTC [cauthdsl] func2 -> DEBU e1f 0xc4200260b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:00.614 UTC [msp/identity] newIdentity -> DEBU e20 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e21 0xc4200260b0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e22 0xc4200260b0 principal evaluation fails -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func1 -> DEBU e23 0xc4200260b0 gate 1515930360613725364 evaluation fails -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func1 -> DEBU e24 0xc4200260c0 gate 1515930360615707864 evaluation starts -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e25 0xc4200260c0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e26 0xc4200260c0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:00.615 UTC [msp/identity] newIdentity -> DEBU e27 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:00.616 UTC [msp] SatisfiesPrincipal -> DEBU e28 Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:46:00.616 UTC [msp] Validate -> DEBU e29 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:46:00.616 UTC [cauthdsl] func2 -> DEBU e2a 0xc4200260c0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:00.617 UTC [msp/identity] Verify -> DEBU e2b Verify: digest = 00000000 90 d9 40 5a f7 c9 1b 46 58 bf 15 6a 11 07 e0 1b |..@Z...FX..j....| -orderer.example.com | 00000010 d0 a6 0e 16 1b b3 d0 b2 05 39 ce b8 4e 0f 86 95 |.........9..N...| -orderer.example.com | 2018-01-14 11:46:00.617 UTC [msp/identity] Verify -> DEBU e2c Verify: sig = 00000000 30 45 02 21 00 e7 c4 78 21 ef 88 05 bd ea 1a 6c |0E.!...x!......l| -orderer.example.com | 00000010 1f 76 c4 5b 74 cb 8a b2 39 21 00 ae 28 6c 6d fc |.v.[t...9!..(lm.| -orderer.example.com | 00000020 8a 88 8b 7c 57 02 20 06 f5 8a 10 dd d5 94 6f 95 |...|W. .......o.| -orderer.example.com | 00000030 1f 2b 78 a8 83 17 de 43 c9 8e 61 a4 e2 c7 b5 36 |.+x....C..a....6| -orderer.example.com | 00000040 51 b2 b9 b2 be d0 f7 |Q......| -orderer.example.com | 2018-01-14 11:46:00.617 UTC [cauthdsl] func2 -> DEBU e2d 0xc4200260c0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:00.617 UTC [cauthdsl] func1 -> DEBU e2e 0xc4200260c0 gate 1515930360615707864 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:00.617 UTC [orderer/common/sigfilter] Apply -> DEBU e2f Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:00.617 UTC [orderer/common/broadcast] Handle -> DEBU e30 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:00.618 UTC [policies] GetPolicy -> DEBU e31 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e32 0xc420150c78 gate 1515930360618240364 evaluation starts -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e33 0xc420150c78 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e34 0xc420150c78 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:00.618 UTC [msp/identity] newIdentity -> DEBU e35 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e36 0xc420150c78 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e37 0xc420150c78 principal evaluation fails -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e38 0xc420150c78 gate 1515930360618240364 evaluation fails -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e39 0xc420150c88 gate 1515930360618954764 evaluation starts -orderer.example.com | 2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e3a 0xc420150c88 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:00.619 UTC [cauthdsl] func2 -> DEBU e3b 0xc420150c88 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:00.619 UTC [msp/identity] newIdentity -> DEBU e3c Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:00.619 UTC [msp] SatisfiesPrincipal -> DEBU e3d Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:46:00.620 UTC [msp] Validate -> DEBU e3e MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:46:00.620 UTC [cauthdsl] func2 -> DEBU e3f 0xc420150c88 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:00.620 UTC [msp/identity] Verify -> DEBU e40 Verify: digest = 00000000 90 d9 40 5a f7 c9 1b 46 58 bf 15 6a 11 07 e0 1b |..@Z...FX..j....| -orderer.example.com | 00000010 d0 a6 0e 16 1b b3 d0 b2 05 39 ce b8 4e 0f 86 95 |.........9..N...| -orderer.example.com | 2018-01-14 11:46:00.620 UTC [msp/identity] Verify -> DEBU e41 Verify: sig = 00000000 30 45 02 21 00 e7 c4 78 21 ef 88 05 bd ea 1a 6c |0E.!...x!......l| -orderer.example.com | 00000010 1f 76 c4 5b 74 cb 8a b2 39 21 00 ae 28 6c 6d fc |.v.[t...9!..(lm.| -orderer.example.com | 00000020 8a 88 8b 7c 57 02 20 06 f5 8a 10 dd d5 94 6f 95 |...|W. .......o.| -orderer.example.com | 00000030 1f 2b 78 a8 83 17 de 43 c9 8e 61 a4 e2 c7 b5 36 |.+x....C..a....6| -orderer.example.com | 00000040 51 b2 b9 b2 be d0 f7 |Q......| -orderer.example.com | 2018-01-14 11:46:00.621 UTC [cauthdsl] func2 -> DEBU e42 0xc420150c88 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:00.621 UTC [cauthdsl] func1 -> DEBU e43 0xc420150c88 gate 1515930360618954764 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:00.621 UTC [orderer/common/sigfilter] Apply -> DEBU e44 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:00.621 UTC [orderer/common/blockcutter] Ordered -> DEBU e45 Enqueuing message into batch -orderer.example.com | 2018-01-14 11:46:00.622 UTC [orderer/common/broadcast] Handle -> WARN e46 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:46:00.622 UTC [orderer/main] func1 -> DEBU e47 Closing Broadcast stream -orderer.example.com | 2018-01-14 11:46:00.773 UTC [orderer/main] Broadcast -> DEBU e48 Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:46:00.773 UTC [orderer/common/broadcast] Handle -> DEBU e49 Starting new broadcast loop -orderer.example.com | 2018-01-14 11:46:02.622 UTC [orderer/solo] main -> DEBU e4a Batch timer expired, creating block -orderer.example.com | 2018-01-14 11:46:02.623 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e4b retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:46:02.624 UTC [fsblkstorage] newBlockfileStream -> DEBU e4c newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -orderer.example.com | 2018-01-14 11:46:02.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e4d Remaining bytes=[13792], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:02.625 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e4e Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -orderer.example.com | 2018-01-14 11:46:02.625 UTC [orderer/multichain] addBlockSignature -> DEBU e4f &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -orderer.example.com | 2018-01-14 11:46:02.625 UTC [orderer/multichain] addBlockSignature -> DEBU e50 &{} -orderer.example.com | 2018-01-14 11:46:02.625 UTC [msp] GetLocalMSP -> DEBU e51 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:02.625 UTC [msp] GetDefaultSigningIdentity -> DEBU e52 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e53 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e54 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e55 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...5D6340F2F922DF5F60A7A910D4273A51 -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e56 Sign: digest: E92F73C428534CA50BE125EEF0EF6505FFE713D9ED20A6F1CB26FAA5FE1299E2 -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e57 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e58 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:02.626 UTC [orderer/multichain] addLastConfigSignature -> DEBU e59 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e5a Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e5b Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e5c Sign: plaintext: 08020AFA050A0A4F7264657265724D53...5D6340F2F922DF5F60A7A910D4273A51 -orderer.example.com | 2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e5d Sign: digest: 53352678F607C203EA5E24CA1F992F3FDD962D09E3D32D24AF8D859C849A1D77 -orderer.example.com | 2018-01-14 11:46:02.630 UTC [fsblkstorage] indexBlock -> DEBU e5e Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -orderer.example.com | txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:46:02.630 UTC [fsblkstorage] updateCheckpoint -> DEBU e5f Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44672], isChainEmpty=[false], lastBlockNumber=[3] -orderer.example.com | 2018-01-14 11:46:02.630 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e60 retrieveBlockByNumber() - blockNum = [3] -orderer.example.com | 2018-01-14 11:46:02.631 UTC [fsblkstorage] newBlockfileStream -> DEBU e61 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -orderer.example.com | 2018-01-14 11:46:02.631 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e62 Remaining bytes=[5214], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:02.631 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e63 Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -orderer.example.com | 2018-01-14 11:46:02.631 UTC [orderer/common/deliver] Handle -> DEBU e64 [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:46:02.635 UTC [orderer/multichain] WriteBlock -> DEBU e66 [channel: businesschannel] Wrote block 3 -orderer.example.com | 2018-01-14 11:46:02.635 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e65 retrieveBlockByNumber() - blockNum = [3] -orderer.example.com | 2018-01-14 11:46:02.635 UTC [fsblkstorage] newBlockfileStream -> DEBU e67 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -orderer.example.com | 2018-01-14 11:46:02.636 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e68 Remaining bytes=[5214], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:02.636 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e69 Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -orderer.example.com | 2018-01-14 11:46:02.636 UTC [orderer/common/deliver] Handle -> DEBU e6a [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:46:18.341 UTC [orderer/common/broadcast] Handle -> DEBU e6b [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:18.342 UTC [policies] GetPolicy -> DEBU e6c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:18.342 UTC [cauthdsl] func1 -> DEBU e6d 0xc420150cf8 gate 1515930378342137164 evaluation starts -orderer.example.com | 2018-01-14 11:46:18.342 UTC [cauthdsl] func2 -> DEBU e6e 0xc420150cf8 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:18.342 UTC [cauthdsl] func2 -> DEBU e6f 0xc420150cf8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:18.342 UTC [msp/identity] newIdentity -> DEBU e70 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:18.343 UTC [msp] SatisfiesPrincipal -> DEBU e71 Checking if identity satisfies MEMBER role for Org2MSP -orderer.example.com | 2018-01-14 11:46:18.343 UTC [msp] Validate -> DEBU e72 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:46:18.343 UTC [cauthdsl] func2 -> DEBU e73 0xc420150cf8 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:18.343 UTC [msp/identity] Verify -> DEBU e74 Verify: digest = 00000000 fd 8e e4 98 84 ad 46 84 7b 94 99 4d 23 e6 46 82 |......F.{..M#.F.| -orderer.example.com | 00000010 4d a5 e9 a8 42 15 a7 0a 2a 53 f1 9d 36 ea 67 c6 |M...B...*S..6.g.| -orderer.example.com | 2018-01-14 11:46:18.343 UTC [msp/identity] Verify -> DEBU e75 Verify: sig = 00000000 30 45 02 21 00 e5 32 b2 b5 f1 d6 b2 9c 5f 6b 47 |0E.!..2......_kG| -orderer.example.com | 00000010 ab cf c4 61 cd 85 fc 4d 3e 63 5a 08 f5 dc 95 e8 |...a...M>cZ.....| -orderer.example.com | 00000020 99 58 df 37 64 02 20 1b 05 0a 39 53 e7 a7 54 b3 |.X.7d. ...9S..T.| -orderer.example.com | 00000030 ba 89 be 35 cc a6 83 85 54 1d 6b db 74 73 e8 50 |...5....T.k.ts.P| -orderer.example.com | 00000040 8e af d0 01 f8 d0 d4 |.......| -orderer.example.com | 2018-01-14 11:46:18.344 UTC [cauthdsl] func2 -> DEBU e76 0xc420150cf8 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:18.344 UTC [cauthdsl] func1 -> DEBU e77 0xc420150cf8 gate 1515930378342137164 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:18.344 UTC [orderer/common/sigfilter] Apply -> DEBU e78 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:18.344 UTC [orderer/common/broadcast] Handle -> DEBU e79 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:18.345 UTC [policies] GetPolicy -> DEBU e7a Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:18.345 UTC [cauthdsl] func1 -> DEBU e7b 0xc420150d10 gate 1515930378345273664 evaluation starts -orderer.example.com | 2018-01-14 11:46:18.345 UTC [cauthdsl] func2 -> DEBU e7c 0xc420150d10 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:18.345 UTC [cauthdsl] func2 -> DEBU e7d 0xc420150d10 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:18.345 UTC [msp/identity] newIdentity -> DEBU e7e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:18.346 UTC [msp] SatisfiesPrincipal -> DEBU e7f Checking if identity satisfies MEMBER role for Org2MSP -orderer.example.com | 2018-01-14 11:46:18.346 UTC [msp] Validate -> DEBU e80 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:46:18.346 UTC [cauthdsl] func2 -> DEBU e81 0xc420150d10 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:18.346 UTC [msp/identity] Verify -> DEBU e82 Verify: digest = 00000000 fd 8e e4 98 84 ad 46 84 7b 94 99 4d 23 e6 46 82 |......F.{..M#.F.| -orderer.example.com | 00000010 4d a5 e9 a8 42 15 a7 0a 2a 53 f1 9d 36 ea 67 c6 |M...B...*S..6.g.| -orderer.example.com | 2018-01-14 11:46:18.347 UTC [msp/identity] Verify -> DEBU e83 Verify: sig = 00000000 30 45 02 21 00 e5 32 b2 b5 f1 d6 b2 9c 5f 6b 47 |0E.!..2......_kG| -orderer.example.com | 00000010 ab cf c4 61 cd 85 fc 4d 3e 63 5a 08 f5 dc 95 e8 |...a...M>cZ.....| -orderer.example.com | 00000020 99 58 df 37 64 02 20 1b 05 0a 39 53 e7 a7 54 b3 |.X.7d. ...9S..T.| -orderer.example.com | 00000030 ba 89 be 35 cc a6 83 85 54 1d 6b db 74 73 e8 50 |...5....T.k.ts.P| -orderer.example.com | 00000040 8e af d0 01 f8 d0 d4 |.......| -orderer.example.com | 2018-01-14 11:46:18.347 UTC [cauthdsl] func2 -> DEBU e84 0xc420150d10 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:18.347 UTC [cauthdsl] func1 -> DEBU e85 0xc420150d10 gate 1515930378345273664 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:18.347 UTC [orderer/common/sigfilter] Apply -> DEBU e86 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:18.347 UTC [orderer/common/blockcutter] Ordered -> DEBU e87 Enqueuing message into batch -orderer.example.com | 2018-01-14 11:46:18.349 UTC [orderer/common/broadcast] Handle -> WARN e88 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:46:18.349 UTC [orderer/main] func1 -> DEBU e89 Closing Broadcast stream -orderer.example.com | 2018-01-14 11:46:20.348 UTC [orderer/solo] main -> DEBU e8a Batch timer expired, creating block -orderer.example.com | 2018-01-14 11:46:20.350 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e8b retrieveBlockByNumber() - blockNum = [3] -orderer.example.com | 2018-01-14 11:46:20.350 UTC [fsblkstorage] newBlockfileStream -> DEBU e8c newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -orderer.example.com | 2018-01-14 11:46:20.350 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8d Remaining bytes=[5214], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:20.351 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8e Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -orderer.example.com | 2018-01-14 11:46:20.351 UTC [orderer/multichain] addBlockSignature -> DEBU e8f &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -orderer.example.com | 2018-01-14 11:46:20.351 UTC [orderer/multichain] addBlockSignature -> DEBU e90 &{} -orderer.example.com | 2018-01-14 11:46:20.351 UTC [msp] GetLocalMSP -> DEBU e91 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:20.351 UTC [msp] GetDefaultSigningIdentity -> DEBU e92 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:20.352 UTC [msp] GetLocalMSP -> DEBU e93 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:20.352 UTC [msp] GetDefaultSigningIdentity -> DEBU e94 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:20.352 UTC [msp/identity] Sign -> DEBU e95 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CE40CD81DBD263DEAC9BDBB8DF2E12D4 -orderer.example.com | 2018-01-14 11:46:20.352 UTC [msp/identity] Sign -> DEBU e96 Sign: digest: 0D921CCE52C1DEF8D5CD73D9AA13F9BFFA3857338FFCAFCCE35310107852839A -orderer.example.com | 2018-01-14 11:46:20.353 UTC [msp] GetLocalMSP -> DEBU e97 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:20.353 UTC [msp] GetDefaultSigningIdentity -> DEBU e98 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:20.353 UTC [orderer/multichain] addLastConfigSignature -> DEBU e99 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -orderer.example.com | 2018-01-14 11:46:20.353 UTC [msp] GetLocalMSP -> DEBU e9a Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:20.353 UTC [msp] GetDefaultSigningIdentity -> DEBU e9b Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:20.354 UTC [msp/identity] Sign -> DEBU e9c Sign: plaintext: 08020AFA050A0A4F7264657265724D53...CE40CD81DBD263DEAC9BDBB8DF2E12D4 -orderer.example.com | 2018-01-14 11:46:20.354 UTC [msp/identity] Sign -> DEBU e9d Sign: digest: 557D0E03D2CDAE786234FC6C8774245A336AACC9AE2D1873839E6F5CA5AF4697 -orderer.example.com | 2018-01-14 11:46:20.360 UTC [fsblkstorage] indexBlock -> DEBU e9e Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -orderer.example.com | txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:46:20.360 UTC [fsblkstorage] updateCheckpoint -> DEBU e9f Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49888], isChainEmpty=[false], lastBlockNumber=[4] -orderer.example.com | 2018-01-14 11:46:20.360 UTC [orderer/multichain] WriteBlock -> DEBU ea0 [channel: businesschannel] Wrote block 4 -orderer.example.com | 2018-01-14 11:46:20.360 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea1 retrieveBlockByNumber() - blockNum = [4] -orderer.example.com | 2018-01-14 11:46:20.361 UTC [fsblkstorage] newBlockfileStream -> DEBU ea2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -orderer.example.com | 2018-01-14 11:46:20.361 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea3 Remaining bytes=[5216], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:20.361 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea4 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -orderer.example.com | 2018-01-14 11:46:20.361 UTC [orderer/common/deliver] Handle -> DEBU ea5 [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:46:20.366 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea6 retrieveBlockByNumber() - blockNum = [4] -orderer.example.com | 2018-01-14 11:46:20.366 UTC [fsblkstorage] newBlockfileStream -> DEBU ea7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -orderer.example.com | 2018-01-14 11:46:20.366 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea8 Remaining bytes=[5216], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:20.366 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea9 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -orderer.example.com | 2018-01-14 11:46:20.367 UTC [orderer/common/deliver] Handle -> DEBU eaa [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:46:38.924 UTC [orderer/main] Broadcast -> DEBU eab Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:46:38.924 UTC [orderer/common/broadcast] Handle -> DEBU eac Starting new broadcast loop -orderer.example.com | 2018-01-14 11:46:38.989 UTC [orderer/common/broadcast] Handle -> DEBU ead [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:38.989 UTC [policies] GetPolicy -> DEBU eae Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:38.989 UTC [cauthdsl] func1 -> DEBU eaf 0xc420150d48 gate 1515930398989424064 evaluation starts -orderer.example.com | 2018-01-14 11:46:38.989 UTC [cauthdsl] func2 -> DEBU eb0 0xc420150d48 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:38.989 UTC [cauthdsl] func2 -> DEBU eb1 0xc420150d48 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:38.990 UTC [msp/identity] newIdentity -> DEBU eb2 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb3 0xc420150d48 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb4 0xc420150d48 principal evaluation fails -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func1 -> DEBU eb5 0xc420150d48 gate 1515930398989424064 evaluation fails -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func1 -> DEBU eb6 0xc420150d60 gate 1515930398991653164 evaluation starts -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb7 0xc420150d60 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb8 0xc420150d60 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:38.992 UTC [msp/identity] newIdentity -> DEBU eb9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:38.992 UTC [msp] SatisfiesPrincipal -> DEBU eba Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:46:38.992 UTC [msp] Validate -> DEBU ebb MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:46:38.993 UTC [cauthdsl] func2 -> DEBU ebc 0xc420150d60 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:38.993 UTC [msp/identity] Verify -> DEBU ebd Verify: digest = 00000000 aa 57 df f9 b0 80 37 ca 02 7f 2d ee 62 2b 64 55 |.W....7...-.b+dU| -orderer.example.com | 00000010 62 b0 05 4e 34 66 46 cf 97 58 fb d0 a2 cf b3 ee |b..N4fF..X......| -orderer.example.com | 2018-01-14 11:46:38.993 UTC [msp/identity] Verify -> DEBU ebe Verify: sig = 00000000 30 45 02 21 00 e3 39 2f fa f2 90 30 d6 01 41 8f |0E.!..9/...0..A.| -orderer.example.com | 00000010 7f a8 64 ce b7 5e 74 4f 34 0a 1b 0e 42 a6 15 ff |..d..^tO4...B...| -orderer.example.com | 00000020 21 b8 97 5b 07 02 20 41 7a 0f 8e 0a 65 60 d0 2a |!..[.. Az...e`.*| -orderer.example.com | 00000030 e0 88 ac f8 7d 50 12 2d b5 69 a4 e6 8a 13 50 c3 |....}P.-.i....P.| -orderer.example.com | 00000040 24 90 f5 e3 30 a1 08 |$...0..| -orderer.example.com | 2018-01-14 11:46:38.994 UTC [cauthdsl] func2 -> DEBU ebf 0xc420150d60 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:38.994 UTC [cauthdsl] func1 -> DEBU ec0 0xc420150d60 gate 1515930398991653164 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:38.995 UTC [orderer/common/sigfilter] Apply -> DEBU ec1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:38.995 UTC [orderer/common/broadcast] Handle -> DEBU ec2 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:46:38.996 UTC [policies] GetPolicy -> DEBU ec3 Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:46:38.997 UTC [cauthdsl] func1 -> DEBU ec4 0xc420150da0 gate 1515930398997057664 evaluation starts -orderer.example.com | 2018-01-14 11:46:38.997 UTC [cauthdsl] func2 -> DEBU ec5 0xc420150da0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:38.997 UTC [cauthdsl] func2 -> DEBU ec6 0xc420150da0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:38.998 UTC [msp/identity] newIdentity -> DEBU ec7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ec8 0xc420150da0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -orderer.example.com | 2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ec9 0xc420150da0 principal evaluation fails -orderer.example.com | 2018-01-14 11:46:38.999 UTC [cauthdsl] func1 -> DEBU eca 0xc420150da0 gate 1515930398997057664 evaluation fails -orderer.example.com | 2018-01-14 11:46:38.999 UTC [cauthdsl] func1 -> DEBU ecb 0xc420150df0 gate 1515930398999223864 evaluation starts -orderer.example.com | 2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ecc 0xc420150df0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:46:39.000 UTC [cauthdsl] func2 -> DEBU ecd 0xc420150df0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:46:39.005 UTC [orderer/common/broadcast] Handle -> WARN ece Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:46:39.005 UTC [orderer/main] func1 -> DEBU ecf Closing Broadcast stream -orderer.example.com | 2018-01-14 11:46:39.006 UTC [msp/identity] newIdentity -> DEBU ed0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -orderer.example.com | xHTBvxfK6mAzmUitFmY= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:46:39.006 UTC [msp] SatisfiesPrincipal -> DEBU ed1 Checking if identity satisfies MEMBER role for Org1MSP -orderer.example.com | 2018-01-14 11:46:39.006 UTC [msp] Validate -> DEBU ed2 MSP Org1MSP validating identity -orderer.example.com | 2018-01-14 11:46:39.013 UTC [cauthdsl] func2 -> DEBU ed3 0xc420150df0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:46:39.013 UTC [msp/identity] Verify -> DEBU ed4 Verify: digest = 00000000 aa 57 df f9 b0 80 37 ca 02 7f 2d ee 62 2b 64 55 |.W....7...-.b+dU| -orderer.example.com | 00000010 62 b0 05 4e 34 66 46 cf 97 58 fb d0 a2 cf b3 ee |b..N4fF..X......| -orderer.example.com | 2018-01-14 11:46:39.014 UTC [msp/identity] Verify -> DEBU ed5 Verify: sig = 00000000 30 45 02 21 00 e3 39 2f fa f2 90 30 d6 01 41 8f |0E.!..9/...0..A.| -orderer.example.com | 00000010 7f a8 64 ce b7 5e 74 4f 34 0a 1b 0e 42 a6 15 ff |..d..^tO4...B...| -orderer.example.com | 00000020 21 b8 97 5b 07 02 20 41 7a 0f 8e 0a 65 60 d0 2a |!..[.. Az...e`.*| -orderer.example.com | 00000030 e0 88 ac f8 7d 50 12 2d b5 69 a4 e6 8a 13 50 c3 |....}P.-.i....P.| -orderer.example.com | 00000040 24 90 f5 e3 30 a1 08 |$...0..| -orderer.example.com | 2018-01-14 11:46:39.016 UTC [cauthdsl] func2 -> DEBU ed6 0xc420150df0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:46:39.016 UTC [cauthdsl] func1 -> DEBU ed7 0xc420150df0 gate 1515930398999223864 evaluation succeeds -orderer.example.com | 2018-01-14 11:46:39.017 UTC [orderer/common/sigfilter] Apply -> DEBU ed8 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:46:39.018 UTC [orderer/common/blockcutter] Ordered -> DEBU ed9 Enqueuing message into batch -orderer.example.com | 2018-01-14 11:46:41.019 UTC [orderer/solo] main -> DEBU eda Batch timer expired, creating block -orderer.example.com | 2018-01-14 11:46:41.019 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU edb retrieveBlockByNumber() - blockNum = [4] -orderer.example.com | 2018-01-14 11:46:41.019 UTC [fsblkstorage] newBlockfileStream -> DEBU edc newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -orderer.example.com | 2018-01-14 11:46:41.019 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU edd Remaining bytes=[5216], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:41.019 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ede Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -orderer.example.com | 2018-01-14 11:46:41.020 UTC [orderer/multichain] addBlockSignature -> DEBU edf &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -orderer.example.com | 2018-01-14 11:46:41.020 UTC [orderer/multichain] addBlockSignature -> DEBU ee0 &{} -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp] GetLocalMSP -> DEBU ee1 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp] GetDefaultSigningIdentity -> DEBU ee2 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp] GetLocalMSP -> DEBU ee3 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp] GetDefaultSigningIdentity -> DEBU ee4 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp/identity] Sign -> DEBU ee5 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...B6512A4E48AF9C6948683A6124ECCEFF -orderer.example.com | 2018-01-14 11:46:41.020 UTC [msp/identity] Sign -> DEBU ee6 Sign: digest: 988F06EC25427688B61CAF5C94EEA1D94FAF311C8B7B2D7D2A5A58F73D755E85 -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp] GetLocalMSP -> DEBU ee7 Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp] GetDefaultSigningIdentity -> DEBU ee8 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:41.021 UTC [orderer/multichain] addLastConfigSignature -> DEBU ee9 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp] GetLocalMSP -> DEBU eea Returning existing local MSP -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp] GetDefaultSigningIdentity -> DEBU eeb Obtaining default signing identity -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp/identity] Sign -> DEBU eec Sign: plaintext: 08020AFA050A0A4F7264657265724D53...B6512A4E48AF9C6948683A6124ECCEFF -orderer.example.com | 2018-01-14 11:46:41.021 UTC [msp/identity] Sign -> DEBU eed Sign: digest: EDC138B5DEC193D583AE02A8E31A813F771808B7A4CBAF146AE72AD02BB698F9 -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] indexBlock -> DEBU eee Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -orderer.example.com | txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] updateCheckpoint -> DEBU eef Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54563], isChainEmpty=[false], lastBlockNumber=[5] -orderer.example.com | 2018-01-14 11:46:41.031 UTC [orderer/multichain] WriteBlock -> DEBU ef0 [channel: businesschannel] Wrote block 5 -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ef1 retrieveBlockByNumber() - blockNum = [5] -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] newBlockfileStream -> DEBU ef2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef3 Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:41.031 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef4 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -orderer.example.com | 2018-01-14 11:46:41.031 UTC [orderer/common/deliver] Handle -> DEBU ef5 [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:46:41.035 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ef6 retrieveBlockByNumber() - blockNum = [5] -orderer.example.com | 2018-01-14 11:46:41.036 UTC [fsblkstorage] newBlockfileStream -> DEBU ef7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -orderer.example.com | 2018-01-14 11:46:41.036 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef8 Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:46:41.036 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef9 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -orderer.example.com | 2018-01-14 11:46:41.036 UTC [orderer/common/deliver] Handle -> DEBU efa [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:47:02.311 UTC [orderer/main] Broadcast -> DEBU efb Starting new Broadcast handler -orderer.example.com | 2018-01-14 11:47:02.311 UTC [orderer/common/broadcast] Handle -> DEBU efc Starting new broadcast loop -orderer.example.com | 2018-01-14 11:47:02.332 UTC [orderer/common/broadcast] Handle -> DEBU efd [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:47:02.332 UTC [policies] GetPolicy -> DEBU efe Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:47:02.332 UTC [cauthdsl] func1 -> DEBU eff 0xc420150e68 gate 1515930422332191264 evaluation starts -orderer.example.com | 2018-01-14 11:47:02.332 UTC [cauthdsl] func2 -> DEBU f00 0xc420150e68 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:02.332 UTC [cauthdsl] func2 -> DEBU f01 0xc420150e68 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:02.333 UTC [msp/identity] newIdentity -> DEBU f02 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:02.333 UTC [msp] SatisfiesPrincipal -> DEBU f03 Checking if identity satisfies MEMBER role for Org2MSP -orderer.example.com | 2018-01-14 11:47:02.333 UTC [msp] Validate -> DEBU f04 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:47:02.333 UTC [cauthdsl] func2 -> DEBU f05 0xc420150e68 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:02.333 UTC [msp/identity] Verify -> DEBU f06 Verify: digest = 00000000 71 42 33 02 69 90 b2 80 34 a2 8b 8a 30 78 7d e4 |qB3.i...4...0x}.| -orderer.example.com | 00000010 21 9a 96 64 3c 41 0c b2 81 56 7d aa fd f5 21 77 |!..d DEBU f07 Verify: sig = 00000000 30 45 02 21 00 8d 48 db 23 eb 6a 9e 8a 9c 10 0b |0E.!..H.#.j.....| -orderer.example.com | 00000010 02 11 ce f9 6c c4 11 8f 9d 27 1b 1f 76 c7 c9 ed |....l....'..v...| -orderer.example.com | 00000020 5c ef a8 f8 f2 02 20 77 a8 6e 02 bb 64 71 62 a6 |\..... w.n..dqb.| -orderer.example.com | 00000030 5f 59 af e1 cb 32 6c 98 aa 93 1b 90 27 5c 11 0c |_Y...2l.....'\..| -orderer.example.com | 00000040 38 f1 94 5c 47 62 2a |8..\Gb*| -orderer.example.com | 2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f08 0xc420150e68 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:02.334 UTC [cauthdsl] func1 -> DEBU f09 0xc420150e68 gate 1515930422332191264 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:02.334 UTC [orderer/common/sigfilter] Apply -> DEBU f0a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:47:02.334 UTC [orderer/common/broadcast] Handle -> DEBU f0b [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -orderer.example.com | 2018-01-14 11:47:02.334 UTC [policies] GetPolicy -> DEBU f0c Returning policy Writers for evaluation -orderer.example.com | 2018-01-14 11:47:02.334 UTC [cauthdsl] func1 -> DEBU f0d 0xc420150e90 gate 1515930422334730064 evaluation starts -orderer.example.com | 2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f0e 0xc420150e90 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f0f 0xc420150e90 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:02.335 UTC [msp/identity] newIdentity -> DEBU f10 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -orderer.example.com | AXYxULZpXYDQXt1KaLI= -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:02.335 UTC [msp] SatisfiesPrincipal -> DEBU f11 Checking if identity satisfies MEMBER role for Org2MSP -orderer.example.com | 2018-01-14 11:47:02.335 UTC [msp] Validate -> DEBU f12 MSP Org2MSP validating identity -orderer.example.com | 2018-01-14 11:47:02.336 UTC [cauthdsl] func2 -> DEBU f13 0xc420150e90 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:02.336 UTC [msp/identity] Verify -> DEBU f14 Verify: digest = 00000000 71 42 33 02 69 90 b2 80 34 a2 8b 8a 30 78 7d e4 |qB3.i...4...0x}.| -orderer.example.com | 00000010 21 9a 96 64 3c 41 0c b2 81 56 7d aa fd f5 21 77 |!..d DEBU f15 Verify: sig = 00000000 30 45 02 21 00 8d 48 db 23 eb 6a 9e 8a 9c 10 0b |0E.!..H.#.j.....| -orderer.example.com | 00000010 02 11 ce f9 6c c4 11 8f 9d 27 1b 1f 76 c7 c9 ed |....l....'..v...| -orderer.example.com | 00000020 5c ef a8 f8 f2 02 20 77 a8 6e 02 bb 64 71 62 a6 |\..... w.n..dqb.| -orderer.example.com | 00000030 5f 59 af e1 cb 32 6c 98 aa 93 1b 90 27 5c 11 0c |_Y...2l.....'\..| -orderer.example.com | 00000040 38 f1 94 5c 47 62 2a |8..\Gb*| -orderer.example.com | 2018-01-14 11:47:02.336 UTC [cauthdsl] func2 -> DEBU f16 0xc420150e90 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:02.336 UTC [cauthdsl] func1 -> DEBU f17 0xc420150e90 gate 1515930422334730064 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:02.336 UTC [orderer/common/sigfilter] Apply -> DEBU f18 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -orderer.example.com | 2018-01-14 11:47:02.336 UTC [orderer/common/blockcutter] Ordered -> DEBU f19 Enqueuing message into batch -orderer.example.com | 2018-01-14 11:47:02.337 UTC [orderer/common/broadcast] Handle -> WARN f1a Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:02.337 UTC [orderer/main] func1 -> DEBU f1b Closing Broadcast stream -orderer.example.com | 2018-01-14 11:47:04.337 UTC [orderer/solo] main -> DEBU f1c Batch timer expired, creating block -orderer.example.com | 2018-01-14 11:47:04.337 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f1d retrieveBlockByNumber() - blockNum = [5] -orderer.example.com | 2018-01-14 11:47:04.337 UTC [fsblkstorage] newBlockfileStream -> DEBU f1e newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -orderer.example.com | 2018-01-14 11:47:04.337 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f1f Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:04.338 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f20 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -orderer.example.com | 2018-01-14 11:47:04.339 UTC [orderer/multichain] addBlockSignature -> DEBU f21 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -orderer.example.com | 2018-01-14 11:47:04.339 UTC [orderer/multichain] addBlockSignature -> DEBU f22 &{} -orderer.example.com | 2018-01-14 11:47:04.339 UTC [msp] GetLocalMSP -> DEBU f23 Returning existing local MSP -orderer.example.com | 2018-01-14 11:47:04.339 UTC [msp] GetDefaultSigningIdentity -> DEBU f24 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:47:04.341 UTC [msp] GetLocalMSP -> DEBU f25 Returning existing local MSP -orderer.example.com | 2018-01-14 11:47:04.341 UTC [msp] GetDefaultSigningIdentity -> DEBU f26 Obtaining default signing identity -orderer.example.com | 2018-01-14 11:47:04.341 UTC [msp/identity] Sign -> DEBU f27 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...019AFECC2613A2D0EB31A845E3B661EC -orderer.example.com | 2018-01-14 11:47:04.342 UTC [msp/identity] Sign -> DEBU f28 Sign: digest: 3A3B7D0B9AF66EF5D70900C6D59E77E2EF04A15C0C161DF276E69F9E1A72C437 -orderer.example.com | 2018-01-14 11:47:04.342 UTC [msp] GetLocalMSP -> DEBU f29 Returning existing local MSP -orderer.example.com | 2018-01-14 11:47:04.342 UTC [msp] GetDefaultSigningIdentity -> DEBU f2a Obtaining default signing identity -orderer.example.com | 2018-01-14 11:47:04.343 UTC [orderer/multichain] addLastConfigSignature -> DEBU f2b [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -orderer.example.com | 2018-01-14 11:47:04.343 UTC [msp] GetLocalMSP -> DEBU f2c Returning existing local MSP -orderer.example.com | 2018-01-14 11:47:04.344 UTC [msp] GetDefaultSigningIdentity -> DEBU f2d Obtaining default signing identity -orderer.example.com | 2018-01-14 11:47:04.344 UTC [msp/identity] Sign -> DEBU f2e Sign: plaintext: 08020AFA050A0A4F7264657265724D53...019AFECC2613A2D0EB31A845E3B661EC -orderer.example.com | 2018-01-14 11:47:04.344 UTC [msp/identity] Sign -> DEBU f2f Sign: digest: EEEBA22234A465B4A67EFFDA712DECE40FD027DB5049281799443A08006AF809 -orderer.example.com | 2018-01-14 11:47:04.354 UTC [fsblkstorage] indexBlock -> DEBU f30 Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -orderer.example.com | txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 -orderer.example.com | ] -orderer.example.com | 2018-01-14 11:47:04.354 UTC [fsblkstorage] updateCheckpoint -> DEBU f31 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59238], isChainEmpty=[false], lastBlockNumber=[6] -orderer.example.com | 2018-01-14 11:47:04.354 UTC [orderer/multichain] WriteBlock -> DEBU f32 [channel: businesschannel] Wrote block 6 -orderer.example.com | 2018-01-14 11:47:04.354 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f33 retrieveBlockByNumber() - blockNum = [6] -orderer.example.com | 2018-01-14 11:47:04.354 UTC [fsblkstorage] newBlockfileStream -> DEBU f34 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -orderer.example.com | 2018-01-14 11:47:04.354 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f35 Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:04.355 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f36 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -orderer.example.com | 2018-01-14 11:47:04.355 UTC [orderer/common/deliver] Handle -> DEBU f37 [channel: businesschannel] Delivering block for (0xc420373960) -orderer.example.com | 2018-01-14 11:47:04.363 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f38 retrieveBlockByNumber() - blockNum = [6] -orderer.example.com | 2018-01-14 11:47:04.364 UTC [fsblkstorage] newBlockfileStream -> DEBU f39 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -orderer.example.com | 2018-01-14 11:47:04.364 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f3a Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:04.364 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f3b Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -orderer.example.com | 2018-01-14 11:47:04.364 UTC [orderer/common/deliver] Handle -> DEBU f3c [channel: businesschannel] Delivering block for (0xc42034dc80) -orderer.example.com | 2018-01-14 11:47:04.792 UTC [orderer/main] Deliver -> DEBU f3d Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:04.792 UTC [orderer/common/deliver] Handle -> DEBU f3e Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:04.793 UTC [orderer/common/deliver] Handle -> DEBU f3f Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:04.794 UTC [policies] GetPolicy -> DEBU f40 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:04.794 UTC [cauthdsl] func1 -> DEBU f41 0xc420150108 gate 1515930424794459464 evaluation starts -orderer.example.com | 2018-01-14 11:47:04.794 UTC [cauthdsl] func2 -> DEBU f42 0xc420150108 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:04.794 UTC [cauthdsl] func2 -> DEBU f43 0xc420150108 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:04.795 UTC [msp/identity] newIdentity -> DEBU f44 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f45 0xc420150108 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f46 0xc420150108 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:04.795 UTC [cauthdsl] func1 -> DEBU f47 0xc420150108 gate 1515930424794459464 evaluation fails -orderer.example.com | 2018-01-14 11:47:04.795 UTC [cauthdsl] func1 -> DEBU f48 0xc420150408 gate 1515930424795628664 evaluation starts -orderer.example.com | 2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f49 0xc420150408 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:04.796 UTC [cauthdsl] func2 -> DEBU f4a 0xc420150408 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:04.796 UTC [msp/identity] newIdentity -> DEBU f4b Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:04.796 UTC [cauthdsl] func2 -> DEBU f4c 0xc420150408 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f4d 0xc420150408 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:04.797 UTC [cauthdsl] func1 -> DEBU f4e 0xc420150408 gate 1515930424795628664 evaluation fails -orderer.example.com | 2018-01-14 11:47:04.797 UTC [cauthdsl] func1 -> DEBU f4f 0xc420150420 gate 1515930424797284064 evaluation starts -orderer.example.com | 2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f50 0xc420150420 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f51 0xc420150420 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:04.798 UTC [msp/identity] newIdentity -> DEBU f52 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:04.798 UTC [msp] SatisfiesPrincipal -> DEBU f53 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:04.798 UTC [msp] Validate -> DEBU f54 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:04.799 UTC [cauthdsl] func2 -> DEBU f55 0xc420150420 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:04.799 UTC [msp/identity] Verify -> DEBU f56 Verify: digest = 00000000 07 5b 81 a6 5c e3 42 9e 14 7c 30 37 7f b0 b7 c3 |.[..\.B..|07....| -orderer.example.com | 00000010 e9 f6 90 c6 12 2a 77 43 3d 9f ca 38 a4 26 1c be |.....*wC=..8.&..| -orderer.example.com | 2018-01-14 11:47:04.799 UTC [msp/identity] Verify -> DEBU f57 Verify: sig = 00000000 30 44 02 20 08 cf 9a 28 23 6f 5c e9 d2 77 97 9d |0D. ...(#o\..w..| -orderer.example.com | 00000010 f5 e0 0b 70 66 99 ff 6a 58 5d ad 78 09 1b e3 bc |...pf..jX].x....| -orderer.example.com | 00000020 00 5b fb ee 02 20 7f e5 2e 7f e2 98 58 22 7f 4d |.[... ......X".M| -orderer.example.com | 00000030 80 f0 19 e4 e8 d7 05 bc 68 cb 97 51 26 1c f3 82 |........h..Q&...| -orderer.example.com | 00000040 9c ab 7f 9e ae 07 |......| -orderer.example.com | 2018-01-14 11:47:04.800 UTC [cauthdsl] func2 -> DEBU f58 0xc420150420 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:04.800 UTC [cauthdsl] func1 -> DEBU f59 0xc420150420 gate 1515930424797284064 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:04.800 UTC [orderer/common/sigfilter] Apply -> DEBU f5a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:04.800 UTC [orderer/common/deliver] Handle -> DEBU f5b [channel: businesschannel] Received seekInfo (0xc420b439c0) start: > stop: > -orderer.example.com | 2018-01-14 11:47:04.801 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f5c retrieveBlockByNumber() - blockNum = [6] -orderer.example.com | 2018-01-14 11:47:04.801 UTC [fsblkstorage] newBlockfileStream -> DEBU f5d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -orderer.example.com | 2018-01-14 11:47:04.801 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f5e Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:04.801 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f5f Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -orderer.example.com | 2018-01-14 11:47:04.801 UTC [orderer/common/deliver] Handle -> DEBU f60 [channel: businesschannel] Delivering block for (0xc420b439c0) -orderer.example.com | 2018-01-14 11:47:04.802 UTC [orderer/common/deliver] Handle -> DEBU f61 [channel: businesschannel] Done delivering for (0xc420b439c0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:04.802 UTC [orderer/common/deliver] Handle -> DEBU f62 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:04.805 UTC [orderer/common/deliver] Handle -> WARN f63 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:04.806 UTC [orderer/main] func1 -> DEBU f64 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.001 UTC [orderer/main] Deliver -> DEBU f65 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.001 UTC [orderer/common/deliver] Handle -> DEBU f66 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.001 UTC [orderer/common/deliver] Handle -> DEBU f67 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.002 UTC [policies] GetPolicy -> DEBU f68 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.003 UTC [cauthdsl] func1 -> DEBU f69 0xc420150730 gate 1515930425003040764 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.003 UTC [cauthdsl] func2 -> DEBU f6a 0xc420150730 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.003 UTC [cauthdsl] func2 -> DEBU f6b 0xc420150730 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.003 UTC [msp/identity] newIdentity -> DEBU f6c Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f6d 0xc420150730 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f6e 0xc420150730 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f6f 0xc420150730 gate 1515930425003040764 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f70 0xc420150780 gate 1515930425004191064 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f71 0xc420150780 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f72 0xc420150780 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.004 UTC [msp/identity] newIdentity -> DEBU f73 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f74 0xc420150780 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f75 0xc420150780 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f76 0xc420150780 gate 1515930425004191064 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f77 0xc4201507b0 gate 1515930425004941264 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f78 0xc4201507b0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f79 0xc4201507b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.005 UTC [msp/identity] newIdentity -> DEBU f7a Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.005 UTC [msp] SatisfiesPrincipal -> DEBU f7b Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.005 UTC [msp] Validate -> DEBU f7c MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.006 UTC [cauthdsl] func2 -> DEBU f7d 0xc4201507b0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.006 UTC [msp/identity] Verify -> DEBU f7e Verify: digest = 00000000 09 2c af c8 db 03 09 c4 7a 5d c4 3f ed 66 6f a7 |.,......z].?.fo.| -orderer.example.com | 00000010 97 49 dc c7 0e 94 24 6f 30 f0 98 bc 87 c3 48 f5 |.I....$o0.....H.| -orderer.example.com | 2018-01-14 11:47:05.006 UTC [msp/identity] Verify -> DEBU f7f Verify: sig = 00000000 30 44 02 20 0a d3 db af bf 7d a0 cf 09 d9 3d 3a |0D. .....}....=:| -orderer.example.com | 00000010 c1 5a 2c 41 80 dc e6 d0 38 ff c2 0a 22 ec ad 0b |.Z,A....8..."...| -orderer.example.com | 00000020 07 d7 6d 36 02 20 31 d1 56 87 20 0b e3 6e 37 ec |..m6. 1.V. ..n7.| -orderer.example.com | 00000030 0a 28 40 f7 75 23 0e ad c9 55 29 fe 61 92 01 1c |.(@.u#...U).a...| -orderer.example.com | 00000040 27 e2 1f f1 46 2b |'...F+| -orderer.example.com | 2018-01-14 11:47:05.006 UTC [cauthdsl] func2 -> DEBU f80 0xc4201507b0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.006 UTC [cauthdsl] func1 -> DEBU f81 0xc4201507b0 gate 1515930425004941264 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.006 UTC [orderer/common/sigfilter] Apply -> DEBU f82 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.006 UTC [orderer/common/deliver] Handle -> DEBU f83 [channel: businesschannel] Received seekInfo (0xc4203add00) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.007 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f84 retrieveBlockByNumber() - blockNum = [6] -orderer.example.com | 2018-01-14 11:47:05.007 UTC [fsblkstorage] newBlockfileStream -> DEBU f85 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -orderer.example.com | 2018-01-14 11:47:05.007 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f86 Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.007 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f87 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -orderer.example.com | 2018-01-14 11:47:05.007 UTC [orderer/common/deliver] Handle -> DEBU f88 [channel: businesschannel] Delivering block for (0xc4203add00) -orderer.example.com | 2018-01-14 11:47:05.013 UTC [orderer/common/deliver] Handle -> DEBU f89 [channel: businesschannel] Done delivering for (0xc4203add00), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.013 UTC [orderer/common/deliver] Handle -> DEBU f8a Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.015 UTC [policies] GetPolicy -> DEBU f8b Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.016 UTC [cauthdsl] func1 -> DEBU f8c 0xc420150828 gate 1515930425015944464 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.016 UTC [cauthdsl] func2 -> DEBU f8d 0xc420150828 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.016 UTC [cauthdsl] func2 -> DEBU f8e 0xc420150828 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.016 UTC [msp/identity] newIdentity -> DEBU f8f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f90 0xc420150828 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f91 0xc420150828 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func1 -> DEBU f92 0xc420150828 gate 1515930425015944464 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func1 -> DEBU f93 0xc420150870 gate 1515930425017290864 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f94 0xc420150870 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f95 0xc420150870 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.017 UTC [msp/identity] newIdentity -> DEBU f96 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f97 0xc420150870 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f98 0xc420150870 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func1 -> DEBU f99 0xc420150870 gate 1515930425017290864 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func1 -> DEBU f9a 0xc420150898 gate 1515930425018498464 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f9b 0xc420150898 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f9c 0xc420150898 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.018 UTC [msp/identity] newIdentity -> DEBU f9d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.019 UTC [msp] SatisfiesPrincipal -> DEBU f9e Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.019 UTC [msp] Validate -> DEBU f9f MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.019 UTC [cauthdsl] func2 -> DEBU fa0 0xc420150898 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.019 UTC [msp/identity] Verify -> DEBU fa1 Verify: digest = 00000000 9e 29 3e 06 d2 1b 9b 51 61 f8 37 76 8f 6c ad ed |.)>....Qa.7v.l..| -orderer.example.com | 00000010 e9 70 c8 b3 7c 05 6e 34 4d 53 8c f0 ce 47 e8 b0 |.p..|.n4MS...G..| -orderer.example.com | 2018-01-14 11:47:05.020 UTC [msp/identity] Verify -> DEBU fa2 Verify: sig = 00000000 30 45 02 21 00 ff fe 14 26 00 f2 6b 9c 1b d2 cd |0E.!....&..k....| -orderer.example.com | 00000010 af 09 60 8d 67 8f 79 0c b6 ca 86 f4 4e 60 c3 3e |..`.g.y.....N`.>| -orderer.example.com | 00000020 9e f8 7f e0 7d 02 20 7a 04 c1 f5 12 da fc c9 17 |....}. z........| -orderer.example.com | 00000030 ad ec 0b 82 bd cb 6b 0f 26 3a 0c fc e3 f8 3d e2 |......k.&:....=.| -orderer.example.com | 00000040 9f 5a d7 99 98 7c 74 |.Z...|t| -orderer.example.com | 2018-01-14 11:47:05.020 UTC [cauthdsl] func2 -> DEBU fa3 0xc420150898 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.020 UTC [cauthdsl] func1 -> DEBU fa4 0xc420150898 gate 1515930425018498464 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.020 UTC [orderer/common/sigfilter] Apply -> DEBU fa5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.020 UTC [orderer/common/deliver] Handle -> DEBU fa6 [channel: businesschannel] Received seekInfo (0xc42094dba0) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.021 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fa7 retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:47:05.021 UTC [fsblkstorage] newBlockfileStream -> DEBU fa8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -orderer.example.com | 2018-01-14 11:47:05.021 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fa9 Remaining bytes=[33572], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.021 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU faa Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -orderer.example.com | 2018-01-14 11:47:05.021 UTC [orderer/common/deliver] Handle -> DEBU fab [channel: businesschannel] Delivering block for (0xc42094dba0) -orderer.example.com | 2018-01-14 11:47:05.022 UTC [orderer/common/deliver] Handle -> DEBU fac [channel: businesschannel] Done delivering for (0xc42094dba0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.022 UTC [orderer/common/deliver] Handle -> DEBU fad Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.033 UTC [orderer/common/deliver] Handle -> WARN fae Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.033 UTC [orderer/main] func1 -> DEBU faf Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.121 UTC [orderer/main] Deliver -> DEBU fb0 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.121 UTC [orderer/common/deliver] Handle -> DEBU fb1 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.121 UTC [orderer/common/deliver] Handle -> DEBU fb2 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.123 UTC [policies] GetPolicy -> DEBU fb3 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.123 UTC [cauthdsl] func1 -> DEBU fb4 0xc420026080 gate 1515930425123321664 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.123 UTC [cauthdsl] func2 -> DEBU fb5 0xc420026080 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.123 UTC [cauthdsl] func2 -> DEBU fb6 0xc420026080 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.123 UTC [msp/identity] newIdentity -> DEBU fb7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fb8 0xc420026080 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fb9 0xc420026080 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func1 -> DEBU fba 0xc420026080 gate 1515930425123321664 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func1 -> DEBU fbb 0xc420026098 gate 1515930425124440564 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fbc 0xc420026098 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fbd 0xc420026098 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.125 UTC [msp/identity] newIdentity -> DEBU fbe Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fbf 0xc420026098 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc0 0xc420026098 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func1 -> DEBU fc1 0xc420026098 gate 1515930425124440564 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func1 -> DEBU fc2 0xc4200260b0 gate 1515930425126845264 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc3 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc4 0xc4200260b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.127 UTC [msp/identity] newIdentity -> DEBU fc5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.127 UTC [msp] SatisfiesPrincipal -> DEBU fc6 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.127 UTC [msp] Validate -> DEBU fc7 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.128 UTC [cauthdsl] func2 -> DEBU fc8 0xc4200260b0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.128 UTC [msp/identity] Verify -> DEBU fc9 Verify: digest = 00000000 03 5d 41 6e d4 85 16 54 fb 95 8f 7e 18 1a a6 82 |.]An...T...~....| -orderer.example.com | 00000010 20 6f a5 b7 cb f5 ec 2b be d9 e5 91 10 3d f1 8b | o.....+.....=..| -orderer.example.com | 2018-01-14 11:47:05.128 UTC [msp/identity] Verify -> DEBU fca Verify: sig = 00000000 30 45 02 21 00 c5 a9 a5 28 f8 7b 63 45 16 59 3f |0E.!....(.{cE.Y?| -orderer.example.com | 00000010 33 86 05 30 05 61 84 ce 56 28 89 36 f6 f1 48 2b |3..0.a..V(.6..H+| -orderer.example.com | 00000020 b1 15 9e dc a2 02 20 5c 44 75 f6 51 cd 9f f8 75 |...... \Du.Q...u| -orderer.example.com | 00000030 7f 5d d9 9c 1b ad 40 50 f2 71 b7 aa ef 1b 1d 99 |.]....@P.q......| -orderer.example.com | 00000040 23 40 d3 a6 0d c6 fe |#@.....| -orderer.example.com | 2018-01-14 11:47:05.129 UTC [cauthdsl] func2 -> DEBU fcb 0xc4200260b0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.129 UTC [cauthdsl] func1 -> DEBU fcc 0xc4200260b0 gate 1515930425126845264 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.129 UTC [orderer/common/sigfilter] Apply -> DEBU fcd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.129 UTC [orderer/common/deliver] Handle -> DEBU fce [channel: businesschannel] Received seekInfo (0xc4207ec060) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.129 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fcf retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:47:05.129 UTC [fsblkstorage] newBlockfileStream -> DEBU fd0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:47:05.130 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fd1 Remaining bytes=[59238], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.130 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fd2 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:47:05.131 UTC [orderer/common/deliver] Handle -> DEBU fd3 [channel: businesschannel] Delivering block for (0xc4207ec060) -orderer.example.com | 2018-01-14 11:47:05.132 UTC [orderer/common/deliver] Handle -> DEBU fd4 [channel: businesschannel] Done delivering for (0xc4207ec060), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.132 UTC [orderer/common/deliver] Handle -> DEBU fd5 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.136 UTC [orderer/common/deliver] Handle -> WARN fd6 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.136 UTC [orderer/main] func1 -> DEBU fd7 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.336 UTC [orderer/main] Deliver -> DEBU fd8 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.336 UTC [orderer/common/deliver] Handle -> DEBU fd9 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.336 UTC [orderer/common/deliver] Handle -> DEBU fda Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.337 UTC [policies] GetPolicy -> DEBU fdb Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.337 UTC [cauthdsl] func1 -> DEBU fdc 0xc420150a08 gate 1515930425337555964 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.337 UTC [cauthdsl] func2 -> DEBU fdd 0xc420150a08 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.337 UTC [cauthdsl] func2 -> DEBU fde 0xc420150a08 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.338 UTC [msp/identity] newIdentity -> DEBU fdf Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe0 0xc420150a08 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe1 0xc420150a08 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.338 UTC [cauthdsl] func1 -> DEBU fe2 0xc420150a08 gate 1515930425337555964 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.338 UTC [cauthdsl] func1 -> DEBU fe3 0xc420150a60 gate 1515930425338868664 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe4 0xc420150a60 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.339 UTC [cauthdsl] func2 -> DEBU fe5 0xc420150a60 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.339 UTC [msp/identity] newIdentity -> DEBU fe6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fe7 0xc420150a60 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fe8 0xc420150a60 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func1 -> DEBU fe9 0xc420150a60 gate 1515930425338868664 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func1 -> DEBU fea 0xc420150a88 gate 1515930425340184564 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU feb 0xc420150a88 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fec 0xc420150a88 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.340 UTC [msp/identity] newIdentity -> DEBU fed Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.341 UTC [msp] SatisfiesPrincipal -> DEBU fee Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.341 UTC [msp] Validate -> DEBU fef MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.341 UTC [cauthdsl] func2 -> DEBU ff0 0xc420150a88 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.341 UTC [msp/identity] Verify -> DEBU ff1 Verify: digest = 00000000 7f 3b da ca 3e 68 c0 78 b0 32 8c 79 33 56 84 cb |.;..>h.x.2.y3V..| -orderer.example.com | 00000010 f8 05 50 2a fa 23 3a 74 c8 80 8b 57 41 8f bf aa |..P*.#:t...WA...| -orderer.example.com | 2018-01-14 11:47:05.341 UTC [msp/identity] Verify -> DEBU ff2 Verify: sig = 00000000 30 45 02 21 00 99 80 74 f4 00 cd 33 5c 0d 8b 25 |0E.!...t...3\..%| -orderer.example.com | 00000010 97 32 4e 51 22 0f 5e a9 57 7d 5f e7 6d 92 d6 7f |.2NQ".^.W}_.m...| -orderer.example.com | 00000020 52 d9 78 67 6b 02 20 2b 77 17 0d a9 70 6f 0c 52 |R.xgk. +w...po.R| -orderer.example.com | 00000030 06 ea 1f bf 16 b6 f0 00 ad 40 30 7b 85 cd 78 52 |.........@0{..xR| -orderer.example.com | 00000040 cf 67 d0 91 22 72 6b |.g.."rk| -orderer.example.com | 2018-01-14 11:47:05.342 UTC [cauthdsl] func2 -> DEBU ff3 0xc420150a88 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.342 UTC [cauthdsl] func1 -> DEBU ff4 0xc420150a88 gate 1515930425340184564 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.342 UTC [orderer/common/sigfilter] Apply -> DEBU ff5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.342 UTC [orderer/common/deliver] Handle -> DEBU ff6 [channel: businesschannel] Received seekInfo (0xc420a46aa0) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.342 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ff7 retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:47:05.343 UTC [fsblkstorage] newBlockfileStream -> DEBU ff8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -orderer.example.com | 2018-01-14 11:47:05.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff9 Remaining bytes=[47305], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ffa Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -orderer.example.com | 2018-01-14 11:47:05.343 UTC [orderer/common/deliver] Handle -> DEBU ffb [channel: businesschannel] Delivering block for (0xc420a46aa0) -orderer.example.com | 2018-01-14 11:47:05.344 UTC [orderer/common/deliver] Handle -> DEBU ffc [channel: businesschannel] Done delivering for (0xc420a46aa0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.344 UTC [orderer/common/deliver] Handle -> DEBU ffd Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.350 UTC [orderer/common/deliver] Handle -> WARN ffe Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.350 UTC [orderer/main] func1 -> DEBU fff Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.507 UTC [orderer/main] Deliver -> DEBU 1000 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.507 UTC [orderer/common/deliver] Handle -> DEBU 1001 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.507 UTC [orderer/common/deliver] Handle -> DEBU 1002 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.510 UTC [policies] GetPolicy -> DEBU 1003 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 1004 0xc420026108 gate 1515930425510328364 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1005 0xc420026108 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1006 0xc420026108 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.510 UTC [msp/identity] newIdentity -> DEBU 1007 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1008 0xc420026108 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1009 0xc420026108 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 100a 0xc420026108 gate 1515930425510328364 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 100b 0xc420026118 gate 1515930425510979664 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 100c 0xc420026118 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 100d 0xc420026118 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.511 UTC [msp/identity] newIdentity -> DEBU 100e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 100f 0xc420026118 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1010 0xc420026118 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func1 -> DEBU 1011 0xc420026118 gate 1515930425510979664 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func1 -> DEBU 1012 0xc420026128 gate 1515930425511773964 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1013 0xc420026128 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1014 0xc420026128 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.512 UTC [msp/identity] newIdentity -> DEBU 1015 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.516 UTC [msp] SatisfiesPrincipal -> DEBU 1016 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.516 UTC [msp] Validate -> DEBU 1017 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.516 UTC [cauthdsl] func2 -> DEBU 1018 0xc420026128 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.516 UTC [msp/identity] Verify -> DEBU 1019 Verify: digest = 00000000 82 a2 42 b9 b2 9b 9c 2a ca 62 04 1c 5b d1 e5 11 |..B....*.b..[...| -orderer.example.com | 00000010 92 4c 71 7b 9d 9b 08 5d ae db 38 33 31 b1 f1 8c |.Lq{...]..831...| -orderer.example.com | 2018-01-14 11:47:05.516 UTC [msp/identity] Verify -> DEBU 101a Verify: sig = 00000000 30 45 02 21 00 e0 ba 72 22 07 52 72 be 8c fd 56 |0E.!...r".Rr...V| -orderer.example.com | 00000010 a4 6a 3a 18 8c 30 11 15 74 df 9f f4 51 a5 ea ab |.j:..0..t...Q...| -orderer.example.com | 00000020 24 00 a2 77 f7 02 20 50 7e d2 49 54 7d c6 81 bf |$..w.. P~.IT}...| -orderer.example.com | 00000030 68 d0 d1 e3 95 61 fe 21 89 e2 a5 28 2c 75 c8 81 |h....a.!...(,u..| -orderer.example.com | 00000040 29 c4 09 84 df b1 fb |)......| -orderer.example.com | 2018-01-14 11:47:05.518 UTC [cauthdsl] func2 -> DEBU 101b 0xc420026128 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.518 UTC [cauthdsl] func1 -> DEBU 101c 0xc420026128 gate 1515930425511773964 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.518 UTC [orderer/common/sigfilter] Apply -> DEBU 101d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.518 UTC [orderer/common/deliver] Handle -> DEBU 101e [channel: businesschannel] Received seekInfo (0xc420398560) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.518 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 101f retrieveBlockByNumber() - blockNum = [2] -orderer.example.com | 2018-01-14 11:47:05.518 UTC [fsblkstorage] newBlockfileStream -> DEBU 1020 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -orderer.example.com | 2018-01-14 11:47:05.519 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1021 Remaining bytes=[33572], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.519 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1022 Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -orderer.example.com | 2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1023 [channel: businesschannel] Delivering block for (0xc420398560) -orderer.example.com | 2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1024 [channel: businesschannel] Done delivering for (0xc420398560), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1025 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.529 UTC [orderer/common/deliver] Handle -> WARN 1026 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.529 UTC [orderer/main] func1 -> DEBU 1027 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.682 UTC [orderer/main] Deliver -> DEBU 1028 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.682 UTC [orderer/common/deliver] Handle -> DEBU 1029 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.682 UTC [orderer/common/deliver] Handle -> DEBU 102a Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.683 UTC [policies] GetPolicy -> DEBU 102b Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.683 UTC [cauthdsl] func1 -> DEBU 102c 0xc420026178 gate 1515930425683616764 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.683 UTC [cauthdsl] func2 -> DEBU 102d 0xc420026178 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.683 UTC [cauthdsl] func2 -> DEBU 102e 0xc420026178 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.684 UTC [msp/identity] newIdentity -> DEBU 102f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.694 UTC [cauthdsl] func2 -> DEBU 1030 0xc420026178 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.694 UTC [cauthdsl] func2 -> DEBU 1031 0xc420026178 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.694 UTC [cauthdsl] func1 -> DEBU 1032 0xc420026178 gate 1515930425683616764 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.694 UTC [cauthdsl] func1 -> DEBU 1033 0xc420026188 gate 1515930425694993264 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1034 0xc420026188 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1035 0xc420026188 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.695 UTC [msp/identity] newIdentity -> DEBU 1036 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1037 0xc420026188 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1038 0xc420026188 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func1 -> DEBU 1039 0xc420026188 gate 1515930425694993264 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.695 UTC [cauthdsl] func1 -> DEBU 103a 0xc4200261a0 gate 1515930425695891764 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.696 UTC [cauthdsl] func2 -> DEBU 103b 0xc4200261a0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.696 UTC [cauthdsl] func2 -> DEBU 103c 0xc4200261a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.696 UTC [msp/identity] newIdentity -> DEBU 103d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.697 UTC [msp] SatisfiesPrincipal -> DEBU 103e Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.698 UTC [msp] Validate -> DEBU 103f MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.698 UTC [cauthdsl] func2 -> DEBU 1040 0xc4200261a0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.699 UTC [msp/identity] Verify -> DEBU 1041 Verify: digest = 00000000 2a 70 fb 9c f3 77 df da ab 29 1f bf 53 4f 97 0f |*p...w...)..SO..| -orderer.example.com | 00000010 35 be 5e 01 0f 43 f4 96 57 1c a5 6d ce 23 f6 fb |5.^..C..W..m.#..| -orderer.example.com | 2018-01-14 11:47:05.699 UTC [msp/identity] Verify -> DEBU 1042 Verify: sig = 00000000 30 45 02 21 00 ca 0e c9 54 de ef 84 b0 fa 71 47 |0E.!....T.....qG| -orderer.example.com | 00000010 7d 5b 93 ab 2f 33 e2 44 ef e2 c2 8c d6 bf d1 1c |}[../3.D........| -orderer.example.com | 00000020 ca 91 b6 72 32 02 20 79 44 36 b9 6f bc 0f fd 62 |...r2. yD6.o...b| -orderer.example.com | 00000030 94 46 3c 23 10 46 75 5d 06 0b 10 ff da e2 d3 40 |.F<#.Fu].......@| -orderer.example.com | 00000040 94 ff 09 a5 bc 4b 85 |.....K.| -orderer.example.com | 2018-01-14 11:47:05.699 UTC [cauthdsl] func2 -> DEBU 1043 0xc4200261a0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.699 UTC [cauthdsl] func1 -> DEBU 1044 0xc4200261a0 gate 1515930425695891764 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.699 UTC [orderer/common/sigfilter] Apply -> DEBU 1045 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.700 UTC [orderer/common/deliver] Handle -> DEBU 1046 [channel: businesschannel] Received seekInfo (0xc4203733e0) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.700 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1047 retrieveBlockByNumber() - blockNum = [3] -orderer.example.com | 2018-01-14 11:47:05.700 UTC [fsblkstorage] newBlockfileStream -> DEBU 1048 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -orderer.example.com | 2018-01-14 11:47:05.700 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1049 Remaining bytes=[19780], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.700 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 104a Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -orderer.example.com | 2018-01-14 11:47:05.700 UTC [orderer/common/deliver] Handle -> DEBU 104b [channel: businesschannel] Delivering block for (0xc4203733e0) -orderer.example.com | 2018-01-14 11:47:05.701 UTC [orderer/common/deliver] Handle -> DEBU 104c [channel: businesschannel] Done delivering for (0xc4203733e0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.701 UTC [orderer/common/deliver] Handle -> DEBU 104d Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.708 UTC [orderer/common/deliver] Handle -> WARN 104e Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.708 UTC [orderer/main] func1 -> DEBU 104f Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:05.874 UTC [orderer/main] Deliver -> DEBU 1050 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:05.874 UTC [orderer/common/deliver] Handle -> DEBU 1051 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:05.874 UTC [orderer/common/deliver] Handle -> DEBU 1052 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.875 UTC [policies] GetPolicy -> DEBU 1053 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:05.875 UTC [cauthdsl] func1 -> DEBU 1054 0xc420150b88 gate 1515930425875673364 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.875 UTC [cauthdsl] func2 -> DEBU 1055 0xc420150b88 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.875 UTC [cauthdsl] func2 -> DEBU 1056 0xc420150b88 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.876 UTC [msp/identity] newIdentity -> DEBU 1057 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 1058 0xc420150b88 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 1059 0xc420150b88 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func1 -> DEBU 105a 0xc420150b88 gate 1515930425875673364 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func1 -> DEBU 105b 0xc420150b98 gate 1515930425876664264 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 105c 0xc420150b98 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 105d 0xc420150b98 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.877 UTC [msp/identity] newIdentity -> DEBU 105e Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 105f 0xc420150b98 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1060 0xc420150b98 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func1 -> DEBU 1061 0xc420150b98 gate 1515930425876664264 evaluation fails -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func1 -> DEBU 1062 0xc420150bb8 gate 1515930425877481864 evaluation starts -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1063 0xc420150bb8 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1064 0xc420150bb8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:05.878 UTC [msp/identity] newIdentity -> DEBU 1065 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:05.878 UTC [msp] SatisfiesPrincipal -> DEBU 1066 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:05.878 UTC [msp] Validate -> DEBU 1067 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:05.878 UTC [cauthdsl] func2 -> DEBU 1068 0xc420150bb8 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:05.878 UTC [msp/identity] Verify -> DEBU 1069 Verify: digest = 00000000 09 b4 c3 ec 3e ab 07 cb 57 ca 1c bd db 00 04 cb |....>...W.......| -orderer.example.com | 00000010 23 dd ab a1 23 bf 81 ec a8 87 20 aa 12 97 e2 f8 |#...#..... .....| -orderer.example.com | 2018-01-14 11:47:05.878 UTC [msp/identity] Verify -> DEBU 106a Verify: sig = 00000000 30 45 02 21 00 da 00 c5 8c 72 a5 4f 24 71 69 b8 |0E.!.....r.O$qi.| -orderer.example.com | 00000010 47 7f ec e9 62 7f ae 77 64 85 9c 34 11 d1 46 40 |G...b..wd..4..F@| -orderer.example.com | 00000020 49 84 d0 15 da 02 20 3f a4 7a c6 13 3f 5d 60 70 |I..... ?.z..?]`p| -orderer.example.com | 00000030 a2 5e 9e a3 72 19 8f 3c 08 6b 48 4e 3b 2b aa f0 |.^..r..<.kHN;+..| -orderer.example.com | 00000040 8c de 98 c0 e0 42 98 |.....B.| -orderer.example.com | 2018-01-14 11:47:05.879 UTC [cauthdsl] func2 -> DEBU 106b 0xc420150bb8 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:05.879 UTC [cauthdsl] func1 -> DEBU 106c 0xc420150bb8 gate 1515930425877481864 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:05.879 UTC [orderer/common/sigfilter] Apply -> DEBU 106d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:05.879 UTC [orderer/common/deliver] Handle -> DEBU 106e [channel: businesschannel] Received seekInfo (0xc42080f940) start: > stop: > -orderer.example.com | 2018-01-14 11:47:05.879 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 106f retrieveBlockByNumber() - blockNum = [4] -orderer.example.com | 2018-01-14 11:47:05.879 UTC [fsblkstorage] newBlockfileStream -> DEBU 1070 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -orderer.example.com | 2018-01-14 11:47:05.879 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1071 Remaining bytes=[14566], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:05.879 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1072 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -orderer.example.com | 2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1073 [channel: businesschannel] Delivering block for (0xc42080f940) -orderer.example.com | 2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1074 [channel: businesschannel] Done delivering for (0xc42080f940), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1075 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:05.884 UTC [orderer/common/deliver] Handle -> WARN 1076 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:05.885 UTC [orderer/main] func1 -> DEBU 1077 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.094 UTC [orderer/main] Deliver -> DEBU 1078 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.094 UTC [orderer/common/deliver] Handle -> DEBU 1079 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.094 UTC [orderer/common/deliver] Handle -> DEBU 107a Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.094 UTC [policies] GetPolicy -> DEBU 107b Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.095 UTC [cauthdsl] func1 -> DEBU 107c 0xc420150c08 gate 1515930426095003064 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.095 UTC [cauthdsl] func2 -> DEBU 107d 0xc420150c08 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.095 UTC [cauthdsl] func2 -> DEBU 107e 0xc420150c08 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.095 UTC [msp/identity] newIdentity -> DEBU 107f Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1080 0xc420150c08 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1081 0xc420150c08 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func1 -> DEBU 1082 0xc420150c08 gate 1515930426095003064 evaluation fails -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func1 -> DEBU 1083 0xc420150c18 gate 1515930426096369764 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1084 0xc420150c18 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1085 0xc420150c18 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.096 UTC [msp/identity] newIdentity -> DEBU 1086 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.097 UTC [cauthdsl] func2 -> DEBU 1087 0xc420150c18 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:06.097 UTC [cauthdsl] func2 -> DEBU 1088 0xc420150c18 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:06.097 UTC [cauthdsl] func1 -> DEBU 1089 0xc420150c18 gate 1515930426096369764 evaluation fails -orderer.example.com | 2018-01-14 11:47:06.097 UTC [cauthdsl] func1 -> DEBU 108a 0xc420150c38 gate 1515930426097971964 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.098 UTC [cauthdsl] func2 -> DEBU 108b 0xc420150c38 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.098 UTC [cauthdsl] func2 -> DEBU 108c 0xc420150c38 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.098 UTC [msp/identity] newIdentity -> DEBU 108d Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.099 UTC [msp] SatisfiesPrincipal -> DEBU 108e Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.099 UTC [msp] Validate -> DEBU 108f MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.099 UTC [cauthdsl] func2 -> DEBU 1090 0xc420150c38 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.099 UTC [msp/identity] Verify -> DEBU 1091 Verify: digest = 00000000 e2 73 0f 2d 4f 8a f7 e6 58 66 3f d0 a1 06 cf d7 |.s.-O...Xf?.....| -orderer.example.com | 00000010 85 71 c1 b1 4e 6c d8 22 ef a4 b8 a3 9a e2 eb 48 |.q..Nl.".......H| -orderer.example.com | 2018-01-14 11:47:06.099 UTC [msp/identity] Verify -> DEBU 1092 Verify: sig = 00000000 30 45 02 21 00 da 43 a0 55 11 b5 ad 69 66 05 7c |0E.!..C.U...if.|| -orderer.example.com | 00000010 37 b6 4e 2f 5a c9 15 d1 1f 43 ee 35 ac 3d 3f 3d |7.N/Z....C.5.=?=| -orderer.example.com | 00000020 5c ee 8e ef 44 02 20 53 74 0c a3 ae e2 2d 28 fa |\...D. St....-(.| -orderer.example.com | 00000030 cf 59 ff 2f 44 c5 3d 8a 29 2e fa 23 05 aa 93 0c |.Y./D.=.)..#....| -orderer.example.com | 00000040 ad 62 9a f1 77 f6 e2 |.b..w..| -orderer.example.com | 2018-01-14 11:47:06.100 UTC [cauthdsl] func2 -> DEBU 1093 0xc420150c38 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.100 UTC [cauthdsl] func1 -> DEBU 1094 0xc420150c38 gate 1515930426097971964 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.100 UTC [orderer/common/sigfilter] Apply -> DEBU 1095 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:06.100 UTC [orderer/common/deliver] Handle -> DEBU 1096 [channel: businesschannel] Received seekInfo (0xc420bd1e80) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.100 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1097 retrieveBlockByNumber() - blockNum = [5] -orderer.example.com | 2018-01-14 11:47:06.101 UTC [fsblkstorage] newBlockfileStream -> DEBU 1098 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -orderer.example.com | 2018-01-14 11:47:06.101 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1099 Remaining bytes=[9350], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.101 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 109a Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -orderer.example.com | 2018-01-14 11:47:06.101 UTC [orderer/common/deliver] Handle -> DEBU 109b [channel: businesschannel] Delivering block for (0xc420bd1e80) -orderer.example.com | 2018-01-14 11:47:06.102 UTC [orderer/common/deliver] Handle -> DEBU 109c [channel: businesschannel] Done delivering for (0xc420bd1e80), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.103 UTC [orderer/common/deliver] Handle -> DEBU 109d Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.106 UTC [orderer/common/deliver] Handle -> WARN 109e Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.107 UTC [orderer/main] func1 -> DEBU 109f Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.269 UTC [orderer/main] Deliver -> DEBU 10a0 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.269 UTC [orderer/common/deliver] Handle -> DEBU 10a1 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.269 UTC [orderer/common/deliver] Handle -> DEBU 10a2 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.270 UTC [policies] GetPolicy -> DEBU 10a3 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.270 UTC [cauthdsl] func1 -> DEBU 10a4 0xc420150ca0 gate 1515930426270331564 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.270 UTC [cauthdsl] func2 -> DEBU 10a5 0xc420150ca0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.270 UTC [cauthdsl] func2 -> DEBU 10a6 0xc420150ca0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.270 UTC [msp/identity] newIdentity -> DEBU 10a7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10a8 0xc420150ca0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10a9 0xc420150ca0 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10aa 0xc420150ca0 gate 1515930426270331564 evaluation fails -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10ab 0xc420150cb0 gate 1515930426271113164 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10ac 0xc420150cb0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10ad 0xc420150cb0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.271 UTC [msp/identity] newIdentity -> DEBU 10ae Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10af 0xc420150cb0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b0 0xc420150cb0 principal evaluation fails -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10b1 0xc420150cb0 gate 1515930426271113164 evaluation fails -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10b2 0xc420150cc0 gate 1515930426271865364 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b3 0xc420150cc0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b4 0xc420150cc0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.272 UTC [msp/identity] newIdentity -> DEBU 10b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.272 UTC [msp] SatisfiesPrincipal -> DEBU 10b6 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.272 UTC [msp] Validate -> DEBU 10b7 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.272 UTC [cauthdsl] func2 -> DEBU 10b8 0xc420150cc0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.272 UTC [msp/identity] Verify -> DEBU 10b9 Verify: digest = 00000000 2c 54 d2 54 45 30 59 b7 b3 8a 97 2f 96 6f 7f 40 |,T.TE0Y..../.o.@| -orderer.example.com | 00000010 f1 86 b3 13 d5 9c a3 15 2a ef 72 07 bc cc 20 aa |........*.r... .| -orderer.example.com | 2018-01-14 11:47:06.272 UTC [msp/identity] Verify -> DEBU 10ba Verify: sig = 00000000 30 44 02 20 56 0b 5e bc 9a 20 89 cd d9 71 d4 c3 |0D. V.^.. ...q..| -orderer.example.com | 00000010 57 fa ca 1a 5c 81 d8 79 31 3e 97 8c ba fd 62 e5 |W...\..y1>....b.| -orderer.example.com | 00000020 43 fe 85 a8 02 20 37 41 76 16 b7 95 8f 02 fd 9e |C.... 7Av.......| -orderer.example.com | 00000030 a1 17 44 46 71 72 63 f5 99 f0 fb d9 8e c1 2e a1 |..DFqrc.........| -orderer.example.com | 00000040 42 d0 84 98 48 a2 |B...H.| -orderer.example.com | 2018-01-14 11:47:06.273 UTC [cauthdsl] func2 -> DEBU 10bb 0xc420150cc0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.273 UTC [cauthdsl] func1 -> DEBU 10bc 0xc420150cc0 gate 1515930426271865364 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.273 UTC [orderer/common/sigfilter] Apply -> DEBU 10bd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -orderer.example.com | 2018-01-14 11:47:06.273 UTC [orderer/common/deliver] Handle -> DEBU 10be [channel: businesschannel] Received seekInfo (0xc42081db80) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.273 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10bf retrieveBlockByNumber() - blockNum = [6] -orderer.example.com | 2018-01-14 11:47:06.273 UTC [fsblkstorage] newBlockfileStream -> DEBU 10c0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -orderer.example.com | 2018-01-14 11:47:06.273 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c1 Remaining bytes=[4675], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.273 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -orderer.example.com | 2018-01-14 11:47:06.273 UTC [orderer/common/deliver] Handle -> DEBU 10c3 [channel: businesschannel] Delivering block for (0xc42081db80) -orderer.example.com | 2018-01-14 11:47:06.274 UTC [orderer/common/deliver] Handle -> DEBU 10c4 [channel: businesschannel] Done delivering for (0xc42081db80), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.274 UTC [orderer/common/deliver] Handle -> DEBU 10c5 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.278 UTC [orderer/common/deliver] Handle -> WARN 10c6 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.278 UTC [orderer/main] func1 -> DEBU 10c7 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.393 UTC [orderer/main] Deliver -> DEBU 10c8 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.393 UTC [orderer/common/deliver] Handle -> DEBU 10c9 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.393 UTC [orderer/common/deliver] Handle -> DEBU 10ca Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.395 UTC [policies] GetPolicy -> DEBU 10cb Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.395 UTC [cauthdsl] func1 -> DEBU 10cc 0xc420150d10 gate 1515930426395200564 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.395 UTC [cauthdsl] func2 -> DEBU 10cd 0xc420150d10 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.395 UTC [cauthdsl] func2 -> DEBU 10ce 0xc420150d10 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.395 UTC [msp/identity] newIdentity -> DEBU 10cf Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.396 UTC [msp] SatisfiesPrincipal -> DEBU 10d0 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.396 UTC [msp] Validate -> DEBU 10d1 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.396 UTC [cauthdsl] func2 -> DEBU 10d2 0xc420150d10 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.396 UTC [msp/identity] Verify -> DEBU 10d3 Verify: digest = 00000000 c9 a1 89 41 27 85 f8 9a 1f 9f 0c cc 3d 86 d6 7b |...A'.......=..{| -orderer.example.com | 00000010 bb cc 46 e3 b7 42 51 5a 10 55 65 ea 8f b0 90 da |..F..BQZ.Ue.....| -orderer.example.com | 2018-01-14 11:47:06.397 UTC [msp/identity] Verify -> DEBU 10d4 Verify: sig = 00000000 30 45 02 21 00 e8 10 a9 3b dd 03 88 b6 bb ab 06 |0E.!....;.......| -orderer.example.com | 00000010 72 1c b9 79 c0 2c 22 be 30 c4 95 81 ae 68 a2 6e |r..y.,".0....h.n| -orderer.example.com | 00000020 0c 70 42 ba c1 02 20 14 e1 47 c5 f9 99 a8 b4 de |.pB... ..G......| -orderer.example.com | 00000030 e3 15 49 c8 2a f2 eb 43 64 a0 05 2d ec 83 7a d7 |..I.*..Cd..-..z.| -orderer.example.com | 00000040 92 e1 dc 06 d7 89 fe |.......| -orderer.example.com | 2018-01-14 11:47:06.397 UTC [cauthdsl] func2 -> DEBU 10d5 0xc420150d10 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.397 UTC [cauthdsl] func1 -> DEBU 10d6 0xc420150d10 gate 1515930426395200564 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.397 UTC [orderer/common/sigfilter] Apply -> DEBU 10d7 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -orderer.example.com | 2018-01-14 11:47:06.397 UTC [orderer/common/deliver] Handle -> DEBU 10d8 [channel: testchainid] Received seekInfo (0xc4201da340) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.397 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10d9 retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:47:06.397 UTC [fsblkstorage] newBlockfileStream -> DEBU 10da newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -orderer.example.com | 2018-01-14 11:47:06.397 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10db Remaining bytes=[14606], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.398 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10dc Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -orderer.example.com | 2018-01-14 11:47:06.398 UTC [orderer/common/deliver] Handle -> DEBU 10dd [channel: testchainid] Delivering block for (0xc4201da340) -orderer.example.com | 2018-01-14 11:47:06.399 UTC [orderer/common/deliver] Handle -> DEBU 10de [channel: testchainid] Done delivering for (0xc4201da340), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.399 UTC [orderer/common/deliver] Handle -> DEBU 10df Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.401 UTC [orderer/common/deliver] Handle -> WARN 10e0 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.401 UTC [orderer/main] func1 -> DEBU 10e1 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.540 UTC [orderer/main] Deliver -> DEBU 10e2 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.540 UTC [orderer/common/deliver] Handle -> DEBU 10e3 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.541 UTC [orderer/common/deliver] Handle -> DEBU 10e4 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.542 UTC [policies] GetPolicy -> DEBU 10e5 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.542 UTC [cauthdsl] func1 -> DEBU 10e6 0xc420026218 gate 1515930426542374364 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.542 UTC [cauthdsl] func2 -> DEBU 10e7 0xc420026218 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.542 UTC [cauthdsl] func2 -> DEBU 10e8 0xc420026218 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.542 UTC [msp/identity] newIdentity -> DEBU 10e9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.543 UTC [msp] SatisfiesPrincipal -> DEBU 10ea Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.543 UTC [msp] Validate -> DEBU 10eb MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.544 UTC [cauthdsl] func2 -> DEBU 10ec 0xc420026218 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.544 UTC [msp/identity] Verify -> DEBU 10ed Verify: digest = 00000000 c3 bf 91 b9 8c cd db ad 75 9a d4 e4 96 8c 31 c2 |........u.....1.| -orderer.example.com | 00000010 c5 0a c8 f1 b0 ab 67 bb b8 c4 7a 8c 91 9b da 45 |......g...z....E| -orderer.example.com | 2018-01-14 11:47:06.544 UTC [msp/identity] Verify -> DEBU 10ee Verify: sig = 00000000 30 45 02 21 00 c1 8b cb 93 77 93 c7 ee 7f 55 8b |0E.!.....w....U.| -orderer.example.com | 00000010 64 3b 91 96 ce b7 d8 0d 73 e1 be 02 1b 07 97 df |d;......s.......| -orderer.example.com | 00000020 bc 45 dd e3 a9 02 20 37 c4 51 60 0b 76 32 dc 4c |.E.... 7.Q`.v2.L| -orderer.example.com | 00000030 21 0b c1 84 7b 56 66 d6 b6 12 78 1a 7a 3e 3e 75 |!...{Vf...x.z>>u| -orderer.example.com | 00000040 44 30 29 2d 33 fa 75 |D0)-3.u| -orderer.example.com | 2018-01-14 11:47:06.544 UTC [cauthdsl] func2 -> DEBU 10ef 0xc420026218 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.544 UTC [cauthdsl] func1 -> DEBU 10f0 0xc420026218 gate 1515930426542374364 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.544 UTC [orderer/common/sigfilter] Apply -> DEBU 10f1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -orderer.example.com | 2018-01-14 11:47:06.544 UTC [orderer/common/deliver] Handle -> DEBU 10f2 [channel: testchainid] Received seekInfo (0xc4201dd160) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.545 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10f3 retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:47:06.545 UTC [fsblkstorage] newBlockfileStream -> DEBU 10f4 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -orderer.example.com | 2018-01-14 11:47:06.545 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f5 Remaining bytes=[14606], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.545 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f6 Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -orderer.example.com | 2018-01-14 11:47:06.545 UTC [orderer/common/deliver] Handle -> DEBU 10f7 [channel: testchainid] Delivering block for (0xc4201dd160) -orderer.example.com | 2018-01-14 11:47:06.546 UTC [orderer/common/deliver] Handle -> DEBU 10f8 [channel: testchainid] Done delivering for (0xc4201dd160), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.546 UTC [orderer/common/deliver] Handle -> DEBU 10f9 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.547 UTC [policies] GetPolicy -> DEBU 10fa Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.547 UTC [cauthdsl] func1 -> DEBU 10fb 0xc420026258 gate 1515930426547347864 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.547 UTC [cauthdsl] func2 -> DEBU 10fc 0xc420026258 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.547 UTC [cauthdsl] func2 -> DEBU 10fd 0xc420026258 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.548 UTC [msp/identity] newIdentity -> DEBU 10fe Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.548 UTC [msp] SatisfiesPrincipal -> DEBU 10ff Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.548 UTC [msp] Validate -> DEBU 1100 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.549 UTC [cauthdsl] func2 -> DEBU 1101 0xc420026258 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.549 UTC [msp/identity] Verify -> DEBU 1102 Verify: digest = 00000000 2e eb d4 87 6f a4 fa 0a 53 ca 3c 45 dc 0d ce 15 |....o...S. DEBU 1103 Verify: sig = 00000000 30 45 02 21 00 f5 be 6d 92 1c 0d d0 8f c8 0e 41 |0E.!...m.......A| -orderer.example.com | 00000010 d9 f1 5f a9 24 34 ed 54 24 2e c0 89 dd e7 4a ca |.._.$4.T$.....J.| -orderer.example.com | 00000020 81 19 d1 e0 81 02 20 70 38 55 7e 60 de d8 6f bf |...... p8U~`..o.| -orderer.example.com | 00000030 83 02 66 1b 53 33 77 0a 5f 25 07 08 f9 6c 80 f7 |..f.S3w._%...l..| -orderer.example.com | 00000040 77 8f 24 61 66 ee 4f |w.$af.O| -orderer.example.com | 2018-01-14 11:47:06.549 UTC [cauthdsl] func2 -> DEBU 1104 0xc420026258 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.549 UTC [cauthdsl] func1 -> DEBU 1105 0xc420026258 gate 1515930426547347864 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.549 UTC [orderer/common/sigfilter] Apply -> DEBU 1106 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -orderer.example.com | 2018-01-14 11:47:06.550 UTC [orderer/common/deliver] Handle -> DEBU 1107 [channel: testchainid] Received seekInfo (0xc420042680) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.550 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1108 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:47:06.550 UTC [fsblkstorage] newBlockfileStream -> DEBU 1109 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:47:06.550 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110a Remaining bytes=[23688], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.550 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110b Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:47:06.550 UTC [orderer/common/deliver] Handle -> DEBU 110c [channel: testchainid] Delivering block for (0xc420042680) -orderer.example.com | 2018-01-14 11:47:06.551 UTC [orderer/common/deliver] Handle -> DEBU 110d [channel: testchainid] Done delivering for (0xc420042680), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.551 UTC [orderer/common/deliver] Handle -> DEBU 110e Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.555 UTC [orderer/common/deliver] Handle -> WARN 110f Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.556 UTC [orderer/main] func1 -> DEBU 1110 Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.675 UTC [orderer/main] Deliver -> DEBU 1111 Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.675 UTC [orderer/common/deliver] Handle -> DEBU 1112 Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.675 UTC [orderer/common/deliver] Handle -> DEBU 1113 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.676 UTC [policies] GetPolicy -> DEBU 1114 Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.676 UTC [cauthdsl] func1 -> DEBU 1115 0xc4200262a0 gate 1515930426676661864 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.676 UTC [cauthdsl] func2 -> DEBU 1116 0xc4200262a0 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.676 UTC [cauthdsl] func2 -> DEBU 1117 0xc4200262a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.677 UTC [msp/identity] newIdentity -> DEBU 1118 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.677 UTC [msp] SatisfiesPrincipal -> DEBU 1119 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.677 UTC [msp] Validate -> DEBU 111a MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.678 UTC [cauthdsl] func2 -> DEBU 111b 0xc4200262a0 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.678 UTC [msp/identity] Verify -> DEBU 111c Verify: digest = 00000000 28 fc 06 6d dd 6f 90 ae 5a 80 a7 7c de f4 38 36 |(..m.o..Z..|..86| -orderer.example.com | 00000010 5c b1 fa ba 79 d9 4d 86 e0 11 2a 42 81 89 3c 7e |\...y.M...*B..<~| -orderer.example.com | 2018-01-14 11:47:06.678 UTC [msp/identity] Verify -> DEBU 111d Verify: sig = 00000000 30 45 02 21 00 e9 ab 24 7c f5 27 24 72 10 27 d1 |0E.!...$|.'$r.'.| -orderer.example.com | 00000010 eb 44 72 3c 8c fe bf 58 ea e5 3a 4f 02 8a d7 84 |.Dr<...X..:O....| -orderer.example.com | 00000020 c2 a5 2e 3a e4 02 20 44 a5 e8 d5 42 1a 0a 9b ff |...:.. D...B....| -orderer.example.com | 00000030 bd 8c 8e c4 ee 37 95 0b b4 00 da 06 f7 cf 39 0e |.....7........9.| -orderer.example.com | 00000040 99 05 b4 57 80 de f9 |...W...| -orderer.example.com | 2018-01-14 11:47:06.678 UTC [cauthdsl] func2 -> DEBU 111e 0xc4200262a0 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.678 UTC [cauthdsl] func1 -> DEBU 111f 0xc4200262a0 gate 1515930426676661864 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.678 UTC [orderer/common/sigfilter] Apply -> DEBU 1120 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -orderer.example.com | 2018-01-14 11:47:06.678 UTC [orderer/common/deliver] Handle -> DEBU 1121 [channel: testchainid] Received seekInfo (0xc4202e5920) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.678 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1122 retrieveBlockByNumber() - blockNum = [0] -orderer.example.com | 2018-01-14 11:47:06.678 UTC [fsblkstorage] newBlockfileStream -> DEBU 1123 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -orderer.example.com | 2018-01-14 11:47:06.679 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1124 Remaining bytes=[23688], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.679 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1125 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -orderer.example.com | 2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1126 [channel: testchainid] Delivering block for (0xc4202e5920) -orderer.example.com | 2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1127 [channel: testchainid] Done delivering for (0xc4202e5920), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1128 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.683 UTC [orderer/common/deliver] Handle -> WARN 1129 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.683 UTC [orderer/main] func1 -> DEBU 112a Closing Deliver stream -orderer.example.com | 2018-01-14 11:47:06.880 UTC [orderer/main] Deliver -> DEBU 112b Starting new Deliver handler -orderer.example.com | 2018-01-14 11:47:06.880 UTC [orderer/common/deliver] Handle -> DEBU 112c Starting new deliver loop -orderer.example.com | 2018-01-14 11:47:06.880 UTC [orderer/common/deliver] Handle -> DEBU 112d Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.881 UTC [policies] GetPolicy -> DEBU 112e Returning policy Readers for evaluation -orderer.example.com | 2018-01-14 11:47:06.881 UTC [cauthdsl] func1 -> DEBU 112f 0xc420150d70 gate 1515930426881595664 evaluation starts -orderer.example.com | 2018-01-14 11:47:06.881 UTC [cauthdsl] func2 -> DEBU 1130 0xc420150d70 signed by 0 principal evaluation starts (used [false]) -orderer.example.com | 2018-01-14 11:47:06.882 UTC [cauthdsl] func2 -> DEBU 1131 0xc420150d70 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -orderer.example.com | 2018-01-14 11:47:06.883 UTC [msp/identity] newIdentity -> DEBU 1132 Creating identity instance for ID -----BEGIN CERTIFICATE----- -orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -orderer.example.com | -----END CERTIFICATE----- -orderer.example.com | 2018-01-14 11:47:06.883 UTC [msp] SatisfiesPrincipal -> DEBU 1133 Checking if identity satisfies MEMBER role for OrdererMSP -orderer.example.com | 2018-01-14 11:47:06.883 UTC [msp] Validate -> DEBU 1134 MSP OrdererMSP validating identity -orderer.example.com | 2018-01-14 11:47:06.883 UTC [cauthdsl] func2 -> DEBU 1135 0xc420150d70 principal matched by identity 0 -orderer.example.com | 2018-01-14 11:47:06.884 UTC [msp/identity] Verify -> DEBU 1136 Verify: digest = 00000000 09 25 19 ac 6f 93 7e a5 2f dc f2 0b 77 59 8e a0 |.%..o.~./...wY..| -orderer.example.com | 00000010 de a2 68 bf a4 24 f1 ad 7c ce 42 5b a1 ae 95 3d |..h..$..|.B[...=| -orderer.example.com | 2018-01-14 11:47:06.884 UTC [msp/identity] Verify -> DEBU 1137 Verify: sig = 00000000 30 44 02 20 53 81 eb bd 1b 37 67 b9 52 e4 1f f7 |0D. S....7g.R...| -orderer.example.com | 00000010 9d 0d 1a 00 5a 43 3a 6e fb 7a 6f 0b 19 b2 37 93 |....ZC:n.zo...7.| -orderer.example.com | 00000020 58 1f ed 3b 02 20 3f 62 3b 26 6a 1e 0f 83 a2 61 |X..;. ?b;&j....a| -orderer.example.com | 00000030 7d 08 af 53 e7 b1 c8 37 65 ef 61 ff e5 fb 06 5f |}..S...7e.a...._| -orderer.example.com | 00000040 5e c1 fc 3b be 72 |^..;.r| -orderer.example.com | 2018-01-14 11:47:06.884 UTC [cauthdsl] func2 -> DEBU 1138 0xc420150d70 principal evaluation succeeds for identity 0 -orderer.example.com | 2018-01-14 11:47:06.884 UTC [cauthdsl] func1 -> DEBU 1139 0xc420150d70 gate 1515930426881595664 evaluation succeeds -orderer.example.com | 2018-01-14 11:47:06.884 UTC [orderer/common/sigfilter] Apply -> DEBU 113a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -orderer.example.com | 2018-01-14 11:47:06.885 UTC [orderer/common/deliver] Handle -> DEBU 113b [channel: testchainid] Received seekInfo (0xc420a1dbe0) start: > stop: > -orderer.example.com | 2018-01-14 11:47:06.885 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 113c retrieveBlockByNumber() - blockNum = [1] -orderer.example.com | 2018-01-14 11:47:06.885 UTC [fsblkstorage] newBlockfileStream -> DEBU 113d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -orderer.example.com | 2018-01-14 11:47:06.885 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 113e Remaining bytes=[14606], Going to peek [8] bytes -orderer.example.com | 2018-01-14 11:47:06.885 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 113f Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -orderer.example.com | 2018-01-14 11:47:06.886 UTC [orderer/common/deliver] Handle -> DEBU 1140 [channel: testchainid] Delivering block for (0xc420a1dbe0) -orderer.example.com | 2018-01-14 11:47:06.889 UTC [orderer/common/deliver] Handle -> DEBU 1141 [channel: testchainid] Done delivering for (0xc420a1dbe0), waiting for new SeekInfo -orderer.example.com | 2018-01-14 11:47:06.889 UTC [orderer/common/deliver] Handle -> DEBU 1142 Attempting to read seek info message -orderer.example.com | 2018-01-14 11:47:06.896 UTC [orderer/common/deliver] Handle -> WARN 1143 Error reading from stream: rpc error: code = Canceled desc = context canceled -orderer.example.com | 2018-01-14 11:47:06.896 UTC [orderer/main] func1 -> DEBU 1144 Closing Deliver stream +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 312 Processing field: ConsensusType +peer0.org1.example.com | [516 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:da0f241e-8a8e-4378-829a-c45835b2f3cc +peer0.org2.example.com | [68b 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to index +peer1.org2.example.com | [5d6 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [71259741]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 313 Processing field: BatchSize +peer1.org1.example.com | [4ad 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) +peer0.org2.example.com | [68c 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx number:[0] ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to blockNumTranNum index +peer0.org1.example.com | [517 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [5d7 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [71259741]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 314 Processing field: BatchTimeout +peer0.org2.example.com | [68d 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59242], isChainEmpty=[false], lastBlockNumber=[6] +peer0.org1.example.com | [518 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [5f60fc0c-7094-4f1a-8683-3a0d0b75530a] +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 315 Processing field: KafkaBrokers +peer1.org2.example.com | [5d8 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [71259741]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org2.example.com | [68e 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) +peer1.org1.example.com | [4ae 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 316 Processing field: ChannelRestrictions +peer0.org2.example.com | [68f 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org1.example.com | [519 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org2.example.com | [5d9 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [71259741]send state message COMPLETED +peer1.org1.example.com | [4af 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org2.example.com | [690 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org2.example.com | [691 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer1.org2.example.com | [5da 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [71259741]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 317 Proposed new policy Writers for Orderer +peer1.org1.example.com | [4b0 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer0.org1.example.com | [51a 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org2.example.com | [692 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org1.example.com | [4b1 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org2.example.com | [5db 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [71259741]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 318 Proposed new policy Admins for Orderer +peer0.org2.example.com | [693 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [51b 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421eff400), Data:(*common.BlockData)(0xc421dbb220), Metadata:(*common.BlockMetadata)(0xc421dbb260)}, doMVCCValidation=true +peer1.org1.example.com | [4b2 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] +peer0.org2.example.com | [694 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 319 Proposed new policy BlockValidation for Orderer +peer0.org2.example.com | [695 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] +peer1.org2.example.com | [5dc 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [71259741-7249-4cb6-bd6d-85d601af99b9]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [51c 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer0.org2.example.com | [696 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | [4b3 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31a Proposed new policy Readers for Orderer +peer0.org2.example.com | [697 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +peer1.org2.example.com | [5dd 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:71259741-7249-4cb6-bd6d-85d601af99b9 +peer0.org1.example.com | [51d 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org2.example.com | [698 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] +peer1.org2.example.com | [5de 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [4b4 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions +peer0.org1.example.com | [51e 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] marked as valid by state validator +peer0.org2.example.com | [699 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [5df 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [6a3a9e7d-346c-46f6-ba2e-4c1fbc279b85] +peer1.org2.example.com | [5e0 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org2.example.com | [5e1 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [5e2 01-18 02:00:11.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4221d4340), Data:(*common.BlockData)(0xc4201224a0), Metadata:(*common.BlockMetadata)(0xc420122520)}, doMVCCValidation=true +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 31b Initializing protos for *config.OrganizationProtos +peer0.org2.example.com | [69a 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org1.example.com | [4b5 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 31c Processing field: MSP +peer0.org1.example.com | [51f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +peer0.org2.example.com | [69b 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [5e3 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [4b6 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org2.example.com | [69c 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31d Proposed new policy Admins for OrdererOrg +peer0.org1.example.com | txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 +peer0.org2.example.com | [69d 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31e Proposed new policy Readers for OrdererOrg +peer1.org2.example.com | [5e4 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org1.example.com | [4b7 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer0.org1.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31f Proposed new policy Writers for OrdererOrg +peer1.org2.example.com | [5e5 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer0.org1.example.com | [520 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to index +peer1.org1.example.com | [4b8 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] +peer1.org2.example.com | [5e6 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 320 Initializing protos for *struct {} +peer0.org1.example.com | [521 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx number:[0] ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to blockNumTranNum index +peer1.org1.example.com | [4b9 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [522 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44675], isChainEmpty=[false], lastBlockNumber=[3] +peer1.org2.example.com | [5e7 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] marked as valid by state validator +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 321 Proposed new policy Admins for Application +peer0.org1.example.com | [523 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) +peer1.org1.example.com | [4ba 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [5e8 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 322 Proposed new policy Writers for Application +peer1.org1.example.com | [4bb 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [524 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 +orderer.example.com | 2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 323 Proposed new policy Readers for Application +peer1.org1.example.com | [4bc 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [525 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org2.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 324 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [526 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer1.org1.example.com | [4bd 01-18 01:59:27.85 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [5e9 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to index +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 325 Processing field: MSP +peer0.org1.example.com | [527 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org1.example.com | [4be 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org2.example.com | [5ea 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx number:[0] ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to blockNumTranNum index +peer0.org1.example.com | [528 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 326 Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [4bf 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [5eb 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54566], isChainEmpty=[false], lastBlockNumber=[5] +peer0.org1.example.com | [529 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 327 Processing field: AnchorPeers +peer1.org2.example.com | [5ec 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) +peer1.org1.example.com | [4c0 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org1.example.com | [52a 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 328 Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [4c1 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421f4a240 +peer1.org2.example.com | [5ed 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer0.org1.example.com | [52b 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 329 Processing field: MSP +peer1.org2.example.com | [5ee 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [4c2 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org1.example.com | [52c 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [5ef 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32a Proposed new policy Readers for Org1MSP +peer1.org1.example.com | [4c3 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [52d 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +peer1.org2.example.com | [5f0 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer0.org1.example.com | [52e 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32b Proposed new policy Writers for Org1MSP +peer1.org2.example.com | [5f1 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32c Proposed new policy Admins for Org1MSP +peer1.org1.example.com | [4c4 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [52f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 32d Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [4c5 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 32e Processing field: MSP +peer0.org1.example.com | [530 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [5f2 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 32f Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [4c6 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [531 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org2.example.com | [5f3 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] +peer1.org1.example.com | [4c7 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 330 Processing field: AnchorPeers +peer1.org2.example.com | [5f4 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | [4c8 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421570a80, header channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer0.org1.example.com | [532 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [5f5 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 331 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [533 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [4c9 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer1.org2.example.com | [5f6 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 332 Processing field: MSP +peer1.org2.example.com | [5f7 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [534 01-18 01:59:48.19 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] +peer1.org1.example.com | [4ca 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org2.example.com | [5f8 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [5f9 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org1.example.com | [4cb 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 333 Proposed new policy Writers for Org2MSP +peer1.org2.example.com | [5fa 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer0.org1.example.com | [535 01-18 01:59:48.19 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] +peer1.org1.example.com | [4cc 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org2.example.com | [5fb 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 334 Proposed new policy Admins for Org2MSP +peer0.org1.example.com | [536 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org1.example.com | [4cd 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +peer1.org2.example.com | [5fc 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 335 Proposed new policy Readers for Org2MSP +peer1.org2.example.com | [5fd 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421e23080 +peer0.org1.example.com | [537 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org1.example.com | [4ce 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer1.org2.example.com | [5fe 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:51.967 UTC [common/config] validateMSP -> DEBU 336 Setting up MSP for org OrdererOrg +peer1.org2.example.com | [5ff 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [4cf 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [538 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer1.org2.example.com | [600 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | 2018-01-18 01:58:51.967 UTC [msp] NewBccspMsp -> DEBU 337 Creating BCCSP-based MSP instance +peer1.org1.example.com | [4d0 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [aac4e437-0990-47fd-bb34-4ba452ebd4f9] +peer1.org2.example.com | [601 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [4d1 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=318b9166-c4b6-4f0a-8870-35b7f05b2ef7,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org2.example.com | [602 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.967 UTC [msp] Setup -> DEBU 338 Setting up MSP instance OrdererMSP +peer0.org1.example.com | [539 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421b3bc80 +peer1.org2.example.com | [603 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421dffef0, header 0xc421e230b0 +peer1.org1.example.com | [4d2 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd chaindID businesschannel +peer0.org1.example.com | [53a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +orderer.example.com | 2018-01-18 01:58:51.967 UTC [msp/identity] newIdentity -> DEBU 339 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [4d3 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [604 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +peer0.org1.example.com | [53b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer1.org2.example.com | [605 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a +peer1.org1.example.com | [4d4 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [53c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org2.example.com | [606 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a] +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [4d5 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org2.example.com | [607 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [53d 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer1.org2.example.com | [608 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [40e267dc-8990-41c3-a0a1-cc80482c4ed6] +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer1.org1.example.com | [4d6 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [318b9166]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [609 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a channel id: businesschannel +peer1.org2.example.com | [60a 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a,syscc=true,proposal=0xc421dffef0,canname=lscc:1.0.2 +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer1.org2.example.com | [60b 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [53e 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [4d7 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer1.org2.example.com | [60c 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [4d8 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [318b9166]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [60d 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer0.org1.example.com | [53f 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer1.org2.example.com | [60e 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [540 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421968000, header channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +peer1.org1.example.com | [4d9 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [318b9166]Move state message TRANSACTION +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer0.org1.example.com | [541 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer1.org2.example.com | [60f 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer1.org1.example.com | [4da 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [318b9166]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [610 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer1.org1.example.com | [4db 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [542 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +peer1.org2.example.com | [611 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [543 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer1.org1.example.com | [4dc 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [318b9166]sending state message TRANSACTION +peer1.org2.example.com | [612 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Move state message TRANSACTION +peer1.org1.example.com | [4dd 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [318b9166]Received message TRANSACTION from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [544 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer1.org2.example.com | [613 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [4de 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [318b9166]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [545 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +orderer.example.com | 2018-01-18 01:58:51.968 UTC [msp/identity] newIdentity -> DEBU 33a Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [614 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [4df 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [318b9166]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [546 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [615 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]sending state message TRANSACTION +peer1.org1.example.com | [4e0 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [547 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [4e1 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org1.example.com | [548 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [c1b8ae7c-9127-4067-bfaf-bf89d641be82] +peer0.org1.example.com | [549 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=9231c3a0-0f5f-4f23-93c8-89e4afd1192e,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [54a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd chaindID businesschannel +peer0.org1.example.com | [54b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org2.example.com | [616 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Received message TRANSACTION from shim +peer1.org1.example.com | [4e2 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [54c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [4e3 01-18 01:59:48.25 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org1.example.com | [54d 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org2.example.com | [617 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2d0a93c0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [54e 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9231c3a0]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [54f 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [550 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9231c3a0]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [4e4 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer0.org1.example.com | [551 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]Move state message TRANSACTION +peer1.org2.example.com | [618 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [2d0a93c0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [552 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [553 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [4e5 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer0.org1.example.com | [554 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]sending state message TRANSACTION +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org2.example.com | [619 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [2d0a93c0]Sending GET_STATE +peer0.org1.example.com | [555 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Received message TRANSACTION from shim +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [556 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9231c3a0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [4e6 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +peer1.org2.example.com | [61a 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Received message GET_STATE from shim +peer0.org1.example.com | [557 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9231c3a0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [4e7 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [533af3eb-06ba-4fcd-ba76-d693d2cd8bef] +peer0.org1.example.com | [558 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org1.example.com | [559 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer1.org2.example.com | [61b 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [55a 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [55b 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +peer1.org1.example.com | [4e8 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [61c 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [2d0a93c0]Received GET_STATE, invoking get state from ledger +peer0.org1.example.com | [55c 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [55d 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +peer1.org1.example.com | [4e9 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [533af3eb-06ba-4fcd-ba76-d693d2cd8bef] +peer0.org1.example.com | [55e 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [55f 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [26418205-1426-4f26-a3b8-060e826aae4d] +peer1.org1.example.com | [4ea 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +peer1.org2.example.com | [61d 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org2.example.com | [61e 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [2d0a93c0] getting state for chaincode lscc, key exp02, channel businesschannel +peer0.org1.example.com | [560 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [4eb 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [561 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [26418205-1426-4f26-a3b8-060e826aae4d] +peer1.org2.example.com | [61f 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [4ec 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated +peer0.org1.example.com | [562 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +orderer.example.com | 2018-01-18 01:58:51.968 UTC [msp/identity] newIdentity -> DEBU 33b Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [4ed 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [318b9166]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [620 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [2d0a93c0]Got state. Sending RESPONSE +peer0.org1.example.com | [563 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer1.org2.example.com | [621 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [2d0a93c0]handleGetState serial send RESPONSE +peer1.org1.example.com | [4ee 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [318b9166]Move state message COMPLETED +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [564 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated +peer1.org1.example.com | [4ef 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [318b9166]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org1.example.com | [4f0 01-18 01:59:48.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [318b9166]send state message COMPLETED +peer1.org2.example.com | [622 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Received message RESPONSE from shim +peer0.org1.example.com | [565 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [4f1 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [318b9166]Received message COMPLETED from shim +peer1.org1.example.com | [4f2 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [318b9166]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [4f3 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [318b9166-c4b6-4f0a-8870-35b7f05b2ef7]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [566 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Move state message COMPLETED +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer1.org1.example.com | [4f4 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:318b9166-c4b6-4f0a-8870-35b7f05b2ef7 +peer0.org1.example.com | [567 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9231c3a0]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [623 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2d0a93c0]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer1.org1.example.com | [4f5 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [624 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [2d0a93c0]before send +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org1.example.com | [4f6 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd, error Chaincode exp02 is already instantiated +peer0.org1.example.com | [568 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]send state message COMPLETED +peer1.org1.example.com | [4f7 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [aac4e437-0990-47fd-bb34-4ba452ebd4f9] +peer1.org2.example.com | [625 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [2d0a93c0]after send +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [569 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]Received message COMPLETED from shim +peer1.org1.example.com | [4f8 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd returned error Chaincode exp02 is already instantiated +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org1.example.com | [4f9 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org2.example.com | [626 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [2d0a93c0]Received RESPONSE, communicated (state:ready) +peer1.org1.example.com | [4fa 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org1.example.com | [56a 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [4fb 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421b87ac0), Data:(*common.BlockData)(0xc421f49120), Metadata:(*common.BlockMetadata)(0xc421f49160)}, doMVCCValidation=true +peer1.org1.example.com | [4fc 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [4fd 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] +peer1.org2.example.com | [627 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [2d0a93c0]GetState received payload RESPONSE +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer1.org1.example.com | [4fe 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +peer0.org1.example.com | [56b 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0-0f5f-4f23-93c8-89e4afd1192e]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 +peer1.org2.example.com | [628 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Transaction completed. Sending COMPLETED +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [56c 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9231c3a0-0f5f-4f23-93c8-89e4afd1192e +peer1.org1.example.com | ] +peer1.org2.example.com | [629 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Move state message COMPLETED +peer0.org1.example.com | [56d 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer1.org1.example.com | [4ff 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to index +peer1.org2.example.com | [62a 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2d0a93c0]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [56e 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd, error Chaincode exp02 is already instantiated +peer1.org1.example.com | [500 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx number:[0] ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to blockNumTranNum index +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [501 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49891], isChainEmpty=[false], lastBlockNumber=[4] +peer0.org1.example.com | [56f 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [c1b8ae7c-9127-4067-bfaf-bf89d641be82] +orderer.example.com | 2018-01-18 01:58:51.969 UTC [msp] Validate -> DEBU 33c MSP OrdererMSP validating identity +peer1.org1.example.com | [502 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) +peer1.org2.example.com | [62b 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.969 UTC [common/config] Validate -> DEBU 33d Anchor peers for org Org1MSP are +peer0.org1.example.com | [570 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd returned error Chaincode exp02 is already instantiated +peer1.org1.example.com | [503 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.969 UTC [common/config] validateMSP -> DEBU 33e Setting up MSP for org Org1MSP +peer1.org2.example.com | [62c 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Received message COMPLETED from shim +peer0.org1.example.com | [571 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [504 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.969 UTC [msp] NewBccspMsp -> DEBU 33f Creating BCCSP-based MSP instance +peer1.org1.example.com | [505 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [572 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org2.example.com | [62d 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.969 UTC [msp] Setup -> DEBU 340 Setting up MSP instance Org1MSP +peer1.org1.example.com | [506 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions +peer0.org1.example.com | [573 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4226f2dc0), Data:(*common.BlockData)(0xc421aa2d20), Metadata:(*common.BlockMetadata)(0xc421aa2d60)}, doMVCCValidation=true +peer1.org2.example.com | [62e 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.970 UTC [msp/identity] newIdentity -> DEBU 341 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [62f 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a +peer0.org1.example.com | [574 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [630 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [507 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 +peer1.org2.example.com | [631 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +peer0.org1.example.com | [575 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer1.org1.example.com | [508 01-18 01:59:48.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] +peer1.org2.example.com | [632 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a channel id: businesschannel version: 1.0 +peer0.org1.example.com | [576 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +peer1.org1.example.com | [509 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [633 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a,syscc=false,proposal=0xc421dffef0,canname=exp02:1.0 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 +peer1.org2.example.com | [634 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +peer1.org2.example.com | [635 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [636 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +peer1.org2.example.com | [637 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [638 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | ] +peer1.org1.example.com | [50a 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer1.org2.example.com | [639 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [63a 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [577 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to index +peer1.org2.example.com | [63b 01-18 02:00:26.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Move state message TRANSACTION +peer1.org1.example.com | [50b 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [63c 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [50c 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [63d 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [578 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx number:[0] ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to blockNumTranNum index +peer1.org2.example.com | [63e 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]sending state message TRANSACTION +peer1.org2.example.com | [63f 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Received message GET_STATE from shim +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer1.org2.example.com | [640 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org1.example.com | [50d 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [579 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49891], isChainEmpty=[false], lastBlockNumber=[4] +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer1.org2.example.com | [641 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [2d0a93c0]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [642 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [50e 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [57a 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer1.org1.example.com | [50f 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [643 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [2d0a93c0] getting state for chaincode exp02, key a, channel businesschannel +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer1.org1.example.com | [510 01-18 01:59:48.28 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [57b 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [644 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org1.example.com | [511 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer0.org1.example.com | [57c 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [512 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc420199b00 +peer1.org2.example.com | [645 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [2d0a93c0]Got state. Sending RESPONSE +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer1.org1.example.com | [513 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [57d 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer1.org2.example.com | [646 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [2d0a93c0]handleGetState serial send RESPONSE +peer1.org1.example.com | [514 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | H7n8z1pj5w== +peer0.org1.example.com | [57e 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions +peer1.org2.example.com | [647 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Received message COMPLETED from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [57f 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 +peer1.org1.example.com | [515 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [648 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [580 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] +orderer.example.com | 2018-01-18 01:58:51.970 UTC [msp/identity] newIdentity -> DEBU 342 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [516 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org2.example.com | [649 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a]HandleMessage- COMPLETED. Notify +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [581 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [64a 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [517 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [64b 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [582 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +peer1.org1.example.com | [518 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4224a36d0, header 0xc420199b30 +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [64c 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org1.example.com | [519 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +peer0.org1.example.com | [583 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [64d 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +peer0.org1.example.com | [584 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [51a 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer1.org2.example.com | [64e 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [40e267dc-8990-41c3-a0a1-cc80482c4ed6] +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [51b 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10] +peer0.org1.example.com | [585 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [64f 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org1.example.com | [586 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer1.org1.example.com | [51c 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [51d 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [764d1fa6-1b85-49e9-b588-00e69dbddc72] +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [587 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [650 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a channel id: businesschannel chaincode id: name:"exp02" +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [51e 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 channel id: businesschannel +peer0.org1.example.com | [588 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org2.example.com | [651 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +peer1.org1.example.com | [51f 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10,syscc=true,proposal=0xc4224a36d0,canname=lscc:1.0.2 +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org1.example.com | [589 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +peer1.org2.example.com | [652 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a channel id: businesschannel version: 1.0.2 +peer1.org1.example.com | [520 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [58a 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc424da6300 +peer1.org2.example.com | [653 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a,syscc=true,proposal=0xc421dffef0,canname=escc:1.0.2 +peer1.org1.example.com | [521 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [58b 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org2.example.com | [654 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer1.org1.example.com | [522 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [58c 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [523 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [655 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.971 UTC [msp/identity] newIdentity -> DEBU 343 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [58d 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org1.example.com | [524 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [656 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [58e 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [525 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [58f 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [657 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [526 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [658 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [590 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4224920f0, header 0xc424da6330 +peer1.org1.example.com | [527 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Move state message TRANSACTION +peer1.org2.example.com | [659 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [591 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +peer1.org1.example.com | [528 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [65a 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [2d0a93c0]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [529 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [592 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [65b 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Move state message TRANSACTION +peer0.org1.example.com | [593 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +peer1.org1.example.com | [52a 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]sending state message TRANSACTION +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [65c 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [52b 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Received message TRANSACTION from shim +peer0.org1.example.com | [594 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org2.example.com | [65d 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [595 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [52c 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [596 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [65e 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]sending state message TRANSACTION +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [52d 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [100e86fd]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [597 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=true,proposal=0xc4224920f0,canname=lscc:1.0.2 +peer1.org2.example.com | [65f 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Received message TRANSACTION from shim +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [598 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org2.example.com | [660 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2d0a93c0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [52e 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [100e86fd]Sending GET_STATE +peer0.org1.example.com | [599 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [52f 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message GET_STATE from shim +peer1.org2.example.com | [661 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [2d0a93c0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.971 UTC [msp] Validate -> DEBU 344 MSP Org1MSP validating identity +peer0.org1.example.com | [59a 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org2.example.com | [662 01-18 02:00:26.13 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org1.example.com | [530 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.971 UTC [common/config] Validate -> DEBU 345 Anchor peers for org Org2MSP are +peer1.org2.example.com | [663 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer0.org1.example.com | [59b 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [531 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [100e86fd]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [664 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.971 UTC [common/config] validateMSP -> DEBU 346 Setting up MSP for org Org2MSP +peer0.org1.example.com | [59c 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.971 UTC [msp] NewBccspMsp -> DEBU 347 Creating BCCSP-based MSP instance +peer1.org2.example.com | [665 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]Move state message COMPLETED +peer1.org1.example.com | [532 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [59d 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.971 UTC [msp] Setup -> DEBU 348 Setting up MSP instance Org2MSP +peer1.org2.example.com | [666 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [2d0a93c0]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [533 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd] getting state for chaincode lscc, key exp02, channel businesschannel +peer0.org1.example.com | [59e 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [534 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.971 UTC [msp/identity] newIdentity -> DEBU 349 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [535 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd]Got state. Sending RESPONSE +peer1.org2.example.com | [667 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [2d0a93c0]send state message COMPLETED +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer1.org1.example.com | [536 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [100e86fd]handleGetState serial send RESPONSE +peer0.org1.example.com | [59f 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +peer1.org2.example.com | [668 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [2d0a93c0]Received message COMPLETED from shim +peer1.org1.example.com | [537 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Received message RESPONSE from shim +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [5a0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [538 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer1.org2.example.com | [669 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer0.org1.example.com | [5a1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [539 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [100e86fd]before send +peer1.org2.example.com | [66a 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a]HandleMessage- COMPLETED. Notify +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer1.org1.example.com | [53a 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [100e86fd]after send +peer0.org1.example.com | [5a2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +peer1.org2.example.com | [66b 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:2d0a93c093872a7d4b9eb9555dcb8697519257e14978c9466afbe9be252fa78a +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer1.org1.example.com | [53b 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [100e86fd]Received RESPONSE, communicated (state:ready) +peer1.org2.example.com | [66c 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer0.org1.example.com | [5a3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message TRANSACTION from shim +peer1.org1.example.com | [53c 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [100e86fd]GetState received payload RESPONSE +peer1.org2.example.com | [66d 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer0.org1.example.com | [5a4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [53d 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Transaction completed. Sending COMPLETED +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer0.org1.example.com | [5a5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [82ba6765]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [66e 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer1.org1.example.com | [53e 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Move state message COMPLETED +peer0.org1.example.com | [5a6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [82ba6765]Sending GET_STATE +peer1.org1.example.com | [53f 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org2.example.com | [66f 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [40e267dc-8990-41c3-a0a1-cc80482c4ed6] +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer0.org1.example.com | [5a7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +peer1.org1.example.com | [540 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]send state message COMPLETED +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer1.org2.example.com | [670 01-18 02:00:26.14 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | [5a8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org1.example.com | [541 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message COMPLETED from shim +orderer.example.com | SCjyRdD3aQ== +peer0.org1.example.com | [5a9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [671 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [542 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [5aa 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.972 UTC [msp/identity] newIdentity -> DEBU 34a Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [672 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42284c6c0 +peer1.org1.example.com | [543 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10]HandleMessage- COMPLETED. Notify +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [673 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org1.example.com | [544 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer1.org2.example.com | [674 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [5ab 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [675 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer1.org1.example.com | [545 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [676 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [5ac 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [546 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org2.example.com | [677 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org1.example.com | [547 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 channel id: businesschannel version: 1.0 +peer0.org1.example.com | [5ad 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +peer1.org1.example.com | [548 01-18 02:00:09.42 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10,syscc=false,proposal=0xc4224a36d0,canname=exp02:1.0 +peer1.org2.example.com | [678 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422894280, header 0xc42284c6f0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [549 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10,syscc=true,proposal=0xc4224a36d0,canname=lscc:1.0.2 +peer0.org1.example.com | [5ae 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +peer1.org2.example.com | [679 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org1.example.com | [54a 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org1.example.com | [5af 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message RESPONSE from shim +peer1.org1.example.com | [54b 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [67a 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org1.example.com | [54c 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [5b0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org1.example.com | [54d 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [5b1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [82ba6765]before send +peer1.org1.example.com | [54e 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | -----END CERTIFICATE----- +peer1.org2.example.com | [67b 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +orderer.example.com | 2018-01-18 01:58:51.972 UTC [msp/identity] newIdentity -> DEBU 34b Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [54f 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [5b2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [82ba6765]after send +peer0.org1.example.com | [5b3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [82ba6765]Received RESPONSE, communicated (state:ready) +peer0.org1.example.com | [5b4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [82ba6765]GetState received payload RESPONSE +peer0.org1.example.com | [5b5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Transaction completed. Sending COMPLETED +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [67c 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [550 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [5b6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Move state message COMPLETED +peer1.org1.example.com | [551 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Move state message TRANSACTION +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org1.example.com | [552 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org2.example.com | [67d 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [274ed28b-05d0-4a71-850c-6e381fb5edbf] +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [553 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [5b7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [554 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]sending state message TRANSACTION +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [555 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Received message TRANSACTION from shim +peer0.org1.example.com | [5b8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]send state message COMPLETED +peer1.org1.example.com | [556 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [557 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [100e86fd]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [67e 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 channel id: businesschannel +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [5b9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +peer1.org1.example.com | [558 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [100e86fd]Sending GET_STATE +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [67f 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114,syscc=true,proposal=0xc422894280,canname=lscc:1.0.2 +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [559 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message GET_STATE from shim +peer0.org1.example.com | [5ba 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.972 UTC [msp] Validate -> DEBU 34c MSP Org2MSP validating identity +peer1.org1.example.com | [55a 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [5bb 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.972 UTC [msp] Setup -> DEBU 34d Setting up the MSP manager (3 msps) +peer1.org1.example.com | [55b 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [100e86fd]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [680 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.972 UTC [msp] Setup -> DEBU 34e MSP manager setup complete, setup 3 msps +peer1.org1.example.com | [55c 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [5bc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 34f Adding to config map: [Groups] /Channel +peer1.org1.example.com | [55d 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd] getting state for chaincode lscc, key exp02, channel businesschannel +peer1.org2.example.com | [681 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 350 Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [5bd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 351 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer1.org1.example.com | [55e 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 352 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer1.org2.example.com | [682 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [5be 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 353 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer1.org1.example.com | [55f 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd]Got state. Sending RESPONSE +peer0.org1.example.com | [5bf 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel version: 1.0 +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 354 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer1.org2.example.com | [683 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 355 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer1.org1.example.com | [560 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [100e86fd]handleGetState serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 356 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer1.org2.example.com | [684 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 357 Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [5c0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=false,proposal=0xc4224920f0,canname=exp02:1.0 +peer1.org2.example.com | [685 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 358 Adding to config map: [Values] /Channel/Orderer/BatchSize +peer1.org1.example.com | [561 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Received message RESPONSE from shim +peer0.org1.example.com | [5c1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 359 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35a Adding to config map: [Policy] /Channel/Orderer/Writers +peer1.org2.example.com | [686 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [5c2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35b Adding to config map: [Policy] /Channel/Orderer/Admins +peer1.org1.example.com | [562 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35c Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35d Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35e Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35f Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 360 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer1.org1.example.com | [563 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [100e86fd]before send +peer0.org1.example.com | [5c3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 361 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer1.org2.example.com | [687 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 362 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org1.example.com | [5c4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [564 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [100e86fd]after send +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 363 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer1.org2.example.com | [688 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 364 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [565 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [100e86fd]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 365 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 366 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 367 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 368 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer1.org2.example.com | [689 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [5c5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 369 Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [68a 01-18 02:00:26.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]sending state message TRANSACTION +peer0.org1.example.com | [5c6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [566 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [100e86fd]GetState received payload RESPONSE +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36a Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [5c7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [5c8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +peer0.org1.example.com | [5c9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36b Adding to config map: [Policy] /Channel/Application/Readers +peer1.org2.example.com | [68b 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Received message TRANSACTION from shim +peer1.org1.example.com | [567 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [5ca 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36c Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org1.example.com | [5cb 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +peer1.org2.example.com | [68c 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ef892f35]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [5cc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +peer0.org1.example.com | [5cd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [5ce 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +peer1.org1.example.com | [568 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Move state message COMPLETED +peer0.org1.example.com | [5cf 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [68d 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ef892f35]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [569 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [5d0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode exp02, key a, channel businesschannel +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36d Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [5d1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org2.example.com | [68e 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [ef892f35]Sending GET_STATE +peer0.org1.example.com | [5d2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +peer1.org1.example.com | [56a 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36e Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [5d3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +peer0.org1.example.com | [5d4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +peer0.org1.example.com | [5d5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org2.example.com | [68f 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message GET_STATE from shim +peer0.org1.example.com | [5d6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +peer1.org1.example.com | [56b 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36f Adding to config map: [Values] /Channel/OrdererAddresses +peer1.org2.example.com | [690 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [5d7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [691 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [ef892f35]Received GET_STATE, invoking get state from ledger +peer1.org1.example.com | [56c 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 370 Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [5d8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode exp02, key b, channel businesschannel +peer1.org1.example.com | [56d 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [5d9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 371 Adding to config map: [Policy] /Channel/Admins +peer1.org2.example.com | [692 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [5da 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +peer0.org1.example.com | [5db 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +peer0.org1.example.com | [5dc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message PUT_STATE from shim +peer0.org1.example.com | [5dd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 372 Adding to config map: [Policy] /Channel/Readers +peer1.org1.example.com | [56e 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer0.org1.example.com | [5de 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [693 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 373 Adding to config map: [Groups] /Channel +peer1.org1.example.com | [56f 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.GetCDSFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [694 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [5df 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]state is ready +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 374 Adding to config map: [Groups] /Channel/Application +peer1.org1.example.com | [570 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched +peer1.org2.example.com | [695 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 375 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [5e0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Completed PUT_STATE. Sending RESPONSE +peer1.org1.example.com | [571 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +peer1.org2.example.com | [696 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ef892f35]handleGetState serial send RESPONSE +peer0.org1.example.com | [5e1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]enterBusyState trigger event RESPONSE +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 376 Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org1.example.com | [572 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer1.org1.example.com:7052] +peer0.org1.example.com | [5e2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message RESPONSE +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 377 Adding to config map: [Values] /Channel/Consortium +peer1.org1.example.com | [573 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer1.org1.example.com) +peer0.org1.example.com | [5e3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer1.org2.example.com | [697 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 378 Adding to config map: [Groups] /Channel +peer1.org1.example.com | [574 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer1.org1.example.com:7052 +peer0.org1.example.com | [5e4 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 379 Adding to config map: [Groups] /Channel/Application +peer1.org2.example.com | [698 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ef892f35]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org1.example.com | [5e5 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message RESPONSE +peer1.org1.example.com | [575 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +orderer.example.com | 2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 37a Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [5e6 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message PUT_STATE from shim +peer1.org2.example.com | [699 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ef892f35]before send +peer1.org1.example.com | CORE_CHAINCODE_ID_NAME=exp02:1.0 +peer1.org2.example.com | [69a 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ef892f35]after send +peer0.org1.example.com | [5e7 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org2.example.com | [69b 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [ef892f35]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37b Adding to config map: [Groups] /Channel/Application/Org2MSP +peer1.org2.example.com | [69c 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [ef892f35]GetState received payload RESPONSE +peer1.org2.example.com | [69d 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Transaction completed. Sending COMPLETED +peer1.org2.example.com | [69e 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Move state message COMPLETED +peer1.org1.example.com | CORE_PEER_TLS_ENABLED=true +peer1.org2.example.com | [69f 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ef892f35]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [5e8 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37c Adding to config map: [Policy] /Channel/Application/Admins +peer1.org2.example.com | [6a0 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]send state message COMPLETED +peer1.org2.example.com | [6a1 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message COMPLETED from shim +peer1.org2.example.com | [6a2 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37d Adding to config map: [Policy] /Channel/Application/Writers +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_LEVEL=info +peer0.org1.example.com | [5e9 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]state is ready +peer1.org2.example.com | [6a3 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37e Adding to config map: [Policy] /Channel/Application/Readers +peer1.org2.example.com | [6a4 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +orderer.example.com | 2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37f Adding to config map: [Values] /Channel/Consortium +peer1.org2.example.com | [6a5 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [5ea 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Completed PUT_STATE. Sending RESPONSE +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_SHIM=warning +orderer.example.com | 2018-01-18 01:58:51.977 UTC [policies] GetPolicy -> DEBU 380 Returning policy ChannelCreationPolicy for evaluation +peer1.org2.example.com | [6a6 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +orderer.example.com | 2018-01-18 01:58:51.977 UTC [cauthdsl] func1 -> DEBU 381 0xc42014b098 gate 1516240731977614523 evaluation starts +peer1.org2.example.com | [6a7 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 channel id: businesschannel version: 1.0 +orderer.example.com | 2018-01-18 01:58:51.977 UTC [cauthdsl] func2 -> DEBU 382 0xc42014b098 signed by 0 principal evaluation starts (used [false]) +peer1.org1.example.com | CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} +peer0.org1.example.com | [5eb 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]enterBusyState trigger event RESPONSE +peer1.org2.example.com | [6a8 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114,syscc=false,proposal=0xc422894280,canname=exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.977 UTC [cauthdsl] func2 -> DEBU 383 0xc42014b098 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer1.org2.example.com | [6a9 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.978 UTC [msp/identity] newIdentity -> DEBU 384 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [5ec 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message RESPONSE +peer1.org1.example.com | [576 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer1.org1.example.com-exp02-1.0) lock +peer1.org2.example.com | [6aa 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [5ed 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer1.org1.example.com | [577 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer1.org1.example.com-exp02-1.0) lock +peer1.org2.example.com | [6ab 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [6ac 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [578 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer1.org1.example.com-exp02-1.0 +peer0.org1.example.com | [5ee 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [6ad 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org2.example.com | [6ae 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [5ef 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message RESPONSE +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org2.example.com | [6af 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [579 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer1.org1.example.com-exp02-1.0(No such container: dev-peer1.org1.example.com-exp02-1.0) +peer0.org1.example.com | [5f0 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +peer1.org2.example.com | [6b0 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Move state message TRANSACTION +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org2.example.com | [6b1 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [5f1 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [57a 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer1.org1.example.com-exp02-1.0 (No such container: dev-peer1.org1.example.com-exp02-1.0) +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org2.example.com | [6b2 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [57b 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer1.org1.example.com-exp02-1.0 (No such container: dev-peer1.org1.example.com-exp02-1.0) +peer0.org1.example.com | [5f2 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [6b3 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]sending state message TRANSACTION +peer1.org1.example.com | [57c 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer1.org1.example.com-exp02-1.0 +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [57d 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default +peer0.org1.example.com | [5f3 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer1.org2.example.com | [6b4 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message GET_STATE from shim +peer1.org1.example.com | [57e 01-18 02:00:09.43 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org1.example.com-exp02-1.0 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [5f4 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [6b5 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.978 UTC [msp] SatisfiesPrincipal -> DEBU 385 Checking if identity satisfies ADMIN role for Org1MSP +peer1.org1.example.com | [57f 01-18 02:00:09.44 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image +orderer.example.com | 2018-01-18 01:58:51.978 UTC [cauthdsl] func2 -> DEBU 386 0xc42014b098 principal matched by identity 0 +peer0.org1.example.com | [5f5 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org1.example.com | [580 01-18 02:00:09.44 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU +peer1.org2.example.com | [6b6 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [ef892f35]Received GET_STATE, invoking get state from ledger +orderer.example.com | 2018-01-18 01:58:51.978 UTC [msp/identity] Verify -> DEBU 387 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +orderer.example.com | 00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +peer1.org1.example.com | FROM hyperledger/fabric-baseos:x86_64-0.3.2 +orderer.example.com | 2018-01-18 01:58:51.978 UTC [msp/identity] Verify -> DEBU 388 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +peer1.org2.example.com | [6b7 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +peer0.org1.example.com | [5f6 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +peer1.org1.example.com | ADD binpackage.tar /usr/local/bin +peer0.org1.example.com | [5f7 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +peer1.org2.example.com | [6b8 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35] getting state for chaincode exp02, key a, channel businesschannel +peer0.org1.example.com | [5f8 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer1.org1.example.com | LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ +orderer.example.com | 00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +peer1.org2.example.com | [6b9 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org1.example.com | org.hyperledger.fabric.chaincode.id.version="1.0" \ +orderer.example.com | 00000040 2e 30 01 0f 91 31 |.0...1| +peer0.org1.example.com | [5f9 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel chaincode id: name:"exp02" +orderer.example.com | 2018-01-18 01:58:51.978 UTC [cauthdsl] func2 -> DEBU 389 0xc42014b098 principal evaluation succeeds for identity 0 +peer1.org2.example.com | [6ba 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.978 UTC [cauthdsl] func1 -> DEBU 38a 0xc42014b098 gate 1516240731977614523 evaluation succeeds +peer1.org1.example.com | org.hyperledger.fabric.chaincode.type="GOLANG" \ +peer0.org1.example.com | [5fa 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +peer1.org2.example.com | [6bb 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ef892f35]handleGetState serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:51.978 UTC [common/configtx] recurseConfigMap -> DEBU 38b Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | org.hyperledger.fabric.version="1.0.2" \ +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38c Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38d Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38e Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [6bc 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message GET_STATE from shim +peer0.org1.example.com | [5fb 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38f Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | org.hyperledger.fabric.base.version="0.3.2" +peer0.org1.example.com | [5fc 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=true,proposal=0xc4224920f0,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 390 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +peer1.org2.example.com | [6bd 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org1.example.com | ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 391 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [5fd 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer1.org2.example.com | [6be 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [ef892f35]Received GET_STATE, invoking get state from ledger +peer1.org1.example.com | ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 392 Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [5fe 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [6bf 01-18 02:00:26.30 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | COPY peer.crt /etc/hyperledger/fabric/peer.crt +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 393 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [5ff 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer1.org2.example.com | [6c0 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35] getting state for chaincode exp02, key b, channel businesschannel +peer0.org1.example.com | [600 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [581 01-18 02:00:09.44 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 394 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org2.example.com | [6c1 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b +peer1.org1.example.com | [582 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 395 Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [601 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [602 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [583 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer1.org2.example.com | [6c2 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 396 Setting policy for key Admins to policy: mod_policy:"Admins" +peer1.org1.example.com | [584 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org1.example.com | [603 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [6c3 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ef892f35]handleGetState serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 397 Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [585 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4221ec030 +peer1.org2.example.com | [6c4 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message PUT_STATE from shim +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 398 Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [604 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +peer1.org1.example.com | [586 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer1.org2.example.com | [6c5 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer0.org1.example.com | [605 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 399 Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org1.example.com | [587 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [606 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [588 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org2.example.com | [6c6 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39a Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [607 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +peer1.org1.example.com | [589 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [608 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39b Setting policy for key Writers to policy: mod_policy:"Admins" +peer1.org2.example.com | [6c7 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]state is ready +peer1.org1.example.com | [58a 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [609 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [6c8 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]Completed PUT_STATE. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39c Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [60a 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [82ba6765]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [58b 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org2.example.com | [6c9 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ef892f35]enterBusyState trigger event RESPONSE +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39d Setting policy for key Readers to policy: mod_policy:"Admins" +peer1.org1.example.com | [58c 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421903800, header channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer0.org1.example.com | [60b 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org2.example.com | [6ca 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Move state message RESPONSE +peer1.org1.example.com | [58d 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/configtx] processConfig -> DEBU 39e Beginning new config for channel businesschannel +peer1.org1.example.com | [58e 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer1.org2.example.com | [6cb 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +peer0.org1.example.com | [60c 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer1.org1.example.com | [58f 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer1.org2.example.com | [6cc 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/config] NewStandardValues -> DEBU 39f Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [60d 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [590 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a0 Processing field: HashingAlgorithm +peer1.org2.example.com | [6cd 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]sending state message RESPONSE +peer0.org1.example.com | [60e 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a1 Processing field: BlockDataHashingStructure +peer1.org1.example.com | [591 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +peer1.org2.example.com | [6ce 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message PUT_STATE from shim +peer0.org1.example.com | [60f 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [592 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | 2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a2 Processing field: OrdererAddresses +peer0.org1.example.com | [610 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]send state message COMPLETED +peer1.org1.example.com | [593 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [97760b2d-415d-437a-91dd-1e3c9308825b] +peer1.org2.example.com | [6cf 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +peer1.org1.example.com | [594 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [6d0 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [611 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +peer1.org2.example.com | [6d1 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]state is ready +peer1.org1.example.com | [595 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [97760b2d-415d-437a-91dd-1e3c9308825b] +peer0.org1.example.com | [612 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3a3 Processing field: Consortium +peer1.org2.example.com | [6d2 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ef892f35]Completed PUT_STATE. Sending RESPONSE +peer0.org1.example.com | [613 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a4 Proposed new policy Admins for Channel +peer1.org2.example.com | [6d3 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ef892f35]enterBusyState trigger event RESPONSE +peer1.org1.example.com | [596 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [614 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a5 Proposed new policy Readers for Channel +peer1.org2.example.com | [6d4 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Move state message RESPONSE +peer1.org1.example.com | [597 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [df20d43e-c840-44dd-ba7b-e7f38e354801] +peer0.org1.example.com | [615 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [6d5 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a6 Proposed new policy Writers for Channel +peer0.org1.example.com | [616 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [6d6 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [598 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=e192df03-ce26-42cf-b44e-e9248a01141b,syscc=true,proposal=0x0,canname=vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3a7 Initializing protos for *struct {} +peer0.org1.example.com | [617 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer1.org2.example.com | [6d7 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]sending state message RESPONSE +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a8 Proposed new policy Admins for Application +peer1.org2.example.com | [6d8 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message COMPLETED from shim +peer0.org1.example.com | [618 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +peer1.org1.example.com | [599 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f chaindID businesschannel +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a9 Proposed new policy Writers for Application +peer1.org2.example.com | [6d9 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [619 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org2.example.com | [6da 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [59a 01-18 02:00:11.35 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3aa Proposed new policy Readers for Application +peer0.org1.example.com | [61a 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] +peer1.org1.example.com | [59b 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [6db 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3ab Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [61b 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] +peer1.org1.example.com | [59c 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer1.org2.example.com | [6dc 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3ac Processing field: MSP +peer0.org1.example.com | [61c 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer1.org2.example.com | [6dd 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3ad Initializing protos for *config.ApplicationOrgProtos +peer1.org1.example.com | [59d 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e192df03]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [61d 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3ae Processing field: AnchorPeers +peer1.org2.example.com | [6de 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +peer1.org1.example.com | [59e 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [61e 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3af Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [6df 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [274ed28b-05d0-4a71-850c-6e381fb5edbf] +peer0.org1.example.com | [61f 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422100d80 +peer1.org1.example.com | [59f 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [e192df03]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b0 Processing field: MSP +peer1.org2.example.com | [6e0 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b1 Proposed new policy Writers for Org2MSP +peer0.org1.example.com | [620 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer1.org1.example.com | [5a0 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e192df03]Move state message TRANSACTION +peer1.org2.example.com | [6e1 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 channel id: businesschannel chaincode id: name:"exp02" +peer0.org1.example.com | [621 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b2 Proposed new policy Admins for Org2MSP +peer1.org2.example.com | [6e2 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +peer1.org1.example.com | [5a1 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e192df03]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b3 Proposed new policy Readers for Org2MSP +peer0.org1.example.com | [622 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [5a2 01-18 02:00:11.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [6e3 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 channel id: businesschannel version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b4 Initializing protos for *config.OrganizationProtos +peer1.org1.example.com | [5a3 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e192df03]sending state message TRANSACTION +peer0.org1.example.com | [623 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [6e4 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114,syscc=true,proposal=0xc422894280,canname=escc:1.0.2 +peer1.org1.example.com | [5a4 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e192df03]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b5 Processing field: MSP +peer0.org1.example.com | [624 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [5a5 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e192df03]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org2.example.com | [6e5 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b6 Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [625 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer1.org1.example.com | [5a6 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [e192df03]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [6e6 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b7 Processing field: AnchorPeers +peer1.org1.example.com | [5a7 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org1.example.com | [626 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422131000, header channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +peer1.org2.example.com | [6e7 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer1.org1.example.com | [5a8 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b8 Initializing protos for *config.OrganizationProtos +peer1.org2.example.com | [6e8 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [5a9 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer0.org1.example.com | [627 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer1.org2.example.com | [6e9 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b9 Processing field: MSP +peer1.org1.example.com | [5aa 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e192df03]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [628 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3ba Proposed new policy Writers for Org1MSP +peer1.org1.example.com | [5ab 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e192df03]Move state message COMPLETED +peer1.org2.example.com | [6ea 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [629 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer1.org2.example.com | [6eb 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ef892f35]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3bb Proposed new policy Admins for Org1MSP +peer1.org1.example.com | [5ac 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e192df03]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [62a 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3bc Proposed new policy Readers for Org1MSP +peer1.org2.example.com | [6ec 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Move state message TRANSACTION +peer0.org1.example.com | [62b 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +peer1.org1.example.com | [5ad 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e192df03]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] NewStandardValues -> DEBU 3bd Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [62c 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer1.org2.example.com | [6ed 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3be Processing field: ConsensusType +peer0.org1.example.com | [62d 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [9c7d4f5f-93e4-4dad-9329-f20931a83f0f] +peer1.org1.example.com | [5ae 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e192df03]Received message COMPLETED from shim +peer1.org2.example.com | [6ee 01-18 02:00:26.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [62e 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3bf Processing field: BatchSize +peer1.org1.example.com | [5af 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e192df03]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c0 Processing field: BatchTimeout +peer1.org2.example.com | [6ef 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]sending state message TRANSACTION +peer0.org1.example.com | [62f 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [9c7d4f5f-93e4-4dad-9329-f20931a83f0f] +peer1.org1.example.com | [5b0 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e192df03-ce26-42cf-b44e-e9248a01141b]HandleMessage- COMPLETED. Notify +peer1.org2.example.com | [6f0 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c1 Processing field: KafkaBrokers +peer0.org1.example.com | [630 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org2.example.com | [6f1 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ef892f35]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [5b1 01-18 02:00:11.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e192df03-ce26-42cf-b44e-e9248a01141b +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c2 Processing field: ChannelRestrictions +peer0.org1.example.com | [631 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [dcf02705-e884-4f34-a3fd-7629c08c697e] +peer1.org2.example.com | [6f2 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ef892f35]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c3 Proposed new policy Writers for Orderer +peer1.org1.example.com | [5b2 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [6f3 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer0.org1.example.com | [632 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=53087271-6656-4e0d-a78f-6fac50075504,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer1.org1.example.com | [5b3 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [df20d43e-c840-44dd-ba7b-e7f38e354801] +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c4 Proposed new policy Admins for Orderer +peer1.org2.example.com | [6f4 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer1.org1.example.com | [5b4 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c5 Proposed new policy BlockValidation for Orderer +peer0.org1.example.com | [633 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f chaindID businesschannel +peer1.org1.example.com | [5b5 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c6 Proposed new policy Readers for Orderer +peer1.org2.example.com | [6f5 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [634 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [5b6 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421f62540), Data:(*common.BlockData)(0xc421849820), Metadata:(*common.BlockMetadata)(0xc421849860)}, doMVCCValidation=true +peer1.org2.example.com | [6f6 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]Move state message COMPLETED +peer0.org1.example.com | [635 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [5b7 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org2.example.com | [6f7 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ef892f35]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] NewStandardValues -> DEBU 3c7 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [636 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c8 Processing field: MSP +peer1.org2.example.com | [6f8 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ef892f35]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c9 Proposed new policy Writers for OrdererOrg +peer1.org1.example.com | [5b8 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org2.example.com | [6f9 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ef892f35]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3ca Proposed new policy Admins for OrdererOrg +peer0.org1.example.com | [637 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53087271]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [6fa 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [5b9 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +orderer.example.com | 2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3cb Proposed new policy Readers for OrdererOrg +peer0.org1.example.com | [638 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [5ba 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org2.example.com | [6fb 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [639 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53087271]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] Validate -> DEBU 3cc Anchor peers for org Org2MSP are +peer1.org1.example.com | [5bb 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] marked as valid by state validator +peer1.org2.example.com | [6fc 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +peer0.org1.example.com | [63a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.981 UTC [common/config] validateMSP -> DEBU 3cd Setting up MSP for org Org2MSP +peer1.org1.example.com | [5bc 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +peer1.org2.example.com | [6fd 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.981 UTC [msp] NewBccspMsp -> DEBU 3ce Creating BCCSP-based MSP instance +peer1.org2.example.com | [6fe 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +peer0.org1.example.com | [63b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 +orderer.example.com | 2018-01-18 01:58:51.981 UTC [msp] Setup -> DEBU 3cf Setting up MSP instance Org2MSP +peer0.org1.example.com | [63c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | ] +peer1.org2.example.com | [6ff 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer0.org1.example.com | [63d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [5bd 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to index +peer1.org2.example.com | [700 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [274ed28b-05d0-4a71-850c-6e381fb5edbf] +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer0.org1.example.com | [63e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Received message TRANSACTION from shim +peer1.org1.example.com | [5be 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx number:[0] ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to blockNumTranNum index +peer1.org2.example.com | [701 01-18 02:00:26.32 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer1.org2.example.com | [702 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +peer0.org1.example.com | [63f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53087271]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +peer1.org1.example.com | [5bf 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54566], isChainEmpty=[false], lastBlockNumber=[5] +peer1.org2.example.com | [703 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer1.org1.example.com | [5c0 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) +peer0.org1.example.com | [640 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53087271]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [704 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer0.org1.example.com | [641 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer1.org1.example.com | [5c1 01-18 02:00:11.39 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [705 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421790ff0 +peer0.org1.example.com | [642 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer1.org1.example.com | [5c2 01-18 02:00:25.41 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer1.org1.example.com-exp02-1.0-ad23b8236c10c42b6301975e5f10d4f2d69b41948e9b0f767dd7c8e4f21cf449 +peer1.org2.example.com | [706 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +peer0.org1.example.com | [643 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer0.org1.example.com | [644 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [5c3 01-18 02:00:25.41 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully +peer1.org2.example.com | [707 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [645 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Move state message COMPLETED +peer0.org1.example.com | [646 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53087271]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +peer0.org1.example.com | [647 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]send state message COMPLETED +peer1.org2.example.com | [708 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [5c4 01-18 02:00:25.41 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer1.org1.example.com-exp02-1.0 +peer0.org1.example.com | [648 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]Received message COMPLETED from shim +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer1.org1.example.com | [5c5 01-18 02:00:25.49 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer1.org1.example.com-exp02-1.0-ad23b8236c10c42b6301975e5f10d4f2d69b41948e9b0f767dd7c8e4f21cf449 +peer0.org1.example.com | [649 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer1.org2.example.com | [709 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer0.org1.example.com | [64a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271-6656-4e0d-a78f-6fac50075504]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [5c6 01-18 02:00:25.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer1.org1.example.com-exp02-1.0 +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer0.org1.example.com | [64b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53087271-6656-4e0d-a78f-6fac50075504 +peer1.org2.example.com | [70a 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [5c7 01-18 02:00:25.98 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer1.org1.example.com-exp02-1.0) +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | [64c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [5c8 01-18 02:00:26.00 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +orderer.example.com | SCjyRdD3aQ== +peer0.org1.example.com | [64d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [dcf02705-e884-4f34-a3fd-7629c08c697e] +peer1.org2.example.com | [70b 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [64e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +peer1.org1.example.com | [5c9 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +peer1.org2.example.com | [70c 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42038d800, header channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [64f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | [5ca 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +orderer.example.com | 2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [70d 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org1.example.com | [650 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4220f7c00), Data:(*common.BlockData)(0xc421fdd080), Metadata:(*common.BlockMetadata)(0xc421fdd0c0)}, doMVCCValidation=true +peer1.org1.example.com | [5cb 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +peer0.org1.example.com | [651 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer1.org2.example.com | [70e 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org1.example.com | [652 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org1.example.com | [5cc 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 +peer1.org2.example.com | [70f 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org1.example.com | [653 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [5cd 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED +peer1.org2.example.com | [710 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [654 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [655 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] marked as valid by state validator +peer1.org1.example.com | [5ce 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +peer1.org2.example.com | [711 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +peer0.org1.example.com | [656 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org1.example.com | [5cf 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed +peer1.org1.example.com | [5d0 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY +peer1.org1.example.com | [5d1 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org2.example.com | [712 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 +peer0.org1.example.com | ] +peer0.org1.example.com | [657 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to index +peer1.org1.example.com | [5d2 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [658 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx number:[0] ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to blockNumTranNum index +peer1.org1.example.com | [5d3 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Move state message READY +peer0.org1.example.com | [659 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54566], isChainEmpty=[false], lastBlockNumber=[5] +peer1.org1.example.com | [5d4 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: READY in state established +peer1.org2.example.com | [713 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [6fc0e7ef-0fcf-4b6a-967c-7e0ad94ee847] +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer1.org1.example.com | [5d5 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [100e86fd]Entered state ready +peer1.org2.example.com | [714 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [65a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org1.example.com | [5d6 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer1.org2.example.com | [715 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [6fc0e7ef-0fcf-4b6a-967c-7e0ad94ee847] +peer1.org1.example.com | [5d7 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]sending state message READY +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org2.example.com | [716 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [5d8 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU sending init completed +peer0.org1.example.com | [65b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org2.example.com | [717 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [0deb27f1-320b-4056-81a3-4bd8d6b48e36] +peer1.org1.example.com | [5d9 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU LaunchChaincode complete +peer1.org2.example.com | [718 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=c3fb0ca6-4317-404a-a86a-85a573acb99d,syscc=true,proposal=0x0,canname=vscc:1.0.2 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org1.example.com | [5da 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | [719 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 chaindID businesschannel +peer0.org1.example.com | [65c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer1.org1.example.com | [5db 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +peer1.org2.example.com | [71a 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer1.org1.example.com | [5dc 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [65d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org2.example.com | [71b 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [5dd 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [5de 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [5df 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [71c 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [65e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org1.example.com | [5e0 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Move state message TRANSACTION +peer1.org2.example.com | [71d 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c3fb0ca6]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer1.org2.example.com | [71e 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [5e1 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [65f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org2.example.com | [71f 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [c3fb0ca6]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [720 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c3fb0ca6]Move state message TRANSACTION +peer1.org2.example.com | [721 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c3fb0ca6]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [5e2 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [722 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [5e3 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]sending state message TRANSACTION +peer0.org1.example.com | [660 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions +peer1.org2.example.com | [723 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c3fb0ca6]sending state message TRANSACTION +peer1.org1.example.com | [5e4 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message GET_STATE from shim +orderer.example.com | 2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d2 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [661 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] +peer1.org2.example.com | [724 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c3fb0ca6]Received message TRANSACTION from shim +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [662 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org2.example.com | [725 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c3fb0ca6]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [5e5 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer0.org1.example.com | [663 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org2.example.com | [726 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [c3fb0ca6]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [5e6 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [100e86fd]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [727 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer0.org1.example.com | [664 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] +peer1.org1.example.com | [5e7 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [728 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [665 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer1.org2.example.com | [729 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer1.org1.example.com | [5e8 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd] getting state for chaincode exp02, key a, channel businesschannel +peer0.org1.example.com | [666 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer1.org2.example.com | [72a 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c3fb0ca6]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [667 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [5e9 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +peer1.org2.example.com | [72b 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c3fb0ca6]Move state message COMPLETED +peer1.org2.example.com | [72c 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [c3fb0ca6]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [668 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [72d 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [c3fb0ca6]send state message COMPLETED +peer1.org1.example.com | [5ea 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [100e86fd]Got state. Sending RESPONSE +peer0.org1.example.com | [669 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer1.org2.example.com | [72e 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [c3fb0ca6]Received message COMPLETED from shim +peer0.org1.example.com | [66a 01-18 02:00:26.44 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer1.org2.example.com | [72f 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c3fb0ca6]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [5eb 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [100e86fd]handleGetState serial send RESPONSE +peer0.org1.example.com | [66b 01-18 02:00:26.44 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422a885d0 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer1.org2.example.com | [730 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [c3fb0ca6-4317-404a-a86a-85a573acb99d]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [5ec 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message COMPLETED from shim +peer1.org2.example.com | [731 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:c3fb0ca6-4317-404a-a86a-85a573acb99d +peer0.org1.example.com | [66c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer1.org2.example.com | [732 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [5ed 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [66d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org2.example.com | [733 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [0deb27f1-320b-4056-81a3-4bd8d6b48e36] +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer1.org1.example.com | [5ee 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [66e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org2.example.com | [734 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [66f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [5ef 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer0.org1.example.com | [670 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [5f0 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org2.example.com | [735 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +orderer.example.com | 2018-01-18 01:58:51.988 UTC [msp] Validate -> DEBU 3d3 MSP Org2MSP validating identity +peer0.org1.example.com | [671 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422314a50, header 0xc422a88600 +peer1.org1.example.com | [5f1 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer1.org2.example.com | [736 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422512f40), Data:(*common.BlockData)(0xc421c7fc20), Metadata:(*common.BlockMetadata)(0xc421c7fc60)}, doMVCCValidation=true +peer0.org1.example.com | [672 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +orderer.example.com | 2018-01-18 01:58:51.989 UTC [common/config] Validate -> DEBU 3d4 Anchor peers for org Org1MSP are +peer1.org2.example.com | [737 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [5f2 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +peer0.org1.example.com | [673 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +orderer.example.com | 2018-01-18 01:58:51.989 UTC [common/config] validateMSP -> DEBU 3d5 Setting up MSP for org Org1MSP +peer1.org1.example.com | [5f3 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [764d1fa6-1b85-49e9-b588-00e69dbddc72] +peer1.org1.example.com | [5f4 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer1.org1.example.com | [5f5 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 channel id: businesschannel chaincode id: name:"exp02" +orderer.example.com | 2018-01-18 01:58:51.989 UTC [msp] NewBccspMsp -> DEBU 3d6 Creating BCCSP-based MSP instance +peer1.org2.example.com | [738 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +peer0.org1.example.com | [674 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0] +peer1.org1.example.com | [5f6 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +orderer.example.com | 2018-01-18 01:58:51.989 UTC [msp] Setup -> DEBU 3d7 Setting up MSP instance Org1MSP +peer1.org2.example.com | [739 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer0.org1.example.com | [675 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:51.990 UTC [msp/identity] newIdentity -> DEBU 3d8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org2.example.com | [73a 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [676 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +peer1.org1.example.com | [5f7 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 channel id: businesschannel version: 1.0.2 +peer1.org2.example.com | [73b 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] marked as valid by state validator +peer0.org1.example.com | [677 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [5f8 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10,syscc=true,proposal=0xc4224a36d0,canname=escc:1.0.2 +peer0.org1.example.com | [678 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=true,proposal=0xc422314a50,canname=lscc:1.0.2 +peer1.org2.example.com | [73c 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +peer1.org1.example.com | [5f9 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [679 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer1.org2.example.com | txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +peer1.org1.example.com | [5fa 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [67a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org2.example.com | ] +peer1.org1.example.com | [5fb 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [67b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org1.example.com | [5fc 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]Inside sendExecuteMessage. Message TRANSACTION +peer1.org2.example.com | [73d 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to index +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org1.example.com | [67c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [5fd 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer1.org2.example.com | [73e 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx number:[0] ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to blockNumTranNum index +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer0.org1.example.com | [67d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [5fe 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer1.org2.example.com | [73f 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59242], isChainEmpty=[false], lastBlockNumber=[6] +peer0.org1.example.com | [67e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer1.org1.example.com | [5ff 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [100e86fd]sendExecuteMsg trigger event TRANSACTION +peer1.org2.example.com | [740 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) +peer0.org1.example.com | [67f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer1.org2.example.com | [741 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +peer1.org1.example.com | [600 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Move state message TRANSACTION +peer0.org1.example.com | [680 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer1.org2.example.com | [742 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [681 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [601 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer1.org2.example.com | [743 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +peer0.org1.example.com | [682 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | H7n8z1pj5w== +peer1.org1.example.com | [602 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org2.example.com | [744 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org1.example.com | [603 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]sending state message TRANSACTION +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [683 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +peer1.org2.example.com | [745 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:51.990 UTC [msp/identity] newIdentity -> DEBU 3d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [604 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [684 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message TRANSACTION from shim +peer1.org1.example.com | [605 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [685 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer1.org1.example.com | [606 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer1.org2.example.com | [746 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [686 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d2e76a62]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org2.example.com | [747 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] +peer1.org1.example.com | [607 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer0.org1.example.com | [687 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d2e76a62]Sending GET_STATE +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer1.org2.example.com | [748 01-18 02:00:28.49 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer1.org1.example.com | [608 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions +peer0.org1.example.com | [688 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message GET_STATE from shim +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [689 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org1.example.com | [609 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] +peer1.org2.example.com | [749 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +peer1.org1.example.com | [60a 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [68a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d2e76a62]Received GET_STATE, invoking get state from ledger +peer1.org2.example.com | [74a 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] +peer1.org1.example.com | [60b 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer1.org2.example.com | [74b 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +peer0.org1.example.com | [68b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org1.example.com | [60c 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] +peer1.org2.example.com | [74c 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [68c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [60d 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org2.example.com | [74d 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [68d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer1.org1.example.com | [60e 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org2.example.com | [74e 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org1.example.com | [60f 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [68e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62]Got state. Sending RESPONSE +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer1.org1.example.com | [610 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +peer1.org2.example.com | [74f 01-18 02:00:28.50 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [68f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d2e76a62]handleGetState serial send RESPONSE +peer1.org1.example.com | [611 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer1.org1.example.com | [612 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Received message TRANSACTION from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [690 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.991 UTC [msp/identity] newIdentity -> DEBU 3da Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [613 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [691 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [692 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d2e76a62]before send +peer0.org1.example.com | [693 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d2e76a62]after send +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer1.org1.example.com | [614 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [100e86fd]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [694 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [d2e76a62]Received RESPONSE, communicated (state:ready) +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [695 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d2e76a62]GetState received payload RESPONSE +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer1.org1.example.com | [615 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer1.org1.example.com | [616 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +peer0.org1.example.com | [696 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Transaction completed. Sending COMPLETED +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [697 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Move state message COMPLETED +peer1.org1.example.com | [617 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Transaction completed. Sending COMPLETED +peer0.org1.example.com | [698 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer1.org1.example.com | [618 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]Move state message COMPLETED +peer0.org1.example.com | [699 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]send state message COMPLETED +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer1.org1.example.com | [619 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [100e86fd]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [69a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer1.org1.example.com | [61a 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [100e86fd]send state message COMPLETED +peer0.org1.example.com | [69b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer1.org1.example.com | [61b 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [100e86fd]Received message COMPLETED from shim +peer0.org1.example.com | [69c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [69d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer1.org1.example.com | [61c 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [69e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [61d 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10]HandleMessage- COMPLETED. Notify +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [69f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +peer1.org1.example.com | [61e 01-18 02:00:26.01 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:100e86fddaf33e12d56c645c3f2cfe34de9685d4e676ae8af49cc6b8706a1a10 +peer0.org1.example.com | [6a0 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel version: 1.0 +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [6a1 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=false,proposal=0xc422314a50,canname=exp02:1.0 +peer1.org1.example.com | [61f 01-18 02:00:26.02 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [6a2 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +orderer.example.com | 2018-01-18 01:58:51.991 UTC [msp] Validate -> DEBU 3db MSP Org1MSP validating identity +peer1.org1.example.com | [620 01-18 02:00:26.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.991 UTC [common/config] validateMSP -> DEBU 3dc Setting up MSP for org OrdererOrg +peer1.org1.example.com | [621 01-18 02:00:26.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer0.org1.example.com | [6a3 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.991 UTC [msp] NewBccspMsp -> DEBU 3dd Creating BCCSP-based MSP instance +peer0.org1.example.com | [6a4 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +peer1.org1.example.com | [622 01-18 02:00:26.02 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [764d1fa6-1b85-49e9-b588-00e69dbddc72] +orderer.example.com | 2018-01-18 01:58:51.991 UTC [msp] Setup -> DEBU 3de Setting up MSP instance OrdererMSP +peer0.org1.example.com | [6a5 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.992 UTC [msp/identity] newIdentity -> DEBU 3df Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [623 01-18 02:00:26.02 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer1.org1.example.com | [624 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer0.org1.example.com | [6a6 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer1.org1.example.com | [625 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [6a7 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [6a8 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +peer1.org1.example.com | [626 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +peer0.org1.example.com | [6a9 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +peer1.org1.example.com | [627 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4217f1ce0 +peer0.org1.example.com | [6aa 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [628 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer0.org1.example.com | [6ab 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer0.org1.example.com | [6ac 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +peer1.org1.example.com | [629 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer0.org1.example.com | [6ad 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message GET_STATE from shim +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer1.org1.example.com | [62a 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org1.example.com | [6ae 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +peer1.org1.example.com | [62b 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer1.org1.example.com | [62c 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [6af 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d2e76a62]Received GET_STATE, invoking get state from ledger +peer0.org1.example.com | [6b0 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer1.org1.example.com | [62d 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer1.org1.example.com | [62e 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422498000, header channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +peer0.org1.example.com | [6b1 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62] getting state for chaincode exp02, key a, channel businesschannel +orderer.example.com | -----END CERTIFICATE----- +peer1.org1.example.com | [62f 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org1.example.com | [6b2 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +orderer.example.com | 2018-01-18 01:58:51.993 UTC [msp/identity] newIdentity -> DEBU 3e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [6b3 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62]Got state. Sending RESPONSE +peer1.org1.example.com | [630 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org1.example.com | [6b4 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d2e76a62]handleGetState serial send RESPONSE +peer1.org1.example.com | [631 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [6b5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +peer1.org1.example.com | [632 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +peer0.org1.example.com | [6b6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer1.org1.example.com | [633 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [6b7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [634 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer1.org1.example.com | [635 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [3db7988b-4d99-4b56-81e1-a715b58e0cd4] +peer0.org1.example.com | [6b8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +peer1.org1.example.com | [636 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [6b9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [6ba 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer0.org1.example.com | [6bb 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer1.org1.example.com | [637 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [3db7988b-4d99-4b56-81e1-a715b58e0cd4] +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [6bc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +peer1.org1.example.com | [638 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer0.org1.example.com | [6bd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [6be 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel chaincode id: name:"exp02" +peer1.org1.example.com | [639 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [65304246-538e-4309-99c7-c50906b1b8bd] +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [6bf 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [6c0 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel version: 1.0.2 +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | [6c1 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=true,proposal=0xc422314a50,canname=escc:1.0.2 +peer1.org1.example.com | [63a 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=891aad13-dae3-48e4-b929-fa7cb6053dd2,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [6c2 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org1.example.com | [6c3 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [63b 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 chaindID businesschannel +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [6c4 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [6c5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +peer1.org1.example.com | [63c 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +peer0.org1.example.com | [6c6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [6c7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [6c8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.993 UTC [msp/identity] newIdentity -> DEBU 3e1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer1.org1.example.com | [63d 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [6c9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [6ca 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [63e 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [6cb 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [6cc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +peer0.org1.example.com | [6cd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message TRANSACTION from shim +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [6ce 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [6cf 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d2e76a62]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [6d0 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +peer1.org1.example.com | [63f 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [891aad13]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [6d1 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [6d2 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Transaction completed. Sending COMPLETED +peer1.org1.example.com | [640 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [6d3 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Move state message COMPLETED +peer0.org1.example.com | [6d4 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [6d5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]send state message COMPLETED +peer0.org1.example.com | [6d6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +peer0.org1.example.com | [6d7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [6d8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [641 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [891aad13]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [6d9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +peer0.org1.example.com | [6da 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [6db 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer0.org1.example.com | [6dc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer1.org1.example.com | [642 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [891aad13]Move state message TRANSACTION +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [6dd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +peer1.org1.example.com | [643 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [891aad13]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [6de 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer1.org1.example.com | [644 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [6df 01-18 02:00:27.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [6e0 01-18 02:00:27.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4221014d0 +peer1.org1.example.com | [645 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [891aad13]sending state message TRANSACTION +peer0.org1.example.com | [6e1 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer1.org1.example.com | [646 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [891aad13]Received message TRANSACTION from shim +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:51.994 UTC [msp] Validate -> DEBU 3e2 MSP OrdererMSP validating identity +peer0.org1.example.com | [6e2 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer1.org1.example.com | [647 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [891aad13]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [6e3 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer1.org1.example.com | [648 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [891aad13]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:51.994 UTC [msp] Setup -> DEBU 3e3 Setting up the MSP manager (3 msps) +peer0.org1.example.com | [6e4 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer1.org1.example.com | [649 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +peer1.org1.example.com | [64a 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org1.example.com | [6e5 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:51.994 UTC [msp] Setup -> DEBU 3e4 MSP manager setup complete, setup 3 msps +peer1.org1.example.com | [64b 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +peer1.org1.example.com | [64c 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [891aad13]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e5 Returning policy Writers for evaluation +peer0.org1.example.com | [6e6 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220ce690, header 0xc422101500 +peer1.org1.example.com | [64d 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [891aad13]Move state message COMPLETED +peer1.org1.example.com | [64e 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [891aad13]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [6e7 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3e6 In commit adding relative sub-policy Org2MSP/Writers to Application +peer1.org1.example.com | [64f 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [891aad13]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e7 Returning policy Admins for evaluation +peer1.org1.example.com | [650 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [891aad13]Received message COMPLETED from shim +peer0.org1.example.com | [6e8 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +peer1.org1.example.com | [651 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [891aad13]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3e8 In commit adding relative sub-policy Org2MSP/Admins to Application +peer1.org1.example.com | [652 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [891aad13-dae3-48e4-b929-fa7cb6053dd2]HandleMessage- COMPLETED. Notify +peer1.org1.example.com | [653 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:891aad13-dae3-48e4-b929-fa7cb6053dd2 +peer1.org1.example.com | [654 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer1.org1.example.com | [655 01-18 02:00:28.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [65304246-538e-4309-99c7-c50906b1b8bd] +peer1.org1.example.com | [656 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e9 Returning policy Readers for evaluation +peer0.org1.example.com | [6e9 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a] +peer1.org1.example.com | [657 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer1.org1.example.com | [658 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc420136b00), Data:(*common.BlockData)(0xc42290ee20), Metadata:(*common.BlockMetadata)(0xc42290ee60)}, doMVCCValidation=true +peer1.org1.example.com | [659 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +peer1.org1.example.com | [65a 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3ea In commit adding relative sub-policy Org2MSP/Readers to Application +peer0.org1.example.com | [6ea 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +peer1.org1.example.com | [65b 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer1.org1.example.com | [65c 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3eb Returning policy Admins for evaluation +peer0.org1.example.com | [6eb 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [1d523410-5cb4-4aa5-9070-3dc33fecc565] +peer1.org1.example.com | [65d 01-18 02:00:28.48 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] marked as valid by state validator +peer1.org1.example.com | [65e 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +orderer.example.com | 2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3ec In commit adding relative sub-policy Org1MSP/Admins to Application +peer1.org1.example.com | txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +peer0.org1.example.com | [6ec 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel +peer1.org1.example.com | ] +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ed Returning policy Readers for evaluation +peer1.org1.example.com | [65f 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to index +peer0.org1.example.com | [6ed 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel version: 1.0.2 +peer1.org1.example.com | [660 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx number:[0] ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to blockNumTranNum index +peer1.org1.example.com | [661 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59242], isChainEmpty=[false], lastBlockNumber=[6] +peer0.org1.example.com | [6ee 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a,syscc=true,proposal=0xc4220ce690,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3ee In commit adding relative sub-policy Org1MSP/Readers to Application +peer1.org1.example.com | [662 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ef Returning policy Writers for evaluation +peer0.org1.example.com | [6ef 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [6f0 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer1.org1.example.com | [663 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3f0 In commit adding relative sub-policy Org1MSP/Writers to Application +peer0.org1.example.com | [6f1 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer1.org1.example.com | [664 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +peer0.org1.example.com | [6f2 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f1 Returning policy Admins for evaluation +peer1.org1.example.com | [665 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f2 Returning policy Admins for evaluation +peer1.org1.example.com | [666 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +peer0.org1.example.com | [6f3 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f3 Returning policy Writers for evaluation +peer0.org1.example.com | [6f4 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f4 Returning policy Writers for evaluation +peer0.org1.example.com | [6f5 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f5 Returning policy Readers for evaluation +peer0.org1.example.com | [6f6 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f6 Returning policy Readers for evaluation +peer1.org1.example.com | [667 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +peer1.org1.example.com | [668 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions +peer0.org1.example.com | [6f7 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer1.org1.example.com | [669 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] +peer0.org1.example.com | [6f8 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f7 Returning policy Writers for evaluation +peer1.org1.example.com | [66a 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +peer0.org1.example.com | [6f9 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]sending state message TRANSACTION +peer1.org1.example.com | [66b 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3f8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer0.org1.example.com | [6fa 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message TRANSACTION from shim +peer1.org1.example.com | [66c 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f9 Returning policy Admins for evaluation +peer0.org1.example.com | [6fb 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3fa In commit adding relative sub-policy OrdererOrg/Admins to Orderer +peer1.org1.example.com | [66d 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fb Returning policy Readers for evaluation +peer1.org1.example.com | [66e 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +peer0.org1.example.com | [6fc 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [64be7348]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer1.org1.example.com | [66f 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [6fd 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [64be7348]Sending GET_STATE +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3fc In commit adding relative sub-policy OrdererOrg/Readers to Orderer +peer1.org1.example.com | [670 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fd Returning policy Writers for evaluation +peer0.org1.example.com | [6fe 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message GET_STATE from shim +peer1.org1.example.com | [671 01-18 02:00:28.51 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +peer0.org1.example.com | [6ff 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fe Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ff Returning policy Writers for evaluation +peer0.org1.example.com | [700 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [64be7348]Received GET_STATE, invoking get state from ledger +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 400 Returning policy Readers for evaluation +peer0.org1.example.com | [701 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 401 Returning policy Readers for evaluation +peer0.org1.example.com | [702 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [64be7348] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | 2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 402 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 403 Returning policy Org2MSP/Admins for evaluation +peer0.org1.example.com | [703 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 404 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 405 Returning policy Org1MSP/Readers for evaluation +peer0.org1.example.com | [704 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [64be7348]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 406 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 407 Returning policy Admins for evaluation +peer0.org1.example.com | [705 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [64be7348]handleGetState serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 408 In commit adding relative sub-policy Application/Admins to Channel +peer0.org1.example.com | [706 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 409 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40a In commit adding relative sub-policy Application/Writers to Channel +peer0.org1.example.com | [707 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40b Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40c In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +peer0.org1.example.com | [708 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [64be7348]before send +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40d Returning policy Org2MSP/Readers for evaluation +peer0.org1.example.com | [709 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [64be7348]after send +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40f Returning policy Org1MSP/Admins for evaluation +peer0.org1.example.com | [70b 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [64be7348]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 410 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +peer0.org1.example.com | [70a 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [64be7348]GetState received payload RESPONSE +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 411 Returning policy Org1MSP/Writers for evaluation +peer0.org1.example.com | [70c 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 412 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 413 Returning policy OrdererOrg/Readers for evaluation +peer0.org1.example.com | [70d 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 414 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 415 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 416 In commit adding relative sub-policy Orderer/Writers to Channel +peer0.org1.example.com | [70e 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 417 Returning policy Admins for evaluation +peer0.org1.example.com | [70f 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]send state message COMPLETED +peer0.org1.example.com | [710 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 418 In commit adding relative sub-policy Orderer/Admins to Channel +peer0.org1.example.com | [711 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 419 Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:51.997 UTC [policies] CommitProposals -> DEBU 41a In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 41b Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:51.997 UTC [policies] CommitProposals -> DEBU 41c In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 41d Returning policy OrdererOrg/Writers for evaluation +peer0.org1.example.com | [712 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 41e In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +peer0.org1.example.com | [713 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 41f Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 420 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 421 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 422 Returning policy Admins for evaluation +peer0.org1.example.com | [714 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 423 Returning policy Readers for evaluation +peer0.org1.example.com | [715 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 424 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 425 Returning policy Writers for evaluation +peer0.org1.example.com | [716 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 426 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 427 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 428 As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 429 Returning policy Writers for evaluation +peer0.org1.example.com | [717 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [1d523410-5cb4-4aa5-9070-3dc33fecc565] +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42a As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42b Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42c As expected, current configuration has policy '/Channel/Application/Readers' +peer0.org1.example.com | [718 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42d Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42e As expected, current configuration has policy '/Channel/Application/Writers' +peer0.org1.example.com | [719 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel chaincode id: name:"lscc" +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42f Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 430 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 431 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 432 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +peer0.org1.example.com | [71a 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +orderer.example.com | 2018-01-18 01:58:51.998 UTC [common/config] NewStandardValues -> DEBU 433 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:51.998 UTC [common/config] initializeProtosStruct -> DEBU 434 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 435 Processing field: BlockDataHashingStructure +peer0.org1.example.com | [71b 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 436 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 437 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 438 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 439 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43a Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43b Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +peer0.org1.example.com | [71c 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a,syscc=true,proposal=0xc4220ce690,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43c Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43d Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +peer0.org1.example.com | [71d 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 43e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 43f Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org1.example.com | [71e 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 440 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 441 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 442 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 443 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 444 Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [71f 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 445 Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 446 Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [720 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [721 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 447 Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 448 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org1.example.com | [722 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [723 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 449 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +peer0.org1.example.com | [724 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44b Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org1.example.com | [725 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [726 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44d Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44e Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [727 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 44f Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 450 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +peer0.org1.example.com | [728 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 451 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 452 Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org1.example.com | [729 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 453 Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 454 Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org1.example.com | [72a 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [64be7348]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [72b 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 455 Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org1.example.com | [72c 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 456 Adding to config map: [Values] /Channel/BlockDataHashingStructure +peer0.org1.example.com | [72d 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 457 Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [72e 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 458 Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 459 Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 45a Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 45b Adding to config map: [Policy] /Channel/Readers +peer0.org1.example.com | [72f 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/configtx] processConfig -> DEBU 45c Beginning new config for channel businesschannel +peer0.org1.example.com | [730 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/config] NewStandardValues -> DEBU 45d Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [731 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message COMPLETED from shim +peer0.org1.example.com | [732 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 45e Processing field: HashingAlgorithm +peer0.org1.example.com | [733 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [734 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 45f Processing field: BlockDataHashingStructure +peer0.org1.example.com | [735 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 460 Processing field: OrdererAddresses +peer0.org1.example.com | [736 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +peer0.org1.example.com | [737 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 461 Processing field: Consortium +peer0.org1.example.com | [738 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [1d523410-5cb4-4aa5-9070-3dc33fecc565] +orderer.example.com | 2018-01-18 01:58:52.001 UTC [policies] ProposePolicy -> DEBU 462 Proposed new policy Readers for Channel +peer0.org1.example.com | [739 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.001 UTC [policies] ProposePolicy -> DEBU 463 Proposed new policy Writers for Channel +peer0.org1.example.com | [73a 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 464 Proposed new policy Admins for Channel +peer0.org1.example.com | [73b 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42206fb90 +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 465 Initializing protos for *struct {} +peer0.org1.example.com | [73c 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [73d 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 466 Proposed new policy Admins for Application +peer0.org1.example.com | [73e 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [73f 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 467 Proposed new policy Writers for Application +peer0.org1.example.com | [740 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 468 Proposed new policy Readers for Application +peer0.org1.example.com | [741 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220cfb80, header 0xc42206fbc0 +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 469 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46a Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 46b Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46c Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 46d Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46e Processing field: MSP +peer0.org1.example.com | [742 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 46f Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 470 Proposed new policy Readers for Org1MSP +peer0.org1.example.com | [743 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 471 Proposed new policy Writers for Org1MSP +peer0.org1.example.com | [744 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527] +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 472 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [745 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 473 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 474 Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [746 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +peer0.org1.example.com | [747 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel +peer0.org1.example.com | [748 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [749 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527,syscc=true,proposal=0xc4220cfb80,canname=lscc:1.0.2 +peer0.org1.example.com | [74a 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 475 Processing field: AnchorPeers +peer0.org1.example.com | [74b 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 476 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [74c 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [74d 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [74e 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [74f 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [750 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [751 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 477 Processing field: MSP +peer0.org1.example.com | [752 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [753 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [754 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 478 Proposed new policy Writers for Org2MSP +peer0.org1.example.com | [755 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 479 Proposed new policy Admins for Org2MSP +peer0.org1.example.com | [756 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [757 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [17ae29ab]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [758 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [17ae29ab]Sending GET_STATE +peer0.org1.example.com | [759 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message GET_STATE from shim +orderer.example.com | 2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 47a Proposed new policy Readers for Org2MSP +peer0.org1.example.com | [75a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 47b Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [75b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [17ae29ab]Received GET_STATE, invoking get state from ledger +orderer.example.com | 2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 47c Processing field: ConsensusType +peer0.org1.example.com | [75c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [75d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [17ae29ab] getting state for chaincode lscc, key exp02, channel businesschannel +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47d Processing field: BatchSize +peer0.org1.example.com | [75e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [75f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [17ae29ab]Got state. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47e Processing field: BatchTimeout +peer0.org1.example.com | [760 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [17ae29ab]handleGetState serial send RESPONSE +peer0.org1.example.com | [761 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47f Processing field: KafkaBrokers +peer0.org1.example.com | [762 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 480 Processing field: ChannelRestrictions +peer0.org1.example.com | [763 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [17ae29ab]before send +peer0.org1.example.com | [764 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [17ae29ab]after send +peer0.org1.example.com | [765 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [17ae29ab]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 481 Proposed new policy BlockValidation for Orderer +peer0.org1.example.com | [766 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [17ae29ab]GetState received payload RESPONSE +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 482 Proposed new policy Readers for Orderer +peer0.org1.example.com | [767 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 483 Proposed new policy Writers for Orderer +peer0.org1.example.com | [768 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 484 Proposed new policy Admins for Orderer +peer0.org1.example.com | [769 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] NewStandardValues -> DEBU 485 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [76a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 486 Processing field: MSP +peer0.org1.example.com | [76b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 487 Proposed new policy Admins for OrdererOrg +peer0.org1.example.com | [76c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 488 Proposed new policy Readers for OrdererOrg +peer0.org1.example.com | [76d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 489 Proposed new policy Writers for OrdererOrg +peer0.org1.example.com | [76e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] Validate -> DEBU 48a Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.003 UTC [common/config] validateMSP -> DEBU 48b Setting up MSP for org Org1MSP +peer0.org1.example.com | [76f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.003 UTC [msp] NewBccspMsp -> DEBU 48c Creating BCCSP-based MSP instance +peer0.org1.example.com | [770 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.004 UTC [msp] Setup -> DEBU 48d Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 48e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [771 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [772 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [773 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org1.example.com | [774 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel chaincode id: name:"lscc" +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer0.org1.example.com | [775 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +peer0.org1.example.com | [776 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [777 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527,syscc=true,proposal=0xc4220cfb80,canname=escc:1.0.2 +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer0.org1.example.com | [778 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer0.org1.example.com | [779 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [77a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 48f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [77b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [77c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [77d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [77e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [77f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Move state message TRANSACTION +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [780 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [781 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [782 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]sending state message TRANSACTION +peer0.org1.example.com | [783 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message TRANSACTION from shim +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org1.example.com | [784 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [785 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [17ae29ab]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [786 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [787 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 490 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [788 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Transaction completed. Sending COMPLETED +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [789 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Move state message COMPLETED +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [78a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [78b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]send state message COMPLETED +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [78c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message COMPLETED from shim +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [78d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [78e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527]HandleMessage- COMPLETED. Notify +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [78f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [790 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [791 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [792 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org1.example.com | [793 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [794 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org1.example.com | [795 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.005 UTC [msp] Validate -> DEBU 491 MSP Org1MSP validating identity +peer0.org1.example.com | [796 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4220d38c0 +peer0.org1.example.com | [797 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [798 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:52.005 UTC [common/config] Validate -> DEBU 492 Anchor peers for org Org2MSP are +peer0.org1.example.com | [799 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [79a 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:52.005 UTC [common/config] validateMSP -> DEBU 493 Setting up MSP for org Org2MSP +peer0.org1.example.com | [79b 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:52.005 UTC [msp] NewBccspMsp -> DEBU 494 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.005 UTC [msp] Setup -> DEBU 495 Setting up MSP instance Org2MSP +peer0.org1.example.com | [79c 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4221b7040, header 0xc4220d38f0 +orderer.example.com | 2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 496 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +peer0.org1.example.com | [79d 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [79e 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +peer0.org1.example.com | [79f 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b] +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +peer0.org1.example.com | [7a0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +peer0.org1.example.com | [7a1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b3977d1a-df55-4a10-aa11-e735797136a3] +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +peer0.org1.example.com | [7a2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +peer0.org1.example.com | [7a3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel version: 1.0.2 +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer0.org1.example.com | [7a4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b,syscc=true,proposal=0xc4221b7040,canname=lscc:1.0.2 +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +peer0.org1.example.com | [7a5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [7a6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [7a7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [7a8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 497 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [7a9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [7aa 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [7ab 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [7ac 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Move state message TRANSACTION +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [7ad 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [7ae 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [7af 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]sending state message TRANSACTION +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer0.org1.example.com | [7b0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message TRANSACTION from shim +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [7b1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org1.example.com | [7b2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f4250125]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org1.example.com | [7b3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [f4250125]Sending GET_STATE +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [7b4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message GET_STATE from shim +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [7b5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [7b6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [f4250125]Received GET_STATE, invoking get state from ledger +orderer.example.com | 2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 498 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [7b7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [7b8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [f4250125] getting state for chaincode lscc, key exp02, channel businesschannel +peer0.org1.example.com | [7b9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [7ba 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [f4250125]Got state. Sending RESPONSE +peer0.org1.example.com | [7bb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [f4250125]handleGetState serial send RESPONSE +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [7bc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message RESPONSE from shim +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [7bd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: RESPONSE(state:ready) +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer0.org1.example.com | [7be 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [f4250125]before send +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [7bf 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [f4250125]after send +peer0.org1.example.com | [7c0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [f4250125]Received RESPONSE, communicated (state:ready) +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org1.example.com | [7c1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [f4250125]GetState received payload RESPONSE +peer0.org1.example.com | [7c2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Transaction completed. Sending COMPLETED +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org1.example.com | [7c3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Move state message COMPLETED +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [7c4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.007 UTC [msp] Validate -> DEBU 499 MSP Org2MSP validating identity +peer0.org1.example.com | [7c5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.007 UTC [common/config] validateMSP -> DEBU 49a Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.007 UTC [msp] NewBccspMsp -> DEBU 49b Creating BCCSP-based MSP instance +peer0.org1.example.com | [7c6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.007 UTC [msp] Setup -> DEBU 49c Setting up MSP instance OrdererMSP +peer0.org1.example.com | [7c7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.007 UTC [msp/identity] newIdentity -> DEBU 49d Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [7c8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b]HandleMessage- COMPLETED. Notify +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer0.org1.example.com | [7c9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [7ca 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [7cb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +peer0.org1.example.com | [7cc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer0.org1.example.com | [7cd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b3977d1a-df55-4a10-aa11-e735797136a3] +peer0.org1.example.com | [7ce 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +peer0.org1.example.com | [7cf 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel chaincode id: name:"lscc" +peer0.org1.example.com | [7d0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer0.org1.example.com | [7d1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [7d2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b,syscc=true,proposal=0xc4221b7040,canname=escc:1.0.2 +peer0.org1.example.com | [7d3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer0.org1.example.com | [7d4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [7d5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [7d6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [7d7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [7d8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer0.org1.example.com | [7d9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer0.org1.example.com | [7da 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Move state message TRANSACTION +peer0.org1.example.com | [7db 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [7dc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [7dd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]sending state message TRANSACTION +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +peer0.org1.example.com | [7de 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message TRANSACTION from shim +peer0.org1.example.com | [7df 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [7e0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f4250125]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [7e1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +peer0.org1.example.com | [7e2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +peer0.org1.example.com | [7e3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Transaction completed. Sending COMPLETED +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer0.org1.example.com | [7e4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Move state message COMPLETED +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.008 UTC [msp/identity] newIdentity -> DEBU 49e Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [7e5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [7e6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]send state message COMPLETED +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [7e7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message COMPLETED from shim +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [7e8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [7e9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b]HandleMessage- COMPLETED. Notify +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [7ea 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [7eb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [7ec 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [7ed 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | [7ee 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b3977d1a-df55-4a10-aa11-e735797136a3] +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.008 UTC [msp/identity] newIdentity -> DEBU 49f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [7ef 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [7f0 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [7f1 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f787b0 +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [7f2 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [7f3 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [7f4 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [7f5 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [7f6 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +peer0.org1.example.com | [7f7 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422039130, header 0xc421f787e0 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [7f8 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +peer0.org1.example.com | [7f9 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +orderer.example.com | 2018-01-18 01:58:52.008 UTC [msp] Validate -> DEBU 4a0 MSP OrdererMSP validating identity +peer0.org1.example.com | [7fa 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9] +orderer.example.com | 2018-01-18 01:58:52.008 UTC [msp] Setup -> DEBU 4a1 Setting up the MSP manager (3 msps) +peer0.org1.example.com | [7fb 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:52.009 UTC [msp] Setup -> DEBU 4a2 MSP manager setup complete, setup 3 msps +peer0.org1.example.com | [7fc 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [907eb064-9c21-4247-81c4-11a02baf2003] +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a3 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a4 In commit adding relative sub-policy Org1MSP/Admins to Application +peer0.org1.example.com | [7fd 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a5 Returning policy Readers for evaluation +peer0.org1.example.com | [7fe 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [7ff 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9,syscc=true,proposal=0xc422039130,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a6 In commit adding relative sub-policy Org1MSP/Readers to Application +peer0.org1.example.com | [800 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a7 Returning policy Writers for evaluation +peer0.org1.example.com | [801 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a8 In commit adding relative sub-policy Org1MSP/Writers to Application +peer0.org1.example.com | [802 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a9 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4aa In commit adding relative sub-policy Org2MSP/Writers to Application +peer0.org1.example.com | [803 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4ab Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ac In commit adding relative sub-policy Org2MSP/Admins to Application +peer0.org1.example.com | [804 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [805 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4ad Returning policy Readers for evaluation +peer0.org1.example.com | [806 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ae In commit adding relative sub-policy Org2MSP/Readers to Application +peer0.org1.example.com | [807 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Move state message TRANSACTION +peer0.org1.example.com | [808 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4af Returning policy Admins for evaluation +peer0.org1.example.com | [809 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b0 Returning policy Admins for evaluation +peer0.org1.example.com | [80a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b1 Returning policy Writers for evaluation +peer0.org1.example.com | [80b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b2 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b3 Returning policy Readers for evaluation +peer0.org1.example.com | [80c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b4 Returning policy Readers for evaluation +peer0.org1.example.com | [80d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [36acd9e4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b5 Returning policy Admins for evaluation +peer0.org1.example.com | [80e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4b6 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +peer0.org1.example.com | [80f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b7 Returning policy Readers for evaluation +peer0.org1.example.com | [810 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4b8 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +peer0.org1.example.com | [811 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b9 Returning policy Writers for evaluation +peer0.org1.example.com | [812 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ba In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer0.org1.example.com | [813 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4bb Returning policy Writers for evaluation +peer0.org1.example.com | [814 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [815 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bc Returning policy Readers for evaluation +peer0.org1.example.com | [816 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bd Returning policy Writers for evaluation +peer0.org1.example.com | [817 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4be Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bf Returning policy Admins for evaluation +peer0.org1.example.com | [818 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c0 In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c1 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c2 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c3 Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c4 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c5 Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c6 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +peer0.org1.example.com | [819 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [907eb064-9c21-4247-81c4-11a02baf2003] +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c7 Returning policy Org1MSP/Writers for evaluation +peer0.org1.example.com | [81a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c8 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +peer0.org1.example.com | [81b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel chaincode id: name:"lscc" +peer0.org1.example.com | [81c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c9 Returning policy Org2MSP/Writers for evaluation +peer0.org1.example.com | [81d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [81e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9,syscc=true,proposal=0xc422039130,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4ca In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4cb Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4cc In commit adding relative sub-policy Application/Writers to Channel +peer0.org1.example.com | [81f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4cd Returning policy Org2MSP/Admins for evaluation +peer0.org1.example.com | [820 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4ce In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4cf Returning policy Org2MSP/Readers for evaluation +peer0.org1.example.com | [821 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +peer0.org1.example.com | [822 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d0 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +peer0.org1.example.com | [823 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d1 Returning policy Writers for evaluation +peer0.org1.example.com | [824 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [825 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d2 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d3 Returning policy Admins for evaluation +peer0.org1.example.com | [826 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Move state message TRANSACTION +peer0.org1.example.com | [827 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [828 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d4 In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d5 Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d6 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d7 Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d8 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +peer0.org1.example.com | [829 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]sending state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d9 Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4da In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4db Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4dc In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4dd Returning policy Readers for evaluation +peer0.org1.example.com | [82a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4de In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4df Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4e0 Returning policy Readers for evaluation +peer0.org1.example.com | [82b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | 2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4e1 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e2 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e3 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e4 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e5 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4e6 As expected, current configuration has policy '/Channel/Readers' +peer0.org1.example.com | [82c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [36acd9e4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e7 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4e8 As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e9 Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ea As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4eb Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ec As expected, current configuration has policy '/Channel/Application/Writers' +peer0.org1.example.com | [82d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4ed Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ee As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4ef Returning policy Orderer/BlockValidation for evaluation +peer0.org1.example.com | [82e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4f0 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:52.012 UTC [orderer/common/broadcast] Handle -> DEBU 4f1 [channel: testchainid] Broadcast has successfully enqueued message of type ORDERER_TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.013 UTC [policies] GetPolicy -> DEBU 4f2 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.013 UTC [cauthdsl] func1 -> DEBU 4f3 0xc420026028 gate 1516240732013234104 evaluation starts +orderer.example.com | 2018-01-18 01:58:52.013 UTC [cauthdsl] func2 -> DEBU 4f4 0xc420026028 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:52.013 UTC [cauthdsl] func2 -> DEBU 4f5 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer0.org1.example.com | [82f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.013 UTC [msp/identity] newIdentity -> DEBU 4f6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [830 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Move state message COMPLETED +peer0.org1.example.com | [831 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [832 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]send state message COMPLETED +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [833 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Received message COMPLETED from shim +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +peer0.org1.example.com | [834 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [835 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [836 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +peer0.org1.example.com | [837 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [838 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +peer0.org1.example.com | [839 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +peer0.org1.example.com | [83a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [907eb064-9c21-4247-81c4-11a02baf2003] +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +peer0.org1.example.com | [83b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +peer0.org1.example.com | [83c 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +peer0.org1.example.com | [83d 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f720f0 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [83e 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [83f 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [840 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +orderer.example.com | 2018-01-18 01:58:52.013 UTC [msp] SatisfiesPrincipal -> DEBU 4f7 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 01:58:52.013 UTC [msp] Validate -> DEBU 4f8 MSP OrdererMSP validating identity +peer0.org1.example.com | [841 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | 2018-01-18 01:58:52.014 UTC [cauthdsl] func2 -> DEBU 4f9 0xc420026028 principal matched by identity 0 +peer0.org1.example.com | [842 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp/identity] Verify -> DEBU 4fa Verify: digest = 00000000 0e f1 13 89 ab 59 12 bf 66 d9 1d 41 e6 47 42 e3 |.....Y..f..A.GB.| +orderer.example.com | 00000010 db ce c8 72 e0 b8 d1 19 a3 49 9e 68 de 11 de 32 |...r.....I.h...2| +peer0.org1.example.com | [843 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422039ea0, header 0xc421f72120 +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp/identity] Verify -> DEBU 4fb Verify: sig = 00000000 30 45 02 21 00 87 2f 92 95 54 fb 85 e0 ff ce 19 |0E.!../..T......| +peer0.org1.example.com | [844 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +peer0.org1.example.com | [845 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +orderer.example.com | 00000010 8d dc 61 d1 ea fa 81 9b fa 83 0b 66 ee c6 8f 3e |..a........f...>| +peer0.org1.example.com | [846 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014] +orderer.example.com | 00000020 64 0d 71 9b 09 02 20 4d 7e d7 b1 be eb 57 8f 9a |d.q... M~....W..| +orderer.example.com | 00000030 17 5f 57 5b d4 ad f3 f1 20 b2 bc a5 05 58 b3 2c |._W[.... ....X.,| +peer0.org1.example.com | [847 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 00000040 9f 3b e7 3c 89 72 68 |.;.<.rh| +orderer.example.com | 2018-01-18 01:58:52.014 UTC [cauthdsl] func2 -> DEBU 4fc 0xc420026028 principal evaluation succeeds for identity 0 +peer0.org1.example.com | [848 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [527193b7-82ea-4a76-9b1e-b04343c02e55] +orderer.example.com | 2018-01-18 01:58:52.014 UTC [cauthdsl] func1 -> DEBU 4fd 0xc420026028 gate 1516240732013234104 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:52.014 UTC [orderer/common/sigfilter] Apply -> DEBU 4fe Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381280 1 [0xc42014a5d8]}) Writers]} +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp] GetLocalMSP -> DEBU 4ff Returning existing local MSP +peer0.org1.example.com | [849 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp] GetDefaultSigningIdentity -> DEBU 500 Obtaining default signing identity +peer0.org1.example.com | [84a 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel version: 1.0.2 +peer0.org1.example.com | [84b 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014,syscc=true,proposal=0xc422039ea0,canname=lscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp] GetLocalMSP -> DEBU 501 Returning existing local MSP +peer0.org1.example.com | [84c 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +peer0.org1.example.com | [84d 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [84e 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +peer0.org1.example.com | [84f 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [850 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [851 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp] GetDefaultSigningIdentity -> DEBU 502 Obtaining default signing identity +peer0.org1.example.com | [852 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [853 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp/identity] Sign -> DEBU 503 Sign: plaintext: 0AB7060A1B08011A0608DCFEFFD20522...07577269746572731A0641646D696E73 +peer0.org1.example.com | [854 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [855 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [856 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]sending state message TRANSACTION +peer0.org1.example.com | [857 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.014 UTC [msp/identity] Sign -> DEBU 504 Sign: digest: AE8E1C872814EF9A144F05935113C92DA20DBDF502053942E7AEA68C4A8958F0 +peer0.org1.example.com | [858 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [859 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [24e361c1]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [85a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [24e361c1]Sending GET_STATE_BY_RANGE +peer0.org1.example.com | [85b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message GET_STATE_BY_RANGE from shim +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/config] NewStandardValues -> DEBU 505 Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [85c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: GET_STATE_BY_RANGE in state ready +peer0.org1.example.com | [85d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Received GET_STATE_BY_RANGE, invoking get state from ledger +peer0.org1.example.com | [85e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Exiting GET_STATE_BY_RANGE +peer0.org1.example.com | [85f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 506 Processing field: HashingAlgorithm +peer0.org1.example.com | [860 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/common/ledger/util/leveldbhelper] GetStateRangeScanIterator.getStateRangeScanIterator.newResultsItr.GetStateRangeScanIterator.GetIterator -> DEBU Getting iterator for range [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x0, 0x1}] - [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x1}] +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 507 Processing field: BlockDataHashingStructure +peer0.org1.example.com | [861 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/rwsetutil] getQueryResponse.Next.updateRangeQueryInfo.AddResult -> DEBU Adding a result +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 508 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 509 Processing field: Consortium +peer0.org1.example.com | [862 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Got keys and values. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50a Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50b Adding to config map: [Groups] /Channel/Orderer +peer0.org1.example.com | [863 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [24e361c1]handleGetStateByRange serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50c Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +peer0.org1.example.com | [864 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50d Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +peer0.org1.example.com | [865 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org1.example.com | [866 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]before send +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +peer0.org1.example.com | [867 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]after send +peer0.org1.example.com | [868 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [24e361c1]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 510 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +peer0.org1.example.com | [869 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [24e361c1]Received RESPONSE. Successfully got range +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 511 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 512 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +peer0.org1.example.com | [86a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [24e361c1]Sending QUERY_STATE_CLOSE +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 513 Adding to config map: [Values] /Channel/Orderer/ConsensusType +peer0.org1.example.com | [86b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message QUERY_STATE_CLOSE from shim +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 514 Adding to config map: [Values] /Channel/Orderer/BatchSize +peer0.org1.example.com | [86c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: QUERY_STATE_CLOSE in state ready +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 515 Adding to config map: [Policy] /Channel/Orderer/Writers +peer0.org1.example.com | [86d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Received QUERY_STATE_CLOSE, invoking query state close from ledger +peer0.org1.example.com | [86e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Exiting QUERY_STATE_CLOSE +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 516 Adding to config map: [Policy] /Channel/Orderer/Admins +peer0.org1.example.com | [86f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [870 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Closed. Sending RESPONSE +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 517 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +peer0.org1.example.com | [871 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [24e361c1]handleQueryStateClose serial send RESPONSE +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 518 Adding to config map: [Policy] /Channel/Orderer/Readers +peer0.org1.example.com | [872 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message RESPONSE from shim +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 519 Adding to config map: [Groups] /Channel/Application +peer0.org1.example.com | [873 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: RESPONSE(state:ready) +peer0.org1.example.com | [874 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]before send +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51a Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [875 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]after send +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51b Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51c Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +peer0.org1.example.com | [876 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [24e361c1]Received RESPONSE, communicated (state:ready) +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51d Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +peer0.org1.example.com | [877 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [24e361c1]Received RESPONSE. Successfully got range +orderer.example.com | 2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51f Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 520 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +peer0.org1.example.com | [878 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 521 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +peer0.org1.example.com | [879 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 522 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +peer0.org1.example.com | [87a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 523 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +peer0.org1.example.com | [87b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 524 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +peer0.org1.example.com | [87c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message COMPLETED from shim +peer0.org1.example.com | [87d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 525 Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 526 Adding to config map: [Values] /Channel/OrdererAddresses +peer0.org1.example.com | [87e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [87f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 527 Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [880 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 528 Adding to config map: [Values] /Channel/HashingAlgorithm +peer0.org1.example.com | [881 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 529 Adding to config map: [Policy] /Channel/Admins +peer0.org1.example.com | [882 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +peer0.org1.example.com | [883 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [527193b7-82ea-4a76-9b1e-b04343c02e55] +peer0.org1.example.com | [884 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 52a Adding to config map: [Policy] /Channel/Readers +peer0.org1.example.com | [885 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel chaincode id: name:"lscc" +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 52b Adding to config map: [Policy] /Channel/Writers +peer0.org1.example.com | [886 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +peer0.org1.example.com | [887 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/configtx] processConfig -> DEBU 52c Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:52.017 UTC [common/config] NewStandardValues -> DEBU 52d Initializing protos for *config.ChannelProtos +peer0.org1.example.com | [888 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014,syscc=true,proposal=0xc422039ea0,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 52e Processing field: HashingAlgorithm +peer0.org1.example.com | [889 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +peer0.org1.example.com | [88a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 52f Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 530 Processing field: OrdererAddresses +peer0.org1.example.com | [88b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 531 Processing field: Consortium +peer0.org1.example.com | [88c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 532 Proposed new policy Writers for Channel +peer0.org1.example.com | [88d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [88e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [88f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 533 Proposed new policy Admins for Channel +peer0.org1.example.com | [890 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Move state message TRANSACTION +peer0.org1.example.com | [891 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 534 Proposed new policy Readers for Channel +peer0.org1.example.com | [892 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 535 Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [893 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]sending state message TRANSACTION +peer0.org1.example.com | [894 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 536 Processing field: ConsensusType +peer0.org1.example.com | [895 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [896 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [24e361c1]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 537 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 538 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 539 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 53a Processing field: ChannelRestrictions +peer0.org1.example.com | [897 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53b Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53c Proposed new policy Writers for Orderer +peer0.org1.example.com | [898 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53d Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53e Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 53f Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 540 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 541 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 542 Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 543 Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 544 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 545 Proposed new policy ChannelCreationPolicy for Application +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 546 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 547 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 548 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 549 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 54a Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 54b Processing field: MSP +peer0.org1.example.com | [899 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54c Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54d Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54e Proposed new policy Admins for Org1MSP +peer0.org1.example.com | [89a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Move state message COMPLETED +peer0.org1.example.com | [89b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 54f Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 550 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 551 Initializing protos for *config.ApplicationOrgProtos +peer0.org1.example.com | [89c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 552 Processing field: AnchorPeers +peer0.org1.example.com | [89d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message COMPLETED from shim +peer0.org1.example.com | [89e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [89f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014]HandleMessage- COMPLETED. Notify +peer0.org1.example.com | [8a0 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 553 Initializing protos for *config.OrganizationProtos +peer0.org1.example.com | [8a1 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 554 Processing field: MSP +peer0.org1.example.com | [8a2 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 555 Proposed new policy Writers for Org2MSP +peer0.org1.example.com | [8a3 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 556 Proposed new policy Admins for Org2MSP +peer0.org1.example.com | [8a4 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [527193b7-82ea-4a76-9b1e-b04343c02e55] +orderer.example.com | 2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 557 Proposed new policy Readers for Org2MSP +peer0.org1.example.com | [8a5 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.019 UTC [common/config] validateMSP -> DEBU 558 Setting up MSP for org OrdererOrg +peer0.org1.example.com | [8a6 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.019 UTC [msp] NewBccspMsp -> DEBU 559 Creating BCCSP-based MSP instance +peer0.org1.example.com | [8a7 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421efa720 +orderer.example.com | 2018-01-18 01:58:52.019 UTC [msp] Setup -> DEBU 55a Setting up MSP instance OrdererMSP +peer0.org1.example.com | [8a8 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +peer0.org1.example.com | [8a9 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +peer0.org1.example.com | [8aa 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [8ab 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [8ac 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | 2018-01-18 01:58:52.020 UTC [msp/identity] newIdentity -> DEBU 55b Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8ad 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422012dc0, header 0xc421efa750 +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +peer0.org1.example.com | [8ae 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [8af 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +peer0.org1.example.com | [8b0 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99] +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +peer0.org1.example.com | [8b1 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +peer0.org1.example.com | [8b2 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [19acc589-27ec-42be-bd55-ce0583d717d4] +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +peer0.org1.example.com | [8b3 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +peer0.org1.example.com | [8b4 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel version: 1.0.2 +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +peer0.org1.example.com | [8b5 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99,syscc=true,proposal=0xc422012dc0,canname=qscc:1.0.2 +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +peer0.org1.example.com | [8b6 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +peer0.org1.example.com | [8b7 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [8b8 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +peer0.org1.example.com | [8b9 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.020 UTC [msp/identity] newIdentity -> DEBU 55c Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8ba 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +peer0.org1.example.com | [8bb 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +peer0.org1.example.com | [8bc 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [8bd 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Move state message TRANSACTION +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer0.org1.example.com | [8be 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [8bf 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +peer0.org1.example.com | [8c0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]sending state message TRANSACTION +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [8c1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Received message TRANSACTION from shim +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +peer0.org1.example.com | [8c2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [8c3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b67b043]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:52.021 UTC [msp/identity] newIdentity -> DEBU 55d Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8c4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetChainInfo on chain: businesschannel +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +peer0.org1.example.com | [8c5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Transaction completed. Sending COMPLETED +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +peer0.org1.example.com | [8c6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Move state message COMPLETED +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +peer0.org1.example.com | [8c7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +peer0.org1.example.com | [8c8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]send state message COMPLETED +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +peer0.org1.example.com | [8c9 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Received message COMPLETED from shim +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +peer0.org1.example.com | [8ca 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +peer0.org1.example.com | [8cb 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99]HandleMessage- COMPLETED. Notify +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +peer0.org1.example.com | [8cc 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.022 UTC [msp] Validate -> DEBU 55e MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:52.023 UTC [orderer/common/deliver] Handle -> DEBU 560 Rejecting deliver because channel businesschannel not found +peer0.org1.example.com | [8cd 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.026 UTC [orderer/main] func1 -> DEBU 561 Closing Deliver stream +orderer.example.com | 2018-01-18 01:58:52.023 UTC [common/config] Validate -> DEBU 55f Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.029 UTC [common/config] validateMSP -> DEBU 563 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:52.029 UTC [orderer/common/broadcast] Handle -> WARN 562 Error reading from stream: rpc error: code = Canceled desc = context canceled +peer0.org1.example.com | [8ce 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.030 UTC [orderer/main] func1 -> DEBU 565 Closing Broadcast stream +orderer.example.com | 2018-01-18 01:58:52.029 UTC [msp] NewBccspMsp -> DEBU 564 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.030 UTC [msp] Setup -> DEBU 566 Setting up MSP instance Org1MSP +peer0.org1.example.com | [8cf 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:52.031 UTC [msp/identity] newIdentity -> DEBU 567 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8d0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [19acc589-27ec-42be-bd55-ce0583d717d4] +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [8d1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [8d2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel chaincode id: name:"qscc" +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [8d3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +peer0.org1.example.com | [8d4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel version: 1.0.2 +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +peer0.org1.example.com | [8d5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99,syscc=true,proposal=0xc422012dc0,canname=escc:1.0.2 +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +peer0.org1.example.com | [8d6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +peer0.org1.example.com | [8d7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +peer0.org1.example.com | [8d8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +peer0.org1.example.com | [8d9 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +peer0.org1.example.com | [8da 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | H7n8z1pj5w== +peer0.org1.example.com | [8db 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [8dc 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.032 UTC [msp/identity] newIdentity -> DEBU 568 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8dd 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Move state message TRANSACTION +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [8de 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [8df 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [8e0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]sending state message TRANSACTION +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +peer0.org1.example.com | [8e1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Received message TRANSACTION from shim +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [8e2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [8e3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b67b043]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [8e4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [8e5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [8e6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Transaction completed. Sending COMPLETED +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.035 UTC [msp/identity] newIdentity -> DEBU 569 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [8e7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Move state message COMPLETED +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +peer0.org1.example.com | [8e8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +peer0.org1.example.com | [8e9 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]send state message COMPLETED +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.038 UTC [msp] Validate -> DEBU 56a MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.041 UTC [orderer/main] Deliver -> DEBU 56b Starting new Deliver handler +orderer.example.com | 2018-01-18 01:58:52.041 UTC [orderer/common/deliver] Handle -> DEBU 56c Starting new deliver loop +orderer.example.com | 2018-01-18 01:58:52.041 UTC [orderer/common/deliver] Handle -> DEBU 56d Attempting to read seek info message +peer0.org1.example.com | [8ea 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.041 UTC [common/config] Validate -> DEBU 56e Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:52.041 UTC [common/config] validateMSP -> DEBU 56f Setting up MSP for org Org2MSP +peer0.org1.example.com | [8eb 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.041 UTC [msp] NewBccspMsp -> DEBU 570 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.042 UTC [msp] Setup -> DEBU 571 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:52.043 UTC [msp/identity] newIdentity -> DEBU 572 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8ec 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99]HandleMessage- COMPLETED. Notify +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +peer0.org1.example.com | [8ed 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +peer0.org1.example.com | [8ee 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [8ef 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +peer0.org1.example.com | [8f0 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +orderer.example.com | SCjyRdD3aQ== +peer0.org1.example.com | [8f1 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [19acc589-27ec-42be-bd55-ce0583d717d4] +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.043 UTC [msp/identity] newIdentity -> DEBU 573 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [8f2 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [8f3 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [8f4 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421ed8060 +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [8f5 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [8f6 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [8f7 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +peer0.org1.example.com | [8f8 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [8f9 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer0.org1.example.com | [8fa 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421f92d20, header 0xc421ed8090 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [8fb 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" +peer0.org1.example.com | [8fc 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +peer0.org1.example.com | [8fd 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079] +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org1.example.com | [8fe 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [8ff 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [641d293a-cfeb-42bb-ba2e-366de51be8ea] +peer0.org1.example.com | [900 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel +orderer.example.com | AXYxULZpXYDQXt1KaLI= +peer0.org1.example.com | [901 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel version: 1.0.2 +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [902 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079,syscc=true,proposal=0xc421f92d20,canname=qscc:1.0.2 +peer0.org1.example.com | [903 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.044 UTC [msp/identity] newIdentity -> DEBU 574 Creating identity instance for ID -----BEGIN CERTIFICATE----- +peer0.org1.example.com | [904 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [905 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [906 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +peer0.org1.example.com | [907 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [908 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [909 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]sendExecuteMsg trigger event TRANSACTION +peer0.org1.example.com | [90a 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Move state message TRANSACTION +peer0.org1.example.com | [90b 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +peer0.org1.example.com | [90c 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +peer0.org1.example.com | [90d 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]sending state message TRANSACTION +peer0.org1.example.com | [90e 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Received message TRANSACTION from shim +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +peer0.org1.example.com | [90f 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [910 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [329b166a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +peer0.org1.example.com | [911 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetBlockByNumber on chain: businesschannel +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [912 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber -> DEBU retrieveBlockByNumber() - blockNum = [2] +peer0.org1.example.com | [913 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[25668] +peer0.org1.example.com | [914 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Remaining bytes=[28898], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:52.044 UTC [msp] Validate -> DEBU 575 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.044 UTC [msp] Setup -> DEBU 576 Setting up the MSP manager (3 msps) +peer0.org1.example.com | [915 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Returning blockbytes - length=[13789], placementInfo={fileNum=[0], startOffset=[25668], bytesOffset=[25670]} +orderer.example.com | 2018-01-18 01:58:52.044 UTC [msp] Setup -> DEBU 577 MSP manager setup complete, setup 3 msps +peer0.org1.example.com | [916 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.044 UTC [policies] GetPolicy -> DEBU 578 Returning policy Admins for evaluation +peer0.org1.example.com | [917 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.044 UTC [policies] CommitProposals -> DEBU 579 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:52.044 UTC [policies] GetPolicy -> DEBU 57a Returning policy Readers for evaluation +peer0.org1.example.com | [918 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 57b In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57c Returning policy Writers for evaluation +peer0.org1.example.com | [919 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 57d In commit adding relative sub-policy OrdererOrg/Writers to Orderer +peer0.org1.example.com | [91a 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57e Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57f Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 580 Returning policy Admins for evaluation +peer0.org1.example.com | [91b 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 581 Returning policy Writers for evaluation +peer0.org1.example.com | [91c 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 582 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 583 In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 584 Returning policy Admins for evaluation +peer0.org1.example.com | [91d 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 585 In commit adding relative sub-policy Org1MSP/Admins to Application +peer0.org1.example.com | [91e 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 586 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 587 In commit adding relative sub-policy Org1MSP/Readers to Application +peer0.org1.example.com | [91f 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 588 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 589 In commit adding relative sub-policy Org2MSP/Writers to Application +peer0.org1.example.com | [920 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58a Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 58b In commit adding relative sub-policy Org2MSP/Admins to Application +peer0.org1.example.com | [921 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [641d293a-cfeb-42bb-ba2e-366de51be8ea] +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58c Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 58d In commit adding relative sub-policy Org2MSP/Readers to Application +peer0.org1.example.com | [922 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58e Returning policy Admins for evaluation +peer0.org1.example.com | [923 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel chaincode id: name:"qscc" +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58f Returning policy Admins for evaluation +peer0.org1.example.com | [924 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc +peer0.org1.example.com | [925 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel version: 1.0.2 +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 590 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 591 In commit adding relative sub-policy Orderer/Admins to Channel +peer0.org1.example.com | [926 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079,syscc=true,proposal=0xc421f92d20,canname=escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 592 Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 593 In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 594 Returning policy OrdererOrg/Admins for evaluation +peer0.org1.example.com | [927 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 595 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +peer0.org1.example.com | [928 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 596 Returning policy OrdererOrg/Readers for evaluation +peer0.org1.example.com | [929 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 597 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +peer0.org1.example.com | [92a 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]Inside sendExecuteMessage. Message TRANSACTION +peer0.org1.example.com | [92b 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 598 Returning policy OrdererOrg/Writers for evaluation +peer0.org1.example.com | [92c 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +peer0.org1.example.com | [92d 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 599 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +peer0.org1.example.com | [92e 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59a Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59b In commit adding relative sub-policy Orderer/Readers to Channel +peer0.org1.example.com | [92f 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [930 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59c Returning policy Writers for evaluation +peer0.org1.example.com | [931 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]sending state message TRANSACTION +peer0.org1.example.com | [932 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Received message TRANSACTION from shim +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59d In commit adding relative sub-policy Orderer/Writers to Channel +peer0.org1.example.com | [933 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +peer0.org1.example.com | [934 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [329b166a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59e Returning policy Org2MSP/Writers for evaluation +peer0.org1.example.com | [935 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59f In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +peer0.org1.example.com | [936 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +orderer.example.com | 2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 5a0 Returning policy Org2MSP/Admins for evaluation +peer0.org1.example.com | [937 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Transaction completed. Sending COMPLETED +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a1 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +peer0.org1.example.com | [938 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Move state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a2 Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a3 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +peer0.org1.example.com | [939 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +peer0.org1.example.com | [93a 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]send state message COMPLETED +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a4 Returning policy ChannelCreationPolicy for evaluation +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a5 In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +peer0.org1.example.com | [93b 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Received message COMPLETED from shim +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a6 Returning policy Org1MSP/Writers for evaluation +peer0.org1.example.com | [93c 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a7 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +peer0.org1.example.com | [93d 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a8 Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a9 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +peer0.org1.example.com | [93e 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5aa Returning policy Org1MSP/Readers for evaluation +peer0.org1.example.com | [93f 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +peer0.org1.example.com | [940 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5ab In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +peer0.org1.example.com | [941 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +peer0.org1.example.com | [942 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [641d293a-cfeb-42bb-ba2e-366de51be8ea] +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ac Returning dummy reject all policy because Writers could not be found in /Application/Writers +peer0.org1.example.com | [943 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +peer0.org1.example.com | [944 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ad Returning policy Writers for evaluation +peer0.org1.example.com | [945 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ae Returning policy Admins for evaluation +peer0.org1.example.com | [946 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5af Returning dummy reject all policy because Admins could not be found in /Application/Admins +peer0.org1.example.com | [947 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +peer0.org1.example.com | [948 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5b0 Returning policy Readers for evaluation +peer0.org1.example.com | [949 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421ed8600 +peer0.org1.example.com | [94a 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | 2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5b1 Returning dummy reject all policy because Readers could not be found in /Application/Readers +peer0.org1.example.com | [94b 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +orderer.example.com | 2018-01-18 01:58:52.046 UTC [common/configtx] addToMap -> DEBU 5b2 Adding to config map: [Groups] /Channel +peer0.org1.example.com | [94c 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +orderer.example.com | 2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b3 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b4 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b5 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b6 Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b7 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b8 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b9 Adding to config map: [Groups] /Channel/Application/Org1MSP +peer0.org1.example.com | [94d 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +peer0.org1.example.com | [94e 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +peer0.org1.example.com | [94f 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +peer0.org1.example.com | [950 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421a13800, header channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +orderer.example.com | 2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5ba Adding to config map: [Groups] /Channel/Application/Org2MSP +peer0.org1.example.com | [951 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +peer0.org1.example.com | [952 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +peer0.org1.example.com | [953 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +peer0.org1.example.com | [954 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +orderer.example.com | 2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bb Adding to config map: [Policy] /Channel/Application/Admins +peer0.org1.example.com | [955 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +peer0.org1.example.com | [956 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +peer0.org1.example.com | [957 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [b8b83b3a-efef-4d78-93d2-aed2caae252e] +peer0.org1.example.com | [958 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +peer0.org1.example.com | [959 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [b8b83b3a-efef-4d78-93d2-aed2caae252e] +peer0.org1.example.com | [95a 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +orderer.example.com | 2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bc Adding to config map: [Policy] /Channel/Application/Writers +peer0.org1.example.com | [95b 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [757cc9e3-a4d8-4f77-a8fb-52a0be7c7955] +peer0.org1.example.com | [95c 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=546b5c81-e4ad-4176-8c58-b2c02addec65,syscc=true,proposal=0x0,canname=vscc:1.0.2 +peer0.org1.example.com | [95d 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 chaindID businesschannel +peer0.org1.example.com | [95e 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +orderer.example.com | 2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bd Adding to config map: [Policy] /Channel/Application/Readers +peer0.org1.example.com | [95f 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +peer0.org1.example.com | [960 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +peer0.org1.example.com | [961 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [546b5c81]Inside sendExecuteMessage. Message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5be Adding to config map: [Values] /Channel/Consortium +peer0.org1.example.com | [962 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +orderer.example.com | 2018-01-18 01:58:52.049 UTC [policies] GetPolicy -> DEBU 5bf Returning policy ChannelCreationPolicy for evaluation +peer0.org1.example.com | [963 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [546b5c81]sendExecuteMsg trigger event TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.049 UTC [cauthdsl] func1 -> DEBU 5c0 0xc42014a8f8 gate 1516240732049767129 evaluation starts +peer0.org1.example.com | [964 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]Move state message TRANSACTION +orderer.example.com | 2018-01-18 01:58:52.049 UTC [cauthdsl] func2 -> DEBU 5c1 0xc42014a8f8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:52.049 UTC [cauthdsl] func2 -> DEBU 5c2 0xc42014a8f8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +peer0.org1.example.com | [965 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +peer0.org1.example.com | [966 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +orderer.example.com | 2018-01-18 01:58:52.050 UTC [msp/identity] newIdentity -> DEBU 5c3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +peer0.org1.example.com | [967 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]sending state message TRANSACTION +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +peer0.org1.example.com | [968 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Received message TRANSACTION from shim +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +peer0.org1.example.com | [969 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [546b5c81]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +peer0.org1.example.com | [96a 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [546b5c81]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +peer0.org1.example.com | [96b 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +peer0.org1.example.com | [96c 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +peer0.org1.example.com | [96d 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +peer0.org1.example.com | [96e 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Transaction completed. Sending COMPLETED +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +peer0.org1.example.com | [96f 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Move state message COMPLETED +peer0.org1.example.com | [970 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [546b5c81]Handling ChaincodeMessage of type: COMPLETED(state:ready) +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +peer0.org1.example.com | [971 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]send state message COMPLETED +orderer.example.com | xHTBvxfK6mAzmUitFmY= +peer0.org1.example.com | [972 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]Received message COMPLETED from shim +orderer.example.com | -----END CERTIFICATE----- +peer0.org1.example.com | [973 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +orderer.example.com | 2018-01-18 01:58:52.050 UTC [msp] SatisfiesPrincipal -> DEBU 5c4 Checking if identity satisfies ADMIN role for Org1MSP +peer0.org1.example.com | [974 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81-e4ad-4176-8c58-b2c02addec65]HandleMessage- COMPLETED. Notify +orderer.example.com | 2018-01-18 01:58:52.050 UTC [cauthdsl] func2 -> DEBU 5c5 0xc42014a8f8 principal matched by identity 0 +peer0.org1.example.com | [975 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:546b5c81-e4ad-4176-8c58-b2c02addec65 +orderer.example.com | 2018-01-18 01:58:52.050 UTC [msp/identity] Verify -> DEBU 5c6 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +orderer.example.com | 00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +orderer.example.com | 2018-01-18 01:58:52.050 UTC [msp/identity] Verify -> DEBU 5c7 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +orderer.example.com | 00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +orderer.example.com | 00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +orderer.example.com | 00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +orderer.example.com | 00000040 2e 30 01 0f 91 31 |.0...1| +orderer.example.com | 2018-01-18 01:58:52.050 UTC [cauthdsl] func2 -> DEBU 5c8 0xc42014a8f8 principal evaluation succeeds for identity 0 +peer0.org1.example.com | [976 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.050 UTC [cauthdsl] func1 -> DEBU 5c9 0xc42014a8f8 gate 1516240732049767129 evaluation succeeds +peer0.org1.example.com | [977 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [757cc9e3-a4d8-4f77-a8fb-52a0be7c7955] +peer0.org1.example.com | [978 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5ca Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cb Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [979 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +peer0.org1.example.com | [97a 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42014b9c0), Data:(*common.BlockData)(0xc4215ee5a0), Metadata:(*common.BlockMetadata)(0xc4215ee5e0)}, doMVCCValidation=true +peer0.org1.example.com | [97b 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cc Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cd Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5ce Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cf Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d0 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d1 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d2 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d3 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d4 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d5 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d6 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d7 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d8 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5d9 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5da Setting policy for key Writers to policy: mod_policy:"Admins" +peer0.org1.example.com | [97c 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5db Setting policy for key Admins to policy: mod_policy:"Admins" +peer0.org1.example.com | [97d 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +peer0.org1.example.com | [97e 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5dc Setting policy for key Readers to policy: mod_policy:"Admins" +peer0.org1.example.com | [97f 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] marked as valid by state validator +peer0.org1.example.com | [980 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/configtx] processConfig -> DEBU 5dd Beginning new config for channel businesschannel +peer0.org1.example.com | txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5de Initializing protos for *config.ChannelProtos +peer0.org1.example.com | ] +peer0.org1.example.com | [981 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to index +peer0.org1.example.com | [982 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx number:[0] ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to blockNumTranNum index +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5df Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e0 Processing field: BlockDataHashingStructure +peer0.org1.example.com | [983 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59242], isChainEmpty=[false], lastBlockNumber=[6] +peer0.org1.example.com | [984 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e1 Processing field: OrdererAddresses +peer0.org1.example.com | [985 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e2 Processing field: Consortium +peer0.org1.example.com | [986 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e3 Proposed new policy Admins for Channel +peer0.org1.example.com | [987 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e4 Proposed new policy Readers for Channel +peer0.org1.example.com | [988 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e5 Proposed new policy Writers for Channel +peer0.org1.example.com | [989 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5e6 Initializing protos for *config.OrdererProtos +peer0.org1.example.com | [98a 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions +peer0.org1.example.com | [98b 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e7 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e8 Processing field: BatchSize +peer0.org1.example.com | [98c 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e9 Processing field: BatchTimeout +peer0.org1.example.com | [98d 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5ea Processing field: KafkaBrokers +peer0.org1.example.com | [98e 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5eb Processing field: ChannelRestrictions +peer0.org1.example.com | [98f 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ec Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ed Proposed new policy Admins for Orderer +peer0.org1.example.com | [990 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ee Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ef Proposed new policy Readers for Orderer +peer0.org1.example.com | [991 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +peer0.org1.example.com | [992 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5f0 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5f1 Processing field: MSP +peer0.org1.example.com | [993 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f2 Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f3 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f4 Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5f5 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f6 Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f7 Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f8 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5f9 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fa Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5fb Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fc Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5fd Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fe Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5ff Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 600 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 601 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 602 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 603 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 604 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 605 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 606 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.054 UTC [common/config] initializeProtosStruct -> DEBU 607 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 608 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 609 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 60a Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.054 UTC [common/config] validateMSP -> DEBU 60b Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.054 UTC [msp] NewBccspMsp -> DEBU 60c Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.054 UTC [msp] Setup -> DEBU 60d Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:52.054 UTC [msp/identity] newIdentity -> DEBU 60e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.054 UTC [msp/identity] newIdentity -> DEBU 60f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.055 UTC [msp/identity] newIdentity -> DEBU 610 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.055 UTC [msp] Validate -> DEBU 611 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:52.055 UTC [common/config] Validate -> DEBU 612 Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.056 UTC [common/config] validateMSP -> DEBU 613 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:52.056 UTC [msp] NewBccspMsp -> DEBU 614 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.056 UTC [msp] Setup -> DEBU 615 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:52.056 UTC [msp/identity] newIdentity -> DEBU 616 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.056 UTC [msp/identity] newIdentity -> DEBU 617 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.057 UTC [msp/identity] newIdentity -> DEBU 618 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.057 UTC [msp] Validate -> DEBU 619 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.058 UTC [common/config] Validate -> DEBU 61a Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:52.058 UTC [common/config] validateMSP -> DEBU 61b Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:52.058 UTC [msp] NewBccspMsp -> DEBU 61c Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.058 UTC [msp] Setup -> DEBU 61d Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 61e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 61f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 620 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.059 UTC [msp] Validate -> DEBU 621 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.059 UTC [msp] Setup -> DEBU 622 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:52.059 UTC [msp] Setup -> DEBU 623 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 624 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 625 Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 626 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 627 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 628 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 629 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62b Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62c Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62d Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62e Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62f Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 630 Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 631 Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 632 Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 633 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 634 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 635 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 636 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 637 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 638 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 639 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63a Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63d Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63e Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63f Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 640 Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 641 Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 642 Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 643 Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 644 Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 645 Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 646 Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 647 Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 648 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 649 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64a Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64b Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64c Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64d Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64e Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64f Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 650 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 651 Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 652 Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 653 Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 654 Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.063 UTC [policies] GetPolicy -> DEBU 655 Returning policy ChannelCreationPolicy for evaluation +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func1 -> DEBU 656 0xc42014b0a8 gate 1516240732063082468 evaluation starts +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 657 0xc42014b0a8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 658 0xc42014b0a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:52.063 UTC [msp/identity] newIdentity -> DEBU 659 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.063 UTC [msp] SatisfiesPrincipal -> DEBU 65a Checking if identity satisfies ADMIN role for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 65b 0xc42014b0a8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:52.063 UTC [msp/identity] Verify -> DEBU 65c Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +orderer.example.com | 00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +orderer.example.com | 2018-01-18 01:58:52.063 UTC [msp/identity] Verify -> DEBU 65d Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +orderer.example.com | 00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +orderer.example.com | 00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +orderer.example.com | 00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +orderer.example.com | 00000040 2e 30 01 0f 91 31 |.0...1| +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 65e 0xc42014b0a8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:52.063 UTC [cauthdsl] func1 -> DEBU 65f 0xc42014b0a8 gate 1516240732063082468 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 660 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 661 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 662 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 663 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 664 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 665 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 666 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 667 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 668 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 669 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66a Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66b Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66c Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66d Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66e Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 66f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 670 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 671 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 672 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/configtx] processConfig -> DEBU 673 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 674 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 675 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 676 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 677 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 678 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 679 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67a Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67b Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 67c Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67d Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67e Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67f Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 680 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 681 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 682 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 683 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 684 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 685 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 686 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 687 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 688 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 689 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68a Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 68b Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68c Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 68d Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68e Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 68f Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 690 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 691 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 692 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 693 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 694 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 695 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 696 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 697 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 698 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 699 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 69a Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69b Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:52.067 UTC [common/config] NewStandardValues -> DEBU 69c Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.067 UTC [common/config] initializeProtosStruct -> DEBU 69d Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69e Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69f Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 6a0 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.067 UTC [common/config] Validate -> DEBU 6a1 Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.067 UTC [common/config] validateMSP -> DEBU 6a2 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:52.067 UTC [msp] NewBccspMsp -> DEBU 6a3 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.067 UTC [msp] Setup -> DEBU 6a4 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:52.067 UTC [msp/identity] newIdentity -> DEBU 6a5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.068 UTC [msp/identity] newIdentity -> DEBU 6a6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.068 UTC [msp/identity] newIdentity -> DEBU 6a7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.068 UTC [msp] Validate -> DEBU 6a8 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.069 UTC [common/config] Validate -> DEBU 6a9 Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:52.069 UTC [common/config] validateMSP -> DEBU 6aa Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:52.069 UTC [msp] NewBccspMsp -> DEBU 6ab Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.069 UTC [msp] Setup -> DEBU 6ac Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6ad Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6ae Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6af Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.070 UTC [msp] Validate -> DEBU 6b0 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.070 UTC [common/config] validateMSP -> DEBU 6b1 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.070 UTC [msp] NewBccspMsp -> DEBU 6b2 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.070 UTC [msp] Setup -> DEBU 6b3 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:52.071 UTC [msp/identity] newIdentity -> DEBU 6b4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.071 UTC [msp/identity] newIdentity -> DEBU 6b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.072 UTC [msp/identity] newIdentity -> DEBU 6b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.072 UTC [msp] Validate -> DEBU 6b7 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:52.073 UTC [msp] Setup -> DEBU 6b8 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:52.073 UTC [msp] Setup -> DEBU 6b9 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6ba Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bb In commit adding relative sub-policy Org1MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6bc Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bd In commit adding relative sub-policy Org1MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6be Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bf In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c0 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c1 In commit adding relative sub-policy Org2MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c2 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c3 In commit adding relative sub-policy Org2MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c4 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c5 In commit adding relative sub-policy Org2MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c6 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c7 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c8 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c9 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6ca Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6cb Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6cc Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6cd In commit adding relative sub-policy OrdererOrg/Writers to Orderer +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6ce Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6cf In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d0 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d1 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d2 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d3 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d4 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d5 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d6 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d7 In commit adding relative sub-policy Application/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d8 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d9 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6da Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6db In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6dc Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6dd In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6de Returning policy Org1MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6df In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e0 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e1 In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e2 Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e3 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e4 Returning policy Org2MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e5 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e6 Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e7 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e8 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e9 In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ea Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6eb In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ec Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6ed In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ee Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6ef In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6f0 Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6f1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6f2 Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6f3 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f4 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6f5 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f6 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f7 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f8 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f9 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fa Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fb Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fc Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6fd As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fe Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6ff As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 700 Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 701 As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 702 Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 703 As expected, current configuration has policy '/Channel/Application/Writers' +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 704 Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 705 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 706 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 707 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/config] NewStandardValues -> DEBU 708 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 709 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70a Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70b Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70c Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:52.077 UTC [common/configtx] addToMap -> DEBU 70d Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 70e Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 70f Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 710 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 711 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.082 UTC [common/configtx] addToMap -> DEBU 712 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.082 UTC [common/configtx] addToMap -> DEBU 713 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 714 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 715 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 716 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 717 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 718 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 719 Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71a Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71b Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71c Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 720 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 721 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 722 Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 723 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 724 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 725 Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 726 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 727 Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 728 Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 729 Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72a Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72b Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72c Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72d Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72e Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72f Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 730 Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/configtx] processConfig -> DEBU 731 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 732 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 733 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 734 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 735 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 736 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 737 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 738 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 739 Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 73a Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73b Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73c Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73d Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 73e Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 73f Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 740 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 741 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 742 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 743 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 744 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 745 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 746 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 747 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 748 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 749 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 74a Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 74b Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 74c Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74d Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74e Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74f Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] NewStandardValues -> DEBU 750 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 751 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 752 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 753 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 754 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 755 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 756 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 757 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 758 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 759 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] NewStandardValues -> DEBU 75a Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 75b Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75c Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75d Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75e Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] Validate -> DEBU 75f Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.086 UTC [common/config] validateMSP -> DEBU 760 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:52.086 UTC [msp] NewBccspMsp -> DEBU 761 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.086 UTC [msp] Setup -> DEBU 762 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:52.087 UTC [msp/identity] newIdentity -> DEBU 763 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.088 UTC [msp/identity] newIdentity -> DEBU 764 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.088 UTC [msp/identity] newIdentity -> DEBU 765 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.089 UTC [msp] Validate -> DEBU 766 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.089 UTC [common/config] Validate -> DEBU 767 Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:52.089 UTC [common/config] validateMSP -> DEBU 768 Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:52.089 UTC [msp] NewBccspMsp -> DEBU 769 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.089 UTC [msp] Setup -> DEBU 76a Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:52.089 UTC [msp/identity] newIdentity -> DEBU 76b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.089 UTC [msp/identity] newIdentity -> DEBU 76c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.090 UTC [msp/identity] newIdentity -> DEBU 76d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.090 UTC [msp] Validate -> DEBU 76e MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.090 UTC [common/config] validateMSP -> DEBU 76f Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.090 UTC [msp] NewBccspMsp -> DEBU 770 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.090 UTC [msp] Setup -> DEBU 771 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 772 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 773 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 774 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.092 UTC [msp] Validate -> DEBU 775 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:52.092 UTC [msp] Setup -> DEBU 776 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:52.092 UTC [msp] Setup -> DEBU 777 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 778 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 779 In commit adding relative sub-policy Org1MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77a Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77b In commit adding relative sub-policy Org1MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77c Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77d In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77e Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77f In commit adding relative sub-policy Org2MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 780 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 781 In commit adding relative sub-policy Org2MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 782 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 783 In commit adding relative sub-policy Org2MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 784 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 785 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 786 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 787 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 788 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 789 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78a Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78b In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78c Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78d In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78e Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78f In commit adding relative sub-policy OrdererOrg/Writers to Orderer +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 790 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 791 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 792 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 793 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 794 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 795 In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 796 Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 797 In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 798 Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 799 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79a Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79b In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79c Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79d In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79e Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79f In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a0 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a1 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a2 Returning policy Org2MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a3 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a4 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a5 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a6 Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a7 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a8 Returning policy Org1MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a9 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7aa Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7ab In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ac Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7ad In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ae Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7af In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b0 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7b1 In commit adding relative sub-policy Application/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b2 Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7b3 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b4 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b5 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b6 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b7 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b8 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b9 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ba Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7bb As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7bc Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7bd As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7be Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7bf As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c0 Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c1 As expected, current configuration has policy '/Channel/Application/Writers' +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c2 Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c3 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c4 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c5 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:52.096 UTC [orderer/common/blockcutter] Ordered -> DEBU 7c6 Found message which requested to be isolated, cutting into its own batch +orderer.example.com | 2018-01-18 01:58:52.096 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 7c7 retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 01:58:52.096 UTC [fsblkstorage] newBlockfileStream -> DEBU 7c8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:52.096 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7c9 Remaining bytes=[9082], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:52.096 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7ca Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 01:58:52.096 UTC [common/config] NewStandardValues -> DEBU 7cb Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cc Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cd Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7ce Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cf Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d0 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d1 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d2 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d7 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d8 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d9 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7da Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7db Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7dc Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7dd Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7de Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7df Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e0 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e1 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e2 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e3 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e4 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e5 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e6 Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e7 Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e8 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e9 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ea Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7eb Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ec Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ed Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ee Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ef Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f0 Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f1 Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f2 Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f3 Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/configtx] processConfig -> DEBU 7f4 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/config] NewStandardValues -> DEBU 7f5 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/config] initializeProtosStruct -> DEBU 7f6 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:52.100 UTC [common/config] initializeProtosStruct -> DEBU 7f7 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 7f8 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 7f9 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fa Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fb Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fc Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 7fd Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fe Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7ff Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 800 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 801 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 802 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 803 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 804 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 805 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 806 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 807 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 808 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 809 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80a Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80b Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80c Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80d Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80e Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80f Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 810 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 811 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 812 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 813 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 814 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 815 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 816 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 817 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 818 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 819 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 81a Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 81b Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 81c Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:52.102 UTC [common/config] NewStandardValues -> DEBU 81d Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:52.102 UTC [common/config] initializeProtosStruct -> DEBU 81e Processing field: MSP +orderer.example.com | 2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 81f Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 820 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 821 Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.102 UTC [common/config] Validate -> DEBU 822 Anchor peers for org Org1MSP are +orderer.example.com | 2018-01-18 01:58:52.102 UTC [common/config] validateMSP -> DEBU 823 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:52.102 UTC [msp] NewBccspMsp -> DEBU 824 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.102 UTC [msp] Setup -> DEBU 825 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:52.102 UTC [msp/identity] newIdentity -> DEBU 826 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.102 UTC [msp/identity] newIdentity -> DEBU 827 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.103 UTC [msp/identity] newIdentity -> DEBU 828 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.103 UTC [msp] Validate -> DEBU 829 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.103 UTC [common/config] Validate -> DEBU 82a Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:52.103 UTC [common/config] validateMSP -> DEBU 82b Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:52.103 UTC [msp] NewBccspMsp -> DEBU 82c Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.103 UTC [msp] Setup -> DEBU 82d Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 82e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 82f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 830 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.105 UTC [msp] Validate -> DEBU 831 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.105 UTC [common/config] validateMSP -> DEBU 832 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:52.105 UTC [msp] NewBccspMsp -> DEBU 833 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:52.105 UTC [msp] Setup -> DEBU 834 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:52.105 UTC [msp/identity] newIdentity -> DEBU 835 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.106 UTC [msp/identity] newIdentity -> DEBU 836 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.106 UTC [msp/identity] newIdentity -> DEBU 837 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.106 UTC [msp] Validate -> DEBU 838 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:52.106 UTC [msp] Setup -> DEBU 839 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:52.106 UTC [msp] Setup -> DEBU 83a MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83b Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 83c In commit adding relative sub-policy Org1MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83d Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 83e In commit adding relative sub-policy Org1MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83f Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 840 In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 841 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 842 In commit adding relative sub-policy Org2MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 843 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 844 In commit adding relative sub-policy Org2MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 845 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 846 In commit adding relative sub-policy Org2MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 847 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 848 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 849 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84a Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84b Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84c Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84d Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 84e In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84f Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 850 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 851 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 852 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 853 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 854 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 855 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 856 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 857 Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 858 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 859 Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 85a In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 85b Returning policy Org2MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 85c In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 85d Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 85e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 85f Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 860 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 861 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 862 In commit adding relative sub-policy Application/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 863 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 864 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 865 Returning policy Org1MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 866 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 867 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 868 In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 869 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86a In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86b Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86c In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86d Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86e In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86f Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 870 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 871 Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 872 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 873 Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 874 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 875 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 876 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 877 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 878 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 879 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87a Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87b Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87c Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87d Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 87e As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87f Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 880 As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 881 Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 882 As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 883 Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 884 As expected, current configuration has policy '/Channel/Application/Writers' +orderer.example.com | 2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 885 Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:52.109 UTC [policies] CommitProposals -> DEBU 886 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:52.109 UTC [policies] GetPolicy -> DEBU 887 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:52.109 UTC [policies] CommitProposals -> DEBU 888 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:52.109 UTC [fsblkstorage] newBlockfileMgr -> DEBU 889 newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +orderer.example.com | 2018-01-18 01:58:52.109 UTC [kvledger.util] CreateDirIfMissing -> DEBU 88a CreateDirIfMissing [/var/hyperledger/production/orderer/chains/businesschannel/] +orderer.example.com | 2018-01-18 01:58:52.109 UTC [kvledger.util] logDirStatus -> DEBU 88b Before creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] does not exist +orderer.example.com | 2018-01-18 01:58:52.109 UTC [kvledger.util] logDirStatus -> DEBU 88c After creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] exists +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88d Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88e status of file [/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] newBlockIndex -> DEBU 88f newBlockIndex() - indexItems:[[BlockNum]] +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] newBlockfileStream -> DEBU 890 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 891 Finished reading file number [0] +orderer.example.com | 2018-01-18 01:58:52.111 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 892 blockbytes [0] read from file [0] +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] indexBlock -> DEBU 893 Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +orderer.example.com | txId= locPointer=offset=38, bytesLength=11891 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] updateCheckpoint -> DEBU 894 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 895 retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] newBlockfileStream -> DEBU 896 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 897 Remaining bytes=[11934], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:52.113 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 898 Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 01:58:52.113 UTC [orderer/multichain] newChainSupport -> DEBU 899 [channel: businesschannel] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=1): +orderer.example.com | 2018-01-18 01:58:52.114 UTC [orderer/multichain] newChain -> INFO 89a Created and starting new chain businesschannel +orderer.example.com | 2018-01-18 01:58:52.114 UTC [orderer/multichain] addBlockSignature -> DEBU 89b &{ledgerResources:0xc4201e4840 chain:0xc4201e4c60 cutter:0xc4201552c0 filters:0xc4201e48a0 signer:0x1274e88 lastConfig:0 lastConfigSeq:0} +orderer.example.com | 2018-01-18 01:58:52.114 UTC [orderer/multichain] addBlockSignature -> DEBU 89c &{} +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 89d Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 89e Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 89f Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a0 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a1 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...11C1543A4BB5CABB852456A9329EFA44 +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a2 Sign: digest: D65437852D5AAB5A10C170AA03C20FDC59C187AC37989047F521C4F3C195D2D1 +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 8a3 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a4 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:52.114 UTC [orderer/multichain] addLastConfigSignature -> DEBU 8a5 [channel: testchainid] About to write block, setting its LAST_CONFIG to 0 +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 8a6 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a7 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a8 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...11C1543A4BB5CABB852456A9329EFA44 +orderer.example.com | 2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a9 Sign: digest: B64A3A33F2A08CAE910464B9AC680B88171D595BB231472830977868458CAF55 +orderer.example.com | 2018-01-18 01:58:52.116 UTC [fsblkstorage] indexBlock -> DEBU 8aa Indexing block [blockNum=1, blockHash=[]byte{0xb4, 0x10, 0xcc, 0x24, 0x6c, 0x30, 0xbd, 0xe8, 0xb8, 0x1b, 0x9f, 0x2e, 0xe8, 0x1, 0x61, 0x8d, 0x3b, 0xa2, 0x7e, 0xd4, 0x39, 0xe, 0xae, 0x93, 0xc0, 0x43, 0xfe, 0x2b, 0x65, 0xf6, 0x33, 0x76} txOffsets= +orderer.example.com | txId= locPointer=offset=70, bytesLength=12792 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:58:52.116 UTC [fsblkstorage] updateCheckpoint -> DEBU 8ab Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[23690], isChainEmpty=[false], lastBlockNumber=[1] +orderer.example.com | 2018-01-18 01:58:52.116 UTC [orderer/multichain] WriteBlock -> DEBU 8ac [channel: testchainid] Wrote block 1 +orderer.example.com | 2018-01-18 01:58:52.242 UTC [policies] GetPolicy -> DEBU 8ad Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:52.243 UTC [cauthdsl] func1 -> DEBU 8ae 0xc42014b5f0 gate 1516240732243135796 evaluation starts +orderer.example.com | 2018-01-18 01:58:52.243 UTC [cauthdsl] func2 -> DEBU 8af 0xc42014b5f0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:52.243 UTC [cauthdsl] func2 -> DEBU 8b0 0xc42014b5f0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:52.244 UTC [msp/identity] newIdentity -> DEBU 8b1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:52.244 UTC [msp] SatisfiesPrincipal -> DEBU 8b2 Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 01:58:52.244 UTC [msp] Validate -> DEBU 8b3 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:52.244 UTC [cauthdsl] func2 -> DEBU 8b4 0xc42014b5f0 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:52.244 UTC [msp/identity] Verify -> DEBU 8b5 Verify: digest = 00000000 e4 ba 00 08 37 34 5e 46 a0 72 72 55 b9 df 77 1f |....74^F.rrU..w.| +orderer.example.com | 00000010 8e 2b 2b 4e f5 97 0f f9 96 6f 7f 32 c2 8a 4c ef |.++N.....o.2..L.| +orderer.example.com | 2018-01-18 01:58:52.244 UTC [msp/identity] Verify -> DEBU 8b6 Verify: sig = 00000000 30 44 02 20 14 80 57 fc 86 f8 a9 9d 3c e0 e3 21 |0D. ..W.....<..!| +orderer.example.com | 00000010 48 61 10 96 ba 97 60 74 f9 61 25 17 80 3c b8 6f |Ha....`t.a%..<.o| +orderer.example.com | 00000020 1c 64 70 54 02 20 58 fa 8b c5 79 95 a2 ab ca be |.dpT. X...y.....| +orderer.example.com | 00000030 17 4c 08 27 36 d5 dc 38 eb d0 05 06 c5 01 e4 b3 |.L.'6..8........| +orderer.example.com | 00000040 dd eb fb 07 43 b3 |....C.| +orderer.example.com | 2018-01-18 01:58:52.244 UTC [cauthdsl] func2 -> DEBU 8b7 0xc42014b5f0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:52.244 UTC [cauthdsl] func1 -> DEBU 8b8 0xc42014b5f0 gate 1516240732243135796 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:52.244 UTC [orderer/common/sigfilter] Apply -> DEBU 8b9 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a216c0 1 [0xc42014b368 0xc42014b408]}) %!s(*policies.implicitMetaPolicy=&{0xc420a384c0 1 [0xc42014b4a8]})]} +orderer.example.com | 2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8ba [channel: businesschannel] Received seekInfo (0xc420148c00) start: > stop: > +orderer.example.com | 2018-01-18 01:58:52.245 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 8bb retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 01:58:52.245 UTC [fsblkstorage] newBlockfileStream -> DEBU 8bc newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:52.245 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8bd Remaining bytes=[11934], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:52.245 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8be Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8bf [channel: businesschannel] Delivering block for (0xc420148c00) +orderer.example.com | 2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8c0 [channel: businesschannel] Done delivering for (0xc420148c00), waiting for new SeekInfo +orderer.example.com | 2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8c1 Attempting to read seek info message +orderer.example.com | 2018-01-18 01:58:52.248 UTC [orderer/common/deliver] Handle -> WARN 8c2 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:58:52.248 UTC [orderer/main] func1 -> DEBU 8c3 Closing Deliver stream +orderer.example.com | 2018-01-18 01:58:53.547 UTC [orderer/main] Deliver -> DEBU 8c4 Starting new Deliver handler +orderer.example.com | 2018-01-18 01:58:53.547 UTC [orderer/common/deliver] Handle -> DEBU 8c5 Starting new deliver loop +orderer.example.com | 2018-01-18 01:58:53.547 UTC [orderer/common/deliver] Handle -> DEBU 8c6 Attempting to read seek info message +orderer.example.com | 2018-01-18 01:58:53.563 UTC [orderer/main] Broadcast -> DEBU 8c7 Starting new Broadcast handler +orderer.example.com | 2018-01-18 01:58:53.563 UTC [orderer/common/broadcast] Handle -> DEBU 8c8 Starting new broadcast loop +orderer.example.com | 2018-01-18 01:58:53.563 UTC [orderer/common/broadcast] Handle -> DEBU 8c9 Preprocessing CONFIG_UPDATE +orderer.example.com | 2018-01-18 01:58:53.563 UTC [orderer/configupdate] Process -> DEBU 8ca Processing channel reconfiguration request for channel businesschannel +orderer.example.com | 2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cb Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cc Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cd Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.566 UTC [common/configtx] addToMap -> DEBU 8ce Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.566 UTC [common/configtx] addToMap -> DEBU 8cf Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d1 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d2 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d3 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d4 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d5 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d6 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d7 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d8 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.569 UTC [common/configtx] addToMap -> DEBU 8d9 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.570 UTC [policies] GetPolicy -> DEBU 8da Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.570 UTC [cauthdsl] func1 -> DEBU 8db 0xc420026250 gate 1516240733570959052 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.571 UTC [cauthdsl] func2 -> DEBU 8dc 0xc420026250 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.571 UTC [cauthdsl] func2 -> DEBU 8dd 0xc420026250 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.573 UTC [msp/identity] newIdentity -> DEBU 8de Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.574 UTC [msp] SatisfiesPrincipal -> DEBU 8df Checking if identity satisfies ADMIN role for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.574 UTC [cauthdsl] func2 -> DEBU 8e0 0xc420026250 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.574 UTC [msp/identity] Verify -> DEBU 8e1 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +orderer.example.com | 00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +orderer.example.com | 2018-01-18 01:58:53.574 UTC [msp/identity] Verify -> DEBU 8e2 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +orderer.example.com | 00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +orderer.example.com | 00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +orderer.example.com | 00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +orderer.example.com | 00000040 92 99 08 c1 23 97 cd |....#..| +orderer.example.com | 2018-01-18 01:58:53.575 UTC [cauthdsl] func2 -> DEBU 8e3 0xc420026250 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.575 UTC [cauthdsl] func1 -> DEBU 8e4 0xc420026250 gate 1516240733570959052 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e5 Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e6 Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e7 Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e8 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e9 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.577 UTC [common/configtx] recurseConfigMap -> DEBU 8ea Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.577 UTC [common/configtx] recurseConfigMap -> DEBU 8eb Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ec Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ed Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ee Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ef Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f0 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f1 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f2 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f3 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f4 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f5 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.580 UTC [common/configtx] recurseConfigMap -> DEBU 8f6 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.580 UTC [common/configtx] recurseConfigMap -> DEBU 8f7 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.580 UTC [common/configtx] processConfig -> DEBU 8f8 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:53.580 UTC [common/config] NewStandardValues -> DEBU 8f9 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:53.580 UTC [common/config] initializeProtosStruct -> DEBU 8fa Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fb Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fc Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fd Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 8fe Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 8ff Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 900 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] NewStandardValues -> DEBU 901 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 902 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 903 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 904 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 905 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:53.582 UTC [common/config] initializeProtosStruct -> DEBU 906 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 907 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 908 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 909 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90a Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:53.582 UTC [common/config] NewStandardValues -> DEBU 90b Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.582 UTC [common/config] initializeProtosStruct -> DEBU 90c Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90d Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90e Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90f Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.582 UTC [common/config] NewStandardValues -> DEBU 910 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 911 Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 912 Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 913 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 914 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 915 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 916 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 917 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 918 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 919 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91a Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91b Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91c Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 91d Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 91e Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 91f Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 920 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 921 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 922 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.584 UTC [policies] ProposePolicy -> DEBU 923 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.584 UTC [policies] ProposePolicy -> DEBU 924 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.585 UTC [policies] ProposePolicy -> DEBU 925 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.585 UTC [common/config] validateMSP -> DEBU 926 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.585 UTC [msp] NewBccspMsp -> DEBU 927 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.585 UTC [msp] Setup -> DEBU 928 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.585 UTC [msp/identity] newIdentity -> DEBU 929 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.586 UTC [msp/identity] newIdentity -> DEBU 92a Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.586 UTC [msp/identity] newIdentity -> DEBU 92b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.587 UTC [msp] Validate -> DEBU 92c MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.587 UTC [common/config] Validate -> DEBU 92d Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:53.587 UTC [common/config] validateMSP -> DEBU 92e Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:53.587 UTC [msp] NewBccspMsp -> DEBU 92f Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.588 UTC [msp] Setup -> DEBU 930 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:53.588 UTC [msp/identity] newIdentity -> DEBU 931 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.589 UTC [msp/identity] newIdentity -> DEBU 932 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.590 UTC [msp/identity] newIdentity -> DEBU 933 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.591 UTC [msp] Validate -> DEBU 934 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.591 UTC [common/config] Validate -> DEBU 935 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:53.591 UTC [common/config] validateMSP -> DEBU 936 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:53.591 UTC [msp] NewBccspMsp -> DEBU 937 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.591 UTC [msp] Setup -> DEBU 938 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:53.591 UTC [msp/identity] newIdentity -> DEBU 939 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.592 UTC [msp/identity] newIdentity -> DEBU 93a Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.592 UTC [msp/identity] newIdentity -> DEBU 93b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.593 UTC [msp] Validate -> DEBU 93c MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.593 UTC [msp] Setup -> DEBU 93d Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:53.593 UTC [msp] Setup -> DEBU 93e MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:53.593 UTC [msp] GetLocalMSP -> DEBU 93f Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.593 UTC [msp] GetDefaultSigningIdentity -> DEBU 940 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.594 UTC [msp] GetLocalMSP -> DEBU 941 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.594 UTC [msp] GetDefaultSigningIdentity -> DEBU 942 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.594 UTC [msp/identity] Sign -> DEBU 943 Sign: plaintext: 0AB7060A1B08011A0608DDFEFFD20522...F9C96328AE86ED8EA7FAC2A100F9799A +orderer.example.com | 2018-01-18 01:58:53.595 UTC [msp/identity] Sign -> DEBU 944 Sign: digest: C2128F92D4425D8D71E5C6BD84CDE40AB1A9B39928D653AE8B20779A5401D793 +orderer.example.com | 2018-01-18 01:58:53.595 UTC [orderer/common/broadcast] Handle -> DEBU 945 [channel: businesschannel] Broadcast is filtering message of type CONFIG +orderer.example.com | 2018-01-18 01:58:53.595 UTC [policies] GetPolicy -> DEBU 946 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.595 UTC [cauthdsl] func1 -> DEBU 947 0xc420026620 gate 1516240733595544553 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.595 UTC [cauthdsl] func2 -> DEBU 948 0xc420026620 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.595 UTC [cauthdsl] func2 -> DEBU 949 0xc420026620 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.596 UTC [msp/identity] newIdentity -> DEBU 94a Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94b 0xc420026620 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94c 0xc420026620 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:53.596 UTC [cauthdsl] func1 -> DEBU 94d 0xc420026620 gate 1516240733595544553 evaluation fails +orderer.example.com | 2018-01-18 01:58:53.596 UTC [cauthdsl] func1 -> DEBU 94e 0xc420026630 gate 1516240733596836807 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94f 0xc420026630 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.597 UTC [cauthdsl] func2 -> DEBU 950 0xc420026630 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.597 UTC [msp/identity] newIdentity -> DEBU 951 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.598 UTC [cauthdsl] func2 -> DEBU 952 0xc420026630 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:53.598 UTC [cauthdsl] func2 -> DEBU 953 0xc420026630 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:53.598 UTC [cauthdsl] func1 -> DEBU 954 0xc420026630 gate 1516240733596836807 evaluation fails +orderer.example.com | 2018-01-18 01:58:53.598 UTC [cauthdsl] func1 -> DEBU 955 0xc420026640 gate 1516240733598860195 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.599 UTC [cauthdsl] func2 -> DEBU 956 0xc420026640 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.599 UTC [cauthdsl] func2 -> DEBU 957 0xc420026640 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.600 UTC [msp/identity] newIdentity -> DEBU 958 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.601 UTC [msp] SatisfiesPrincipal -> DEBU 959 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.601 UTC [msp] Validate -> DEBU 95a MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.602 UTC [cauthdsl] func2 -> DEBU 95b 0xc420026640 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.602 UTC [msp/identity] Verify -> DEBU 95c Verify: digest = 00000000 c2 12 8f 92 d4 42 5d 8d 71 e5 c6 bd 84 cd e4 0a |.....B].q.......| +orderer.example.com | 00000010 b1 a9 b3 99 28 d6 53 ae 8b 20 77 9a 54 01 d7 93 |....(.S.. w.T...| +orderer.example.com | 2018-01-18 01:58:53.603 UTC [msp/identity] Verify -> DEBU 95d Verify: sig = 00000000 30 44 02 20 73 e0 37 54 28 34 cb 4d 63 55 bc 73 |0D. s.7T(4.McU.s| +orderer.example.com | 00000010 42 97 3e db 4c 3a 70 35 48 7d 71 f3 b8 fc 7f bc |B.>.L:p5H}q.....| +orderer.example.com | 00000020 c9 ef d1 62 02 20 5d 50 3b a6 d5 27 c6 b8 95 39 |...b. ]P;..'...9| +orderer.example.com | 00000030 6a 86 f0 32 df 93 91 a9 3f ef 42 86 a2 0a 7f 4f |j..2....?.B....O| +orderer.example.com | 00000040 12 cf e5 cd b9 91 |......| +orderer.example.com | 2018-01-18 01:58:53.603 UTC [cauthdsl] func2 -> DEBU 95e 0xc420026640 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.603 UTC [cauthdsl] func1 -> DEBU 95f 0xc420026640 gate 1516240733598860195 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.603 UTC [orderer/common/sigfilter] Apply -> DEBU 960 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a21640 1 [0xc42014b398 0xc42014b430]}) %!s(*policies.implicitMetaPolicy=&{0xc420a38320 1 [0xc42014b4d0]})]} +orderer.example.com | 2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 961 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 962 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 963 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 964 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 965 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 966 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 967 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 968 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 969 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96a Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96b Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96c Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96d Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96e Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96f Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.606 UTC [policies] GetPolicy -> DEBU 970 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.606 UTC [cauthdsl] func1 -> DEBU 971 0xc420026c08 gate 1516240733606881882 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 972 0xc420026c08 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 973 0xc420026c08 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.607 UTC [msp/identity] newIdentity -> DEBU 974 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.607 UTC [msp] SatisfiesPrincipal -> DEBU 975 Checking if identity satisfies ADMIN role for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 976 0xc420026c08 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.607 UTC [msp/identity] Verify -> DEBU 977 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +orderer.example.com | 00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +orderer.example.com | 2018-01-18 01:58:53.607 UTC [msp/identity] Verify -> DEBU 978 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +orderer.example.com | 00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +orderer.example.com | 00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +orderer.example.com | 00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +orderer.example.com | 00000040 92 99 08 c1 23 97 cd |....#..| +orderer.example.com | 2018-01-18 01:58:53.608 UTC [cauthdsl] func2 -> DEBU 979 0xc420026c08 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.608 UTC [cauthdsl] func1 -> DEBU 97a 0xc420026c08 gate 1516240733606881882 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97b Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97c Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97d Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97e Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97f Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 980 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 981 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 982 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 983 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 984 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 985 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 986 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 987 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 988 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 989 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98a Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98b Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98c Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98d Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/configtx] processConfig -> DEBU 98e Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:53.609 UTC [common/config] NewStandardValues -> DEBU 98f Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 990 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 991 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 992 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 993 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:53.610 UTC [policies] ProposePolicy -> DEBU 994 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:53.610 UTC [policies] ProposePolicy -> DEBU 995 Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:53.611 UTC [policies] ProposePolicy -> DEBU 996 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:53.611 UTC [common/config] NewStandardValues -> DEBU 997 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 998 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 999 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 99a Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 99b Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 99c Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99d Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99e Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99f Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a0 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:53.612 UTC [common/config] NewStandardValues -> DEBU 9a1 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 9a2 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a3 Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a4 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a5 Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9a6 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a7 Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a8 Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a9 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9aa Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9ab Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9ac Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9ad Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9ae Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9af Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9b0 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b1 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b2 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b3 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b4 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b5 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b6 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b7 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b8 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b9 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9ba Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.615 UTC [policies] ProposePolicy -> DEBU 9bb Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.615 UTC [common/config] validateMSP -> DEBU 9bc Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.615 UTC [msp] NewBccspMsp -> DEBU 9bd Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.615 UTC [msp] Setup -> DEBU 9be Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.615 UTC [msp/identity] newIdentity -> DEBU 9bf Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.616 UTC [msp/identity] newIdentity -> DEBU 9c0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.616 UTC [msp/identity] newIdentity -> DEBU 9c1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.617 UTC [msp] Validate -> DEBU 9c2 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.617 UTC [common/config] Validate -> DEBU 9c3 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:53.617 UTC [common/config] validateMSP -> DEBU 9c4 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:53.617 UTC [msp] NewBccspMsp -> DEBU 9c5 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.617 UTC [msp] Setup -> DEBU 9c6 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:53.617 UTC [msp/identity] newIdentity -> DEBU 9c7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.618 UTC [msp/identity] newIdentity -> DEBU 9c8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.619 UTC [msp/identity] newIdentity -> DEBU 9c9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.619 UTC [msp] Validate -> DEBU 9ca MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.620 UTC [common/config] Validate -> DEBU 9cb Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:53.620 UTC [common/config] validateMSP -> DEBU 9cc Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:53.620 UTC [msp] NewBccspMsp -> DEBU 9cd Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.620 UTC [msp] Setup -> DEBU 9ce Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:53.620 UTC [msp/identity] newIdentity -> DEBU 9cf Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.621 UTC [msp/identity] newIdentity -> DEBU 9d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.622 UTC [msp/identity] newIdentity -> DEBU 9d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.624 UTC [msp] Validate -> DEBU 9d2 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.624 UTC [msp] Setup -> DEBU 9d3 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:53.625 UTC [msp] Setup -> DEBU 9d4 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:53.626 UTC [policies] GetPolicy -> DEBU 9d5 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.626 UTC [cauthdsl] func1 -> DEBU 9d6 0xc42014a020 gate 1516240733626823106 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.626 UTC [cauthdsl] func2 -> DEBU 9d7 0xc42014a020 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.626 UTC [cauthdsl] func2 -> DEBU 9d8 0xc42014a020 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.627 UTC [msp/identity] newIdentity -> DEBU 9d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9da 0xc42014a020 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9db 0xc42014a020 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func1 -> DEBU 9dc 0xc42014a020 gate 1516240733626823106 evaluation fails +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func1 -> DEBU 9dd 0xc42014a100 gate 1516240733628398018 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9de 0xc42014a100 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9df 0xc42014a100 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.629 UTC [msp/identity] newIdentity -> DEBU 9e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e1 0xc42014a100 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e2 0xc42014a100 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func1 -> DEBU 9e3 0xc42014a100 gate 1516240733628398018 evaluation fails +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func1 -> DEBU 9e4 0xc42014a350 gate 1516240733629677079 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e5 0xc42014a350 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e6 0xc42014a350 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.630 UTC [msp/identity] newIdentity -> DEBU 9e7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.630 UTC [msp] SatisfiesPrincipal -> DEBU 9e8 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.630 UTC [msp] Validate -> DEBU 9e9 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.630 UTC [cauthdsl] func2 -> DEBU 9ea 0xc42014a350 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.630 UTC [msp/identity] Verify -> DEBU 9eb Verify: digest = 00000000 c2 12 8f 92 d4 42 5d 8d 71 e5 c6 bd 84 cd e4 0a |.....B].q.......| +orderer.example.com | 00000010 b1 a9 b3 99 28 d6 53 ae 8b 20 77 9a 54 01 d7 93 |....(.S.. w.T...| +orderer.example.com | 2018-01-18 01:58:53.630 UTC [msp/identity] Verify -> DEBU 9ec Verify: sig = 00000000 30 44 02 20 73 e0 37 54 28 34 cb 4d 63 55 bc 73 |0D. s.7T(4.McU.s| +orderer.example.com | 00000010 42 97 3e db 4c 3a 70 35 48 7d 71 f3 b8 fc 7f bc |B.>.L:p5H}q.....| +orderer.example.com | 00000020 c9 ef d1 62 02 20 5d 50 3b a6 d5 27 c6 b8 95 39 |...b. ]P;..'...9| +orderer.example.com | 00000030 6a 86 f0 32 df 93 91 a9 3f ef 42 86 a2 0a 7f 4f |j..2....?.B....O| +orderer.example.com | 00000040 12 cf e5 cd b9 91 |......| +orderer.example.com | 2018-01-18 01:58:53.631 UTC [cauthdsl] func2 -> DEBU 9ed 0xc42014a350 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.631 UTC [cauthdsl] func1 -> DEBU 9ee 0xc42014a350 gate 1516240733629677079 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.631 UTC [orderer/common/sigfilter] Apply -> DEBU 9ef Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a21640 1 [0xc42014b398 0xc42014b430]}) %!s(*policies.implicitMetaPolicy=&{0xc420a38320 1 [0xc42014b4d0]})]} +orderer.example.com | 2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f0 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f1 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f2 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f7 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f8 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f9 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9fa Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fb Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fc Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fd Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fe Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.633 UTC [policies] GetPolicy -> DEBU 9ff Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.633 UTC [cauthdsl] func1 -> DEBU a00 0xc42014aca8 gate 1516240733633741845 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.633 UTC [cauthdsl] func2 -> DEBU a01 0xc42014aca8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.634 UTC [cauthdsl] func2 -> DEBU a02 0xc42014aca8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.634 UTC [msp/identity] newIdentity -> DEBU a03 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.634 UTC [msp] SatisfiesPrincipal -> DEBU a04 Checking if identity satisfies ADMIN role for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.634 UTC [cauthdsl] func2 -> DEBU a05 0xc42014aca8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.635 UTC [msp/identity] Verify -> DEBU a06 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +orderer.example.com | 00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +orderer.example.com | 2018-01-18 01:58:53.635 UTC [msp/identity] Verify -> DEBU a07 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +orderer.example.com | 00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +orderer.example.com | 00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +orderer.example.com | 00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +orderer.example.com | 00000040 92 99 08 c1 23 97 cd |....#..| +orderer.example.com | 2018-01-18 01:58:53.636 UTC [cauthdsl] func2 -> DEBU a08 0xc42014aca8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.636 UTC [cauthdsl] func1 -> DEBU a09 0xc42014aca8 gate 1516240733633741845 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0a Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0b Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0c Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0d Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0e Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a10 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a12 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a13 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a14 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.638 UTC [orderer/common/broadcast] Handle -> DEBU a11 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG +orderer.example.com | 2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a15 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a16 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a17 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a18 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.654 UTC [common/configtx] recurseConfigMap -> DEBU a1b Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.653 UTC [orderer/common/deliver] Handle -> WARN a19 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:58:53.659 UTC [orderer/main] func1 -> DEBU a1d Closing Deliver stream +orderer.example.com | 2018-01-18 01:58:53.654 UTC [orderer/common/broadcast] Handle -> WARN a1a Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:58:53.659 UTC [common/configtx] recurseConfigMap -> DEBU a1c Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.660 UTC [orderer/main] func1 -> DEBU a1e Closing Broadcast stream +orderer.example.com | 2018-01-18 01:58:53.660 UTC [common/configtx] recurseConfigMap -> DEBU a1f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.660 UTC [common/configtx] recurseConfigMap -> DEBU a20 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/configtx] recurseConfigMap -> DEBU a21 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/configtx] processConfig -> DEBU a22 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] NewStandardValues -> DEBU a23 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a24 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a25 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a26 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a27 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a28 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a29 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a2a Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:53.661 UTC [common/config] NewStandardValues -> DEBU a2b Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2c Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2d Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2e Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a2f Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a30 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a31 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a32 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a33 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a34 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a35 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a36 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a37 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a38 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a39 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a3a Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a3b Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a3c Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a3d Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a3e Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.664 UTC [policies] ProposePolicy -> DEBU a3f Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.664 UTC [policies] ProposePolicy -> DEBU a40 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.664 UTC [common/config] NewStandardValues -> DEBU a41 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:53.664 UTC [common/config] initializeProtosStruct -> DEBU a42 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a43 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a44 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a45 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a46 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a47 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a48 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a49 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a4a Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:53.666 UTC [common/config] NewStandardValues -> DEBU a4b Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.666 UTC [common/config] initializeProtosStruct -> DEBU a4c Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4d Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4e Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4f Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.667 UTC [common/config] Validate -> DEBU a50 Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:53.667 UTC [common/config] validateMSP -> DEBU a51 Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:53.667 UTC [msp] NewBccspMsp -> DEBU a52 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.667 UTC [msp] Setup -> DEBU a53 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:53.675 UTC [msp/identity] newIdentity -> DEBU a54 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.679 UTC [msp/identity] newIdentity -> DEBU a55 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.681 UTC [msp/identity] newIdentity -> DEBU a56 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.683 UTC [msp] Validate -> DEBU a57 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.684 UTC [common/config] Validate -> DEBU a58 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:53.685 UTC [common/config] validateMSP -> DEBU a59 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:53.685 UTC [msp] NewBccspMsp -> DEBU a5a Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.685 UTC [msp] Setup -> DEBU a5b Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:53.687 UTC [msp/identity] newIdentity -> DEBU a5c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.690 UTC [msp/identity] newIdentity -> DEBU a5d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.694 UTC [msp/identity] newIdentity -> DEBU a5e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.700 UTC [msp] Validate -> DEBU a5f MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.701 UTC [common/config] validateMSP -> DEBU a60 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.701 UTC [msp] NewBccspMsp -> DEBU a61 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.701 UTC [msp] Setup -> DEBU a62 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.702 UTC [msp/identity] newIdentity -> DEBU a63 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.703 UTC [msp/identity] newIdentity -> DEBU a64 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.703 UTC [msp/identity] newIdentity -> DEBU a65 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.704 UTC [msp] Validate -> DEBU a66 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.705 UTC [msp] Setup -> DEBU a67 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:53.706 UTC [msp] Setup -> DEBU a68 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:53.706 UTC [orderer/common/blockcutter] Ordered -> DEBU a69 Found message which requested to be isolated, cutting into its own batch +orderer.example.com | 2018-01-18 01:58:53.707 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU a6a retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 01:58:53.711 UTC [fsblkstorage] newBlockfileStream -> DEBU a6b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 01:58:53.711 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a6c Remaining bytes=[11934], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:53.711 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a6d Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 01:58:53.712 UTC [common/configtx] addToMap -> DEBU a6e Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.712 UTC [common/configtx] addToMap -> DEBU a6f Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a70 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a71 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a72 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.714 UTC [common/configtx] addToMap -> DEBU a73 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a74 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a75 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a76 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a77 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a78 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a79 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a7a Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7b Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7c Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7d Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7e Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:53.718 UTC [common/configtx] addToMap -> DEBU a7f Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.718 UTC [common/configtx] addToMap -> DEBU a80 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:53.719 UTC [common/configtx] addToMap -> DEBU a81 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | 2018-01-18 01:58:53.719 UTC [common/configtx] addToMap -> DEBU a82 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a83 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a84 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a85 Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a86 Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a87 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a88 Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a89 Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a8a Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a8b Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8c Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8d Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8e Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8f Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a90 Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a91 Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a92 Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a93 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a94 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a95 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a96 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a97 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a98 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a99 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9a Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9b Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9c Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9d Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU aa0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU aa1 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:53.723 UTC [policies] GetPolicy -> DEBU aa2 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.723 UTC [cauthdsl] func1 -> DEBU aa3 0xc4200265b0 gate 1516240733723574007 evaluation starts +orderer.example.com | 2018-01-18 01:58:53.723 UTC [cauthdsl] func2 -> DEBU aa4 0xc4200265b0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:53.723 UTC [cauthdsl] func2 -> DEBU aa5 0xc4200265b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:53.724 UTC [msp/identity] newIdentity -> DEBU aa6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.724 UTC [msp] SatisfiesPrincipal -> DEBU aa7 Checking if identity satisfies ADMIN role for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.724 UTC [cauthdsl] func2 -> DEBU aa8 0xc4200265b0 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:53.724 UTC [msp/identity] Verify -> DEBU aa9 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +orderer.example.com | 00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +orderer.example.com | 2018-01-18 01:58:53.724 UTC [msp/identity] Verify -> DEBU aaa Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +orderer.example.com | 00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +orderer.example.com | 00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +orderer.example.com | 00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +orderer.example.com | 00000040 92 99 08 c1 23 97 cd |....#..| +orderer.example.com | 2018-01-18 01:58:53.724 UTC [cauthdsl] func2 -> DEBU aab 0xc4200265b0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:53.724 UTC [cauthdsl] func1 -> DEBU aac 0xc4200265b0 gate 1516240733723574007 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aad Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aae Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aaf Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab0 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab1 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab2 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab3 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab4 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab5 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab6 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab7 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab8 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab9 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU aba Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abb Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abc Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abd Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abe Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abf Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/configtx] processConfig -> DEBU ac0 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/config] NewStandardValues -> DEBU ac1 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac2 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac3 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac4 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac5 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:53.728 UTC [policies] ProposePolicy -> DEBU ac6 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU ac7 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU ac8 Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:53.729 UTC [common/config] NewStandardValues -> DEBU ac9 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU aca Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU acb Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU acc Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:53.729 UTC [common/config] NewStandardValues -> DEBU acd Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ace Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU acf Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ad0 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU ad1 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ad2 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad3 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad4 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad5 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU ad6 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ad7 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU ad8 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ad9 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU ada Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU adb Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU adc Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU add Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU ade Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU adf Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae0 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae1 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae2 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU ae3 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU ae4 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae5 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae6 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae7 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae8 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:53.732 UTC [common/config] NewStandardValues -> DEBU ae9 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU aea Processing field: MSP +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aeb Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aec Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aed Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.733 UTC [common/config] Validate -> DEBU aee Anchor peers for org Org2MSP are +orderer.example.com | 2018-01-18 01:58:53.733 UTC [common/config] validateMSP -> DEBU aef Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:53.733 UTC [msp] NewBccspMsp -> DEBU af0 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.733 UTC [msp] Setup -> DEBU af1 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:53.733 UTC [msp/identity] newIdentity -> DEBU af2 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.734 UTC [msp/identity] newIdentity -> DEBU af3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.734 UTC [msp/identity] newIdentity -> DEBU af4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.735 UTC [msp] Validate -> DEBU af5 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.735 UTC [common/config] Validate -> DEBU af6 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:53.735 UTC [common/config] validateMSP -> DEBU af7 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:53.735 UTC [msp] NewBccspMsp -> DEBU af8 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.735 UTC [msp] Setup -> DEBU af9 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:53.735 UTC [msp/identity] newIdentity -> DEBU afa Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.736 UTC [msp/identity] newIdentity -> DEBU afb Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.736 UTC [msp/identity] newIdentity -> DEBU afc Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.737 UTC [msp] Validate -> DEBU afd MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:53.737 UTC [common/config] validateMSP -> DEBU afe Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:53.737 UTC [msp] NewBccspMsp -> DEBU aff Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:53.737 UTC [msp] Setup -> DEBU b00 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:53.738 UTC [msp/identity] newIdentity -> DEBU b01 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.738 UTC [msp/identity] newIdentity -> DEBU b02 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.739 UTC [msp/identity] newIdentity -> DEBU b03 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:53.740 UTC [msp] Validate -> DEBU b04 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:53.740 UTC [msp] Setup -> DEBU b05 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:53.741 UTC [msp] Setup -> DEBU b06 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b07 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b08 In commit adding relative sub-policy Org2MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b09 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b0a In commit adding relative sub-policy Org2MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b0b Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b0c In commit adding relative sub-policy Org2MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b0d Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b0e In commit adding relative sub-policy Org1MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b0f Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b10 In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b11 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b12 In commit adding relative sub-policy Org1MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b13 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b14 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b15 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b16 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b17 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b18 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b19 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b1a In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b1b Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b1c In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b1d Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b1e In commit adding relative sub-policy OrdererOrg/Writers to Orderer +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b1f Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b20 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b21 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b22 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b23 Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b24 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:53.744 UTC [policies] GetPolicy -> DEBU b25 Returning policy Org1MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.744 UTC [policies] CommitProposals -> DEBU b26 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:53.744 UTC [policies] GetPolicy -> DEBU b27 Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.744 UTC [policies] CommitProposals -> DEBU b28 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b29 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2a In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2b Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2c In commit adding relative sub-policy Application/Writers to Channel +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2d Returning policy Org2MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2e In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2f Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b30 In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b31 Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b32 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b33 Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b34 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b35 Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b36 In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b37 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b38 In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b39 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b3a In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b3b Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b3c In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b3d Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b3e In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b3f Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b40 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b41 Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b42 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b43 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b44 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b45 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b46 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b47 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b48 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b49 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] CommitProposals -> DEBU b4a As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b4b Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b4c As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b4d Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b4e As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b4f Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b50 As expected, current configuration has policy '/Channel/Application/Writers' +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b51 Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b52 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b53 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:53.751 UTC [policies] CommitProposals -> DEBU b54 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:53.751 UTC [orderer/multichain] addBlockSignature -> DEBU b55 &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:0 lastConfigSeq:1} +orderer.example.com | 2018-01-18 01:58:53.751 UTC [orderer/multichain] addBlockSignature -> DEBU b56 &{} +orderer.example.com | 2018-01-18 01:58:53.751 UTC [msp] GetLocalMSP -> DEBU b57 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.751 UTC [msp] GetDefaultSigningIdentity -> DEBU b58 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.751 UTC [msp] GetLocalMSP -> DEBU b59 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.751 UTC [msp] GetDefaultSigningIdentity -> DEBU b5a Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.751 UTC [msp/identity] Sign -> DEBU b5b Sign: plaintext: 0AFA050A0A4F7264657265724D535012...693608D493F69064AEB14668166D9DAC +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b5c Sign: digest: D78965F7E24FBC9512660C0E0A429E69F5E26D89599B7FC2A9F7EFA9B27F6E2C +orderer.example.com | 2018-01-18 01:58:53.752 UTC [orderer/multichain] addLastConfigSignature -> DEBU b5d [channel: businesschannel] Detected lastConfigSeq transitioning from 1 to 2, setting lastConfig from 0 to 1 +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp] GetLocalMSP -> DEBU b5e Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp] GetDefaultSigningIdentity -> DEBU b5f Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.752 UTC [orderer/multichain] addLastConfigSignature -> DEBU b60 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 1 +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp] GetLocalMSP -> DEBU b61 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp] GetDefaultSigningIdentity -> DEBU b62 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b63 Sign: plaintext: 08010AFA050A0A4F7264657265724D53...693608D493F69064AEB14668166D9DAC +orderer.example.com | 2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b64 Sign: digest: 3CDA1D1525B950A78AA7DF0F660E0C00285903A0BBBB4A8C35BB4BBE301390E0 +orderer.example.com | 2018-01-18 01:58:53.755 UTC [fsblkstorage] indexBlock -> DEBU b65 Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= +orderer.example.com | txId= locPointer=offset=70, bytesLength=11913 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:58:53.755 UTC [fsblkstorage] updateCheckpoint -> DEBU b66 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25666], isChainEmpty=[false], lastBlockNumber=[1] +orderer.example.com | 2018-01-18 01:58:53.755 UTC [orderer/multichain] WriteBlock -> DEBU b67 [channel: businesschannel] Wrote block 1 +orderer.example.com | 2018-01-18 01:58:55.781 UTC [orderer/main] Deliver -> DEBU b68 Starting new Deliver handler +orderer.example.com | 2018-01-18 01:58:55.781 UTC [orderer/common/deliver] Handle -> DEBU b69 Starting new deliver loop +orderer.example.com | 2018-01-18 01:58:55.781 UTC [orderer/common/deliver] Handle -> DEBU b6a Attempting to read seek info message +orderer.example.com | 2018-01-18 01:58:55.792 UTC [orderer/main] Broadcast -> DEBU b6b Starting new Broadcast handler +orderer.example.com | 2018-01-18 01:58:55.792 UTC [orderer/common/broadcast] Handle -> DEBU b6c Starting new broadcast loop +orderer.example.com | 2018-01-18 01:58:55.793 UTC [orderer/common/broadcast] Handle -> DEBU b6d Preprocessing CONFIG_UPDATE +orderer.example.com | 2018-01-18 01:58:55.793 UTC [orderer/configupdate] Process -> DEBU b6e Processing channel reconfiguration request for channel businesschannel +orderer.example.com | 2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b6f Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b70 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b71 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b72 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b73 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b74 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b75 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b76 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b77 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b78 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b79 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7b Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7c Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7d Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.797 UTC [policies] GetPolicy -> DEBU b7e Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.797 UTC [cauthdsl] func1 -> DEBU b7f 0xc420026af8 gate 1516240735797217166 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.797 UTC [cauthdsl] func2 -> DEBU b80 0xc420026af8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.797 UTC [cauthdsl] func2 -> DEBU b81 0xc420026af8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.798 UTC [msp/identity] newIdentity -> DEBU b82 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.798 UTC [msp] SatisfiesPrincipal -> DEBU b83 Checking if identity satisfies ADMIN role for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.798 UTC [cauthdsl] func2 -> DEBU b84 0xc420026af8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.799 UTC [msp/identity] Verify -> DEBU b85 Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +orderer.example.com | 00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +orderer.example.com | 2018-01-18 01:58:55.799 UTC [msp/identity] Verify -> DEBU b86 Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +orderer.example.com | 00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +orderer.example.com | 00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +orderer.example.com | 00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +orderer.example.com | 00000040 8d 10 f4 ce 7a 7f |....z.| +orderer.example.com | 2018-01-18 01:58:55.800 UTC [cauthdsl] func2 -> DEBU b87 0xc420026af8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.800 UTC [cauthdsl] func1 -> DEBU b88 0xc420026af8 gate 1516240735797217166 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.801 UTC [common/configtx] recurseConfigMap -> DEBU b89 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8a Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8b Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8c Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8d Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8e Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b90 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b91 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b92 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b93 Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b94 Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b95 Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b96 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b97 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b98 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b99 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b9a Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b9b Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/configtx] processConfig -> DEBU b9c Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/config] NewStandardValues -> DEBU b9d Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/config] initializeProtosStruct -> DEBU b9e Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:55.804 UTC [common/config] initializeProtosStruct -> DEBU b9f Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba0 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba1 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba2 Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba3 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba4 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] NewStandardValues -> DEBU ba5 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba6 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba7 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba8 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba9 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:55.806 UTC [common/config] initializeProtosStruct -> DEBU baa Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bab Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bac Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bad Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bae Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:55.806 UTC [common/config] NewStandardValues -> DEBU baf Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.806 UTC [common/config] initializeProtosStruct -> DEBU bb0 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bb1 Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bb2 Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb3 Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.807 UTC [common/config] NewStandardValues -> DEBU bb4 Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb5 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb6 Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb7 Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:55.807 UTC [common/config] NewStandardValues -> DEBU bb8 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bb9 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bba Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bbb Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bbc Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bbd Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bbe Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bbf Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bc0 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bc1 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bc2 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bc3 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.809 UTC [common/config] initializeProtosStruct -> DEBU bc4 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.809 UTC [common/config] NewStandardValues -> DEBU bc5 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.809 UTC [common/config] initializeProtosStruct -> DEBU bc6 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc7 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc8 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc9 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.809 UTC [common/config] validateMSP -> DEBU bca Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.809 UTC [msp] NewBccspMsp -> DEBU bcb Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.809 UTC [msp] Setup -> DEBU bcc Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.810 UTC [msp/identity] newIdentity -> DEBU bcd Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.811 UTC [msp/identity] newIdentity -> DEBU bce Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.811 UTC [msp/identity] newIdentity -> DEBU bcf Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.812 UTC [msp] Validate -> DEBU bd0 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.812 UTC [common/config] Validate -> DEBU bd1 Anchor peers for org Org2MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.812 UTC [common/config] validateMSP -> DEBU bd2 Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:55.812 UTC [msp] NewBccspMsp -> DEBU bd3 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.813 UTC [msp] Setup -> DEBU bd4 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:55.813 UTC [msp/identity] newIdentity -> DEBU bd5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.814 UTC [msp/identity] newIdentity -> DEBU bd6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.814 UTC [msp/identity] newIdentity -> DEBU bd7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.815 UTC [msp] Validate -> DEBU bd8 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.815 UTC [common/config] Validate -> DEBU bd9 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.815 UTC [common/config] validateMSP -> DEBU bda Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:55.815 UTC [msp] NewBccspMsp -> DEBU bdb Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.815 UTC [msp] Setup -> DEBU bdc Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:55.816 UTC [msp/identity] newIdentity -> DEBU bdd Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.816 UTC [msp/identity] newIdentity -> DEBU bde Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.817 UTC [msp/identity] newIdentity -> DEBU bdf Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.817 UTC [msp] Validate -> DEBU be0 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.817 UTC [msp] Setup -> DEBU be1 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:55.817 UTC [msp] Setup -> DEBU be2 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp] GetLocalMSP -> DEBU be3 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp] GetDefaultSigningIdentity -> DEBU be4 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp] GetLocalMSP -> DEBU be5 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp] GetDefaultSigningIdentity -> DEBU be6 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp/identity] Sign -> DEBU be7 Sign: plaintext: 0AB7060A1B08011A0608DFFEFFD20522...F63A2AAF72906F5884BA6D9ECF71D6D4 +orderer.example.com | 2018-01-18 01:58:55.818 UTC [msp/identity] Sign -> DEBU be8 Sign: digest: E9115A913330866EBC2F0F17DB1AADA97C1B54F87952E538A63CE8090B5CFA76 +orderer.example.com | 2018-01-18 01:58:55.818 UTC [orderer/common/broadcast] Handle -> DEBU be9 [channel: businesschannel] Broadcast is filtering message of type CONFIG +orderer.example.com | 2018-01-18 01:58:55.819 UTC [policies] GetPolicy -> DEBU bea Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.819 UTC [cauthdsl] func1 -> DEBU beb 0xc420026ec8 gate 1516240735819169285 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bec 0xc420026ec8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bed 0xc420026ec8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.819 UTC [msp/identity] newIdentity -> DEBU bee Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bef 0xc420026ec8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf0 0xc420026ec8 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func1 -> DEBU bf1 0xc420026ec8 gate 1516240735819169285 evaluation fails +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func1 -> DEBU bf2 0xc420026ed8 gate 1516240735820199170 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf3 0xc420026ed8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf4 0xc420026ed8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.820 UTC [msp/identity] newIdentity -> DEBU bf5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf6 0xc420026ed8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf7 0xc420026ed8 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:55.821 UTC [cauthdsl] func1 -> DEBU bf8 0xc420026ed8 gate 1516240735820199170 evaluation fails +orderer.example.com | 2018-01-18 01:58:55.821 UTC [cauthdsl] func1 -> DEBU bf9 0xc420026f30 gate 1516240735821181678 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.821 UTC [cauthdsl] func2 -> DEBU bfa 0xc420026f30 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.821 UTC [cauthdsl] func2 -> DEBU bfb 0xc420026f30 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.821 UTC [msp/identity] newIdentity -> DEBU bfc Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.821 UTC [msp] SatisfiesPrincipal -> DEBU bfd Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.822 UTC [msp] Validate -> DEBU bfe MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.822 UTC [cauthdsl] func2 -> DEBU bff 0xc420026f30 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.822 UTC [msp/identity] Verify -> DEBU c00 Verify: digest = 00000000 e9 11 5a 91 33 30 86 6e bc 2f 0f 17 db 1a ad a9 |..Z.30.n./......| +orderer.example.com | 00000010 7c 1b 54 f8 79 52 e5 38 a6 3c e8 09 0b 5c fa 76 ||.T.yR.8.<...\.v| +orderer.example.com | 2018-01-18 01:58:55.822 UTC [msp/identity] Verify -> DEBU c01 Verify: sig = 00000000 30 44 02 20 1a 19 ff ce ef 87 b6 2e 8f 69 c8 c9 |0D. .........i..| +orderer.example.com | 00000010 00 a2 99 2e 22 6c 79 bd 68 86 de 91 1e ce 02 ab |...."ly.h.......| +orderer.example.com | 00000020 27 c2 e5 b1 02 20 17 f8 31 ca 60 39 1a 4b 63 e9 |'.... ..1.`9.Kc.| +orderer.example.com | 00000030 70 cd ea 2e fb 71 84 be 00 59 ce e7 38 92 b1 c3 |p....q...Y..8...| +orderer.example.com | 00000040 92 cf 85 2a d9 00 |...*..| +orderer.example.com | 2018-01-18 01:58:55.822 UTC [cauthdsl] func2 -> DEBU c02 0xc420026f30 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.823 UTC [cauthdsl] func1 -> DEBU c03 0xc420026f30 gate 1516240735821181678 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.823 UTC [orderer/common/sigfilter] Apply -> DEBU c04 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a394a0 1 [0xc420026638 0xc420026700]}) %!s(*policies.implicitMetaPolicy=&{0xc42039e3e0 1 [0xc4200267c8]})]} +orderer.example.com | 2018-01-18 01:58:55.823 UTC [common/configtx] addToMap -> DEBU c05 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.825 UTC [common/configtx] addToMap -> DEBU c06 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.825 UTC [common/configtx] addToMap -> DEBU c07 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c08 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c09 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c0a Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.827 UTC [common/configtx] addToMap -> DEBU c0b Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.827 UTC [common/configtx] addToMap -> DEBU c0c Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0d Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0e Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0f Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c10 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c11 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c12 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c13 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.830 UTC [policies] GetPolicy -> DEBU c14 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.830 UTC [cauthdsl] func1 -> DEBU c15 0xc42014a508 gate 1516240735830233250 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.830 UTC [cauthdsl] func2 -> DEBU c16 0xc42014a508 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.830 UTC [cauthdsl] func2 -> DEBU c17 0xc42014a508 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.831 UTC [msp/identity] newIdentity -> DEBU c18 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.831 UTC [msp] SatisfiesPrincipal -> DEBU c19 Checking if identity satisfies ADMIN role for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.831 UTC [cauthdsl] func2 -> DEBU c1a 0xc42014a508 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.831 UTC [msp/identity] Verify -> DEBU c1b Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +orderer.example.com | 00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +orderer.example.com | 2018-01-18 01:58:55.831 UTC [msp/identity] Verify -> DEBU c1c Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +orderer.example.com | 00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +orderer.example.com | 00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +orderer.example.com | 00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +orderer.example.com | 00000040 8d 10 f4 ce 7a 7f |....z.| +orderer.example.com | 2018-01-18 01:58:55.831 UTC [cauthdsl] func2 -> DEBU c1d 0xc42014a508 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.831 UTC [cauthdsl] func1 -> DEBU c1e 0xc42014a508 gate 1516240735830233250 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c1f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c20 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c21 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c22 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c23 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c24 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c25 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c26 Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c27 Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c28 Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c29 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2a Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2b Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2c Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2d Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2e Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2f Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c30 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c31 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/configtx] processConfig -> DEBU c32 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c33 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c34 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c35 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c36 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c37 Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c38 Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c39 Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3a Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c3b Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3c Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3d Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3e Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c3f Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c40 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c41 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c42 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c43 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c44 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c45 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c46 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c47 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c48 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c49 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c4a Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c4b Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c4c Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c4d Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c4e Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c4f Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c50 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c51 Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c52 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c53 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c54 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c55 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c56 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c57 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c58 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c59 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5a Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c5b Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c5c Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5d Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5e Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5f Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.836 UTC [common/config] Validate -> DEBU c60 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.836 UTC [common/config] validateMSP -> DEBU c61 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:55.836 UTC [msp] NewBccspMsp -> DEBU c62 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.836 UTC [msp] Setup -> DEBU c63 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:55.836 UTC [msp/identity] newIdentity -> DEBU c64 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.836 UTC [msp/identity] newIdentity -> DEBU c65 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.837 UTC [msp/identity] newIdentity -> DEBU c66 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.838 UTC [msp] Validate -> DEBU c67 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.838 UTC [common/config] Validate -> DEBU c68 Anchor peers for org Org2MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.838 UTC [common/config] validateMSP -> DEBU c69 Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:55.838 UTC [msp] NewBccspMsp -> DEBU c6a Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.838 UTC [msp] Setup -> DEBU c6b Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:55.838 UTC [msp/identity] newIdentity -> DEBU c6c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.839 UTC [msp/identity] newIdentity -> DEBU c6d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.839 UTC [msp/identity] newIdentity -> DEBU c6e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.840 UTC [msp] Validate -> DEBU c6f MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.840 UTC [common/config] validateMSP -> DEBU c70 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.840 UTC [msp] NewBccspMsp -> DEBU c71 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.840 UTC [msp] Setup -> DEBU c72 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.840 UTC [msp/identity] newIdentity -> DEBU c73 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.841 UTC [msp/identity] newIdentity -> DEBU c74 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.841 UTC [msp/identity] newIdentity -> DEBU c75 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.842 UTC [msp] Validate -> DEBU c76 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.842 UTC [msp] Setup -> DEBU c77 Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:55.842 UTC [msp] Setup -> DEBU c78 MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:55.842 UTC [orderer/common/broadcast] Handle -> DEBU c79 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG +orderer.example.com | 2018-01-18 01:58:55.843 UTC [policies] GetPolicy -> DEBU c7a Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.843 UTC [cauthdsl] func1 -> DEBU c7b 0xc42014aab8 gate 1516240735843201962 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.843 UTC [cauthdsl] func2 -> DEBU c7c 0xc42014aab8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.843 UTC [cauthdsl] func2 -> DEBU c7d 0xc42014aab8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.843 UTC [msp/identity] newIdentity -> DEBU c7e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c7f 0xc42014aab8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c80 0xc42014aab8 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func1 -> DEBU c81 0xc42014aab8 gate 1516240735843201962 evaluation fails +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func1 -> DEBU c82 0xc42014aac8 gate 1516240735844536995 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c83 0xc42014aac8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c84 0xc42014aac8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.844 UTC [msp/identity] newIdentity -> DEBU c85 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c86 0xc42014aac8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c87 0xc42014aac8 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func1 -> DEBU c88 0xc42014aac8 gate 1516240735844536995 evaluation fails +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func1 -> DEBU c89 0xc42014aad8 gate 1516240735845413356 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8a 0xc42014aad8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8b 0xc42014aad8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.845 UTC [msp/identity] newIdentity -> DEBU c8c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +orderer.example.com | hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +orderer.example.com | MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +orderer.example.com | DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +orderer.example.com | RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +orderer.example.com | /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.845 UTC [msp] SatisfiesPrincipal -> DEBU c8d Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.845 UTC [msp] Validate -> DEBU c8e MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8f 0xc42014aad8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.845 UTC [msp/identity] Verify -> DEBU c90 Verify: digest = 00000000 e9 11 5a 91 33 30 86 6e bc 2f 0f 17 db 1a ad a9 |..Z.30.n./......| +orderer.example.com | 00000010 7c 1b 54 f8 79 52 e5 38 a6 3c e8 09 0b 5c fa 76 ||.T.yR.8.<...\.v| +orderer.example.com | 2018-01-18 01:58:55.847 UTC [orderer/common/broadcast] Handle -> WARN c92 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:58:55.847 UTC [orderer/main] func1 -> DEBU c93 Closing Broadcast stream +orderer.example.com | 2018-01-18 01:58:55.847 UTC [orderer/common/deliver] Handle -> WARN c94 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:58:55.845 UTC [msp/identity] Verify -> DEBU c91 Verify: sig = 00000000 30 44 02 20 1a 19 ff ce ef 87 b6 2e 8f 69 c8 c9 |0D. .........i..| +orderer.example.com | 00000010 00 a2 99 2e 22 6c 79 bd 68 86 de 91 1e ce 02 ab |...."ly.h.......| +orderer.example.com | 00000020 27 c2 e5 b1 02 20 17 f8 31 ca 60 39 1a 4b 63 e9 |'.... ..1.`9.Kc.| +orderer.example.com | 00000030 70 cd ea 2e fb 71 84 be 00 59 ce e7 38 92 b1 c3 |p....q...Y..8...| +orderer.example.com | 00000040 92 cf 85 2a d9 00 |...*..| +orderer.example.com | 2018-01-18 01:58:55.848 UTC [orderer/main] func1 -> DEBU c95 Closing Deliver stream +orderer.example.com | 2018-01-18 01:58:55.849 UTC [cauthdsl] func2 -> DEBU c96 0xc42014aad8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.849 UTC [cauthdsl] func1 -> DEBU c97 0xc42014aad8 gate 1516240735845413356 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.849 UTC [orderer/common/sigfilter] Apply -> DEBU c98 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a394a0 1 [0xc420026638 0xc420026700]}) %!s(*policies.implicitMetaPolicy=&{0xc42039e3e0 1 [0xc4200267c8]})]} +orderer.example.com | 2018-01-18 01:58:55.850 UTC [common/configtx] addToMap -> DEBU c99 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.850 UTC [common/configtx] addToMap -> DEBU c9a Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9b Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9c Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9d Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9e Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU c9f Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca0 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca1 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca2 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca3 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca4 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca5 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.854 UTC [policies] GetPolicy -> DEBU ca8 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.854 UTC [cauthdsl] func1 -> DEBU ca9 0xc42014b0b8 gate 1516240735854297612 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.854 UTC [cauthdsl] func2 -> DEBU caa 0xc42014b0b8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.854 UTC [cauthdsl] func2 -> DEBU cab 0xc42014b0b8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.854 UTC [msp/identity] newIdentity -> DEBU cac Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.855 UTC [msp] SatisfiesPrincipal -> DEBU cad Checking if identity satisfies ADMIN role for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.855 UTC [cauthdsl] func2 -> DEBU cae 0xc42014b0b8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.855 UTC [msp/identity] Verify -> DEBU caf Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +orderer.example.com | 00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +orderer.example.com | 2018-01-18 01:58:55.855 UTC [msp/identity] Verify -> DEBU cb0 Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +orderer.example.com | 00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +orderer.example.com | 00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +orderer.example.com | 00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +orderer.example.com | 00000040 8d 10 f4 ce 7a 7f |....z.| +orderer.example.com | 2018-01-18 01:58:55.855 UTC [cauthdsl] func2 -> DEBU cb1 0xc42014b0b8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.855 UTC [cauthdsl] func1 -> DEBU cb2 0xc42014b0b8 gate 1516240735854297612 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb3 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb4 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb5 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb6 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb7 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb8 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb9 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cba Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbb Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbc Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbd Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbe Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbf Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cc0 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cc1 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc2 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc3 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc4 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc5 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/configtx] processConfig -> DEBU cc6 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/config] NewStandardValues -> DEBU cc7 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cc8 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cc9 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cca Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU ccb Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU ccc Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU ccd Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU cce Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU ccf Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd0 Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd1 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd2 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd3 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd4 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd5 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd6 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd7 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd8 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU cd9 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cda Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdb Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdc Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdd Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU cde Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdf Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU ce0 Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU ce1 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU ce2 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce3 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ce4 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce5 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ce6 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce7 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU ce8 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU ce9 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cea Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ceb Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cec Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ced Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cee Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU cef Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cf0 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf1 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf2 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf3 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.859 UTC [common/config] validateMSP -> DEBU cf4 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.859 UTC [msp] NewBccspMsp -> DEBU cf5 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.859 UTC [msp] Setup -> DEBU cf6 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.861 UTC [msp] Validate -> DEBU cfa MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.861 UTC [common/config] Validate -> DEBU cfb Anchor peers for org Org2MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.861 UTC [common/config] validateMSP -> DEBU cfc Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:55.861 UTC [msp] NewBccspMsp -> DEBU cfd Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.861 UTC [msp] Setup -> DEBU cfe Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:55.862 UTC [msp/identity] newIdentity -> DEBU cff Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.862 UTC [msp/identity] newIdentity -> DEBU d00 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.863 UTC [msp/identity] newIdentity -> DEBU d01 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.864 UTC [msp] Validate -> DEBU d02 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.865 UTC [common/config] Validate -> DEBU d03 Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.865 UTC [common/config] validateMSP -> DEBU d04 Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:55.865 UTC [msp] NewBccspMsp -> DEBU d05 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.865 UTC [msp] Setup -> DEBU d06 Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:55.865 UTC [msp/identity] newIdentity -> DEBU d07 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.866 UTC [msp/identity] newIdentity -> DEBU d08 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.866 UTC [msp/identity] newIdentity -> DEBU d09 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.867 UTC [msp] Validate -> DEBU d0a MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.867 UTC [msp] Setup -> DEBU d0b Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:55.867 UTC [msp] Setup -> DEBU d0c MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:55.868 UTC [orderer/common/blockcutter] Ordered -> DEBU d0d Found message which requested to be isolated, cutting into its own batch +orderer.example.com | 2018-01-18 01:58:55.868 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU d0e retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 01:58:55.868 UTC [fsblkstorage] newBlockfileStream -> DEBU d0f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +orderer.example.com | 2018-01-18 01:58:55.868 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU d10 Remaining bytes=[13732], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:55.868 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU d11 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +orderer.example.com | 2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d12 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d13 Adding to config map: [Groups] /Channel/Orderer +orderer.example.com | 2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d14 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d15 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +orderer.example.com | 2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d16 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d17 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d18 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d19 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1a Adding to config map: [Values] /Channel/Orderer/ConsensusType +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1b Adding to config map: [Values] /Channel/Orderer/BatchSize +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1c Adding to config map: [Values] /Channel/Orderer/BatchTimeout +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1d Adding to config map: [Policy] /Channel/Orderer/Admins +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1e Adding to config map: [Policy] /Channel/Orderer/BlockValidation +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1f Adding to config map: [Policy] /Channel/Orderer/Readers +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d20 Adding to config map: [Policy] /Channel/Orderer/Writers +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d21 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d22 Adding to config map: [Groups] /Channel/Application/Org1MSP +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d23 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d24 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d25 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d26 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d27 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d28 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d29 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2b Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2e Adding to config map: [Policy] /Channel/Application/Readers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2f Adding to config map: [Policy] /Channel/Application/Admins +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d30 Adding to config map: [Policy] /Channel/Application/Writers +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d31 Adding to config map: [Values] /Channel/OrdererAddresses +orderer.example.com | 2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d32 Adding to config map: [Values] /Channel/HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d33 Adding to config map: [Values] /Channel/BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d34 Adding to config map: [Values] /Channel/Consortium +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d35 Adding to config map: [Policy] /Channel/Writers +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d36 Adding to config map: [Policy] /Channel/Admins +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d37 Adding to config map: [Policy] /Channel/Readers +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d38 Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d39 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3a Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3b Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3c Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3d Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3e Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3f Adding to config map: [Groups] /Channel +orderer.example.com | 2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d40 Adding to config map: [Groups] /Channel/Application +orderer.example.com | 2018-01-18 01:58:55.872 UTC [common/configtx] addToMap -> DEBU d41 Adding to config map: [Groups] /Channel/Application/Org2MSP +orderer.example.com | 2018-01-18 01:58:55.872 UTC [common/configtx] addToMap -> DEBU d42 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d43 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +orderer.example.com | 2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d44 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +orderer.example.com | 2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d45 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +orderer.example.com | 2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d46 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +orderer.example.com | 2018-01-18 01:58:55.879 UTC [policies] GetPolicy -> DEBU d47 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.879 UTC [cauthdsl] func1 -> DEBU d48 0xc42014b890 gate 1516240735879598755 evaluation starts +orderer.example.com | 2018-01-18 01:58:55.879 UTC [cauthdsl] func2 -> DEBU d49 0xc42014b890 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:55.879 UTC [cauthdsl] func2 -> DEBU d4a 0xc42014b890 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:55.880 UTC [msp/identity] newIdentity -> DEBU d4b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.880 UTC [msp] SatisfiesPrincipal -> DEBU d4c Checking if identity satisfies ADMIN role for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.880 UTC [cauthdsl] func2 -> DEBU d4d 0xc42014b890 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:55.880 UTC [msp/identity] Verify -> DEBU d4e Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +orderer.example.com | 00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +orderer.example.com | 2018-01-18 01:58:55.880 UTC [msp/identity] Verify -> DEBU d4f Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +orderer.example.com | 00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +orderer.example.com | 00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +orderer.example.com | 00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +orderer.example.com | 00000040 8d 10 f4 ce 7a 7f |....z.| +orderer.example.com | 2018-01-18 01:58:55.881 UTC [cauthdsl] func2 -> DEBU d50 0xc42014b890 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:55.881 UTC [cauthdsl] func1 -> DEBU d51 0xc42014b890 gate 1516240735879598755 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:55.885 UTC [common/configtx] recurseConfigMap -> DEBU d52 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.885 UTC [common/configtx] recurseConfigMap -> DEBU d53 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.894 UTC [common/configtx] recurseConfigMap -> DEBU d54 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d55 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d56 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d57 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d58 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d59 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.896 UTC [common/configtx] recurseConfigMap -> DEBU d5a Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.896 UTC [common/configtx] recurseConfigMap -> DEBU d5b Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.897 UTC [common/configtx] recurseConfigMap -> DEBU d5c Setting policy for key Readers to +orderer.example.com | 2018-01-18 01:58:55.898 UTC [common/configtx] recurseConfigMap -> DEBU d5d Setting policy for key Writers to +orderer.example.com | 2018-01-18 01:58:55.901 UTC [common/configtx] recurseConfigMap -> DEBU d5e Setting policy for key Admins to +orderer.example.com | 2018-01-18 01:58:55.901 UTC [common/configtx] recurseConfigMap -> DEBU d5f Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d60 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d61 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d62 Setting policy for key Admins to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.903 UTC [common/configtx] recurseConfigMap -> DEBU d63 Setting policy for key Readers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.903 UTC [common/configtx] recurseConfigMap -> DEBU d64 Setting policy for key Writers to policy: mod_policy:"Admins" +orderer.example.com | 2018-01-18 01:58:55.903 UTC [common/configtx] processConfig -> DEBU d65 Beginning new config for channel businesschannel +orderer.example.com | 2018-01-18 01:58:55.903 UTC [common/config] NewStandardValues -> DEBU d66 Initializing protos for *config.ChannelProtos +orderer.example.com | 2018-01-18 01:58:55.904 UTC [common/config] initializeProtosStruct -> DEBU d67 Processing field: HashingAlgorithm +orderer.example.com | 2018-01-18 01:58:55.904 UTC [common/config] initializeProtosStruct -> DEBU d68 Processing field: BlockDataHashingStructure +orderer.example.com | 2018-01-18 01:58:55.905 UTC [common/config] initializeProtosStruct -> DEBU d69 Processing field: OrdererAddresses +orderer.example.com | 2018-01-18 01:58:55.905 UTC [common/config] initializeProtosStruct -> DEBU d6a Processing field: Consortium +orderer.example.com | 2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6b Proposed new policy Admins for Channel +orderer.example.com | 2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6c Proposed new policy Readers for Channel +orderer.example.com | 2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6d Proposed new policy Writers for Channel +orderer.example.com | 2018-01-18 01:58:55.906 UTC [common/config] NewStandardValues -> DEBU d6e Initializing protos for *config.OrdererProtos +orderer.example.com | 2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d6f Processing field: ConsensusType +orderer.example.com | 2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d70 Processing field: BatchSize +orderer.example.com | 2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d71 Processing field: BatchTimeout +orderer.example.com | 2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d72 Processing field: KafkaBrokers +orderer.example.com | 2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d73 Processing field: ChannelRestrictions +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d74 Proposed new policy Writers for Orderer +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d75 Proposed new policy Admins for Orderer +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d76 Proposed new policy BlockValidation for Orderer +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d77 Proposed new policy Readers for Orderer +orderer.example.com | 2018-01-18 01:58:55.907 UTC [common/config] NewStandardValues -> DEBU d78 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d79 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7a Proposed new policy Writers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7b Proposed new policy Admins for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7c Proposed new policy Readers for OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.907 UTC [common/config] NewStandardValues -> DEBU d7d Initializing protos for *struct {} +orderer.example.com | 2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7e Proposed new policy Admins for Application +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d7f Proposed new policy Writers for Application +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d80 Proposed new policy Readers for Application +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d81 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d82 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d83 Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d84 Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d85 Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d86 Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d87 Proposed new policy Admins for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d88 Proposed new policy Readers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d89 Proposed new policy Writers for Org1MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8a Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8b Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8c Initializing protos for *config.ApplicationOrgProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8d Processing field: AnchorPeers +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8e Initializing protos for *config.OrganizationProtos +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8f Processing field: MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d90 Proposed new policy Readers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d91 Proposed new policy Writers for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d92 Proposed new policy Admins for Org2MSP +orderer.example.com | 2018-01-18 01:58:55.908 UTC [common/config] validateMSP -> DEBU d93 Setting up MSP for org OrdererOrg +orderer.example.com | 2018-01-18 01:58:55.909 UTC [msp] NewBccspMsp -> DEBU d94 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.909 UTC [msp] Setup -> DEBU d95 Setting up MSP instance OrdererMSP +orderer.example.com | 2018-01-18 01:58:55.909 UTC [msp/identity] newIdentity -> DEBU d96 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +orderer.example.com | cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +orderer.example.com | BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +orderer.example.com | c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +orderer.example.com | b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +orderer.example.com | gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +orderer.example.com | XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +orderer.example.com | AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +orderer.example.com | BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +orderer.example.com | KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.909 UTC [msp/identity] newIdentity -> DEBU d97 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.910 UTC [msp/identity] newIdentity -> DEBU d98 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.911 UTC [msp] Validate -> DEBU d99 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 01:58:55.912 UTC [common/config] Validate -> DEBU d9a Anchor peers for org Org1MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.912 UTC [common/config] validateMSP -> DEBU d9b Setting up MSP for org Org1MSP +orderer.example.com | 2018-01-18 01:58:55.912 UTC [msp] NewBccspMsp -> DEBU d9c Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.912 UTC [msp] Setup -> DEBU d9d Setting up MSP instance Org1MSP +orderer.example.com | 2018-01-18 01:58:55.912 UTC [msp/identity] newIdentity -> DEBU d9e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +orderer.example.com | AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +orderer.example.com | BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +orderer.example.com | db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +orderer.example.com | BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +orderer.example.com | JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +orderer.example.com | /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +orderer.example.com | H7n8z1pj5w== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.913 UTC [msp/identity] newIdentity -> DEBU d9f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.913 UTC [msp/identity] newIdentity -> DEBU da0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.914 UTC [msp] Validate -> DEBU da1 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.914 UTC [common/config] Validate -> DEBU da2 Anchor peers for org Org2MSP are anchor_peers: +orderer.example.com | 2018-01-18 01:58:55.914 UTC [common/config] validateMSP -> DEBU da3 Setting up MSP for org Org2MSP +orderer.example.com | 2018-01-18 01:58:55.914 UTC [msp] NewBccspMsp -> DEBU da4 Creating BCCSP-based MSP instance +orderer.example.com | 2018-01-18 01:58:55.915 UTC [msp] Setup -> DEBU da5 Setting up MSP instance Org2MSP +orderer.example.com | 2018-01-18 01:58:55.915 UTC [msp/identity] newIdentity -> DEBU da6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +orderer.example.com | b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +orderer.example.com | MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +orderer.example.com | YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +orderer.example.com | ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +orderer.example.com | mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +orderer.example.com | sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +orderer.example.com | BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +orderer.example.com | xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +orderer.example.com | WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +orderer.example.com | SCjyRdD3aQ== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.916 UTC [msp/identity] newIdentity -> DEBU da7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.916 UTC [msp/identity] newIdentity -> DEBU da8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:55.917 UTC [msp] Validate -> DEBU da9 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:55.917 UTC [msp] Setup -> DEBU daa Setting up the MSP manager (3 msps) +orderer.example.com | 2018-01-18 01:58:55.917 UTC [msp] Setup -> DEBU dab MSP manager setup complete, setup 3 msps +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU dac Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU dad In commit adding relative sub-policy OrdererOrg/Writers to Orderer +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU dae Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU daf In commit adding relative sub-policy OrdererOrg/Admins to Orderer +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db0 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU db1 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db2 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db3 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db4 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db5 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db6 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU db7 In commit adding relative sub-policy Org1MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU db8 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU db9 In commit adding relative sub-policy Org1MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dba Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbb In commit adding relative sub-policy Org1MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dbc Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbd In commit adding relative sub-policy Org2MSP/Admins to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dbe Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbf In commit adding relative sub-policy Org2MSP/Readers to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc0 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dc1 In commit adding relative sub-policy Org2MSP/Writers to Application +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc2 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc3 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc4 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc5 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc6 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc7 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc8 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dc9 In commit adding relative sub-policy Orderer/Writers to Channel +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dca Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcb In commit adding relative sub-policy Orderer/Admins to Channel +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dcc Returning policy BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcd In commit adding relative sub-policy Orderer/BlockValidation to Channel +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dce Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcf In commit adding relative sub-policy Orderer/Readers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd0 Returning policy OrdererOrg/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd1 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd2 Returning policy OrdererOrg/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd3 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd4 Returning policy OrdererOrg/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd5 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd6 Returning policy Org2MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd7 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd8 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd9 In commit adding relative sub-policy Application/Writers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dda Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddb In commit adding relative sub-policy Application/Readers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU ddc Returning policy Org1MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddd In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dde Returning policy Org1MSP/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddf In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de0 Returning policy Org1MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de1 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de2 Returning policy Org2MSP/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de3 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de4 Returning policy Org2MSP/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de5 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de6 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de7 In commit adding relative sub-policy Application/Admins to Channel +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU de8 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU de9 Returning policy Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dea Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU deb Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dec Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU ded Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dee Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU def As expected, current configuration has policy '/Channel/Readers' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df0 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df1 As expected, current configuration has policy '/Channel/Writers' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df2 Returning policy Application/Readers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df3 As expected, current configuration has policy '/Channel/Application/Readers' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df4 Returning policy Application/Writers for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df5 As expected, current configuration has policy '/Channel/Application/Writers' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df6 Returning policy Application/Admins for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df7 As expected, current configuration has policy '/Channel/Application/Admins' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df8 Returning policy Orderer/BlockValidation for evaluation +orderer.example.com | 2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df9 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +orderer.example.com | 2018-01-18 01:58:55.920 UTC [orderer/multichain] addBlockSignature -> DEBU dfa &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:1 lastConfigSeq:2} +orderer.example.com | 2018-01-18 01:58:55.920 UTC [orderer/multichain] addBlockSignature -> DEBU dfb &{} +orderer.example.com | 2018-01-18 01:58:55.920 UTC [msp] GetLocalMSP -> DEBU dfc Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.920 UTC [msp] GetDefaultSigningIdentity -> DEBU dfd Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU dfe Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU dff Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e00 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...420A7B9644DC6A15942E833CA656F472 +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e01 Sign: digest: 2600073B4B70B12F6540260C3F8D9C61B604A8B1AF79943307DBB15862D0F676 +orderer.example.com | 2018-01-18 01:58:55.921 UTC [orderer/multichain] addLastConfigSignature -> DEBU e02 [channel: businesschannel] Detected lastConfigSeq transitioning from 2 to 3, setting lastConfig from 1 to 2 +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU e03 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU e04 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.921 UTC [orderer/multichain] addLastConfigSignature -> DEBU e05 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU e06 Returning existing local MSP +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU e07 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e08 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...420A7B9644DC6A15942E833CA656F472 +orderer.example.com | 2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e09 Sign: digest: 29EE8CEF8F3642B6DADA4AEF5697CD8C91AC9D31716DBBBF033ADAA61AEE158F +orderer.example.com | 2018-01-18 01:58:55.924 UTC [fsblkstorage] indexBlock -> DEBU e0a Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +orderer.example.com | txId= locPointer=offset=70, bytesLength=11970 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:58:55.924 UTC [fsblkstorage] updateCheckpoint -> DEBU e0b Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39456], isChainEmpty=[false], lastBlockNumber=[2] +orderer.example.com | 2018-01-18 01:58:55.924 UTC [orderer/multichain] WriteBlock -> DEBU e0c [channel: businesschannel] Wrote block 2 +orderer.example.com | 2018-01-18 01:58:58.634 UTC [orderer/main] Deliver -> DEBU e0d Starting new Deliver handler +orderer.example.com | 2018-01-18 01:58:58.634 UTC [orderer/common/deliver] Handle -> DEBU e0e Starting new deliver loop +orderer.example.com | 2018-01-18 01:58:58.634 UTC [orderer/common/deliver] Handle -> DEBU e0f Attempting to read seek info message +orderer.example.com | 2018-01-18 01:58:58.635 UTC [policies] GetPolicy -> DEBU e10 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:58.635 UTC [cauthdsl] func1 -> DEBU e11 0xc42014a9b0 gate 1516240738635379475 evaluation starts +orderer.example.com | 2018-01-18 01:58:58.635 UTC [cauthdsl] func2 -> DEBU e12 0xc42014a9b0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:58.635 UTC [cauthdsl] func2 -> DEBU e13 0xc42014a9b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:58.636 UTC [msp/identity] newIdentity -> DEBU e14 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +orderer.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +orderer.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +orderer.example.com | 05n0MbLw/Ug3egJ3JA== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:58.636 UTC [cauthdsl] func2 -> DEBU e15 0xc42014a9b0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +orderer.example.com | 2018-01-18 01:58:58.636 UTC [cauthdsl] func2 -> DEBU e16 0xc42014a9b0 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:58.636 UTC [cauthdsl] func1 -> DEBU e17 0xc42014a9b0 gate 1516240738635379475 evaluation fails +orderer.example.com | 2018-01-18 01:58:58.636 UTC [cauthdsl] func1 -> DEBU e18 0xc42014a9c0 gate 1516240738636937796 evaluation starts +orderer.example.com | 2018-01-18 01:58:58.637 UTC [cauthdsl] func2 -> DEBU e19 0xc42014a9c0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:58.637 UTC [cauthdsl] func2 -> DEBU e1a 0xc42014a9c0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:58.637 UTC [msp/identity] newIdentity -> DEBU e1b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABKqfdWF/oY+2ymqjk+AlBN+RBThxPp/k +orderer.example.com | lU+BhmGArpnlGNd7iT6pil/iSDtfA5xZ9we5NIfTehFqmZcI6g1N172jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc +orderer.example.com | vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l +orderer.example.com | 05n0MbLw/Ug3egJ3JA== +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:58.638 UTC [msp] SatisfiesPrincipal -> DEBU e1c Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 01:58:58.638 UTC [msp] Validate -> DEBU e1d MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:58:58.638 UTC [cauthdsl] func2 -> DEBU e1e 0xc42014a9c0 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:58.638 UTC [msp/identity] Verify -> DEBU e1f Verify: digest = 00000000 bc 0f 9e a6 bc 5b 32 af 7c f0 15 c4 b1 f7 4a 25 |.....[2.|.....J%| +orderer.example.com | 00000010 62 f8 d9 04 99 17 31 28 e5 9d 3a 81 83 7d 64 5f |b.....1(..:..}d_| +orderer.example.com | 2018-01-18 01:58:58.639 UTC [msp/identity] Verify -> DEBU e20 Verify: sig = 00000000 30 45 02 21 00 ea e7 60 b2 0d f2 ee e1 c7 93 60 |0E.!...`.......`| +orderer.example.com | 00000010 9b 41 b9 e8 2e 28 d3 b8 e4 f1 1e c6 13 51 c2 35 |.A...(.......Q.5| +orderer.example.com | 00000020 14 44 9d 77 4b 02 20 56 07 b0 7c a8 02 4b c8 22 |.D.wK. V..|..K."| +orderer.example.com | 00000030 34 6e 2a a4 db 2f 53 01 66 b3 12 56 66 dc 1f e8 |4n*../S.f..Vf...| +orderer.example.com | 00000040 39 55 f5 fa 1b bc dd |9U.....| +orderer.example.com | 2018-01-18 01:58:58.639 UTC [cauthdsl] func2 -> DEBU e21 0xc42014a9c0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:58.639 UTC [cauthdsl] func1 -> DEBU e22 0xc42014a9c0 gate 1516240738636937796 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:58.640 UTC [orderer/common/sigfilter] Apply -> DEBU e23 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 01:58:58.640 UTC [orderer/common/deliver] Handle -> DEBU e24 [channel: businesschannel] Received seekInfo (0xc42022a4a0) start: > stop: > +orderer.example.com | 2018-01-18 01:58:58.640 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e25 retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 01:58:58.640 UTC [fsblkstorage] newBlockfileStream -> DEBU e26 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +orderer.example.com | 2018-01-18 01:58:58.641 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e27 Remaining bytes=[27522], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:58.641 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e28 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +orderer.example.com | 2018-01-18 01:58:58.641 UTC [orderer/common/deliver] Handle -> DEBU e29 [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 01:58:58.641 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e2a retrieveBlockByNumber() - blockNum = [2] +orderer.example.com | 2018-01-18 01:58:58.642 UTC [fsblkstorage] newBlockfileStream -> DEBU e2b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +orderer.example.com | 2018-01-18 01:58:58.642 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e2c Remaining bytes=[13790], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:58.642 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e2d Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +orderer.example.com | 2018-01-18 01:58:58.642 UTC [orderer/common/deliver] Handle -> DEBU e2e [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 01:58:59.040 UTC [orderer/main] Deliver -> DEBU e2f Starting new Deliver handler +orderer.example.com | 2018-01-18 01:58:59.040 UTC [orderer/common/deliver] Handle -> DEBU e30 Starting new deliver loop +orderer.example.com | 2018-01-18 01:58:59.040 UTC [orderer/common/deliver] Handle -> DEBU e31 Attempting to read seek info message +orderer.example.com | 2018-01-18 01:58:59.044 UTC [policies] GetPolicy -> DEBU e32 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 01:58:59.044 UTC [cauthdsl] func1 -> DEBU e33 0xc42014aa20 gate 1516240739044738593 evaluation starts +orderer.example.com | 2018-01-18 01:58:59.044 UTC [cauthdsl] func2 -> DEBU e34 0xc42014aa20 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:59.044 UTC [cauthdsl] func2 -> DEBU e35 0xc42014aa20 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:59.045 UTC [msp/identity] newIdentity -> DEBU e36 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +orderer.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +orderer.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +orderer.example.com | Cp7fopYLAR0CUyw+Xyk= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e37 0xc42014aa20 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e38 0xc42014aa20 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func1 -> DEBU e39 0xc42014aa20 gate 1516240739044738593 evaluation fails +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func1 -> DEBU e3a 0xc42014aa30 gate 1516240739045641442 evaluation starts +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e3b 0xc42014aa30 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e3c 0xc42014aa30 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:59.046 UTC [msp/identity] newIdentity -> DEBU e3d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +orderer.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +orderer.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +orderer.example.com | Cp7fopYLAR0CUyw+Xyk= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:59.047 UTC [cauthdsl] func2 -> DEBU e3e 0xc42014aa30 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:58:59.047 UTC [cauthdsl] func2 -> DEBU e3f 0xc42014aa30 principal evaluation fails +orderer.example.com | 2018-01-18 01:58:59.047 UTC [cauthdsl] func1 -> DEBU e40 0xc42014aa30 gate 1516240739045641442 evaluation fails +orderer.example.com | 2018-01-18 01:58:59.047 UTC [cauthdsl] func1 -> DEBU e41 0xc42014aa40 gate 1516240739047993165 evaluation starts +orderer.example.com | 2018-01-18 01:58:59.048 UTC [cauthdsl] func2 -> DEBU e42 0xc42014aa40 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:58:59.048 UTC [cauthdsl] func2 -> DEBU e43 0xc42014aa40 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:58:59.048 UTC [msp/identity] newIdentity -> DEBU e44 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +orderer.example.com | lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +orderer.example.com | cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +orderer.example.com | Cp7fopYLAR0CUyw+Xyk= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:58:59.049 UTC [msp] SatisfiesPrincipal -> DEBU e45 Checking if identity satisfies MEMBER role for Org2MSP +orderer.example.com | 2018-01-18 01:58:59.049 UTC [msp] Validate -> DEBU e46 MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:58:59.049 UTC [cauthdsl] func2 -> DEBU e47 0xc42014aa40 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:58:59.049 UTC [msp/identity] Verify -> DEBU e48 Verify: digest = 00000000 ea c4 06 18 48 22 ec 68 dc ce 7a 71 6e 5a 69 f0 |....H".h..zqnZi.| +orderer.example.com | 00000010 be f5 79 4a 09 68 dc 85 50 9b 7a 9a 26 49 51 26 |..yJ.h..P.z.&IQ&| +orderer.example.com | 2018-01-18 01:58:59.049 UTC [msp/identity] Verify -> DEBU e49 Verify: sig = 00000000 30 44 02 20 79 58 49 96 73 76 cf 6d 19 ac b3 84 |0D. yXI.sv.m....| +orderer.example.com | 00000010 69 a8 78 a0 f8 2f ee 5e e6 ab db d1 5b 5c 2b e4 |i.x../.^....[\+.| +orderer.example.com | 00000020 c5 c2 00 c8 02 20 7c ff d4 2d 76 5a 41 3c f0 4c |..... |..-vZA<.L| +orderer.example.com | 00000030 4c fb 21 25 f9 99 56 db 9e 1b a3 ce 4c 43 ae c1 |L.!%..V.....LC..| +orderer.example.com | 00000040 2e 28 2f 47 11 90 |.(/G..| +orderer.example.com | 2018-01-18 01:58:59.050 UTC [cauthdsl] func2 -> DEBU e4a 0xc42014aa40 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:58:59.051 UTC [cauthdsl] func1 -> DEBU e4b 0xc42014aa40 gate 1516240739047993165 evaluation succeeds +orderer.example.com | 2018-01-18 01:58:59.051 UTC [orderer/common/sigfilter] Apply -> DEBU e4c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 01:58:59.052 UTC [orderer/common/deliver] Handle -> DEBU e4d [channel: businesschannel] Received seekInfo (0xc4208701a0) start: > stop: > +orderer.example.com | 2018-01-18 01:58:59.052 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e4e retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 01:58:59.053 UTC [fsblkstorage] newBlockfileStream -> DEBU e4f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +orderer.example.com | 2018-01-18 01:58:59.053 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e50 Remaining bytes=[27522], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:59.054 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e51 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +orderer.example.com | 2018-01-18 01:58:59.054 UTC [orderer/common/deliver] Handle -> DEBU e52 [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 01:58:59.055 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e53 retrieveBlockByNumber() - blockNum = [2] +orderer.example.com | 2018-01-18 01:58:59.055 UTC [fsblkstorage] newBlockfileStream -> DEBU e54 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +orderer.example.com | 2018-01-18 01:58:59.055 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e55 Remaining bytes=[13790], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:58:59.055 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e56 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +orderer.example.com | 2018-01-18 01:58:59.056 UTC [orderer/common/deliver] Handle -> DEBU e57 [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 01:59:01.306 UTC [orderer/main] Broadcast -> DEBU e58 Starting new Broadcast handler +orderer.example.com | 2018-01-18 01:59:01.306 UTC [orderer/common/broadcast] Handle -> DEBU e59 Starting new broadcast loop +orderer.example.com | 2018-01-18 01:59:25.594 UTC [orderer/common/broadcast] Handle -> DEBU e5a [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 01:59:25.595 UTC [policies] GetPolicy -> DEBU e5b Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:59:25.595 UTC [cauthdsl] func1 -> DEBU e5c 0xc42014aaa0 gate 1516240765595262990 evaluation starts +orderer.example.com | 2018-01-18 01:59:25.595 UTC [cauthdsl] func2 -> DEBU e5d 0xc42014aaa0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:25.595 UTC [cauthdsl] func2 -> DEBU e5e 0xc42014aaa0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:25.596 UTC [msp/identity] newIdentity -> DEBU e5f Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e60 0xc42014aaa0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e61 0xc42014aaa0 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func1 -> DEBU e62 0xc42014aaa0 gate 1516240765595262990 evaluation fails +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func1 -> DEBU e63 0xc42014aab0 gate 1516240765596881880 evaluation starts +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e64 0xc42014aab0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e65 0xc42014aab0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:25.597 UTC [msp/identity] newIdentity -> DEBU e66 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:25.597 UTC [msp] SatisfiesPrincipal -> DEBU e67 Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 01:59:25.597 UTC [msp] Validate -> DEBU e68 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:59:25.598 UTC [cauthdsl] func2 -> DEBU e69 0xc42014aab0 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:59:25.598 UTC [msp/identity] Verify -> DEBU e6a Verify: digest = 00000000 64 dd 1a f0 49 32 55 a2 70 d1 85 cd 58 17 6d 69 |d...I2U.p...X.mi| +orderer.example.com | 00000010 27 ed c6 1b f9 41 c2 6f 3e 1b f6 b7 47 b9 89 9c |'....A.o>...G...| +orderer.example.com | 2018-01-18 01:59:25.598 UTC [msp/identity] Verify -> DEBU e6b Verify: sig = 00000000 30 45 02 21 00 91 3f 53 6e 5a 85 d7 5d 56 48 ee |0E.!..?SnZ..]VH.| +orderer.example.com | 00000010 17 5a 33 a7 f0 68 ba 62 dd 2b c2 ff b9 66 0d 0e |.Z3..h.b.+...f..| +orderer.example.com | 00000020 6e 75 cb d7 37 02 20 37 14 28 d4 64 aa 91 f1 73 |nu..7. 7.(.d...s| +orderer.example.com | 00000030 af 82 d7 43 0e 1d 93 78 66 01 9e c6 25 f7 ed 72 |...C...xf...%..r| +orderer.example.com | 00000040 4d e8 33 c9 bb bc 92 |M.3....| +orderer.example.com | 2018-01-18 01:59:25.598 UTC [cauthdsl] func2 -> DEBU e6c 0xc42014aab0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:59:25.598 UTC [cauthdsl] func1 -> DEBU e6d 0xc42014aab0 gate 1516240765596881880 evaluation succeeds +orderer.example.com | 2018-01-18 01:59:25.598 UTC [orderer/common/sigfilter] Apply -> DEBU e6e Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 01:59:25.598 UTC [orderer/common/broadcast] Handle -> DEBU e6f [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 01:59:25.599 UTC [policies] GetPolicy -> DEBU e70 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:59:25.599 UTC [cauthdsl] func1 -> DEBU e71 0xc42014aac8 gate 1516240765599119561 evaluation starts +orderer.example.com | 2018-01-18 01:59:25.599 UTC [cauthdsl] func2 -> DEBU e72 0xc42014aac8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:25.599 UTC [cauthdsl] func2 -> DEBU e73 0xc42014aac8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:25.599 UTC [msp/identity] newIdentity -> DEBU e74 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:25.600 UTC [cauthdsl] func2 -> DEBU e75 0xc42014aac8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +orderer.example.com | 2018-01-18 01:59:25.601 UTC [cauthdsl] func2 -> DEBU e76 0xc42014aac8 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:25.601 UTC [cauthdsl] func1 -> DEBU e77 0xc42014aac8 gate 1516240765599119561 evaluation fails +orderer.example.com | 2018-01-18 01:59:25.601 UTC [cauthdsl] func1 -> DEBU e78 0xc42014aad8 gate 1516240765601876982 evaluation starts +orderer.example.com | 2018-01-18 01:59:25.601 UTC [cauthdsl] func2 -> DEBU e79 0xc42014aad8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:25.602 UTC [cauthdsl] func2 -> DEBU e7a 0xc42014aad8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:25.602 UTC [msp/identity] newIdentity -> DEBU e7b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:25.603 UTC [orderer/common/broadcast] Handle -> WARN e7c Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:59:25.603 UTC [orderer/main] func1 -> DEBU e7d Closing Broadcast stream +orderer.example.com | 2018-01-18 01:59:25.606 UTC [msp] SatisfiesPrincipal -> DEBU e7e Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 01:59:25.606 UTC [msp] Validate -> DEBU e7f MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 01:59:25.606 UTC [cauthdsl] func2 -> DEBU e80 0xc42014aad8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:59:25.608 UTC [msp/identity] Verify -> DEBU e81 Verify: digest = 00000000 64 dd 1a f0 49 32 55 a2 70 d1 85 cd 58 17 6d 69 |d...I2U.p...X.mi| +orderer.example.com | 00000010 27 ed c6 1b f9 41 c2 6f 3e 1b f6 b7 47 b9 89 9c |'....A.o>...G...| +orderer.example.com | 2018-01-18 01:59:25.608 UTC [msp/identity] Verify -> DEBU e82 Verify: sig = 00000000 30 45 02 21 00 91 3f 53 6e 5a 85 d7 5d 56 48 ee |0E.!..?SnZ..]VH.| +orderer.example.com | 00000010 17 5a 33 a7 f0 68 ba 62 dd 2b c2 ff b9 66 0d 0e |.Z3..h.b.+...f..| +orderer.example.com | 00000020 6e 75 cb d7 37 02 20 37 14 28 d4 64 aa 91 f1 73 |nu..7. 7.(.d...s| +orderer.example.com | 00000030 af 82 d7 43 0e 1d 93 78 66 01 9e c6 25 f7 ed 72 |...C...xf...%..r| +orderer.example.com | 00000040 4d e8 33 c9 bb bc 92 |M.3....| +orderer.example.com | 2018-01-18 01:59:25.610 UTC [cauthdsl] func2 -> DEBU e83 0xc42014aad8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:59:25.611 UTC [cauthdsl] func1 -> DEBU e84 0xc42014aad8 gate 1516240765601876982 evaluation succeeds +orderer.example.com | 2018-01-18 01:59:25.611 UTC [orderer/common/sigfilter] Apply -> DEBU e85 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 01:59:25.612 UTC [orderer/common/blockcutter] Ordered -> DEBU e86 Enqueuing message into batch +orderer.example.com | 2018-01-18 01:59:25.907 UTC [orderer/main] Broadcast -> DEBU e87 Starting new Broadcast handler +orderer.example.com | 2018-01-18 01:59:25.908 UTC [orderer/common/broadcast] Handle -> DEBU e88 Starting new broadcast loop +orderer.example.com | 2018-01-18 01:59:27.613 UTC [orderer/solo] main -> DEBU e89 Batch timer expired, creating block +orderer.example.com | 2018-01-18 01:59:27.613 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e8a retrieveBlockByNumber() - blockNum = [2] +orderer.example.com | 2018-01-18 01:59:27.613 UTC [fsblkstorage] newBlockfileStream -> DEBU e8b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +orderer.example.com | 2018-01-18 01:59:27.614 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8c Remaining bytes=[13790], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:27.614 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8d Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +orderer.example.com | 2018-01-18 01:59:27.614 UTC [orderer/multichain] addBlockSignature -> DEBU e8e &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +orderer.example.com | 2018-01-18 01:59:27.614 UTC [orderer/multichain] addBlockSignature -> DEBU e8f &{} +orderer.example.com | 2018-01-18 01:59:27.614 UTC [msp] GetLocalMSP -> DEBU e90 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:27.615 UTC [msp] GetDefaultSigningIdentity -> DEBU e91 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:27.615 UTC [msp] GetLocalMSP -> DEBU e92 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:27.615 UTC [msp] GetDefaultSigningIdentity -> DEBU e93 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:27.615 UTC [msp/identity] Sign -> DEBU e94 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...093D89017A38B39B5BB88D1158E83F69 +orderer.example.com | 2018-01-18 01:59:27.615 UTC [msp/identity] Sign -> DEBU e95 Sign: digest: A1D50574B4BF0991C80A2A29C8C75F47A6E909C349B61FEE196CBC35A6AE0CBD +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp] GetLocalMSP -> DEBU e96 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp] GetDefaultSigningIdentity -> DEBU e97 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:27.616 UTC [orderer/multichain] addLastConfigSignature -> DEBU e98 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp] GetLocalMSP -> DEBU e99 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp] GetDefaultSigningIdentity -> DEBU e9a Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp/identity] Sign -> DEBU e9b Sign: plaintext: 08020AFA050A0A4F7264657265724D53...093D89017A38B39B5BB88D1158E83F69 +orderer.example.com | 2018-01-18 01:59:27.616 UTC [msp/identity] Sign -> DEBU e9c Sign: digest: 3562A7B51449EA2EC8B21F41866EEFB1081293B996B5041656F6AFC98FDA5037 +orderer.example.com | 2018-01-18 01:59:27.623 UTC [fsblkstorage] indexBlock -> DEBU e9d Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +orderer.example.com | txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:59:27.623 UTC [fsblkstorage] updateCheckpoint -> DEBU e9e Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44671], isChainEmpty=[false], lastBlockNumber=[3] +orderer.example.com | 2018-01-18 01:59:27.623 UTC [orderer/multichain] WriteBlock -> DEBU e9f [channel: businesschannel] Wrote block 3 +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea1 retrieveBlockByNumber() - blockNum = [3] +orderer.example.com | 2018-01-18 01:59:27.623 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea0 retrieveBlockByNumber() - blockNum = [3] +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] newBlockfileStream -> DEBU ea3 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea4 Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea5 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +orderer.example.com | 2018-01-18 01:59:27.624 UTC [orderer/common/deliver] Handle -> DEBU ea6 [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] newBlockfileStream -> DEBU ea2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +orderer.example.com | 2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea7 Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:27.625 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea8 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +orderer.example.com | 2018-01-18 01:59:27.625 UTC [orderer/common/deliver] Handle -> DEBU ea9 [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 01:59:46.173 UTC [orderer/common/broadcast] Handle -> DEBU eaa [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 01:59:46.173 UTC [policies] GetPolicy -> DEBU eab Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:59:46.173 UTC [cauthdsl] func1 -> DEBU eac 0xc4200260a8 gate 1516240786173543803 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.173 UTC [cauthdsl] func2 -> DEBU ead 0xc4200260a8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.173 UTC [cauthdsl] func2 -> DEBU eae 0xc4200260a8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.174 UTC [msp/identity] newIdentity -> DEBU eaf Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb0 0xc4200260a8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb1 0xc4200260a8 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func1 -> DEBU eb2 0xc4200260a8 gate 1516240786173543803 evaluation fails +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func1 -> DEBU eb3 0xc420026168 gate 1516240786174653747 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb4 0xc420026168 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb5 0xc420026168 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.175 UTC [msp/identity] newIdentity -> DEBU eb6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.175 UTC [cauthdsl] func2 -> DEBU eb7 0xc420026168 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:59:46.176 UTC [cauthdsl] func2 -> DEBU eb8 0xc420026168 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:46.176 UTC [cauthdsl] func1 -> DEBU eb9 0xc420026168 gate 1516240786174653747 evaluation fails +orderer.example.com | 2018-01-18 01:59:46.176 UTC [cauthdsl] func1 -> DEBU eba 0xc4200261f8 gate 1516240786176752098 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.176 UTC [cauthdsl] func2 -> DEBU ebb 0xc4200261f8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.177 UTC [cauthdsl] func2 -> DEBU ebc 0xc4200261f8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.177 UTC [msp/identity] newIdentity -> DEBU ebd Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.178 UTC [msp] SatisfiesPrincipal -> DEBU ebe Checking if identity satisfies MEMBER role for Org2MSP +orderer.example.com | 2018-01-18 01:59:46.178 UTC [msp] Validate -> DEBU ebf MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:59:46.178 UTC [cauthdsl] func2 -> DEBU ec0 0xc4200261f8 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:59:46.178 UTC [msp/identity] Verify -> DEBU ec1 Verify: digest = 00000000 8c e3 dd 13 52 02 29 6b 7a b0 c2 58 92 56 63 ec |....R.)kz..X.Vc.| +orderer.example.com | 00000010 85 63 36 bb fc 7a 28 52 ec b4 7a f4 20 27 f2 05 |.c6..z(R..z. '..| +orderer.example.com | 2018-01-18 01:59:46.178 UTC [msp/identity] Verify -> DEBU ec2 Verify: sig = 00000000 30 45 02 21 00 d8 96 15 30 ad d6 fc 5b 8d 1f 09 |0E.!....0...[...| +orderer.example.com | 00000010 3a ee 80 2b b9 e5 46 76 42 80 66 82 cb 64 46 41 |:..+..FvB.f..dFA| +orderer.example.com | 00000020 05 2c 75 c9 67 02 20 60 bd 82 5c 6d da b3 c7 f8 |.,u.g. `..\m....| +orderer.example.com | 00000030 97 3a 78 62 8a 1c 95 d4 d0 5b 6b 59 77 cc a2 22 |.:xb.....[kYw.."| +orderer.example.com | 00000040 a8 0d 36 b5 ad aa fc |..6....| +orderer.example.com | 2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec3 0xc4200261f8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:59:46.179 UTC [cauthdsl] func1 -> DEBU ec4 0xc4200261f8 gate 1516240786176752098 evaluation succeeds +orderer.example.com | 2018-01-18 01:59:46.179 UTC [orderer/common/sigfilter] Apply -> DEBU ec5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 01:59:46.179 UTC [policies] GetPolicy -> DEBU ec6 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 01:59:46.179 UTC [cauthdsl] func1 -> DEBU ec7 0xc42014ab18 gate 1516240786179651047 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec8 0xc42014ab18 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec9 0xc42014ab18 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.179 UTC [msp/identity] newIdentity -> DEBU eca Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecb 0xc42014ab18 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecc 0xc42014ab18 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func1 -> DEBU ecd 0xc42014ab18 gate 1516240786179651047 evaluation fails +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func1 -> DEBU ece 0xc42014ab28 gate 1516240786180450148 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecf 0xc42014ab28 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ed0 0xc42014ab28 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.180 UTC [msp/identity] newIdentity -> DEBU ed1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed2 0xc42014ab28 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed3 0xc42014ab28 principal evaluation fails +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func1 -> DEBU ed4 0xc42014ab28 gate 1516240786180450148 evaluation fails +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func1 -> DEBU ed5 0xc42014ab38 gate 1516240786181298923 evaluation starts +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed6 0xc42014ab38 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed7 0xc42014ab38 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 01:59:46.181 UTC [msp/identity] newIdentity -> DEBU ed8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 01:59:46.181 UTC [msp] SatisfiesPrincipal -> DEBU ed9 Checking if identity satisfies MEMBER role for Org2MSP +orderer.example.com | 2018-01-18 01:59:46.181 UTC [msp] Validate -> DEBU eda MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 01:59:46.182 UTC [cauthdsl] func2 -> DEBU edb 0xc42014ab38 principal matched by identity 0 +orderer.example.com | 2018-01-18 01:59:46.182 UTC [msp/identity] Verify -> DEBU edc Verify: digest = 00000000 8c e3 dd 13 52 02 29 6b 7a b0 c2 58 92 56 63 ec |....R.)kz..X.Vc.| +orderer.example.com | 00000010 85 63 36 bb fc 7a 28 52 ec b4 7a f4 20 27 f2 05 |.c6..z(R..z. '..| +orderer.example.com | 2018-01-18 01:59:46.182 UTC [msp/identity] Verify -> DEBU edd Verify: sig = 00000000 30 45 02 21 00 d8 96 15 30 ad d6 fc 5b 8d 1f 09 |0E.!....0...[...| +orderer.example.com | 00000010 3a ee 80 2b b9 e5 46 76 42 80 66 82 cb 64 46 41 |:..+..FvB.f..dFA| +orderer.example.com | 00000020 05 2c 75 c9 67 02 20 60 bd 82 5c 6d da b3 c7 f8 |.,u.g. `..\m....| +orderer.example.com | 00000030 97 3a 78 62 8a 1c 95 d4 d0 5b 6b 59 77 cc a2 22 |.:xb.....[kYw.."| +orderer.example.com | 00000040 a8 0d 36 b5 ad aa fc |..6....| +orderer.example.com | 2018-01-18 01:59:46.182 UTC [cauthdsl] func2 -> DEBU ede 0xc42014ab38 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 01:59:46.182 UTC [cauthdsl] func1 -> DEBU edf 0xc42014ab38 gate 1516240786181298923 evaluation succeeds +orderer.example.com | 2018-01-18 01:59:46.182 UTC [orderer/common/sigfilter] Apply -> DEBU ee0 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 01:59:46.182 UTC [orderer/common/blockcutter] Ordered -> DEBU ee1 Enqueuing message into batch +orderer.example.com | 2018-01-18 01:59:46.182 UTC [orderer/common/broadcast] Handle -> DEBU ee2 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 01:59:46.183 UTC [orderer/common/broadcast] Handle -> WARN ee3 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 01:59:46.184 UTC [orderer/main] func1 -> DEBU ee4 Closing Broadcast stream +orderer.example.com | 2018-01-18 01:59:48.183 UTC [orderer/solo] main -> DEBU ee5 Batch timer expired, creating block +orderer.example.com | 2018-01-18 01:59:48.183 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ee6 retrieveBlockByNumber() - blockNum = [3] +orderer.example.com | 2018-01-18 01:59:48.183 UTC [fsblkstorage] newBlockfileStream -> DEBU ee7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +orderer.example.com | 2018-01-18 01:59:48.183 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ee8 Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:48.183 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ee9 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +orderer.example.com | 2018-01-18 01:59:48.184 UTC [orderer/multichain] addBlockSignature -> DEBU eea &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +orderer.example.com | 2018-01-18 01:59:48.184 UTC [orderer/multichain] addBlockSignature -> DEBU eeb &{} +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp] GetLocalMSP -> DEBU eec Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp] GetDefaultSigningIdentity -> DEBU eed Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp] GetLocalMSP -> DEBU eee Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp] GetDefaultSigningIdentity -> DEBU eef Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp/identity] Sign -> DEBU ef0 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...3735B56DC62A2CCCB5080A8B6EF4E8DA +orderer.example.com | 2018-01-18 01:59:48.184 UTC [msp/identity] Sign -> DEBU ef1 Sign: digest: 8B938DD8A2AB2424E817CBACB3749BEC57D8F3E91A2D16213AD6EEDFECB83DE8 +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp] GetLocalMSP -> DEBU ef2 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp] GetDefaultSigningIdentity -> DEBU ef3 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:48.185 UTC [orderer/multichain] addLastConfigSignature -> DEBU ef4 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp] GetLocalMSP -> DEBU ef5 Returning existing local MSP +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp] GetDefaultSigningIdentity -> DEBU ef6 Obtaining default signing identity +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp/identity] Sign -> DEBU ef7 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...3735B56DC62A2CCCB5080A8B6EF4E8DA +orderer.example.com | 2018-01-18 01:59:48.185 UTC [msp/identity] Sign -> DEBU ef8 Sign: digest: D7E97D05D33C08C91A2092B621DD6386B7B08D645448C25CB415FD00AC269E2F +orderer.example.com | 2018-01-18 01:59:48.188 UTC [fsblkstorage] indexBlock -> DEBU ef9 Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +orderer.example.com | txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 +orderer.example.com | ] +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] updateCheckpoint -> DEBU efa Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49886], isChainEmpty=[false], lastBlockNumber=[4] +orderer.example.com | 2018-01-18 01:59:48.189 UTC [orderer/multichain] WriteBlock -> DEBU efb [channel: businesschannel] Wrote block 4 +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU efd retrieveBlockByNumber() - blockNum = [4] +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] newBlockfileStream -> DEBU efe newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU eff Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f00 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +orderer.example.com | 2018-01-18 01:59:48.190 UTC [orderer/common/deliver] Handle -> DEBU f01 [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 01:59:48.189 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU efc retrieveBlockByNumber() - blockNum = [4] +orderer.example.com | 2018-01-18 01:59:48.190 UTC [fsblkstorage] newBlockfileStream -> DEBU f02 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +orderer.example.com | 2018-01-18 01:59:48.191 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f03 Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 01:59:48.191 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f04 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +orderer.example.com | 2018-01-18 01:59:48.191 UTC [orderer/common/deliver] Handle -> DEBU f05 [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 02:00:09.277 UTC [orderer/main] Broadcast -> DEBU f06 Starting new Broadcast handler +orderer.example.com | 2018-01-18 02:00:09.277 UTC [orderer/common/broadcast] Handle -> DEBU f07 Starting new broadcast loop +orderer.example.com | 2018-01-18 02:00:09.301 UTC [orderer/common/broadcast] Handle -> DEBU f08 [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 02:00:09.301 UTC [policies] GetPolicy -> DEBU f09 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 02:00:09.301 UTC [cauthdsl] func1 -> DEBU f0a 0xc42014ab78 gate 1516240809301525227 evaluation starts +orderer.example.com | 2018-01-18 02:00:09.301 UTC [cauthdsl] func2 -> DEBU f0b 0xc42014ab78 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:09.301 UTC [cauthdsl] func2 -> DEBU f0c 0xc42014ab78 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:09.302 UTC [msp/identity] newIdentity -> DEBU f0d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f0e 0xc42014ab78 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f0f 0xc42014ab78 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func1 -> DEBU f10 0xc42014ab78 gate 1516240809301525227 evaluation fails +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func1 -> DEBU f11 0xc42014ab88 gate 1516240809302659660 evaluation starts +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f12 0xc42014ab88 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f13 0xc42014ab88 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:09.303 UTC [msp/identity] newIdentity -> DEBU f14 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:09.303 UTC [msp] SatisfiesPrincipal -> DEBU f15 Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 02:00:09.303 UTC [msp] Validate -> DEBU f16 MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 02:00:09.303 UTC [cauthdsl] func2 -> DEBU f17 0xc42014ab88 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:09.303 UTC [msp/identity] Verify -> DEBU f18 Verify: digest = 00000000 96 19 82 b0 1b 1a 93 1b 3d 3e e0 a8 79 46 e4 3a |........=>..yF.:| +orderer.example.com | 00000010 f1 cf d7 e3 5b 10 7a b2 c4 12 37 e6 82 85 64 1a |....[.z...7...d.| +orderer.example.com | 2018-01-18 02:00:09.303 UTC [msp/identity] Verify -> DEBU f19 Verify: sig = 00000000 30 45 02 21 00 97 aa 92 1b a1 52 43 4a 9f 30 36 |0E.!......RCJ.06| +orderer.example.com | 00000010 ae 07 d0 26 0f c9 ca 95 f5 7f 64 a6 fa 13 d8 25 |...&......d....%| +orderer.example.com | 00000020 01 fa f0 84 8f 02 20 3b 8f 60 cf 38 b2 c3 12 0c |...... ;.`.8....| +orderer.example.com | 00000030 81 7f 0c e7 ca 92 c9 fe 1e b4 fb ad 1c d8 13 f3 |................| +orderer.example.com | 00000040 ff 74 37 7f 36 eb 12 |.t7.6..| +orderer.example.com | 2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f1a 0xc42014ab88 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:09.304 UTC [cauthdsl] func1 -> DEBU f1b 0xc42014ab88 gate 1516240809302659660 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:09.304 UTC [orderer/common/sigfilter] Apply -> DEBU f1c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 02:00:09.304 UTC [orderer/common/broadcast] Handle -> DEBU f1d [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 02:00:09.304 UTC [policies] GetPolicy -> DEBU f1e Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 02:00:09.304 UTC [cauthdsl] func1 -> DEBU f1f 0xc420026260 gate 1516240809304605586 evaluation starts +orderer.example.com | 2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f20 0xc420026260 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f21 0xc420026260 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:09.305 UTC [msp/identity] newIdentity -> DEBU f22 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:09.305 UTC [cauthdsl] func2 -> DEBU f23 0xc420026260 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +orderer.example.com | 2018-01-18 02:00:09.305 UTC [cauthdsl] func2 -> DEBU f24 0xc420026260 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:09.305 UTC [cauthdsl] func1 -> DEBU f25 0xc420026260 gate 1516240809304605586 evaluation fails +orderer.example.com | 2018-01-18 02:00:09.306 UTC [cauthdsl] func1 -> DEBU f26 0xc420026270 gate 1516240809305997390 evaluation starts +orderer.example.com | 2018-01-18 02:00:09.306 UTC [cauthdsl] func2 -> DEBU f27 0xc420026270 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:09.306 UTC [cauthdsl] func2 -> DEBU f28 0xc420026270 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:09.306 UTC [msp/identity] newIdentity -> DEBU f29 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +orderer.example.com | xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +orderer.example.com | ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +orderer.example.com | gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +orderer.example.com | xHTBvxfK6mAzmUitFmY= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:09.307 UTC [msp] SatisfiesPrincipal -> DEBU f2a Checking if identity satisfies MEMBER role for Org1MSP +orderer.example.com | 2018-01-18 02:00:09.307 UTC [msp] Validate -> DEBU f2b MSP Org1MSP validating identity +orderer.example.com | 2018-01-18 02:00:09.307 UTC [cauthdsl] func2 -> DEBU f2c 0xc420026270 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:09.307 UTC [msp/identity] Verify -> DEBU f2d Verify: digest = 00000000 96 19 82 b0 1b 1a 93 1b 3d 3e e0 a8 79 46 e4 3a |........=>..yF.:| +orderer.example.com | 00000010 f1 cf d7 e3 5b 10 7a b2 c4 12 37 e6 82 85 64 1a |....[.z...7...d.| +orderer.example.com | 2018-01-18 02:00:09.307 UTC [msp/identity] Verify -> DEBU f2e Verify: sig = 00000000 30 45 02 21 00 97 aa 92 1b a1 52 43 4a 9f 30 36 |0E.!......RCJ.06| +orderer.example.com | 00000010 ae 07 d0 26 0f c9 ca 95 f5 7f 64 a6 fa 13 d8 25 |...&......d....%| +orderer.example.com | 00000020 01 fa f0 84 8f 02 20 3b 8f 60 cf 38 b2 c3 12 0c |...... ;.`.8....| +orderer.example.com | 00000030 81 7f 0c e7 ca 92 c9 fe 1e b4 fb ad 1c d8 13 f3 |................| +orderer.example.com | 00000040 ff 74 37 7f 36 eb 12 |.t7.6..| +orderer.example.com | 2018-01-18 02:00:09.308 UTC [cauthdsl] func2 -> DEBU f2f 0xc420026270 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:09.308 UTC [cauthdsl] func1 -> DEBU f30 0xc420026270 gate 1516240809305997390 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:09.308 UTC [orderer/common/sigfilter] Apply -> DEBU f31 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 02:00:09.308 UTC [orderer/common/blockcutter] Ordered -> DEBU f32 Enqueuing message into batch +orderer.example.com | 2018-01-18 02:00:09.309 UTC [orderer/common/broadcast] Handle -> WARN f33 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:09.309 UTC [orderer/main] func1 -> DEBU f34 Closing Broadcast stream +orderer.example.com | 2018-01-18 02:00:11.308 UTC [orderer/solo] main -> DEBU f35 Batch timer expired, creating block +orderer.example.com | 2018-01-18 02:00:11.309 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f36 retrieveBlockByNumber() - blockNum = [4] +orderer.example.com | 2018-01-18 02:00:11.309 UTC [fsblkstorage] newBlockfileStream -> DEBU f37 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +orderer.example.com | 2018-01-18 02:00:11.310 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f38 Remaining bytes=[5215], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:11.310 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f39 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +orderer.example.com | 2018-01-18 02:00:11.310 UTC [orderer/multichain] addBlockSignature -> DEBU f3a &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +orderer.example.com | 2018-01-18 02:00:11.310 UTC [orderer/multichain] addBlockSignature -> DEBU f3b &{} +orderer.example.com | 2018-01-18 02:00:11.310 UTC [msp] GetLocalMSP -> DEBU f3c Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:11.310 UTC [msp] GetDefaultSigningIdentity -> DEBU f3d Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:11.311 UTC [msp] GetLocalMSP -> DEBU f3e Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:11.311 UTC [msp] GetDefaultSigningIdentity -> DEBU f3f Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:11.311 UTC [msp/identity] Sign -> DEBU f40 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...F5AFC3E2E26272A2C289CCF8EC919A40 +orderer.example.com | 2018-01-18 02:00:11.311 UTC [msp/identity] Sign -> DEBU f41 Sign: digest: 41F5C2FFD4E3F3764631F0CC9B51423E80B0CFD028C567638CB15B3492EFC43E +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp] GetLocalMSP -> DEBU f42 Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp] GetDefaultSigningIdentity -> DEBU f43 Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:11.312 UTC [orderer/multichain] addLastConfigSignature -> DEBU f44 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp] GetLocalMSP -> DEBU f45 Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp] GetDefaultSigningIdentity -> DEBU f46 Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp/identity] Sign -> DEBU f47 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...F5AFC3E2E26272A2C289CCF8EC919A40 +orderer.example.com | 2018-01-18 02:00:11.312 UTC [msp/identity] Sign -> DEBU f48 Sign: digest: 0160E79333D6FA9A4EF397B28B5D14C832E73DF1CC892344EA3D7A9D6F5E8C07 +orderer.example.com | 2018-01-18 02:00:11.316 UTC [fsblkstorage] indexBlock -> DEBU f49 Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +orderer.example.com | txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 +orderer.example.com | ] +orderer.example.com | 2018-01-18 02:00:11.316 UTC [fsblkstorage] updateCheckpoint -> DEBU f4a Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54560], isChainEmpty=[false], lastBlockNumber=[5] +orderer.example.com | 2018-01-18 02:00:11.316 UTC [orderer/multichain] WriteBlock -> DEBU f4b [channel: businesschannel] Wrote block 5 +orderer.example.com | 2018-01-18 02:00:11.316 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f4c retrieveBlockByNumber() - blockNum = [5] +orderer.example.com | 2018-01-18 02:00:11.316 UTC [fsblkstorage] newBlockfileStream -> DEBU f4d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +orderer.example.com | 2018-01-18 02:00:11.317 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f4e Remaining bytes=[4674], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:11.317 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f4f Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +orderer.example.com | 2018-01-18 02:00:11.317 UTC [orderer/common/deliver] Handle -> DEBU f50 [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 02:00:11.317 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f51 retrieveBlockByNumber() - blockNum = [5] +orderer.example.com | 2018-01-18 02:00:11.317 UTC [fsblkstorage] newBlockfileStream -> DEBU f52 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +orderer.example.com | 2018-01-18 02:00:11.319 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f53 Remaining bytes=[4674], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:11.319 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f54 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +orderer.example.com | 2018-01-18 02:00:11.320 UTC [orderer/common/deliver] Handle -> DEBU f55 [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 02:00:26.293 UTC [orderer/main] Broadcast -> DEBU f56 Starting new Broadcast handler +orderer.example.com | 2018-01-18 02:00:26.293 UTC [orderer/common/broadcast] Handle -> DEBU f57 Starting new broadcast loop +orderer.example.com | 2018-01-18 02:00:26.323 UTC [orderer/common/broadcast] Handle -> DEBU f58 [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 02:00:26.323 UTC [policies] GetPolicy -> DEBU f59 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 02:00:26.323 UTC [cauthdsl] func1 -> DEBU f5a 0xc42014ac10 gate 1516240826323776444 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.323 UTC [cauthdsl] func2 -> DEBU f5b 0xc42014ac10 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.323 UTC [cauthdsl] func2 -> DEBU f5c 0xc42014ac10 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.324 UTC [msp/identity] newIdentity -> DEBU f5d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f5e 0xc42014ac10 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +orderer.example.com | 2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f5f 0xc42014ac10 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:26.324 UTC [cauthdsl] func1 -> DEBU f60 0xc42014ac10 gate 1516240826323776444 evaluation fails +orderer.example.com | 2018-01-18 02:00:26.324 UTC [cauthdsl] func1 -> DEBU f61 0xc42014ac20 gate 1516240826324933565 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f62 0xc42014ac20 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f63 0xc42014ac20 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.325 UTC [msp/identity] newIdentity -> DEBU f64 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f65 0xc42014ac20 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +orderer.example.com | 2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f66 0xc42014ac20 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:26.325 UTC [cauthdsl] func1 -> DEBU f67 0xc42014ac20 gate 1516240826324933565 evaluation fails +orderer.example.com | 2018-01-18 02:00:26.326 UTC [cauthdsl] func1 -> DEBU f68 0xc42014ac30 gate 1516240826326025519 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.326 UTC [cauthdsl] func2 -> DEBU f69 0xc42014ac30 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.326 UTC [cauthdsl] func2 -> DEBU f6a 0xc42014ac30 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.326 UTC [msp/identity] newIdentity -> DEBU f6b Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.326 UTC [msp] SatisfiesPrincipal -> DEBU f6c Checking if identity satisfies MEMBER role for Org2MSP +orderer.example.com | 2018-01-18 02:00:26.326 UTC [msp] Validate -> DEBU f6d MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 02:00:26.327 UTC [cauthdsl] func2 -> DEBU f6e 0xc42014ac30 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:26.327 UTC [msp/identity] Verify -> DEBU f6f Verify: digest = 00000000 41 86 c1 8f 5d 78 6d 5b 0b a3 49 3c af bd 81 5d |A...]xm[..I<...]| +orderer.example.com | 00000010 aa 9e 24 eb 91 62 77 67 3e 0b 1a a3 87 0a 62 e8 |..$..bwg>.....b.| +orderer.example.com | 2018-01-18 02:00:26.328 UTC [msp/identity] Verify -> DEBU f70 Verify: sig = 00000000 30 44 02 20 61 5b 5f 47 d9 9c 61 24 67 7c c3 10 |0D. a[_G..a$g|..| +orderer.example.com | 00000010 de 77 61 e1 7c 05 55 ec 7c 58 af 8c 42 42 89 7a |.wa.|.U.|X..BB.z| +orderer.example.com | 00000020 1d db ea d1 02 20 0f 19 02 c4 a9 ea b6 17 28 29 |..... ........()| +orderer.example.com | 00000030 f3 eb 90 dd 3a 9e 40 36 d4 92 e5 59 8c 39 d1 f6 |....:.@6...Y.9..| +orderer.example.com | 00000040 9d 13 2a 4b 0c 90 |..*K..| +orderer.example.com | 2018-01-18 02:00:26.329 UTC [cauthdsl] func2 -> DEBU f71 0xc42014ac30 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:26.329 UTC [cauthdsl] func1 -> DEBU f72 0xc42014ac30 gate 1516240826326025519 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:26.329 UTC [orderer/common/sigfilter] Apply -> DEBU f73 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 02:00:26.330 UTC [orderer/common/broadcast] Handle -> DEBU f74 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +orderer.example.com | 2018-01-18 02:00:26.331 UTC [policies] GetPolicy -> DEBU f75 Returning policy Writers for evaluation +orderer.example.com | 2018-01-18 02:00:26.331 UTC [cauthdsl] func1 -> DEBU f76 0xc42014ac48 gate 1516240826331671894 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.331 UTC [cauthdsl] func2 -> DEBU f77 0xc42014ac48 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.331 UTC [cauthdsl] func2 -> DEBU f78 0xc42014ac48 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.332 UTC [msp/identity] newIdentity -> DEBU f79 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7a 0xc42014ac48 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7b 0xc42014ac48 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func1 -> DEBU f7c 0xc42014ac48 gate 1516240826331671894 evaluation fails +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func1 -> DEBU f7d 0xc42014ac58 gate 1516240826332453103 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7e 0xc42014ac58 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7f 0xc42014ac58 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.332 UTC [msp/identity] newIdentity -> DEBU f80 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f81 0xc42014ac58 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f82 0xc42014ac58 principal evaluation fails +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func1 -> DEBU f83 0xc42014ac58 gate 1516240826332453103 evaluation fails +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func1 -> DEBU f84 0xc42014ac68 gate 1516240826333329965 evaluation starts +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f85 0xc42014ac68 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f86 0xc42014ac68 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:26.333 UTC [msp/identity] newIdentity -> DEBU f87 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +orderer.example.com | MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +orderer.example.com | cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +orderer.example.com | Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +orderer.example.com | WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +orderer.example.com | U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +orderer.example.com | MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +orderer.example.com | mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +orderer.example.com | A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +orderer.example.com | ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +orderer.example.com | 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +orderer.example.com | AXYxULZpXYDQXt1KaLI= +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:26.336 UTC [orderer/common/broadcast] Handle -> WARN f88 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:26.336 UTC [orderer/main] func1 -> DEBU f89 Closing Broadcast stream +orderer.example.com | 2018-01-18 02:00:26.337 UTC [msp] SatisfiesPrincipal -> DEBU f8a Checking if identity satisfies MEMBER role for Org2MSP +orderer.example.com | 2018-01-18 02:00:26.337 UTC [msp] Validate -> DEBU f8b MSP Org2MSP validating identity +orderer.example.com | 2018-01-18 02:00:26.337 UTC [cauthdsl] func2 -> DEBU f8c 0xc42014ac68 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:26.338 UTC [msp/identity] Verify -> DEBU f8d Verify: digest = 00000000 41 86 c1 8f 5d 78 6d 5b 0b a3 49 3c af bd 81 5d |A...]xm[..I<...]| +orderer.example.com | 00000010 aa 9e 24 eb 91 62 77 67 3e 0b 1a a3 87 0a 62 e8 |..$..bwg>.....b.| +orderer.example.com | 2018-01-18 02:00:26.339 UTC [msp/identity] Verify -> DEBU f8e Verify: sig = 00000000 30 44 02 20 61 5b 5f 47 d9 9c 61 24 67 7c c3 10 |0D. a[_G..a$g|..| +orderer.example.com | 00000010 de 77 61 e1 7c 05 55 ec 7c 58 af 8c 42 42 89 7a |.wa.|.U.|X..BB.z| +orderer.example.com | 00000020 1d db ea d1 02 20 0f 19 02 c4 a9 ea b6 17 28 29 |..... ........()| +orderer.example.com | 00000030 f3 eb 90 dd 3a 9e 40 36 d4 92 e5 59 8c 39 d1 f6 |....:.@6...Y.9..| +orderer.example.com | 00000040 9d 13 2a 4b 0c 90 |..*K..| +orderer.example.com | 2018-01-18 02:00:26.339 UTC [cauthdsl] func2 -> DEBU f8f 0xc42014ac68 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:26.339 UTC [cauthdsl] func1 -> DEBU f90 0xc42014ac68 gate 1516240826333329965 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:26.339 UTC [orderer/common/sigfilter] Apply -> DEBU f91 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +orderer.example.com | 2018-01-18 02:00:26.340 UTC [orderer/common/blockcutter] Ordered -> DEBU f92 Enqueuing message into batch +orderer.example.com | 2018-01-18 02:00:28.348 UTC [orderer/solo] main -> DEBU f93 Batch timer expired, creating block +orderer.example.com | 2018-01-18 02:00:28.348 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f94 retrieveBlockByNumber() - blockNum = [5] +orderer.example.com | 2018-01-18 02:00:28.348 UTC [fsblkstorage] newBlockfileStream -> DEBU f95 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +orderer.example.com | 2018-01-18 02:00:28.349 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f96 Remaining bytes=[4674], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.349 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f97 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +orderer.example.com | 2018-01-18 02:00:28.357 UTC [orderer/multichain] addBlockSignature -> DEBU f98 &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +orderer.example.com | 2018-01-18 02:00:28.359 UTC [orderer/multichain] addBlockSignature -> DEBU f99 &{} +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp] GetLocalMSP -> DEBU f9a Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp] GetDefaultSigningIdentity -> DEBU f9b Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp] GetLocalMSP -> DEBU f9c Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp] GetDefaultSigningIdentity -> DEBU f9d Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp/identity] Sign -> DEBU f9e Sign: plaintext: 0AFA050A0A4F7264657265724D535012...4EAA05659B82E25AB8B5F70E14686F7D +orderer.example.com | 2018-01-18 02:00:28.360 UTC [msp/identity] Sign -> DEBU f9f Sign: digest: F76C3255731275255EADBB7C0048B4406FF4684ED39790721AFE4FE67BC36CC1 +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp] GetLocalMSP -> DEBU fa0 Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp] GetDefaultSigningIdentity -> DEBU fa1 Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:28.361 UTC [orderer/multichain] addLastConfigSignature -> DEBU fa2 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp] GetLocalMSP -> DEBU fa3 Returning existing local MSP +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp] GetDefaultSigningIdentity -> DEBU fa4 Obtaining default signing identity +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp/identity] Sign -> DEBU fa5 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...4EAA05659B82E25AB8B5F70E14686F7D +orderer.example.com | 2018-01-18 02:00:28.361 UTC [msp/identity] Sign -> DEBU fa6 Sign: digest: EA2FF3B9A0ABFE801A00922F42B11F81CB185585F46550AB5A38926F66CC3740 +orderer.example.com | 2018-01-18 02:00:28.381 UTC [fsblkstorage] indexBlock -> DEBU fa7 Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +orderer.example.com | txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +orderer.example.com | ] +orderer.example.com | 2018-01-18 02:00:28.381 UTC [fsblkstorage] updateCheckpoint -> DEBU fa8 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59235], isChainEmpty=[false], lastBlockNumber=[6] +orderer.example.com | 2018-01-18 02:00:28.382 UTC [orderer/multichain] WriteBlock -> DEBU fa9 [channel: businesschannel] Wrote block 6 +orderer.example.com | 2018-01-18 02:00:28.382 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU faa retrieveBlockByNumber() - blockNum = [6] +orderer.example.com | 2018-01-18 02:00:28.383 UTC [fsblkstorage] newBlockfileStream -> DEBU fac newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +orderer.example.com | 2018-01-18 02:00:28.383 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fad Remaining bytes=[4675], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.384 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fae Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +orderer.example.com | 2018-01-18 02:00:28.384 UTC [orderer/common/deliver] Handle -> DEBU faf [channel: businesschannel] Delivering block for (0xc4208701a0) +orderer.example.com | 2018-01-18 02:00:28.382 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fab retrieveBlockByNumber() - blockNum = [6] +orderer.example.com | 2018-01-18 02:00:28.390 UTC [fsblkstorage] newBlockfileStream -> DEBU fb0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +orderer.example.com | 2018-01-18 02:00:28.391 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fb1 Remaining bytes=[4675], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.391 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fb2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +orderer.example.com | 2018-01-18 02:00:28.392 UTC [orderer/common/deliver] Handle -> DEBU fb3 [channel: businesschannel] Delivering block for (0xc42022a4a0) +orderer.example.com | 2018-01-18 02:00:28.657 UTC [orderer/main] Deliver -> DEBU fb4 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:28.657 UTC [orderer/common/deliver] Handle -> DEBU fb5 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:28.657 UTC [orderer/common/deliver] Handle -> DEBU fb6 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:28.658 UTC [policies] GetPolicy -> DEBU fb7 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:28.658 UTC [cauthdsl] func1 -> DEBU fb8 0xc42014ac90 gate 1516240828658245825 evaluation starts +orderer.example.com | 2018-01-18 02:00:28.658 UTC [cauthdsl] func2 -> DEBU fb9 0xc42014ac90 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:28.658 UTC [cauthdsl] func2 -> DEBU fba 0xc42014ac90 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:28.658 UTC [msp/identity] newIdentity -> DEBU fbb Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:28.659 UTC [msp] SatisfiesPrincipal -> DEBU fbc Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:28.659 UTC [msp] Validate -> DEBU fbd MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:28.660 UTC [cauthdsl] func2 -> DEBU fbe 0xc42014ac90 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:28.660 UTC [msp/identity] Verify -> DEBU fbf Verify: digest = 00000000 d5 4d 4a d1 b9 89 dc 80 8b ec d0 2f bd da 9e 42 |.MJ......../...B| +orderer.example.com | 00000010 3b 65 d4 db 9f 58 dc 3e 34 19 4a f1 2c 34 11 bf |;e...X.>4.J.,4..| +orderer.example.com | 2018-01-18 02:00:28.660 UTC [msp/identity] Verify -> DEBU fc0 Verify: sig = 00000000 30 45 02 21 00 f1 56 d1 53 8b 25 9c 50 8c 40 7d |0E.!..V.S.%.P.@}| +orderer.example.com | 00000010 47 ff b1 5a df d2 67 fb 11 7a 23 a9 8c f9 1e 7b |G..Z..g..z#....{| +orderer.example.com | 00000020 35 85 4d d7 f9 02 20 13 e8 2e 13 6a e3 17 5c 27 |5.M... ....j..\'| +orderer.example.com | 00000030 13 9a a2 06 56 a6 b5 c6 2f a5 fc 8f 3d 45 3c f4 |....V.../...=E<.| +orderer.example.com | 00000040 7b 85 c5 88 02 04 24 |{.....$| +orderer.example.com | 2018-01-18 02:00:28.660 UTC [cauthdsl] func2 -> DEBU fc1 0xc42014ac90 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:28.660 UTC [cauthdsl] func1 -> DEBU fc2 0xc42014ac90 gate 1516240828658245825 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:28.661 UTC [orderer/common/sigfilter] Apply -> DEBU fc3 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:28.661 UTC [orderer/common/deliver] Handle -> DEBU fc4 [channel: businesschannel] Received seekInfo (0xc420b24e40) start: > stop: > +orderer.example.com | 2018-01-18 02:00:28.661 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fc5 retrieveBlockByNumber() - blockNum = [6] +orderer.example.com | 2018-01-18 02:00:28.662 UTC [fsblkstorage] newBlockfileStream -> DEBU fc6 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +orderer.example.com | 2018-01-18 02:00:28.662 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fc7 Remaining bytes=[4675], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.662 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fc8 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +orderer.example.com | 2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fc9 [channel: businesschannel] Delivering block for (0xc420b24e40) +orderer.example.com | 2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fca [channel: businesschannel] Done delivering for (0xc420b24e40), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fcb Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:28.664 UTC [orderer/common/deliver] Handle -> WARN fcc Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:28.665 UTC [orderer/main] func1 -> DEBU fcd Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:28.908 UTC [orderer/main] Deliver -> DEBU fce Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:28.908 UTC [orderer/common/deliver] Handle -> DEBU fcf Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:28.908 UTC [orderer/common/deliver] Handle -> DEBU fd0 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:28.909 UTC [policies] GetPolicy -> DEBU fd1 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:28.909 UTC [cauthdsl] func1 -> DEBU fd2 0xc42014acd8 gate 1516240828909257257 evaluation starts +orderer.example.com | 2018-01-18 02:00:28.909 UTC [cauthdsl] func2 -> DEBU fd3 0xc42014acd8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:28.909 UTC [cauthdsl] func2 -> DEBU fd4 0xc42014acd8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:28.909 UTC [msp/identity] newIdentity -> DEBU fd5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:28.910 UTC [msp] SatisfiesPrincipal -> DEBU fd6 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:28.910 UTC [msp] Validate -> DEBU fd7 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:28.910 UTC [cauthdsl] func2 -> DEBU fd8 0xc42014acd8 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:28.910 UTC [msp/identity] Verify -> DEBU fd9 Verify: digest = 00000000 24 cf 21 25 ee f7 a3 10 9b da 15 00 82 fd 1d 2d |$.!%...........-| +orderer.example.com | 00000010 9e d6 70 3c df bf 68 7f c9 c2 84 76 d8 c0 ea c0 |..p<..h....v....| +orderer.example.com | 2018-01-18 02:00:28.910 UTC [msp/identity] Verify -> DEBU fda Verify: sig = 00000000 30 44 02 20 18 8e 64 2d 67 99 06 2b e4 00 77 7e |0D. ..d-g..+..w~| +orderer.example.com | 00000010 f3 da fb 6c 3a 71 29 44 a2 ad a0 37 02 8f 70 f1 |...l:q)D...7..p.| +orderer.example.com | 00000020 65 d5 7f f5 02 20 1e 62 d5 5b 7b a7 ce b1 c6 99 |e.... .b.[{.....| +orderer.example.com | 00000030 74 dc 38 30 04 9c a6 2c 59 0f 9f 14 56 89 9f 0c |t.80...,Y...V...| +orderer.example.com | 00000040 1a 50 81 30 2a 23 |.P.0*#| +orderer.example.com | 2018-01-18 02:00:28.911 UTC [cauthdsl] func2 -> DEBU fdb 0xc42014acd8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:28.911 UTC [cauthdsl] func1 -> DEBU fdc 0xc42014acd8 gate 1516240828909257257 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:28.911 UTC [orderer/common/sigfilter] Apply -> DEBU fdd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:28.911 UTC [orderer/common/deliver] Handle -> DEBU fde [channel: businesschannel] Received seekInfo (0xc4208dfda0) start: > stop: > +orderer.example.com | 2018-01-18 02:00:28.913 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fdf retrieveBlockByNumber() - blockNum = [6] +orderer.example.com | 2018-01-18 02:00:28.913 UTC [fsblkstorage] newBlockfileStream -> DEBU fe0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +orderer.example.com | 2018-01-18 02:00:28.913 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fe1 Remaining bytes=[4675], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.913 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fe2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +orderer.example.com | 2018-01-18 02:00:28.913 UTC [orderer/common/deliver] Handle -> DEBU fe3 [channel: businesschannel] Delivering block for (0xc4208dfda0) +orderer.example.com | 2018-01-18 02:00:28.914 UTC [orderer/common/deliver] Handle -> DEBU fe4 [channel: businesschannel] Done delivering for (0xc4208dfda0), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:28.915 UTC [orderer/common/deliver] Handle -> DEBU fe5 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:28.917 UTC [policies] GetPolicy -> DEBU fe6 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:28.917 UTC [cauthdsl] func1 -> DEBU fe7 0xc42014a058 gate 1516240828917345111 evaluation starts +orderer.example.com | 2018-01-18 02:00:28.917 UTC [cauthdsl] func2 -> DEBU fe8 0xc42014a058 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:28.917 UTC [cauthdsl] func2 -> DEBU fe9 0xc42014a058 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:28.917 UTC [msp/identity] newIdentity -> DEBU fea Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:28.917 UTC [msp] SatisfiesPrincipal -> DEBU feb Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:28.917 UTC [msp] Validate -> DEBU fec MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:28.918 UTC [cauthdsl] func2 -> DEBU fed 0xc42014a058 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:28.918 UTC [msp/identity] Verify -> DEBU fee Verify: digest = 00000000 8c 69 bf 6b b0 96 b1 b5 5a 42 15 d7 ee d6 ef ac |.i.k....ZB......| +orderer.example.com | 00000010 60 83 9a 47 0a 92 4d 52 e9 33 5e 70 3b 88 27 7b |`..G..MR.3^p;.'{| +orderer.example.com | 2018-01-18 02:00:28.918 UTC [msp/identity] Verify -> DEBU fef Verify: sig = 00000000 30 44 02 20 62 e8 50 55 c9 6f 7c 61 f6 de b7 3b |0D. b.PU.o|a...;| +orderer.example.com | 00000010 31 a8 22 11 28 3a a9 1e cd a6 cc cc 7e e2 60 7c |1.".(:......~.`|| +orderer.example.com | 00000020 e4 e3 75 0b 02 20 71 9b 98 38 29 35 20 d2 ea 15 |..u.. q..8)5 ...| +orderer.example.com | 00000030 b0 f1 37 bb 58 0a 5c f1 4f ef bf 91 09 8d 71 78 |..7.X.\.O.....qx| +orderer.example.com | 00000040 18 9f 8c 7e 3e e1 |...~>.| +orderer.example.com | 2018-01-18 02:00:28.918 UTC [cauthdsl] func2 -> DEBU ff0 0xc42014a058 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:28.918 UTC [cauthdsl] func1 -> DEBU ff1 0xc42014a058 gate 1516240828917345111 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:28.918 UTC [orderer/common/sigfilter] Apply -> DEBU ff2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:28.918 UTC [orderer/common/deliver] Handle -> DEBU ff3 [channel: businesschannel] Received seekInfo (0xc420a781e0) start: > stop: > +orderer.example.com | 2018-01-18 02:00:28.918 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ff4 retrieveBlockByNumber() - blockNum = [2] +orderer.example.com | 2018-01-18 02:00:28.918 UTC [fsblkstorage] newBlockfileStream -> DEBU ff5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +orderer.example.com | 2018-01-18 02:00:28.919 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff6 Remaining bytes=[33569], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:28.919 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff7 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +orderer.example.com | 2018-01-18 02:00:28.919 UTC [orderer/common/deliver] Handle -> DEBU ff8 [channel: businesschannel] Delivering block for (0xc420a781e0) +orderer.example.com | 2018-01-18 02:00:28.920 UTC [orderer/common/deliver] Handle -> DEBU ff9 [channel: businesschannel] Done delivering for (0xc420a781e0), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:28.920 UTC [orderer/common/deliver] Handle -> DEBU ffa Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:28.927 UTC [orderer/common/deliver] Handle -> WARN ffb Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:28.927 UTC [orderer/main] func1 -> DEBU ffc Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.070 UTC [orderer/main] Deliver -> DEBU ffd Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.070 UTC [orderer/common/deliver] Handle -> DEBU ffe Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.070 UTC [orderer/common/deliver] Handle -> DEBU fff Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.071 UTC [policies] GetPolicy -> DEBU 1000 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.071 UTC [cauthdsl] func1 -> DEBU 1001 0xc420026028 gate 1516240829071903393 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.071 UTC [cauthdsl] func2 -> DEBU 1002 0xc420026028 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.071 UTC [cauthdsl] func2 -> DEBU 1003 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.072 UTC [msp/identity] newIdentity -> DEBU 1004 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.072 UTC [msp] SatisfiesPrincipal -> DEBU 1005 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.072 UTC [msp] Validate -> DEBU 1006 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.072 UTC [cauthdsl] func2 -> DEBU 1007 0xc420026028 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.072 UTC [msp/identity] Verify -> DEBU 1008 Verify: digest = 00000000 65 12 3c 11 a2 4e 86 a8 47 e7 76 6f 87 c2 b3 38 |e.<..N..G.vo...8| +orderer.example.com | 00000010 6c e2 3c e9 4d 71 09 4e ab d3 05 84 fa 51 4b 22 |l.<.Mq.N.....QK"| +orderer.example.com | 2018-01-18 02:00:29.072 UTC [msp/identity] Verify -> DEBU 1009 Verify: sig = 00000000 30 44 02 20 12 62 19 57 d6 a2 92 51 d8 15 48 a1 |0D. .b.W...Q..H.| +orderer.example.com | 00000010 ad 02 9c 2d 0c 9f c6 de 9f e6 0a 87 83 f5 43 c0 |...-..........C.| +orderer.example.com | 00000020 64 ff 8d 7a 02 20 45 07 0e f6 77 03 43 f9 63 dd |d..z. E...w.C.c.| +orderer.example.com | 00000030 fd 1b ab 6b 7d 57 59 f6 da 89 58 f4 37 51 1a 62 |...k}WY...X.7Q.b| +orderer.example.com | 00000040 74 52 3c fb 59 2d |tR<.Y-| +orderer.example.com | 2018-01-18 02:00:29.072 UTC [cauthdsl] func2 -> DEBU 100a 0xc420026028 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.072 UTC [cauthdsl] func1 -> DEBU 100b 0xc420026028 gate 1516240829071903393 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.072 UTC [orderer/common/sigfilter] Apply -> DEBU 100c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.072 UTC [orderer/common/deliver] Handle -> DEBU 100d [channel: businesschannel] Received seekInfo (0xc420b24280) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.072 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 100e retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 02:00:29.072 UTC [fsblkstorage] newBlockfileStream -> DEBU 100f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 02:00:29.072 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1010 Remaining bytes=[59235], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.073 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1011 Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1012 [channel: businesschannel] Delivering block for (0xc420b24280) +orderer.example.com | 2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1013 [channel: businesschannel] Done delivering for (0xc420b24280), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1014 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.077 UTC [orderer/common/deliver] Handle -> WARN 1015 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:29.077 UTC [orderer/main] func1 -> DEBU 1016 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.287 UTC [orderer/main] Deliver -> DEBU 1017 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.287 UTC [orderer/common/deliver] Handle -> DEBU 1018 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.287 UTC [orderer/common/deliver] Handle -> DEBU 1019 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.288 UTC [policies] GetPolicy -> DEBU 101a Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.288 UTC [cauthdsl] func1 -> DEBU 101b 0xc42014a5a0 gate 1516240829288989595 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 101c 0xc42014a5a0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 101d 0xc42014a5a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.289 UTC [msp/identity] newIdentity -> DEBU 101e Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.289 UTC [msp] SatisfiesPrincipal -> DEBU 101f Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.289 UTC [msp] Validate -> DEBU 1020 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 1021 0xc42014a5a0 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.289 UTC [msp/identity] Verify -> DEBU 1022 Verify: digest = 00000000 b2 35 16 42 a6 c3 55 da 5e 38 bf b6 92 11 5a b5 |.5.B..U.^8....Z.| +orderer.example.com | 00000010 e9 0b a8 43 2c b0 ec 10 30 2a 40 60 b2 3f 38 a7 |...C,...0*@`.?8.| +orderer.example.com | 2018-01-18 02:00:29.289 UTC [msp/identity] Verify -> DEBU 1023 Verify: sig = 00000000 30 44 02 20 5b 10 e4 02 04 6a 48 6c 35 0d ef 13 |0D. [....jHl5...| +orderer.example.com | 00000010 4b fe 22 60 06 ac c7 60 4a 3d 90 86 69 60 17 eb |K."`...`J=..i`..| +orderer.example.com | 00000020 89 80 08 45 02 20 2c 6e 08 bc 97 18 ac ca 3d a1 |...E. ,n......=.| +orderer.example.com | 00000030 0a e2 7d fa 37 82 dd fa 53 aa e8 b7 3f 8d f2 eb |..}.7...S...?...| +orderer.example.com | 00000040 60 7d 93 d2 80 ad |`}....| +orderer.example.com | 2018-01-18 02:00:29.290 UTC [cauthdsl] func2 -> DEBU 1024 0xc42014a5a0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.290 UTC [cauthdsl] func1 -> DEBU 1025 0xc42014a5a0 gate 1516240829288989595 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.290 UTC [orderer/common/sigfilter] Apply -> DEBU 1026 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 1027 [channel: businesschannel] Received seekInfo (0xc42090bde0) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.290 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1028 retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 02:00:29.290 UTC [fsblkstorage] newBlockfileStream -> DEBU 1029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +orderer.example.com | 2018-01-18 02:00:29.290 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 102a Remaining bytes=[47301], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.290 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 102b Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +orderer.example.com | 2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102c [channel: businesschannel] Delivering block for (0xc42090bde0) +orderer.example.com | 2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102d [channel: businesschannel] Done delivering for (0xc42090bde0), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102e Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.298 UTC [orderer/common/deliver] Handle -> WARN 102f Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:29.298 UTC [orderer/main] func1 -> DEBU 1030 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.451 UTC [orderer/main] Deliver -> DEBU 1031 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.452 UTC [orderer/common/deliver] Handle -> DEBU 1032 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.452 UTC [orderer/common/deliver] Handle -> DEBU 1033 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.452 UTC [policies] GetPolicy -> DEBU 1034 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.453 UTC [cauthdsl] func1 -> DEBU 1035 0xc4200260b0 gate 1516240829453047126 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.453 UTC [cauthdsl] func2 -> DEBU 1036 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.453 UTC [cauthdsl] func2 -> DEBU 1037 0xc4200260b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.453 UTC [msp/identity] newIdentity -> DEBU 1038 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.454 UTC [msp] SatisfiesPrincipal -> DEBU 1039 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.454 UTC [msp] Validate -> DEBU 103a MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.454 UTC [cauthdsl] func2 -> DEBU 103b 0xc4200260b0 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.454 UTC [msp/identity] Verify -> DEBU 103c Verify: digest = 00000000 d0 f7 c7 01 35 76 09 54 7d c9 2e f5 26 77 ae 06 |....5v.T}...&w..| +orderer.example.com | 00000010 50 e2 fa 60 1c 12 ce 17 33 02 b0 8d 0c 55 8e 98 |P..`....3....U..| +orderer.example.com | 2018-01-18 02:00:29.454 UTC [msp/identity] Verify -> DEBU 103d Verify: sig = 00000000 30 44 02 20 72 01 bc fb 21 09 19 9c 3d 75 b3 a4 |0D. r...!...=u..| +orderer.example.com | 00000010 12 9e bd 2f af 50 80 4c a0 ef f9 67 16 b7 c1 55 |.../.P.L...g...U| +orderer.example.com | 00000020 1f 0a 16 9a 02 20 66 06 9a 72 e2 fd 4e 8e 9c 75 |..... f..r..N..u| +orderer.example.com | 00000030 47 f7 af 11 10 67 ef c7 c6 24 f1 87 a9 af 88 fc |G....g...$......| +orderer.example.com | 00000040 78 70 a8 75 1b e3 |xp.u..| +orderer.example.com | 2018-01-18 02:00:29.454 UTC [cauthdsl] func2 -> DEBU 103e 0xc4200260b0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.454 UTC [cauthdsl] func1 -> DEBU 103f 0xc4200260b0 gate 1516240829453047126 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.454 UTC [orderer/common/sigfilter] Apply -> DEBU 1040 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.454 UTC [orderer/common/deliver] Handle -> DEBU 1041 [channel: businesschannel] Received seekInfo (0xc420273fc0) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.454 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1042 retrieveBlockByNumber() - blockNum = [2] +orderer.example.com | 2018-01-18 02:00:29.454 UTC [fsblkstorage] newBlockfileStream -> DEBU 1043 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +orderer.example.com | 2018-01-18 02:00:29.455 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1044 Remaining bytes=[33569], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.455 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1045 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +orderer.example.com | 2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1046 [channel: businesschannel] Delivering block for (0xc420273fc0) +orderer.example.com | 2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1047 [channel: businesschannel] Done delivering for (0xc420273fc0), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1048 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.460 UTC [orderer/common/deliver] Handle -> WARN 1049 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:29.460 UTC [orderer/main] func1 -> DEBU 104a Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.603 UTC [orderer/main] Deliver -> DEBU 104b Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.603 UTC [orderer/common/deliver] Handle -> DEBU 104c Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.604 UTC [orderer/common/deliver] Handle -> DEBU 104d Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.605 UTC [policies] GetPolicy -> DEBU 104e Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.605 UTC [cauthdsl] func1 -> DEBU 104f 0xc42014a908 gate 1516240829605264679 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.605 UTC [cauthdsl] func2 -> DEBU 1050 0xc42014a908 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.605 UTC [cauthdsl] func2 -> DEBU 1051 0xc42014a908 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.605 UTC [msp/identity] newIdentity -> DEBU 1052 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.605 UTC [msp] SatisfiesPrincipal -> DEBU 1053 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.606 UTC [msp] Validate -> DEBU 1054 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.606 UTC [cauthdsl] func2 -> DEBU 1055 0xc42014a908 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.606 UTC [msp/identity] Verify -> DEBU 1056 Verify: digest = 00000000 cf f0 f4 40 7b 2e 13 9c 5f 1a 6f ec 5e 65 d7 5d |...@{..._.o.^e.]| +orderer.example.com | 00000010 7d 41 c6 a9 5c 1a f5 6d 46 b4 7a a0 33 7b b7 b6 |}A..\..mF.z.3{..| +orderer.example.com | 2018-01-18 02:00:29.606 UTC [msp/identity] Verify -> DEBU 1057 Verify: sig = 00000000 30 44 02 20 5d 91 28 c5 cb 5a 50 d9 9c 32 71 e1 |0D. ].(..ZP..2q.| +orderer.example.com | 00000010 cd c8 58 2d f6 82 3b 56 a4 a1 2a fe 5e 3b 2a b1 |..X-..;V..*.^;*.| +orderer.example.com | 00000020 5b f3 86 fd 02 20 15 a4 91 72 a6 24 db 44 84 aa |[.... ...r.$.D..| +orderer.example.com | 00000030 56 38 86 0d 1a 2f f4 06 e1 51 23 d4 f3 08 e7 06 |V8.../...Q#.....| +orderer.example.com | 00000040 49 b8 22 d4 f5 36 |I."..6| +orderer.example.com | 2018-01-18 02:00:29.606 UTC [cauthdsl] func2 -> DEBU 1058 0xc42014a908 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.606 UTC [cauthdsl] func1 -> DEBU 1059 0xc42014a908 gate 1516240829605264679 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.606 UTC [orderer/common/sigfilter] Apply -> DEBU 105a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.606 UTC [orderer/common/deliver] Handle -> DEBU 105b [channel: businesschannel] Received seekInfo (0xc420222b80) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.606 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 105c retrieveBlockByNumber() - blockNum = [3] +orderer.example.com | 2018-01-18 02:00:29.606 UTC [fsblkstorage] newBlockfileStream -> DEBU 105d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +orderer.example.com | 2018-01-18 02:00:29.606 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 105e Remaining bytes=[19779], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.606 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 105f Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +orderer.example.com | 2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1060 [channel: businesschannel] Delivering block for (0xc420222b80) +orderer.example.com | 2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1061 [channel: businesschannel] Done delivering for (0xc420222b80), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1062 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.612 UTC [orderer/common/deliver] Handle -> WARN 1063 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:29.612 UTC [orderer/main] func1 -> DEBU 1064 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.767 UTC [orderer/main] Deliver -> DEBU 1065 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.767 UTC [orderer/common/deliver] Handle -> DEBU 1066 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.767 UTC [orderer/common/deliver] Handle -> DEBU 1067 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.767 UTC [policies] GetPolicy -> DEBU 1068 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.768 UTC [cauthdsl] func1 -> DEBU 1069 0xc420026230 gate 1516240829768055043 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.768 UTC [cauthdsl] func2 -> DEBU 106a 0xc420026230 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.768 UTC [cauthdsl] func2 -> DEBU 106b 0xc420026230 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.768 UTC [msp/identity] newIdentity -> DEBU 106c Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.768 UTC [msp] SatisfiesPrincipal -> DEBU 106d Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.768 UTC [msp] Validate -> DEBU 106e MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.769 UTC [cauthdsl] func2 -> DEBU 106f 0xc420026230 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.769 UTC [msp/identity] Verify -> DEBU 1070 Verify: digest = 00000000 06 a7 1f 00 2b f6 e7 74 8d de c7 27 25 ac e1 9c |....+..t...'%...| +orderer.example.com | 00000010 77 c8 01 96 8f bd 89 cd d3 fc de f8 c5 00 22 e5 |w.............".| +orderer.example.com | 2018-01-18 02:00:29.769 UTC [msp/identity] Verify -> DEBU 1071 Verify: sig = 00000000 30 44 02 20 4f 63 98 0f 46 6a 7a 54 d4 fd 50 2b |0D. Oc..FjzT..P+| +orderer.example.com | 00000010 80 81 9e cb 4b f5 2c 07 75 59 ee 0e cc b6 64 ab |....K.,.uY....d.| +orderer.example.com | 00000020 2b 62 5e 43 02 20 63 68 a9 b0 d0 7f 49 65 6d 67 |+b^C. ch....Iemg| +orderer.example.com | 00000030 3a 7a f8 f7 43 44 5f a2 ca 79 ba 79 92 3e 4f 3d |:z..CD_..y.y.>O=| +orderer.example.com | 00000040 66 6a 87 ce a0 bb |fj....| +orderer.example.com | 2018-01-18 02:00:29.769 UTC [cauthdsl] func2 -> DEBU 1072 0xc420026230 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.769 UTC [cauthdsl] func1 -> DEBU 1073 0xc420026230 gate 1516240829768055043 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.769 UTC [orderer/common/sigfilter] Apply -> DEBU 1074 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.769 UTC [orderer/common/deliver] Handle -> DEBU 1075 [channel: businesschannel] Received seekInfo (0xc42033d620) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.769 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1076 retrieveBlockByNumber() - blockNum = [4] +orderer.example.com | 2018-01-18 02:00:29.769 UTC [fsblkstorage] newBlockfileStream -> DEBU 1077 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +orderer.example.com | 2018-01-18 02:00:29.769 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1078 Remaining bytes=[14564], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.769 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1079 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +orderer.example.com | 2018-01-18 02:00:29.769 UTC [orderer/common/deliver] Handle -> DEBU 107a [channel: businesschannel] Delivering block for (0xc42033d620) +orderer.example.com | 2018-01-18 02:00:29.770 UTC [orderer/common/deliver] Handle -> DEBU 107b [channel: businesschannel] Done delivering for (0xc42033d620), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.770 UTC [orderer/common/deliver] Handle -> DEBU 107c Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.776 UTC [orderer/common/deliver] Handle -> WARN 107d Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:29.776 UTC [orderer/main] func1 -> DEBU 107e Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:29.994 UTC [orderer/main] Deliver -> DEBU 107f Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:29.994 UTC [orderer/common/deliver] Handle -> DEBU 1080 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:29.994 UTC [orderer/common/deliver] Handle -> DEBU 1081 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:29.995 UTC [policies] GetPolicy -> DEBU 1082 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:29.996 UTC [cauthdsl] func1 -> DEBU 1083 0xc42014a988 gate 1516240829995996615 evaluation starts +orderer.example.com | 2018-01-18 02:00:29.996 UTC [cauthdsl] func2 -> DEBU 1084 0xc42014a988 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:29.996 UTC [cauthdsl] func2 -> DEBU 1085 0xc42014a988 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:29.996 UTC [msp/identity] newIdentity -> DEBU 1086 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:29.996 UTC [msp] SatisfiesPrincipal -> DEBU 1087 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:29.997 UTC [msp] Validate -> DEBU 1088 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:29.997 UTC [cauthdsl] func2 -> DEBU 1089 0xc42014a988 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:29.997 UTC [msp/identity] Verify -> DEBU 108a Verify: digest = 00000000 57 9a 8a 18 5d 01 a7 a0 23 d9 83 80 c7 fa 1b 75 |W...]...#......u| +orderer.example.com | 00000010 b5 cb 4d d5 cb 4f 9c 03 1a 35 4c 90 a4 f4 01 68 |..M..O...5L....h| +orderer.example.com | 2018-01-18 02:00:29.997 UTC [msp/identity] Verify -> DEBU 108b Verify: sig = 00000000 30 44 02 20 4e 54 52 55 0d f7 74 76 69 46 13 56 |0D. NTRU..tviF.V| +orderer.example.com | 00000010 9d f2 a0 de af 46 87 ac b5 fc 32 b2 e4 04 b8 de |.....F....2.....| +orderer.example.com | 00000020 ca 94 ea b7 02 20 56 d2 95 b1 ae d6 ad 7a 5a 84 |..... V......zZ.| +orderer.example.com | 00000030 ef 0c fd 4d ec e6 79 4c 03 b8 a5 19 66 44 a7 84 |...M..yL....fD..| +orderer.example.com | 00000040 c4 c1 bf 4e 97 a0 |...N..| +orderer.example.com | 2018-01-18 02:00:29.997 UTC [cauthdsl] func2 -> DEBU 108c 0xc42014a988 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:29.997 UTC [cauthdsl] func1 -> DEBU 108d 0xc42014a988 gate 1516240829995996615 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:29.997 UTC [orderer/common/sigfilter] Apply -> DEBU 108e Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:29.997 UTC [orderer/common/deliver] Handle -> DEBU 108f [channel: businesschannel] Received seekInfo (0xc4209f2720) start: > stop: > +orderer.example.com | 2018-01-18 02:00:29.997 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1090 retrieveBlockByNumber() - blockNum = [5] +orderer.example.com | 2018-01-18 02:00:29.997 UTC [fsblkstorage] newBlockfileStream -> DEBU 1091 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +orderer.example.com | 2018-01-18 02:00:29.997 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1092 Remaining bytes=[9349], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:29.997 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1093 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +orderer.example.com | 2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1094 [channel: businesschannel] Delivering block for (0xc4209f2720) +orderer.example.com | 2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1095 [channel: businesschannel] Done delivering for (0xc4209f2720), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1096 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.003 UTC [orderer/common/deliver] Handle -> WARN 1097 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.003 UTC [orderer/main] func1 -> DEBU 1098 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:30.160 UTC [orderer/main] Deliver -> DEBU 1099 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:30.160 UTC [orderer/common/deliver] Handle -> DEBU 109a Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:30.160 UTC [orderer/common/deliver] Handle -> DEBU 109b Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.161 UTC [policies] GetPolicy -> DEBU 109c Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.161 UTC [cauthdsl] func1 -> DEBU 109d 0xc420026288 gate 1516240830161826659 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.161 UTC [cauthdsl] func2 -> DEBU 109e 0xc420026288 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.161 UTC [cauthdsl] func2 -> DEBU 109f 0xc420026288 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.162 UTC [msp/identity] newIdentity -> DEBU 10a0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.162 UTC [msp] SatisfiesPrincipal -> DEBU 10a1 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.162 UTC [msp] Validate -> DEBU 10a2 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.162 UTC [cauthdsl] func2 -> DEBU 10a3 0xc420026288 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.162 UTC [msp/identity] Verify -> DEBU 10a4 Verify: digest = 00000000 0b aa 3f dc eb 56 96 9f f1 e4 39 16 7f 15 c9 75 |..?..V....9....u| +orderer.example.com | 00000010 da d2 14 f0 d5 e4 aa 10 99 2a 07 3d 67 c8 7b 68 |.........*.=g.{h| +orderer.example.com | 2018-01-18 02:00:30.162 UTC [msp/identity] Verify -> DEBU 10a5 Verify: sig = 00000000 30 44 02 20 32 43 4c 3b 79 f9 a7 74 88 26 dc ca |0D. 2CL;y..t.&..| +orderer.example.com | 00000010 20 90 b0 33 d9 db 63 34 22 86 e1 a6 38 dd 89 3b | ..3..c4"...8..;| +orderer.example.com | 00000020 b4 10 e9 6f 02 20 0d e4 23 a1 dc 54 3b 7a 9f ae |...o. ..#..T;z..| +orderer.example.com | 00000030 02 72 56 94 82 7e af 86 dd a7 30 59 8a 42 bb 47 |.rV..~....0Y.B.G| +orderer.example.com | 00000040 31 25 d4 09 e6 a5 |1%....| +orderer.example.com | 2018-01-18 02:00:30.163 UTC [cauthdsl] func2 -> DEBU 10a6 0xc420026288 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.163 UTC [cauthdsl] func1 -> DEBU 10a7 0xc420026288 gate 1516240830161826659 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.163 UTC [orderer/common/sigfilter] Apply -> DEBU 10a8 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +orderer.example.com | 2018-01-18 02:00:30.163 UTC [orderer/common/deliver] Handle -> DEBU 10a9 [channel: businesschannel] Received seekInfo (0xc420af0640) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.163 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10aa retrieveBlockByNumber() - blockNum = [6] +orderer.example.com | 2018-01-18 02:00:30.163 UTC [fsblkstorage] newBlockfileStream -> DEBU 10ab newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +orderer.example.com | 2018-01-18 02:00:30.163 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10ac Remaining bytes=[4675], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.163 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10ad Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +orderer.example.com | 2018-01-18 02:00:30.163 UTC [orderer/common/deliver] Handle -> DEBU 10ae [channel: businesschannel] Delivering block for (0xc420af0640) +orderer.example.com | 2018-01-18 02:00:30.164 UTC [orderer/common/deliver] Handle -> DEBU 10af [channel: businesschannel] Done delivering for (0xc420af0640), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.164 UTC [orderer/common/deliver] Handle -> DEBU 10b0 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.171 UTC [orderer/common/deliver] Handle -> WARN 10b1 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.171 UTC [orderer/main] func1 -> DEBU 10b2 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:30.340 UTC [orderer/main] Deliver -> DEBU 10b3 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:30.340 UTC [orderer/common/deliver] Handle -> DEBU 10b4 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:30.340 UTC [orderer/common/deliver] Handle -> DEBU 10b5 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.341 UTC [policies] GetPolicy -> DEBU 10b6 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.341 UTC [cauthdsl] func1 -> DEBU 10b7 0xc42014a9f8 gate 1516240830341505074 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.341 UTC [cauthdsl] func2 -> DEBU 10b8 0xc42014a9f8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.341 UTC [cauthdsl] func2 -> DEBU 10b9 0xc42014a9f8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.342 UTC [msp/identity] newIdentity -> DEBU 10ba Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.342 UTC [msp] SatisfiesPrincipal -> DEBU 10bb Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.342 UTC [msp] Validate -> DEBU 10bc MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.342 UTC [cauthdsl] func2 -> DEBU 10bd 0xc42014a9f8 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.343 UTC [msp/identity] Verify -> DEBU 10be Verify: digest = 00000000 b1 5e e0 66 21 b8 c1 75 57 52 b4 bf 95 b3 5e 3b |.^.f!..uWR....^;| +orderer.example.com | 00000010 c3 33 d1 fc 86 ee f5 02 f4 d5 9d fe 39 81 a8 ab |.3..........9...| +orderer.example.com | 2018-01-18 02:00:30.343 UTC [msp/identity] Verify -> DEBU 10bf Verify: sig = 00000000 30 44 02 20 5f d3 45 92 d1 d3 49 ad 3d f4 10 f1 |0D. _.E...I.=...| +orderer.example.com | 00000010 12 bf b6 f6 f0 4a c9 38 8e 08 e5 6a d8 a1 cb 63 |.....J.8...j...c| +orderer.example.com | 00000020 f3 1b bf a5 02 20 3a 10 ca 91 77 a2 2f 1e a7 42 |..... :...w./..B| +orderer.example.com | 00000030 51 80 8f 66 6f 17 5a e7 4c af 25 25 a3 e4 50 06 |Q..fo.Z.L.%%..P.| +orderer.example.com | 00000040 7c e3 19 4f 19 18 ||..O..| +orderer.example.com | 2018-01-18 02:00:30.343 UTC [cauthdsl] func2 -> DEBU 10c0 0xc42014a9f8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.343 UTC [cauthdsl] func1 -> DEBU 10c1 0xc42014a9f8 gate 1516240830341505074 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.343 UTC [orderer/common/sigfilter] Apply -> DEBU 10c2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +orderer.example.com | 2018-01-18 02:00:30.343 UTC [orderer/common/deliver] Handle -> DEBU 10c3 [channel: testchainid] Received seekInfo (0xc42088ed40) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.343 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10c4 retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 02:00:30.343 UTC [fsblkstorage] newBlockfileStream -> DEBU 10c5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +orderer.example.com | 2018-01-18 02:00:30.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c6 Remaining bytes=[14608], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c7 Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +orderer.example.com | 2018-01-18 02:00:30.343 UTC [orderer/common/deliver] Handle -> DEBU 10c8 [channel: testchainid] Delivering block for (0xc42088ed40) +orderer.example.com | 2018-01-18 02:00:30.344 UTC [orderer/common/deliver] Handle -> DEBU 10c9 [channel: testchainid] Done delivering for (0xc42088ed40), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.344 UTC [orderer/common/deliver] Handle -> DEBU 10ca Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.346 UTC [orderer/common/deliver] Handle -> WARN 10cb Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.347 UTC [orderer/main] func1 -> DEBU 10cc Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:30.486 UTC [orderer/main] Deliver -> DEBU 10cd Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:30.486 UTC [orderer/common/deliver] Handle -> DEBU 10ce Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:30.486 UTC [orderer/common/deliver] Handle -> DEBU 10cf Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.488 UTC [policies] GetPolicy -> DEBU 10d0 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.488 UTC [cauthdsl] func1 -> DEBU 10d1 0xc42014aa68 gate 1516240830488812984 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.489 UTC [cauthdsl] func2 -> DEBU 10d2 0xc42014aa68 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.489 UTC [cauthdsl] func2 -> DEBU 10d3 0xc42014aa68 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.489 UTC [msp/identity] newIdentity -> DEBU 10d4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.490 UTC [msp] SatisfiesPrincipal -> DEBU 10d5 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.490 UTC [msp] Validate -> DEBU 10d6 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.490 UTC [cauthdsl] func2 -> DEBU 10d7 0xc42014aa68 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.490 UTC [msp/identity] Verify -> DEBU 10d8 Verify: digest = 00000000 6e 2f 97 da 32 4d 7b d0 4b ff 52 aa 65 67 26 63 |n/..2M{.K.R.eg&c| +orderer.example.com | 00000010 d9 a4 e2 72 b1 c0 f7 7a 05 b5 64 72 87 f3 2f a2 |...r...z..dr../.| +orderer.example.com | 2018-01-18 02:00:30.490 UTC [msp/identity] Verify -> DEBU 10d9 Verify: sig = 00000000 30 45 02 21 00 9b ef 1a cc 35 3f 61 c4 b4 71 e3 |0E.!.....5?a..q.| +orderer.example.com | 00000010 af bd 28 be dc 4c b4 47 9e 20 24 ac 01 95 96 64 |..(..L.G. $....d| +orderer.example.com | 00000020 a0 8b 5c 92 df 02 20 7e 7b 30 05 02 ad 91 91 c9 |..\... ~{0......| +orderer.example.com | 00000030 30 47 6c 40 92 24 08 40 a8 cb 0d 89 df 98 f3 19 |0Gl@.$.@........| +orderer.example.com | 00000040 45 e7 48 21 aa 56 25 |E.H!.V%| +orderer.example.com | 2018-01-18 02:00:30.491 UTC [cauthdsl] func2 -> DEBU 10da 0xc42014aa68 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.491 UTC [cauthdsl] func1 -> DEBU 10db 0xc42014aa68 gate 1516240830488812984 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.491 UTC [orderer/common/sigfilter] Apply -> DEBU 10dc Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +orderer.example.com | 2018-01-18 02:00:30.491 UTC [orderer/common/deliver] Handle -> DEBU 10dd [channel: testchainid] Received seekInfo (0xc420a20300) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.491 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10de retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 02:00:30.491 UTC [fsblkstorage] newBlockfileStream -> DEBU 10df newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +orderer.example.com | 2018-01-18 02:00:30.492 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10e0 Remaining bytes=[14608], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.492 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10e1 Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +orderer.example.com | 2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e2 [channel: testchainid] Delivering block for (0xc420a20300) +orderer.example.com | 2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e3 [channel: testchainid] Done delivering for (0xc420a20300), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e4 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.494 UTC [policies] GetPolicy -> DEBU 10e5 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.494 UTC [cauthdsl] func1 -> DEBU 10e6 0xc42014aab8 gate 1516240830494120229 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.494 UTC [cauthdsl] func2 -> DEBU 10e7 0xc42014aab8 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.494 UTC [cauthdsl] func2 -> DEBU 10e8 0xc42014aab8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.494 UTC [msp/identity] newIdentity -> DEBU 10e9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.495 UTC [msp] SatisfiesPrincipal -> DEBU 10ea Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.495 UTC [msp] Validate -> DEBU 10eb MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.495 UTC [cauthdsl] func2 -> DEBU 10ec 0xc42014aab8 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.495 UTC [msp/identity] Verify -> DEBU 10ed Verify: digest = 00000000 c1 f2 4d 98 94 12 5c 8f 20 aa 9b ac ee 13 df 8c |..M...\. .......| +orderer.example.com | 00000010 a0 de d2 86 d6 5a 37 35 99 1d 1d 4c 86 16 ae e2 |.....Z75...L....| +orderer.example.com | 2018-01-18 02:00:30.495 UTC [msp/identity] Verify -> DEBU 10ee Verify: sig = 00000000 30 45 02 21 00 84 af 45 90 b2 c5 4e 2f ad 9f e0 |0E.!...E...N/...| +orderer.example.com | 00000010 c1 34 c3 35 d7 47 7d 1a 40 5e 07 b5 d3 dd 41 b6 |.4.5.G}.@^....A.| +orderer.example.com | 00000020 89 0b 55 03 38 02 20 32 80 62 13 73 95 e4 74 37 |..U.8. 2.b.s..t7| +orderer.example.com | 00000030 2d 87 65 26 1c 97 c4 0a fb fa fb ec 7e 36 61 b6 |-.e&........~6a.| +orderer.example.com | 00000040 36 4c bb 7f ac 8c f8 |6L.....| +orderer.example.com | 2018-01-18 02:00:30.495 UTC [cauthdsl] func2 -> DEBU 10ef 0xc42014aab8 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.495 UTC [cauthdsl] func1 -> DEBU 10f0 0xc42014aab8 gate 1516240830494120229 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.495 UTC [orderer/common/sigfilter] Apply -> DEBU 10f1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +orderer.example.com | 2018-01-18 02:00:30.495 UTC [orderer/common/deliver] Handle -> DEBU 10f2 [channel: testchainid] Received seekInfo (0xc420a38b20) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.495 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10f3 retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 02:00:30.495 UTC [fsblkstorage] newBlockfileStream -> DEBU 10f4 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 02:00:30.495 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f5 Remaining bytes=[23690], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.496 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f6 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f7 [channel: testchainid] Delivering block for (0xc420a38b20) +orderer.example.com | 2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f8 [channel: testchainid] Done delivering for (0xc420a38b20), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f9 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.501 UTC [orderer/common/deliver] Handle -> WARN 10fa Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.501 UTC [orderer/main] func1 -> DEBU 10fb Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:30.645 UTC [orderer/main] Deliver -> DEBU 10fc Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:30.645 UTC [orderer/common/deliver] Handle -> DEBU 10fd Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:30.645 UTC [orderer/common/deliver] Handle -> DEBU 10fe Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.646 UTC [policies] GetPolicy -> DEBU 10ff Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.646 UTC [cauthdsl] func1 -> DEBU 1100 0xc4200262f0 gate 1516240830646459721 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.646 UTC [cauthdsl] func2 -> DEBU 1101 0xc4200262f0 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.646 UTC [cauthdsl] func2 -> DEBU 1102 0xc4200262f0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.647 UTC [msp/identity] newIdentity -> DEBU 1103 Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.647 UTC [msp] SatisfiesPrincipal -> DEBU 1104 Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.647 UTC [msp] Validate -> DEBU 1105 MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.648 UTC [cauthdsl] func2 -> DEBU 1106 0xc4200262f0 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.648 UTC [msp/identity] Verify -> DEBU 1107 Verify: digest = 00000000 78 59 3b f2 6b 52 86 c6 21 fb 46 bf 89 ad 05 8c |xY;.kR..!.F.....| +orderer.example.com | 00000010 ba 32 c3 b8 ba 39 3e d5 b8 7d 58 9e 45 c3 6a 43 |.2...9>..}X.E.jC| +orderer.example.com | 2018-01-18 02:00:30.648 UTC [msp/identity] Verify -> DEBU 1108 Verify: sig = 00000000 30 45 02 21 00 89 0e b1 bf 9a d9 fd 17 9f f9 cc |0E.!............| +orderer.example.com | 00000010 41 06 91 d5 84 79 0b 91 e4 53 82 9a 15 97 a6 2b |A....y...S.....+| +orderer.example.com | 00000020 5d 47 97 35 bc 02 20 2e 95 60 db f4 b4 e0 59 c6 |]G.5.. ..`....Y.| +orderer.example.com | 00000030 55 8a 54 d8 b6 89 53 b7 7b 15 0a 11 7c fa 17 e9 |U.T...S.{...|...| +orderer.example.com | 00000040 b5 29 30 88 fb 59 57 |.)0..YW| +orderer.example.com | 2018-01-18 02:00:30.648 UTC [cauthdsl] func2 -> DEBU 1109 0xc4200262f0 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.648 UTC [cauthdsl] func1 -> DEBU 110a 0xc4200262f0 gate 1516240830646459721 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.648 UTC [orderer/common/sigfilter] Apply -> DEBU 110b Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +orderer.example.com | 2018-01-18 02:00:30.648 UTC [orderer/common/deliver] Handle -> DEBU 110c [channel: testchainid] Received seekInfo (0xc42039f5a0) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.649 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 110d retrieveBlockByNumber() - blockNum = [0] +orderer.example.com | 2018-01-18 02:00:30.649 UTC [fsblkstorage] newBlockfileStream -> DEBU 110e newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +orderer.example.com | 2018-01-18 02:00:30.649 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110f Remaining bytes=[23690], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.649 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1110 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +orderer.example.com | 2018-01-18 02:00:30.649 UTC [orderer/common/deliver] Handle -> DEBU 1111 [channel: testchainid] Delivering block for (0xc42039f5a0) +orderer.example.com | 2018-01-18 02:00:30.650 UTC [orderer/common/deliver] Handle -> DEBU 1112 [channel: testchainid] Done delivering for (0xc42039f5a0), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.650 UTC [orderer/common/deliver] Handle -> DEBU 1113 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.655 UTC [orderer/common/deliver] Handle -> WARN 1114 Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.655 UTC [orderer/main] func1 -> DEBU 1115 Closing Deliver stream +orderer.example.com | 2018-01-18 02:00:30.800 UTC [orderer/main] Deliver -> DEBU 1116 Starting new Deliver handler +orderer.example.com | 2018-01-18 02:00:30.800 UTC [orderer/common/deliver] Handle -> DEBU 1117 Starting new deliver loop +orderer.example.com | 2018-01-18 02:00:30.800 UTC [orderer/common/deliver] Handle -> DEBU 1118 Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.801 UTC [policies] GetPolicy -> DEBU 1119 Returning policy Readers for evaluation +orderer.example.com | 2018-01-18 02:00:30.801 UTC [cauthdsl] func1 -> DEBU 111a 0xc420026340 gate 1516240830801422801 evaluation starts +orderer.example.com | 2018-01-18 02:00:30.801 UTC [cauthdsl] func2 -> DEBU 111b 0xc420026340 signed by 0 principal evaluation starts (used [false]) +orderer.example.com | 2018-01-18 02:00:30.801 UTC [cauthdsl] func2 -> DEBU 111c 0xc420026340 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +orderer.example.com | 2018-01-18 02:00:30.801 UTC [msp/identity] newIdentity -> DEBU 111d Creating identity instance for ID -----BEGIN CERTIFICATE----- +orderer.example.com | MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +orderer.example.com | CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +orderer.example.com | YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +orderer.example.com | bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +orderer.example.com | BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +orderer.example.com | Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +orderer.example.com | zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +orderer.example.com | yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +orderer.example.com | A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +orderer.example.com | TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +orderer.example.com | EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +orderer.example.com | -----END CERTIFICATE----- +orderer.example.com | 2018-01-18 02:00:30.802 UTC [msp] SatisfiesPrincipal -> DEBU 111e Checking if identity satisfies MEMBER role for OrdererMSP +orderer.example.com | 2018-01-18 02:00:30.802 UTC [msp] Validate -> DEBU 111f MSP OrdererMSP validating identity +orderer.example.com | 2018-01-18 02:00:30.802 UTC [cauthdsl] func2 -> DEBU 1120 0xc420026340 principal matched by identity 0 +orderer.example.com | 2018-01-18 02:00:30.802 UTC [msp/identity] Verify -> DEBU 1121 Verify: digest = 00000000 74 bb 6f 3b c3 97 92 46 f6 e3 45 99 91 d9 7b 65 |t.o;...F..E...{e| +orderer.example.com | 00000010 92 eb 44 ac 4b 16 95 a5 4b 6d 01 77 a0 48 d0 6d |..D.K...Km.w.H.m| +orderer.example.com | 2018-01-18 02:00:30.802 UTC [msp/identity] Verify -> DEBU 1122 Verify: sig = 00000000 30 45 02 21 00 ef 01 b6 bf a9 61 47 ad 89 d0 e9 |0E.!......aG....| +orderer.example.com | 00000010 22 8f b7 44 d5 4f c3 b2 42 e0 d4 83 7c d7 d4 12 |"..D.O..B...|...| +orderer.example.com | 00000020 68 ec 34 db 2f 02 20 31 c0 a5 01 64 a5 b4 e5 50 |h.4./. 1...d...P| +orderer.example.com | 00000030 77 3c be 37 b4 4d 9e 64 5a 59 b4 b6 f0 08 90 d8 |w<.7.M.dZY......| +orderer.example.com | 00000040 36 ad 78 6b ad 1d 44 |6.xk..D| +orderer.example.com | 2018-01-18 02:00:30.802 UTC [cauthdsl] func2 -> DEBU 1123 0xc420026340 principal evaluation succeeds for identity 0 +orderer.example.com | 2018-01-18 02:00:30.803 UTC [cauthdsl] func1 -> DEBU 1124 0xc420026340 gate 1516240830801422801 evaluation succeeds +orderer.example.com | 2018-01-18 02:00:30.803 UTC [orderer/common/sigfilter] Apply -> DEBU 1125 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +orderer.example.com | 2018-01-18 02:00:30.803 UTC [orderer/common/deliver] Handle -> DEBU 1126 [channel: testchainid] Received seekInfo (0xc420381780) start: > stop: > +orderer.example.com | 2018-01-18 02:00:30.803 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1127 retrieveBlockByNumber() - blockNum = [1] +orderer.example.com | 2018-01-18 02:00:30.803 UTC [fsblkstorage] newBlockfileStream -> DEBU 1128 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +orderer.example.com | 2018-01-18 02:00:30.803 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1129 Remaining bytes=[14608], Going to peek [8] bytes +orderer.example.com | 2018-01-18 02:00:30.803 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 112a Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +orderer.example.com | 2018-01-18 02:00:30.803 UTC [orderer/common/deliver] Handle -> DEBU 112b [channel: testchainid] Delivering block for (0xc420381780) +orderer.example.com | 2018-01-18 02:00:30.804 UTC [orderer/common/deliver] Handle -> DEBU 112c [channel: testchainid] Done delivering for (0xc420381780), waiting for new SeekInfo +orderer.example.com | 2018-01-18 02:00:30.804 UTC [orderer/common/deliver] Handle -> DEBU 112d Attempting to read seek info message +orderer.example.com | 2018-01-18 02:00:30.809 UTC [orderer/common/deliver] Handle -> WARN 112e Error reading from stream: rpc error: code = Canceled desc = context canceled +orderer.example.com | 2018-01-18 02:00:30.809 UTC [orderer/main] func1 -> DEBU 112f Closing Deliver stream diff --git a/hyperledger_fabric/v1.0.2/solo/logs/dev_orderer.log b/hyperledger_fabric/v1.0.2/solo/logs/dev_orderer.log index 3dabf562..619abcc0 100644 --- a/hyperledger_fabric/v1.0.2/solo/logs/dev_orderer.log +++ b/hyperledger_fabric/v1.0.2/solo/logs/dev_orderer.log @@ -1,29 +1,29 @@ -2018-01-14 11:45:28.113 UTC [orderer/main] main -> INFO 001 Starting orderer: +2018-01-18 01:58:46.431 UTC [orderer/main] main -> INFO 001 Starting orderer: Version: 1.0.2 Go version: go1.7.5 OS/Arch: linux/amd64 -2018-01-14 11:45:28.124 UTC [orderer/main] initializeSecureServerConfig -> INFO 002 Starting orderer with TLS enabled -2018-01-14 11:45:28.162 UTC [bccsp_sw] openKeyStore -> DEBU 003 KeyStore opened at [/var/hyperledger/orderer/msp/keystore]...done -2018-01-14 11:45:28.162 UTC [bccsp] initBCCSP -> DEBU 004 Initialize BCCSP [SW] -2018-01-14 11:45:28.163 UTC [msp] getPemMaterialFromDir -> DEBU 005 Reading directory /var/hyperledger/orderer/msp/signcerts -2018-01-14 11:45:28.167 UTC [msp] getPemMaterialFromDir -> DEBU 006 Inspecting file /var/hyperledger/orderer/msp/signcerts/orderer.example.com-cert.pem -2018-01-14 11:45:28.170 UTC [msp] getPemMaterialFromDir -> DEBU 007 Reading directory /var/hyperledger/orderer/msp/cacerts -2018-01-14 11:45:28.174 UTC [msp] getPemMaterialFromDir -> DEBU 008 Inspecting file /var/hyperledger/orderer/msp/cacerts/ca.example.com-cert.pem -2018-01-14 11:45:28.177 UTC [msp] getPemMaterialFromDir -> DEBU 009 Reading directory /var/hyperledger/orderer/msp/admincerts -2018-01-14 11:45:28.180 UTC [msp] getPemMaterialFromDir -> DEBU 00a Inspecting file /var/hyperledger/orderer/msp/admincerts/Admin@example.com-cert.pem -2018-01-14 11:45:28.184 UTC [msp] getPemMaterialFromDir -> DEBU 00b Reading directory /var/hyperledger/orderer/msp/intermediatecerts -2018-01-14 11:45:28.185 UTC [msp] getMspConfig -> DEBU 00c Intermediate certs folder not found at [/var/hyperledger/orderer/msp/intermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/intermediatecerts: no such file or directory] -2018-01-14 11:45:28.185 UTC [msp] getPemMaterialFromDir -> DEBU 00d Reading directory /var/hyperledger/orderer/msp/tlscacerts -2018-01-14 11:45:28.187 UTC [msp] getPemMaterialFromDir -> DEBU 00e Inspecting file /var/hyperledger/orderer/msp/tlscacerts/tlsca.example.com-cert.pem -2018-01-14 11:45:28.190 UTC [msp] getPemMaterialFromDir -> DEBU 00f Reading directory /var/hyperledger/orderer/msp/tlsintermediatecerts -2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 010 TLS intermediate certs folder not found at [/var/hyperledger/orderer/msp/tlsintermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/tlsintermediatecerts: no such file or directory] -2018-01-14 11:45:28.191 UTC [msp] getPemMaterialFromDir -> DEBU 011 Reading directory /var/hyperledger/orderer/msp/crls -2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 012 crls folder not found at [/var/hyperledger/orderer/msp/crls]. Skipping. [stat /var/hyperledger/orderer/msp/crls: no such file or directory] -2018-01-14 11:45:28.191 UTC [msp] getMspConfig -> DEBU 013 MSP configuration file not found at [/var/hyperledger/orderer/msp/config.yaml]: [stat /var/hyperledger/orderer/msp/config.yaml: no such file or directory] -2018-01-14 11:45:28.192 UTC [msp] NewBccspMsp -> DEBU 014 Creating BCCSP-based MSP instance -2018-01-14 11:45:28.192 UTC [msp] GetLocalMSP -> DEBU 015 Created new local MSP -2018-01-14 11:45:28.192 UTC [msp] Setup -> DEBU 016 Setting up MSP instance OrdererMSP -2018-01-14 11:45:28.192 UTC [msp/identity] newIdentity -> DEBU 017 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.437 UTC [orderer/main] initializeSecureServerConfig -> INFO 002 Starting orderer with TLS enabled +2018-01-18 01:58:46.465 UTC [bccsp_sw] openKeyStore -> DEBU 003 KeyStore opened at [/var/hyperledger/orderer/msp/keystore]...done +2018-01-18 01:58:46.465 UTC [bccsp] initBCCSP -> DEBU 004 Initialize BCCSP [SW] +2018-01-18 01:58:46.465 UTC [msp] getPemMaterialFromDir -> DEBU 005 Reading directory /var/hyperledger/orderer/msp/signcerts +2018-01-18 01:58:46.467 UTC [msp] getPemMaterialFromDir -> DEBU 006 Inspecting file /var/hyperledger/orderer/msp/signcerts/orderer.example.com-cert.pem +2018-01-18 01:58:46.470 UTC [msp] getPemMaterialFromDir -> DEBU 007 Reading directory /var/hyperledger/orderer/msp/cacerts +2018-01-18 01:58:46.472 UTC [msp] getPemMaterialFromDir -> DEBU 008 Inspecting file /var/hyperledger/orderer/msp/cacerts/ca.example.com-cert.pem +2018-01-18 01:58:46.474 UTC [msp] getPemMaterialFromDir -> DEBU 009 Reading directory /var/hyperledger/orderer/msp/admincerts +2018-01-18 01:58:46.477 UTC [msp] getPemMaterialFromDir -> DEBU 00a Inspecting file /var/hyperledger/orderer/msp/admincerts/Admin@example.com-cert.pem +2018-01-18 01:58:46.479 UTC [msp] getPemMaterialFromDir -> DEBU 00b Reading directory /var/hyperledger/orderer/msp/intermediatecerts +2018-01-18 01:58:46.479 UTC [msp] getMspConfig -> DEBU 00c Intermediate certs folder not found at [/var/hyperledger/orderer/msp/intermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/intermediatecerts: no such file or directory] +2018-01-18 01:58:46.479 UTC [msp] getPemMaterialFromDir -> DEBU 00d Reading directory /var/hyperledger/orderer/msp/tlscacerts +2018-01-18 01:58:46.482 UTC [msp] getPemMaterialFromDir -> DEBU 00e Inspecting file /var/hyperledger/orderer/msp/tlscacerts/tlsca.example.com-cert.pem +2018-01-18 01:58:46.484 UTC [msp] getPemMaterialFromDir -> DEBU 00f Reading directory /var/hyperledger/orderer/msp/tlsintermediatecerts +2018-01-18 01:58:46.485 UTC [msp] getMspConfig -> DEBU 010 TLS intermediate certs folder not found at [/var/hyperledger/orderer/msp/tlsintermediatecerts]. Skipping. [stat /var/hyperledger/orderer/msp/tlsintermediatecerts: no such file or directory] +2018-01-18 01:58:46.485 UTC [msp] getPemMaterialFromDir -> DEBU 011 Reading directory /var/hyperledger/orderer/msp/crls +2018-01-18 01:58:46.486 UTC [msp] getMspConfig -> DEBU 012 crls folder not found at [/var/hyperledger/orderer/msp/crls]. Skipping. [stat /var/hyperledger/orderer/msp/crls: no such file or directory] +2018-01-18 01:58:46.486 UTC [msp] getMspConfig -> DEBU 013 MSP configuration file not found at [/var/hyperledger/orderer/msp/config.yaml]: [stat /var/hyperledger/orderer/msp/config.yaml: no such file or directory] +2018-01-18 01:58:46.486 UTC [msp] NewBccspMsp -> DEBU 014 Creating BCCSP-based MSP instance +2018-01-18 01:58:46.486 UTC [msp] GetLocalMSP -> DEBU 015 Created new local MSP +2018-01-18 01:58:46.486 UTC [msp] Setup -> DEBU 016 Setting up MSP instance OrdererMSP +2018-01-18 01:58:46.487 UTC [msp/identity] newIdentity -> DEBU 017 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -37,7 +37,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:28.192 UTC [msp/identity] newIdentity -> DEBU 018 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.488 UTC [msp/identity] newIdentity -> DEBU 018 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -50,7 +50,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:28.193 UTC [msp/identity] newIdentity -> DEBU 019 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.488 UTC [msp/identity] newIdentity -> DEBU 019 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -63,7 +63,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:28.193 UTC [msp/identity] newIdentity -> DEBU 01a Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.489 UTC [msp/identity] newIdentity -> DEBU 01a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -76,8 +76,8 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:28.196 UTC [bccsp_sw] loadPrivateKey -> DEBU 01b Loading private key [0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e] at [/var/hyperledger/orderer/msp/keystore/0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e_sk]... -2018-01-14 11:45:28.198 UTC [msp/identity] newIdentity -> DEBU 01c Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.492 UTC [bccsp_sw] loadPrivateKey -> DEBU 01b Loading private key [0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e] at [/var/hyperledger/orderer/msp/keystore/0edbe541bf5502a74172e6e52540bc522e7cbcdf9ba374fad803a4c87fd2e14e_sk]... +2018-01-18 01:58:46.495 UTC [msp/identity] newIdentity -> DEBU 01c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -90,114 +90,114 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:28.199 UTC [msp] Validate -> DEBU 01d MSP OrdererMSP validating identity -2018-01-14 11:45:28.199 UTC [orderer/main] createLedgerFactory -> DEBU 01e Ledger dir: /var/hyperledger/production/orderer -2018-01-14 11:45:28.199 UTC [kvledger.util] CreateDirIfMissing -> DEBU 01f CreateDirIfMissing [/var/hyperledger/production/orderer/index/] -2018-01-14 11:45:28.199 UTC [kvledger.util] logDirStatus -> DEBU 020 Before creating dir - [/var/hyperledger/production/orderer/index/] does not exist -2018-01-14 11:45:28.199 UTC [kvledger.util] logDirStatus -> DEBU 021 After creating dir - [/var/hyperledger/production/orderer/index/] exists -2018-01-14 11:45:28.213 UTC [fsblkstorage] newBlockfileMgr -> DEBU 022 newBlockfileMgr() initializing file-based block storage for ledger: testchainid -2018-01-14 11:45:28.213 UTC [kvledger.util] CreateDirIfMissing -> DEBU 023 CreateDirIfMissing [/var/hyperledger/production/orderer/chains/testchainid/] -2018-01-14 11:45:28.213 UTC [kvledger.util] logDirStatus -> DEBU 024 Before creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] does not exist -2018-01-14 11:45:28.213 UTC [kvledger.util] logDirStatus -> DEBU 025 After creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] exists -2018-01-14 11:45:28.215 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 026 Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -2018-01-14 11:45:28.216 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 027 status of file [/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000]: exists=[false], size=[0] -2018-01-14 11:45:28.216 UTC [fsblkstorage] newBlockIndex -> DEBU 028 newBlockIndex() - indexItems:[[BlockNum]] -2018-01-14 11:45:28.216 UTC [fsblkstorage] newBlockfileStream -> DEBU 029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:45:28.216 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02a Finished reading file number [0] -2018-01-14 11:45:28.216 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02b blockbytes [0] read from file [0] -2018-01-14 11:45:28.218 UTC [fsblkstorage] indexBlock -> DEBU 02c Indexing block [blockNum=0, blockHash=[]byte{0x89, 0xd5, 0xd2, 0x88, 0xd1, 0xb6, 0xc3, 0x25, 0x91, 0xfb, 0x5e, 0x94, 0x7f, 0x80, 0xeb, 0xd3, 0x7d, 0xdd, 0x80, 0xdf, 0x56, 0xc0, 0xb2, 0xfc, 0xe3, 0x98, 0x5f, 0x12, 0xd8, 0x6b, 0xb0, 0x21} txOffsets= +2018-01-18 01:58:46.497 UTC [msp] Validate -> DEBU 01d MSP OrdererMSP validating identity +2018-01-18 01:58:46.498 UTC [orderer/main] createLedgerFactory -> DEBU 01e Ledger dir: /var/hyperledger/production/orderer +2018-01-18 01:58:46.498 UTC [kvledger.util] CreateDirIfMissing -> DEBU 01f CreateDirIfMissing [/var/hyperledger/production/orderer/index/] +2018-01-18 01:58:46.498 UTC [kvledger.util] logDirStatus -> DEBU 020 Before creating dir - [/var/hyperledger/production/orderer/index/] does not exist +2018-01-18 01:58:46.499 UTC [kvledger.util] logDirStatus -> DEBU 021 After creating dir - [/var/hyperledger/production/orderer/index/] exists +2018-01-18 01:58:46.511 UTC [fsblkstorage] newBlockfileMgr -> DEBU 022 newBlockfileMgr() initializing file-based block storage for ledger: testchainid +2018-01-18 01:58:46.511 UTC [kvledger.util] CreateDirIfMissing -> DEBU 023 CreateDirIfMissing [/var/hyperledger/production/orderer/chains/testchainid/] +2018-01-18 01:58:46.511 UTC [kvledger.util] logDirStatus -> DEBU 024 Before creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] does not exist +2018-01-18 01:58:46.511 UTC [kvledger.util] logDirStatus -> DEBU 025 After creating dir - [/var/hyperledger/production/orderer/chains/testchainid/] exists +2018-01-18 01:58:46.512 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 026 Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +2018-01-18 01:58:46.513 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 027 status of file [/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000]: exists=[false], size=[0] +2018-01-18 01:58:46.513 UTC [fsblkstorage] newBlockIndex -> DEBU 028 newBlockIndex() - indexItems:[[BlockNum]] +2018-01-18 01:58:46.513 UTC [fsblkstorage] newBlockfileStream -> DEBU 029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 01:58:46.513 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02a Finished reading file number [0] +2018-01-18 01:58:46.513 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 02b blockbytes [0] read from file [0] +2018-01-18 01:58:46.515 UTC [fsblkstorage] indexBlock -> DEBU 02c Indexing block [blockNum=0, blockHash=[]byte{0x89, 0xd5, 0xd2, 0x88, 0xd1, 0xb6, 0xc3, 0x25, 0x91, 0xfb, 0x5e, 0x94, 0x7f, 0x80, 0xeb, 0xd3, 0x7d, 0xdd, 0x80, 0xdf, 0x56, 0xc0, 0xb2, 0xfc, 0xe3, 0x98, 0x5f, 0x12, 0xd8, 0x6b, 0xb0, 0x21} txOffsets= txId=39266883a94d0b87be6c51e2f16ce943b4d54e117e366bcac9318c13c284ab01 locPointer=offset=38, bytesLength=9039 ] -2018-01-14 11:45:28.218 UTC [fsblkstorage] updateCheckpoint -> DEBU 02d Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[9082], isChainEmpty=[false], lastBlockNumber=[0] -2018-01-14 11:45:28.218 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 02e retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:28.218 UTC [fsblkstorage] newBlockfileStream -> DEBU 02f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:45:28.218 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 030 Remaining bytes=[9082], Going to peek [8] bytes -2018-01-14 11:45:28.218 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 031 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:28.219 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 032 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:28.219 UTC [fsblkstorage] newBlockfileStream -> DEBU 033 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:45:28.219 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 034 Remaining bytes=[9082], Going to peek [8] bytes -2018-01-14 11:45:28.219 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 035 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:28.219 UTC [common/config] NewStandardValues -> DEBU 036 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 037 Processing field: HashingAlgorithm -2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 038 Processing field: BlockDataHashingStructure -2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 039 Processing field: OrdererAddresses -2018-01-14 11:45:28.219 UTC [common/config] initializeProtosStruct -> DEBU 03a Processing field: Consortium -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03b Adding to config map: [Groups] /Channel -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03c Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 03f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 040 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:28.219 UTC [common/configtx] addToMap -> DEBU 041 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 042 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 043 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 044 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:28.220 UTC [common/configtx] addToMap -> DEBU 045 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 046 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 047 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 048 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 049 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04a Adding to config map: [Groups] /Channel/Consortiums -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04b Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04c Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org1MSP -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04d Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org1MSP/MSP -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04e Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Readers -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 04f Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Writers -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 050 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Admins -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 051 Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org2MSP -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 052 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org2MSP/MSP -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 053 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Admins -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 054 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Readers -2018-01-14 11:45:28.223 UTC [common/configtx] addToMap -> DEBU 055 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Writers -2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 056 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/ChannelCreationPolicy -2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 057 Adding to config map: [Policy] /Channel/Consortiums/Admins -2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 058 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 059 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:28.224 UTC [common/configtx] addToMap -> DEBU 05a Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05b Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05c Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:28.225 UTC [common/configtx] addToMap -> DEBU 05d Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:28.225 UTC [common/configtx] processConfig -> DEBU 05e Beginning new config for channel testchainid -2018-01-14 11:45:28.225 UTC [common/config] NewStandardValues -> DEBU 05f Initializing protos for *config.ChannelProtos -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 060 Processing field: HashingAlgorithm -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 061 Processing field: BlockDataHashingStructure -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 062 Processing field: OrdererAddresses -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 063 Processing field: Consortium -2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 064 Proposed new policy Readers for Channel -2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 065 Proposed new policy Writers for Channel -2018-01-14 11:45:28.225 UTC [policies] ProposePolicy -> DEBU 066 Proposed new policy Admins for Channel -2018-01-14 11:45:28.225 UTC [common/config] NewStandardValues -> DEBU 067 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 068 Processing field: ConsensusType -2018-01-14 11:45:28.225 UTC [common/config] initializeProtosStruct -> DEBU 069 Processing field: BatchSize -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06a Processing field: BatchTimeout -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06b Processing field: KafkaBrokers -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 06c Processing field: ChannelRestrictions -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06d Proposed new policy Readers for Orderer -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06e Proposed new policy Writers for Orderer -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 06f Proposed new policy Admins for Orderer -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 070 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 071 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 072 Processing field: MSP -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 073 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 074 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 075 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 076 Proposed new policy Admins for Consortiums -2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 077 Initializing protos for *config.ConsortiumProtos -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 078 Processing field: ChannelCreationPolicy -2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 079 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 07a Processing field: MSP -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07b Proposed new policy Writers for Org2MSP -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07c Proposed new policy Admins for Org2MSP -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 07d Proposed new policy Readers for Org2MSP -2018-01-14 11:45:28.226 UTC [common/config] NewStandardValues -> DEBU 07e Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:28.226 UTC [common/config] initializeProtosStruct -> DEBU 07f Processing field: MSP -2018-01-14 11:45:28.226 UTC [policies] ProposePolicy -> DEBU 080 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:28.227 UTC [policies] ProposePolicy -> DEBU 081 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:28.227 UTC [policies] ProposePolicy -> DEBU 082 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:28.227 UTC [common/config] validateMSP -> DEBU 083 Setting up MSP for org OrdererOrg -2018-01-14 11:45:28.227 UTC [msp] NewBccspMsp -> DEBU 084 Creating BCCSP-based MSP instance -2018-01-14 11:45:28.227 UTC [msp] Setup -> DEBU 085 Setting up MSP instance OrdererMSP -2018-01-14 11:45:28.227 UTC [msp/identity] newIdentity -> DEBU 086 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.517 UTC [fsblkstorage] updateCheckpoint -> DEBU 02d Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[9082], isChainEmpty=[false], lastBlockNumber=[0] +2018-01-18 01:58:46.517 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 02e retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:46.517 UTC [fsblkstorage] newBlockfileStream -> DEBU 02f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 030 Remaining bytes=[9082], Going to peek [8] bytes +2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 031 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:46.517 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 032 retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:46.517 UTC [fsblkstorage] newBlockfileStream -> DEBU 033 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 034 Remaining bytes=[9082], Going to peek [8] bytes +2018-01-18 01:58:46.517 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 035 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:46.517 UTC [common/config] NewStandardValues -> DEBU 036 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 037 Processing field: HashingAlgorithm +2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 038 Processing field: BlockDataHashingStructure +2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 039 Processing field: OrdererAddresses +2018-01-18 01:58:46.517 UTC [common/config] initializeProtosStruct -> DEBU 03a Processing field: Consortium +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03b Adding to config map: [Groups] /Channel +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03c Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 03f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 040 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 041 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 042 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 043 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 044 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:46.522 UTC [common/configtx] addToMap -> DEBU 045 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:46.535 UTC [common/configtx] addToMap -> DEBU 046 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 047 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 048 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 049 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:46.536 UTC [common/configtx] addToMap -> DEBU 04a Adding to config map: [Groups] /Channel/Consortiums +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04b Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04c Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org1MSP +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04d Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org1MSP/MSP +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04e Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Readers +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 04f Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Writers +2018-01-18 01:58:46.538 UTC [common/configtx] addToMap -> DEBU 050 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org1MSP/Admins +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 051 Adding to config map: [Groups] /Channel/Consortiums/SampleConsortium/Org2MSP +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 052 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/Org2MSP/MSP +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 053 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Readers +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 054 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Writers +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 055 Adding to config map: [Policy] /Channel/Consortiums/SampleConsortium/Org2MSP/Admins +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 056 Adding to config map: [Values] /Channel/Consortiums/SampleConsortium/ChannelCreationPolicy +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 057 Adding to config map: [Policy] /Channel/Consortiums/Admins +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 058 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 059 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:46.539 UTC [common/configtx] addToMap -> DEBU 05a Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05b Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05c Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:46.540 UTC [common/configtx] addToMap -> DEBU 05d Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:46.540 UTC [common/configtx] processConfig -> DEBU 05e Beginning new config for channel testchainid +2018-01-18 01:58:46.540 UTC [common/config] NewStandardValues -> DEBU 05f Initializing protos for *config.ChannelProtos +2018-01-18 01:58:46.540 UTC [common/config] initializeProtosStruct -> DEBU 060 Processing field: HashingAlgorithm +2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 061 Processing field: BlockDataHashingStructure +2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 062 Processing field: OrdererAddresses +2018-01-18 01:58:46.541 UTC [common/config] initializeProtosStruct -> DEBU 063 Processing field: Consortium +2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 064 Proposed new policy Writers for Channel +2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 065 Proposed new policy Admins for Channel +2018-01-18 01:58:46.541 UTC [policies] ProposePolicy -> DEBU 066 Proposed new policy Readers for Channel +2018-01-18 01:58:46.541 UTC [common/config] NewStandardValues -> DEBU 067 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 068 Processing field: ConsensusType +2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 069 Processing field: BatchSize +2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06a Processing field: BatchTimeout +2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06b Processing field: KafkaBrokers +2018-01-18 01:58:46.542 UTC [common/config] initializeProtosStruct -> DEBU 06c Processing field: ChannelRestrictions +2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06d Proposed new policy Writers for Orderer +2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06e Proposed new policy Admins for Orderer +2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 06f Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:46.542 UTC [policies] ProposePolicy -> DEBU 070 Proposed new policy Readers for Orderer +2018-01-18 01:58:46.543 UTC [common/config] NewStandardValues -> DEBU 071 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:46.543 UTC [common/config] initializeProtosStruct -> DEBU 072 Processing field: MSP +2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 073 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 074 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:46.543 UTC [policies] ProposePolicy -> DEBU 075 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 076 Proposed new policy Admins for Consortiums +2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 077 Initializing protos for *config.ConsortiumProtos +2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 078 Processing field: ChannelCreationPolicy +2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 079 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 07a Processing field: MSP +2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07b Proposed new policy Readers for Org1MSP +2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07c Proposed new policy Writers for Org1MSP +2018-01-18 01:58:46.544 UTC [policies] ProposePolicy -> DEBU 07d Proposed new policy Admins for Org1MSP +2018-01-18 01:58:46.544 UTC [common/config] NewStandardValues -> DEBU 07e Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:46.544 UTC [common/config] initializeProtosStruct -> DEBU 07f Processing field: MSP +2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 080 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 081 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:46.545 UTC [policies] ProposePolicy -> DEBU 082 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:46.545 UTC [common/config] validateMSP -> DEBU 083 Setting up MSP for org OrdererOrg +2018-01-18 01:58:46.545 UTC [msp] NewBccspMsp -> DEBU 084 Creating BCCSP-based MSP instance +2018-01-18 01:58:46.545 UTC [msp] Setup -> DEBU 085 Setting up MSP instance OrdererMSP +2018-01-18 01:58:46.549 UTC [msp/identity] newIdentity -> DEBU 086 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -211,7 +211,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:28.227 UTC [msp/identity] newIdentity -> DEBU 087 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.549 UTC [msp/identity] newIdentity -> DEBU 087 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -224,7 +224,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:28.228 UTC [msp/identity] newIdentity -> DEBU 088 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.550 UTC [msp/identity] newIdentity -> DEBU 088 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -237,58 +237,11 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:28.229 UTC [msp] Validate -> DEBU 089 MSP OrdererMSP validating identity -2018-01-14 11:45:28.229 UTC [common/config] validateMSP -> DEBU 08a Setting up MSP for org Org2MSP -2018-01-14 11:45:28.229 UTC [msp] NewBccspMsp -> DEBU 08b Creating BCCSP-based MSP instance -2018-01-14 11:45:28.229 UTC [msp] Setup -> DEBU 08c Setting up MSP instance Org2MSP -2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08d Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -SCjyRdD3aQ== ------END CERTIFICATE----- -2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08e Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:28.230 UTC [msp/identity] newIdentity -> DEBU 08f Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:28.235 UTC [msp] Validate -> DEBU 090 MSP Org2MSP validating identity -2018-01-14 11:45:28.235 UTC [common/config] validateMSP -> DEBU 091 Setting up MSP for org Org1MSP -2018-01-14 11:45:28.235 UTC [msp] NewBccspMsp -> DEBU 092 Creating BCCSP-based MSP instance -2018-01-14 11:45:28.235 UTC [msp] Setup -> DEBU 093 Setting up MSP instance Org1MSP -2018-01-14 11:45:28.235 UTC [msp/identity] newIdentity -> DEBU 094 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.554 UTC [msp] Validate -> DEBU 089 MSP OrdererMSP validating identity +2018-01-18 01:58:46.555 UTC [common/config] validateMSP -> DEBU 08a Setting up MSP for org Org1MSP +2018-01-18 01:58:46.555 UTC [msp] NewBccspMsp -> DEBU 08b Creating BCCSP-based MSP instance +2018-01-18 01:58:46.555 UTC [msp] Setup -> DEBU 08c Setting up MSP instance Org1MSP +2018-01-18 01:58:46.560 UTC [msp/identity] newIdentity -> DEBU 08d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -303,7 +256,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:28.236 UTC [msp/identity] newIdentity -> DEBU 095 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.560 UTC [msp/identity] newIdentity -> DEBU 08e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -317,7 +270,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:28.236 UTC [msp/identity] newIdentity -> DEBU 096 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.570 UTC [msp/identity] newIdentity -> DEBU 08f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -331,283 +284,11 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:28.236 UTC [msp] Validate -> DEBU 097 MSP Org1MSP validating identity -2018-01-14 11:45:28.237 UTC [msp] Setup -> DEBU 098 Setting up the MSP manager (3 msps) -2018-01-14 11:45:28.237 UTC [msp] Setup -> DEBU 099 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09a Returning policy Admins for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09c Returning policy Readers for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 09e Returning policy Writers for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 09f In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a0 Returning policy Readers for evaluation -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a1 Returning policy Writers for evaluation -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a2 Returning policy Admins for evaluation -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a3 Returning policy Writers for evaluation -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a4 Returning policy Writers for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a5 In commit adding relative sub-policy Org2MSP/Writers to SampleConsortium -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a6 Returning policy Admins for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a7 In commit adding relative sub-policy Org2MSP/Admins to SampleConsortium -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0a8 Returning policy Readers for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0a9 In commit adding relative sub-policy Org2MSP/Readers to SampleConsortium -2018-01-14 11:45:28.238 UTC [policies] GetPolicy -> DEBU 0aa Returning policy Writers for evaluation -2018-01-14 11:45:28.238 UTC [policies] CommitProposals -> DEBU 0ab In commit adding relative sub-policy Org1MSP/Writers to SampleConsortium -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ac Returning policy Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0ad In commit adding relative sub-policy Org1MSP/Admins to SampleConsortium -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ae Returning policy Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0af In commit adding relative sub-policy Org1MSP/Readers to SampleConsortium -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b0 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b1 In commit adding relative sub-policy SampleConsortium/Org1MSP/Readers to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b2 Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b3 In commit adding relative sub-policy SampleConsortium/Org2MSP/Writers to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b4 Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b5 In commit adding relative sub-policy SampleConsortium/Org2MSP/Admins to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b6 Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b7 In commit adding relative sub-policy SampleConsortium/Org2MSP/Readers to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0b8 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0b9 In commit adding relative sub-policy SampleConsortium/Org1MSP/Writers to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ba Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bb In commit adding relative sub-policy SampleConsortium/Org1MSP/Admins to Consortiums -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0bc Returning policy Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bd In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0be Returning policy Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0bf In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c0 Returning policy Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c1 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c2 Returning policy BlockValidation for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c3 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c4 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c5 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c6 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c7 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0c8 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0c9 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ca Returning policy SampleConsortium/Org1MSP/Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cb In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Readers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0cc Returning policy SampleConsortium/Org2MSP/Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cd In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Writers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0ce Returning policy SampleConsortium/Org2MSP/Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0cf In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Admins to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d0 Returning policy SampleConsortium/Org2MSP/Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d1 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Readers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d2 Returning policy SampleConsortium/Org1MSP/Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d3 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Writers to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d4 Returning policy SampleConsortium/Org1MSP/Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d5 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Admins to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d6 Returning policy Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0d7 In commit adding relative sub-policy Consortiums/Admins to Channel -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d8 Returning policy Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0d9 Returning dummy reject all policy because Readers could not be found in /Consortiums/Readers -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0da Returning policy Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0db Returning dummy reject all policy because Writers could not be found in /Consortiums/Writers -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0dc Returning policy Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0dd Returning policy Admins for evaluation -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0de Returning policy Readers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0df As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0e0 Returning policy Writers for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0e1 As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:28.239 UTC [policies] GetPolicy -> DEBU 0e2 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:28.239 UTC [policies] CommitProposals -> DEBU 0e3 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:28.239 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 0e4 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:28.239 UTC [fsblkstorage] newBlockfileStream -> DEBU 0e5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:45:28.239 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e6 Remaining bytes=[9082], Going to peek [8] bytes -2018-01-14 11:45:28.240 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e7 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:28.240 UTC [orderer/multichain] newChainSupport -> DEBU 0e8 [channel: testchainid] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=0): -2018-01-14 11:45:28.240 UTC [orderer/multichain] NewManagerImpl -> INFO 0e9 Starting with system channel testchainid and orderer type solo -2018-01-14 11:45:28.240 UTC [orderer/main] main -> INFO 0ea Beginning to serve requests -2018-01-14 11:45:32.418 UTC [orderer/main] Deliver -> DEBU 0eb Starting new Deliver handler -2018-01-14 11:45:32.418 UTC [orderer/common/deliver] Handle -> DEBU 0ec Starting new deliver loop -2018-01-14 11:45:32.418 UTC [orderer/common/deliver] Handle -> DEBU 0ed Attempting to read seek info message -2018-01-14 11:45:32.426 UTC [orderer/main] Broadcast -> DEBU 0ee Starting new Broadcast handler -2018-01-14 11:45:32.426 UTC [orderer/common/broadcast] Handle -> DEBU 0ef Starting new broadcast loop -2018-01-14 11:45:32.426 UTC [orderer/common/broadcast] Handle -> DEBU 0f0 Preprocessing CONFIG_UPDATE -2018-01-14 11:45:32.426 UTC [orderer/configupdate] Process -> DEBU 0f1 Processing channel creation request for channel businesschannel -2018-01-14 11:45:32.427 UTC [msp] GetLocalMSP -> DEBU 0f2 Returning existing local MSP -2018-01-14 11:45:32.427 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f3 Obtaining default signing identity -2018-01-14 11:45:32.427 UTC [msp] GetLocalMSP -> DEBU 0f4 Returning existing local MSP -2018-01-14 11:45:32.427 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f5 Obtaining default signing identity -2018-01-14 11:45:32.427 UTC [msp/identity] Sign -> DEBU 0f6 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -2018-01-14 11:45:32.428 UTC [msp/identity] Sign -> DEBU 0f7 Sign: digest: 40191FC07C79BA002B950F1F6AD746FA6C5D119235C28D4BCDE66FC0848A96F2 -2018-01-14 11:45:32.428 UTC [common/config] NewStandardValues -> DEBU 0f8 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0f9 Processing field: HashingAlgorithm -2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fa Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fb Processing field: OrdererAddresses -2018-01-14 11:45:32.428 UTC [common/config] initializeProtosStruct -> DEBU 0fc Processing field: Consortium -2018-01-14 11:45:32.428 UTC [common/configtx] addToMap -> DEBU 0fd Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 0fe Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 0ff Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 100 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 101 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 102 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 103 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 104 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 105 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 106 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.429 UTC [common/configtx] addToMap -> DEBU 107 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 108 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 109 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10a Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10b Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10c Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.430 UTC [common/configtx] addToMap -> DEBU 10d Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 10e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 10f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.431 UTC [common/configtx] addToMap -> DEBU 110 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.433 UTC [common/configtx] addToMap -> DEBU 111 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 112 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 113 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 114 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 115 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 116 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 117 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 118 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.434 UTC [common/configtx] addToMap -> DEBU 119 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11a Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11b Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11c Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11d Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.435 UTC [common/configtx] addToMap -> DEBU 11e Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.435 UTC [common/configtx] processConfig -> DEBU 11f Beginning new config for channel businesschannel -2018-01-14 11:45:32.435 UTC [common/config] NewStandardValues -> DEBU 120 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 121 Processing field: HashingAlgorithm -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 122 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 123 Processing field: OrdererAddresses -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 124 Processing field: Consortium -2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 125 Proposed new policy Readers for Channel -2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 126 Proposed new policy Writers for Channel -2018-01-14 11:45:32.435 UTC [policies] ProposePolicy -> DEBU 127 Proposed new policy Admins for Channel -2018-01-14 11:45:32.435 UTC [common/config] NewStandardValues -> DEBU 128 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 129 Processing field: ConsensusType -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12a Processing field: BatchSize -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12b Processing field: BatchTimeout -2018-01-14 11:45:32.435 UTC [common/config] initializeProtosStruct -> DEBU 12c Processing field: KafkaBrokers -2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 12d Processing field: ChannelRestrictions -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 12e Proposed new policy Readers for Orderer -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 12f Proposed new policy Writers for Orderer -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 130 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 131 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 132 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 133 Processing field: MSP -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 134 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 135 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 136 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 137 Initializing protos for *struct {} -2018-01-14 11:45:32.436 UTC [policies] ProposePolicy -> DEBU 138 Proposed new policy ChannelCreationPolicy for Application -2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 139 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.436 UTC [common/config] initializeProtosStruct -> DEBU 13a Processing field: MSP -2018-01-14 11:45:32.436 UTC [common/config] NewStandardValues -> DEBU 13b Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 13c Processing field: AnchorPeers -2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 13d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 13e Processing field: MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 13f Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 140 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 141 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 142 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 143 Processing field: MSP -2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 144 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 145 Processing field: AnchorPeers -2018-01-14 11:45:32.437 UTC [common/config] NewStandardValues -> DEBU 146 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.437 UTC [common/config] initializeProtosStruct -> DEBU 147 Processing field: MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 148 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 149 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.437 UTC [policies] ProposePolicy -> DEBU 14a Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.437 UTC [common/config] validateMSP -> DEBU 14b Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.437 UTC [msp] NewBccspMsp -> DEBU 14c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.437 UTC [msp] Setup -> DEBU 14d Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.438 UTC [msp/identity] newIdentity -> DEBU 14e Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:32.438 UTC [msp/identity] newIdentity -> DEBU 14f Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.439 UTC [msp/identity] newIdentity -> DEBU 150 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.440 UTC [msp] Validate -> DEBU 151 MSP OrdererMSP validating identity -2018-01-14 11:45:32.440 UTC [common/config] Validate -> DEBU 152 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.440 UTC [common/config] validateMSP -> DEBU 153 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.440 UTC [msp] NewBccspMsp -> DEBU 154 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.440 UTC [msp] Setup -> DEBU 155 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.440 UTC [msp/identity] newIdentity -> DEBU 156 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:32.441 UTC [msp/identity] newIdentity -> DEBU 157 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.442 UTC [msp/identity] newIdentity -> DEBU 158 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.442 UTC [msp] Validate -> DEBU 159 MSP Org1MSP validating identity -2018-01-14 11:45:32.443 UTC [common/config] Validate -> DEBU 15a Anchor peers for org Org2MSP are -2018-01-14 11:45:32.443 UTC [common/config] validateMSP -> DEBU 15b Setting up MSP for org Org2MSP -2018-01-14 11:45:32.443 UTC [msp] NewBccspMsp -> DEBU 15c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.443 UTC [msp] Setup -> DEBU 15d Setting up MSP instance Org2MSP -2018-01-14 11:45:32.444 UTC [msp/identity] newIdentity -> DEBU 15e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.571 UTC [msp] Validate -> DEBU 090 MSP Org1MSP validating identity +2018-01-18 01:58:46.572 UTC [common/config] validateMSP -> DEBU 091 Setting up MSP for org Org2MSP +2018-01-18 01:58:46.572 UTC [msp] NewBccspMsp -> DEBU 092 Creating BCCSP-based MSP instance +2018-01-18 01:58:46.572 UTC [msp] Setup -> DEBU 093 Setting up MSP instance Org2MSP +2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 094 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -622,7 +303,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.445 UTC [msp/identity] newIdentity -> DEBU 15f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 095 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -636,7 +317,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.445 UTC [msp/identity] newIdentity -> DEBU 160 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.574 UTC [msp/identity] newIdentity -> DEBU 096 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -650,291 +331,191 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.446 UTC [msp] Validate -> DEBU 161 MSP Org2MSP validating identity -2018-01-14 11:45:32.447 UTC [msp] Setup -> DEBU 162 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.447 UTC [msp] Setup -> DEBU 163 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 164 Returning policy Readers for evaluation -2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 165 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 166 Returning policy Writers for evaluation -2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 167 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 168 Returning policy Admins for evaluation -2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 169 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16a Returning policy Readers for evaluation -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16b Returning policy Writers for evaluation -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16c Returning policy Admins for evaluation -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16d Returning policy Writers for evaluation -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 16e Returning policy Admins for evaluation -2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 16f In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.447 UTC [policies] GetPolicy -> DEBU 170 Returning policy Readers for evaluation -2018-01-14 11:45:32.447 UTC [policies] CommitProposals -> DEBU 171 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 172 Returning policy Writers for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 173 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 174 Returning policy Writers for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 175 In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 176 Returning policy Admins for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 177 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 178 Returning policy Readers for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 179 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17a Returning policy Admins for evaluation -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17b Returning policy Admins for evaluation -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17c Returning policy Readers for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 17d In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.448 UTC [policies] GetPolicy -> DEBU 17e Returning policy Writers for evaluation -2018-01-14 11:45:32.448 UTC [policies] CommitProposals -> DEBU 17f In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 180 Returning policy Admins for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 181 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 182 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 183 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 184 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 185 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 186 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 187 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 188 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 189 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18a Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18b In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18c Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18d In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 18e Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.449 UTC [policies] CommitProposals -> DEBU 18f In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.449 UTC [policies] GetPolicy -> DEBU 190 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 191 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 192 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 193 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 194 Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 195 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 196 Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.450 UTC [policies] CommitProposals -> DEBU 197 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 198 Returning policy Readers for evaluation -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 199 Returning dummy reject all policy because Readers could not be found in /Application/Readers -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19a Returning policy Writers for evaluation -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19b Returning dummy reject all policy because Writers could not be found in /Application/Writers -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19c Returning policy Admins for evaluation -2018-01-14 11:45:32.450 UTC [policies] GetPolicy -> DEBU 19d Returning dummy reject all policy because Admins could not be found in /Application/Admins -2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 19e Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 19f Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 1a0 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.450 UTC [common/configtx] addToMap -> DEBU 1a1 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a2 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a3 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a4 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a5 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a6 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a7 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.451 UTC [common/configtx] addToMap -> DEBU 1a8 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.452 UTC [common/configtx] addToMap -> DEBU 1a9 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.452 UTC [common/configtx] addToMap -> DEBU 1aa Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.452 UTC [policies] GetPolicy -> DEBU 1ab Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.452 UTC [cauthdsl] func1 -> DEBU 1ac 0xc420150db8 gate 1515930332452367864 evaluation starts -2018-01-14 11:45:32.452 UTC [cauthdsl] func2 -> DEBU 1ad 0xc420150db8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.452 UTC [cauthdsl] func2 -> DEBU 1ae 0xc420150db8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.452 UTC [msp/identity] newIdentity -> DEBU 1af Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b0 0xc420150db8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b1 0xc420150db8 principal evaluation fails -2018-01-14 11:45:32.453 UTC [cauthdsl] func1 -> DEBU 1b2 0xc420150db8 gate 1515930332452367864 evaluation fails -2018-01-14 11:45:32.453 UTC [cauthdsl] func1 -> DEBU 1b3 0xc420150dc8 gate 1515930332453641064 evaluation starts -2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b4 0xc420150dc8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.453 UTC [cauthdsl] func2 -> DEBU 1b5 0xc420150dc8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.454 UTC [msp/identity] newIdentity -> DEBU 1b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.454 UTC [msp] SatisfiesPrincipal -> DEBU 1b7 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:32.454 UTC [cauthdsl] func2 -> DEBU 1b8 0xc420150dc8 principal matched by identity 0 -2018-01-14 11:45:32.454 UTC [msp/identity] Verify -> DEBU 1b9 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -2018-01-14 11:45:32.454 UTC [msp/identity] Verify -> DEBU 1ba Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -00000040 12 a6 8e 7f 16 50 |.....P| -2018-01-14 11:45:32.455 UTC [cauthdsl] func2 -> DEBU 1bb 0xc420150dc8 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.455 UTC [cauthdsl] func1 -> DEBU 1bc 0xc420150dc8 gate 1515930332453641064 evaluation succeeds -2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1bd Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1be Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1bf Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1c0 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:32.455 UTC [common/configtx] recurseConfigMap -> DEBU 1c1 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c2 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c3 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c4 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c5 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c6 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c7 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.456 UTC [common/configtx] recurseConfigMap -> DEBU 1c8 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1c9 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1ca Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cb Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cc Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cd Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1ce Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] recurseConfigMap -> DEBU 1cf Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.457 UTC [common/configtx] processConfig -> DEBU 1d0 Beginning new config for channel businesschannel -2018-01-14 11:45:32.457 UTC [common/config] NewStandardValues -> DEBU 1d1 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d2 Processing field: HashingAlgorithm -2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d3 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d4 Processing field: OrdererAddresses -2018-01-14 11:45:32.457 UTC [common/config] initializeProtosStruct -> DEBU 1d5 Processing field: Consortium -2018-01-14 11:45:32.457 UTC [policies] ProposePolicy -> DEBU 1d6 Proposed new policy Admins for Channel -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1d7 Proposed new policy Readers for Channel -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1d8 Proposed new policy Writers for Channel -2018-01-14 11:45:32.458 UTC [common/config] NewStandardValues -> DEBU 1d9 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1da Processing field: ConsensusType -2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1db Processing field: BatchSize -2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1dc Processing field: BatchTimeout -2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1dd Processing field: KafkaBrokers -2018-01-14 11:45:32.458 UTC [common/config] initializeProtosStruct -> DEBU 1de Processing field: ChannelRestrictions -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1df Proposed new policy Admins for Orderer -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e0 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e1 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.458 UTC [policies] ProposePolicy -> DEBU 1e2 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.459 UTC [common/config] NewStandardValues -> DEBU 1e3 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.459 UTC [common/config] initializeProtosStruct -> DEBU 1e4 Processing field: MSP -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e5 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e6 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e7 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.459 UTC [common/config] NewStandardValues -> DEBU 1e8 Initializing protos for *struct {} -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1e9 Proposed new policy Admins for Application -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1ea Proposed new policy Writers for Application -2018-01-14 11:45:32.459 UTC [policies] ProposePolicy -> DEBU 1eb Proposed new policy Readers for Application -2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1ec Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1ed Processing field: MSP -2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1ee Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1ef Processing field: AnchorPeers -2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1f0 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1f1 Processing field: MSP -2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f2 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f3 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.460 UTC [policies] ProposePolicy -> DEBU 1f4 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.460 UTC [common/config] NewStandardValues -> DEBU 1f5 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.460 UTC [common/config] initializeProtosStruct -> DEBU 1f6 Processing field: MSP -2018-01-14 11:45:32.461 UTC [common/config] NewStandardValues -> DEBU 1f7 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.461 UTC [common/config] initializeProtosStruct -> DEBU 1f8 Processing field: AnchorPeers -2018-01-14 11:45:32.461 UTC [common/config] NewStandardValues -> DEBU 1f9 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.461 UTC [common/config] initializeProtosStruct -> DEBU 1fa Processing field: MSP -2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fb Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fc Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.461 UTC [policies] ProposePolicy -> DEBU 1fd Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.461 UTC [common/config] validateMSP -> DEBU 1fe Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.461 UTC [msp] NewBccspMsp -> DEBU 1ff Creating BCCSP-based MSP instance -2018-01-14 11:45:32.461 UTC [msp] Setup -> DEBU 200 Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.462 UTC [msp/identity] newIdentity -> DEBU 201 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:32.463 UTC [msp/identity] newIdentity -> DEBU 202 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.463 UTC [msp/identity] newIdentity -> DEBU 203 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.464 UTC [msp] Validate -> DEBU 204 MSP OrdererMSP validating identity -2018-01-14 11:45:32.464 UTC [common/config] Validate -> DEBU 205 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.465 UTC [common/config] validateMSP -> DEBU 206 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.465 UTC [msp] NewBccspMsp -> DEBU 207 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.465 UTC [msp] Setup -> DEBU 208 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.465 UTC [msp/identity] newIdentity -> DEBU 209 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:32.466 UTC [msp/identity] newIdentity -> DEBU 20a Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.466 UTC [msp/identity] newIdentity -> DEBU 20b Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.467 UTC [msp] Validate -> DEBU 20c MSP Org1MSP validating identity -2018-01-14 11:45:32.467 UTC [common/config] Validate -> DEBU 20d Anchor peers for org Org2MSP are -2018-01-14 11:45:32.467 UTC [common/config] validateMSP -> DEBU 20e Setting up MSP for org Org2MSP -2018-01-14 11:45:32.467 UTC [msp] NewBccspMsp -> DEBU 20f Creating BCCSP-based MSP instance -2018-01-14 11:45:32.468 UTC [msp] Setup -> DEBU 210 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.468 UTC [msp/identity] newIdentity -> DEBU 211 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:46.575 UTC [msp] Validate -> DEBU 097 MSP Org2MSP validating identity +2018-01-18 01:58:46.576 UTC [msp] Setup -> DEBU 098 Setting up the MSP manager (3 msps) +2018-01-18 01:58:46.576 UTC [msp] Setup -> DEBU 099 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09a Returning policy Readers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09b In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09c Returning policy Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09d In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 09e Returning policy Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 09f In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a0 Returning policy Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a1 Returning policy Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a2 Returning policy Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a3 Returning policy Readers for evaluation +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a4 Returning policy Readers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a5 In commit adding relative sub-policy Org1MSP/Readers to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a6 Returning policy Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a7 In commit adding relative sub-policy Org1MSP/Writers to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0a8 Returning policy Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0a9 In commit adding relative sub-policy Org1MSP/Admins to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0aa Returning policy Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0ab In commit adding relative sub-policy Org2MSP/Writers to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0ac Returning policy Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0ad In commit adding relative sub-policy Org2MSP/Admins to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0ae Returning policy Readers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0af In commit adding relative sub-policy Org2MSP/Readers to SampleConsortium +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b0 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b1 In commit adding relative sub-policy SampleConsortium/Org1MSP/Admins to Consortiums +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b2 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b3 In commit adding relative sub-policy SampleConsortium/Org2MSP/Writers to Consortiums +2018-01-18 01:58:46.576 UTC [policies] GetPolicy -> DEBU 0b4 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:46.576 UTC [policies] CommitProposals -> DEBU 0b5 In commit adding relative sub-policy SampleConsortium/Org2MSP/Admins to Consortiums +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0b6 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0b7 In commit adding relative sub-policy SampleConsortium/Org2MSP/Readers to Consortiums +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0b8 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0b9 In commit adding relative sub-policy SampleConsortium/Org1MSP/Readers to Consortiums +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ba Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bb In commit adding relative sub-policy SampleConsortium/Org1MSP/Writers to Consortiums +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0bc Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bd In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0be Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0bf In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c0 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c2 Returning policy Writers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c3 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c4 Returning policy Admins for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c5 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c6 Returning policy BlockValidation for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c7 In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0c8 Returning policy Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0c9 In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ca Returning policy SampleConsortium/Org1MSP/Writers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cb In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Writers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0cc Returning policy Admins for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cd In commit adding relative sub-policy Consortiums/Admins to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0ce Returning policy SampleConsortium/Org1MSP/Admins for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0cf In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Admins to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d0 Returning policy SampleConsortium/Org2MSP/Writers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d1 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Writers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d2 Returning policy SampleConsortium/Org2MSP/Admins for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d3 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Admins to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d4 Returning policy SampleConsortium/Org2MSP/Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d5 In commit adding relative sub-policy Consortiums/SampleConsortium/Org2MSP/Readers to Channel +2018-01-18 01:58:46.577 UTC [policies] GetPolicy -> DEBU 0d6 Returning policy SampleConsortium/Org1MSP/Readers for evaluation +2018-01-18 01:58:46.577 UTC [policies] CommitProposals -> DEBU 0d7 In commit adding relative sub-policy Consortiums/SampleConsortium/Org1MSP/Readers to Channel +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0d8 Returning policy Writers for evaluation +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0d9 Returning dummy reject all policy because Writers could not be found in /Consortiums/Writers +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0da Returning policy Admins for evaluation +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0db Returning policy Admins for evaluation +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0dc Returning policy Readers for evaluation +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0dd Returning dummy reject all policy because Readers could not be found in /Consortiums/Readers +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0de Returning policy Readers for evaluation +2018-01-18 01:58:46.578 UTC [policies] CommitProposals -> DEBU 0df As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0e0 Returning policy Writers for evaluation +2018-01-18 01:58:46.578 UTC [policies] CommitProposals -> DEBU 0e1 As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:46.578 UTC [policies] GetPolicy -> DEBU 0e2 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:46.579 UTC [policies] CommitProposals -> DEBU 0e3 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:46.579 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 0e4 retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:46.579 UTC [fsblkstorage] newBlockfileStream -> DEBU 0e5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 01:58:46.579 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e6 Remaining bytes=[9082], Going to peek [8] bytes +2018-01-18 01:58:46.579 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 0e7 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:46.579 UTC [orderer/multichain] newChainSupport -> DEBU 0e8 [channel: testchainid] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=0): +2018-01-18 01:58:46.580 UTC [orderer/multichain] NewManagerImpl -> INFO 0e9 Starting with system channel testchainid and orderer type solo +2018-01-18 01:58:46.580 UTC [orderer/main] main -> INFO 0ea Beginning to serve requests +2018-01-18 01:58:51.865 UTC [orderer/main] Deliver -> DEBU 0eb Starting new Deliver handler +2018-01-18 01:58:51.865 UTC [orderer/common/deliver] Handle -> DEBU 0ec Starting new deliver loop +2018-01-18 01:58:51.866 UTC [orderer/common/deliver] Handle -> DEBU 0ed Attempting to read seek info message +2018-01-18 01:58:51.873 UTC [orderer/main] Broadcast -> DEBU 0ee Starting new Broadcast handler +2018-01-18 01:58:51.873 UTC [orderer/common/broadcast] Handle -> DEBU 0ef Starting new broadcast loop +2018-01-18 01:58:51.873 UTC [orderer/common/broadcast] Handle -> DEBU 0f0 Preprocessing CONFIG_UPDATE +2018-01-18 01:58:51.873 UTC [orderer/configupdate] Process -> DEBU 0f1 Processing channel creation request for channel businesschannel +2018-01-18 01:58:51.874 UTC [msp] GetLocalMSP -> DEBU 0f2 Returning existing local MSP +2018-01-18 01:58:51.874 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f3 Obtaining default signing identity +2018-01-18 01:58:51.874 UTC [msp] GetLocalMSP -> DEBU 0f4 Returning existing local MSP +2018-01-18 01:58:51.875 UTC [msp] GetDefaultSigningIdentity -> DEBU 0f5 Obtaining default signing identity +2018-01-18 01:58:51.875 UTC [msp/identity] Sign -> DEBU 0f6 Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...41646D696E7310021A0641646D696E73 +2018-01-18 01:58:51.875 UTC [msp/identity] Sign -> DEBU 0f7 Sign: digest: 11FDF80CC4B0FFC37D789DF58839E00571F231FCB702D276F1DBF7EC339BED09 +2018-01-18 01:58:51.875 UTC [common/config] NewStandardValues -> DEBU 0f8 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0f9 Processing field: HashingAlgorithm +2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fa Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fb Processing field: OrdererAddresses +2018-01-18 01:58:51.876 UTC [common/config] initializeProtosStruct -> DEBU 0fc Processing field: Consortium +2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0fd Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0fe Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 0ff Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.877 UTC [common/configtx] addToMap -> DEBU 100 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 101 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 102 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 103 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:51.878 UTC [common/configtx] addToMap -> DEBU 104 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.879 UTC [common/configtx] addToMap -> DEBU 105 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:51.879 UTC [common/configtx] addToMap -> DEBU 106 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 107 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 108 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 109 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10a Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10b Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10c Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 10f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 110 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 111 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 112 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 113 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 114 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 115 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 116 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:51.880 UTC [common/configtx] addToMap -> DEBU 117 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 118 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 119 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11a Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11b Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11c Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11d Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:51.881 UTC [common/configtx] addToMap -> DEBU 11e Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:51.881 UTC [common/configtx] processConfig -> DEBU 11f Beginning new config for channel businesschannel +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 120 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 121 Processing field: HashingAlgorithm +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 122 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 123 Processing field: OrdererAddresses +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 124 Processing field: Consortium +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 125 Proposed new policy Readers for Channel +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 126 Proposed new policy Writers for Channel +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 127 Proposed new policy Admins for Channel +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 128 Initializing protos for *struct {} +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 129 Proposed new policy ChannelCreationPolicy for Application +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12a Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12b Processing field: MSP +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12c Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12d Processing field: AnchorPeers +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 12e Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 12f Processing field: MSP +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 130 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 131 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:51.881 UTC [policies] ProposePolicy -> DEBU 132 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 133 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 134 Processing field: MSP +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 135 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.881 UTC [common/config] initializeProtosStruct -> DEBU 136 Processing field: AnchorPeers +2018-01-18 01:58:51.881 UTC [common/config] NewStandardValues -> DEBU 137 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 138 Processing field: MSP +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 139 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 13a Proposed new policy Writers for Org1MSP +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 13b Proposed new policy Admins for Org1MSP +2018-01-18 01:58:51.882 UTC [common/config] NewStandardValues -> DEBU 13c Initializing protos for *config.OrdererProtos +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13d Processing field: ConsensusType +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13e Processing field: BatchSize +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 13f Processing field: BatchTimeout +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 140 Processing field: KafkaBrokers +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 141 Processing field: ChannelRestrictions +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 142 Proposed new policy Readers for Orderer +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 143 Proposed new policy Writers for Orderer +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 144 Proposed new policy Admins for Orderer +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 145 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:51.882 UTC [common/config] NewStandardValues -> DEBU 146 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.882 UTC [common/config] initializeProtosStruct -> DEBU 147 Processing field: MSP +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 148 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 149 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:51.882 UTC [policies] ProposePolicy -> DEBU 14a Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:51.882 UTC [common/config] Validate -> DEBU 14b Anchor peers for org Org2MSP are +2018-01-18 01:58:51.882 UTC [common/config] validateMSP -> DEBU 14c Setting up MSP for org Org2MSP +2018-01-18 01:58:51.882 UTC [msp] NewBccspMsp -> DEBU 14d Creating BCCSP-based MSP instance +2018-01-18 01:58:51.882 UTC [msp] Setup -> DEBU 14e Setting up MSP instance Org2MSP +2018-01-18 01:58:51.883 UTC [msp/identity] newIdentity -> DEBU 14f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -949,7 +530,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.469 UTC [msp/identity] newIdentity -> DEBU 212 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.884 UTC [msp/identity] newIdentity -> DEBU 150 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -963,7 +544,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.469 UTC [msp/identity] newIdentity -> DEBU 213 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.885 UTC [msp/identity] newIdentity -> DEBU 151 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -977,27 +558,446 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.470 UTC [msp] Validate -> DEBU 214 MSP Org2MSP validating identity -2018-01-14 11:45:32.471 UTC [msp] Setup -> DEBU 215 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.471 UTC [msp] Setup -> DEBU 216 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 217 Returning existing local MSP -2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 218 Obtaining default signing identity -2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 219 Returning existing local MSP -2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 21a Obtaining default signing identity -2018-01-14 11:45:32.471 UTC [msp/identity] Sign -> DEBU 21b Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...2D5E850992EA8478C14E4C1DBF4422FF -2018-01-14 11:45:32.471 UTC [msp/identity] Sign -> DEBU 21c Sign: digest: A357BF7A425EAC18D6CB0A7795D310494EAC3E338A27839ECD590E52FE3C7A63 -2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 21d Returning existing local MSP -2018-01-14 11:45:32.471 UTC [msp] GetDefaultSigningIdentity -> DEBU 21e Obtaining default signing identity -2018-01-14 11:45:32.471 UTC [msp] GetLocalMSP -> DEBU 21f Returning existing local MSP -2018-01-14 11:45:32.472 UTC [msp] GetDefaultSigningIdentity -> DEBU 220 Obtaining default signing identity -2018-01-14 11:45:32.472 UTC [msp/identity] Sign -> DEBU 221 Sign: plaintext: 0AB3060A1708041A0608DC85EDD20522...C1A8B008C889A2F19C71C8DA46B37A93 -2018-01-14 11:45:32.472 UTC [msp/identity] Sign -> DEBU 222 Sign: digest: 71D968A3EC699F0903EAAE321C1DFA88111FCB02B93451EF2AFB35341CA2EA3A -2018-01-14 11:45:32.472 UTC [orderer/common/broadcast] Handle -> DEBU 223 [channel: testchainid] Broadcast is filtering message of type ORDERER_TRANSACTION -2018-01-14 11:45:32.473 UTC [policies] GetPolicy -> DEBU 224 Returning policy Writers for evaluation -2018-01-14 11:45:32.473 UTC [cauthdsl] func1 -> DEBU 225 0xc420151178 gate 1515930332473192864 evaluation starts -2018-01-14 11:45:32.473 UTC [cauthdsl] func2 -> DEBU 226 0xc420151178 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.473 UTC [cauthdsl] func2 -> DEBU 227 0xc420151178 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.474 UTC [msp/identity] newIdentity -> DEBU 228 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.886 UTC [msp] Validate -> DEBU 152 MSP Org2MSP validating identity +2018-01-18 01:58:51.887 UTC [common/config] Validate -> DEBU 153 Anchor peers for org Org1MSP are +2018-01-18 01:58:51.887 UTC [common/config] validateMSP -> DEBU 154 Setting up MSP for org Org1MSP +2018-01-18 01:58:51.887 UTC [msp] NewBccspMsp -> DEBU 155 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.887 UTC [msp] Setup -> DEBU 156 Setting up MSP instance Org1MSP +2018-01-18 01:58:51.888 UTC [msp/identity] newIdentity -> DEBU 157 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:51.890 UTC [msp/identity] newIdentity -> DEBU 158 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.891 UTC [msp/identity] newIdentity -> DEBU 159 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.892 UTC [msp] Validate -> DEBU 15a MSP Org1MSP validating identity +2018-01-18 01:58:51.893 UTC [common/config] validateMSP -> DEBU 15b Setting up MSP for org OrdererOrg +2018-01-18 01:58:51.893 UTC [msp] NewBccspMsp -> DEBU 15c Creating BCCSP-based MSP instance +2018-01-18 01:58:51.893 UTC [msp] Setup -> DEBU 15d Setting up MSP instance OrdererMSP +2018-01-18 01:58:51.894 UTC [msp/identity] newIdentity -> DEBU 15e Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:51.894 UTC [msp/identity] newIdentity -> DEBU 15f Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:51.895 UTC [msp/identity] newIdentity -> DEBU 160 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:51.896 UTC [msp] Validate -> DEBU 161 MSP OrdererMSP validating identity +2018-01-18 01:58:51.896 UTC [msp] Setup -> DEBU 162 Setting up the MSP manager (3 msps) +2018-01-18 01:58:51.896 UTC [msp] Setup -> DEBU 163 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:51.896 UTC [policies] GetPolicy -> DEBU 164 Returning policy Writers for evaluation +2018-01-18 01:58:51.896 UTC [policies] CommitProposals -> DEBU 165 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 166 Returning policy Admins for evaluation +2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 167 In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 168 Returning policy Readers for evaluation +2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 169 In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 16a Returning policy Writers for evaluation +2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 16b In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:51.897 UTC [policies] GetPolicy -> DEBU 16c Returning policy Admins for evaluation +2018-01-18 01:58:51.897 UTC [policies] CommitProposals -> DEBU 16d In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 16e Returning policy Readers for evaluation +2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 16f In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 170 Returning policy Admins for evaluation +2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 171 Returning policy Admins for evaluation +2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 172 Returning policy Writers for evaluation +2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 173 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:51.898 UTC [policies] GetPolicy -> DEBU 174 Returning policy Admins for evaluation +2018-01-18 01:58:51.898 UTC [policies] CommitProposals -> DEBU 175 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:51.899 UTC [policies] GetPolicy -> DEBU 176 Returning policy Readers for evaluation +2018-01-18 01:58:51.899 UTC [policies] CommitProposals -> DEBU 177 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:51.900 UTC [policies] GetPolicy -> DEBU 178 Returning policy Readers for evaluation +2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 179 Returning policy Writers for evaluation +2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17a Returning policy Admins for evaluation +2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17b Returning policy Writers for evaluation +2018-01-18 01:58:51.901 UTC [policies] GetPolicy -> DEBU 17c Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:51.901 UTC [policies] CommitProposals -> DEBU 17d In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 17e Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 17f In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 180 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 181 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 182 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:51.902 UTC [policies] CommitProposals -> DEBU 183 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:51.902 UTC [policies] GetPolicy -> DEBU 184 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 185 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:51.903 UTC [policies] GetPolicy -> DEBU 186 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 187 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:51.903 UTC [policies] GetPolicy -> DEBU 188 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:51.903 UTC [policies] CommitProposals -> DEBU 189 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18a Returning policy Readers for evaluation +2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18b In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18c Returning policy Writers for evaluation +2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18d In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 18e Returning policy Admins for evaluation +2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 18f In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 190 Returning policy BlockValidation for evaluation +2018-01-18 01:58:51.904 UTC [policies] CommitProposals -> DEBU 191 In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:51.904 UTC [policies] GetPolicy -> DEBU 192 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 193 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 194 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 195 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 196 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:51.905 UTC [policies] CommitProposals -> DEBU 197 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 198 Returning dummy reject all policy because Readers could not be found in /Application/Readers +2018-01-18 01:58:51.905 UTC [policies] GetPolicy -> DEBU 199 Returning policy Readers for evaluation +2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19a Returning dummy reject all policy because Writers could not be found in /Application/Writers +2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19b Returning policy Writers for evaluation +2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19c Returning policy Admins for evaluation +2018-01-18 01:58:51.906 UTC [policies] GetPolicy -> DEBU 19d Returning dummy reject all policy because Admins could not be found in /Application/Admins +2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 19e Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 19f Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.906 UTC [common/configtx] addToMap -> DEBU 1a0 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a1 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a2 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a3 Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a4 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.907 UTC [common/configtx] addToMap -> DEBU 1a5 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a6 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a7 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a8 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1a9 Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:51.908 UTC [common/configtx] addToMap -> DEBU 1aa Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.908 UTC [policies] GetPolicy -> DEBU 1ab Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:51.908 UTC [cauthdsl] func1 -> DEBU 1ac 0xc42014a9a8 gate 1516240731908840727 evaluation starts +2018-01-18 01:58:51.908 UTC [cauthdsl] func2 -> DEBU 1ad 0xc42014a9a8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:51.909 UTC [cauthdsl] func2 -> DEBU 1ae 0xc42014a9a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:51.909 UTC [msp/identity] newIdentity -> DEBU 1af Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.910 UTC [cauthdsl] func2 -> DEBU 1b0 0xc42014a9a8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) +2018-01-18 01:58:51.910 UTC [cauthdsl] func2 -> DEBU 1b1 0xc42014a9a8 principal evaluation fails +2018-01-18 01:58:51.910 UTC [cauthdsl] func1 -> DEBU 1b2 0xc42014a9a8 gate 1516240731908840727 evaluation fails +2018-01-18 01:58:51.910 UTC [cauthdsl] func1 -> DEBU 1b3 0xc42014a9b8 gate 1516240731910963265 evaluation starts +2018-01-18 01:58:51.911 UTC [cauthdsl] func2 -> DEBU 1b4 0xc42014a9b8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:51.911 UTC [cauthdsl] func2 -> DEBU 1b5 0xc42014a9b8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:51.911 UTC [msp/identity] newIdentity -> DEBU 1b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.912 UTC [msp] SatisfiesPrincipal -> DEBU 1b7 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:51.912 UTC [cauthdsl] func2 -> DEBU 1b8 0xc42014a9b8 principal matched by identity 0 +2018-01-18 01:58:51.912 UTC [msp/identity] Verify -> DEBU 1b9 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +2018-01-18 01:58:51.912 UTC [msp/identity] Verify -> DEBU 1ba Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +00000040 2e 30 01 0f 91 31 |.0...1| +2018-01-18 01:58:51.912 UTC [cauthdsl] func2 -> DEBU 1bb 0xc42014a9b8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:51.912 UTC [cauthdsl] func1 -> DEBU 1bc 0xc42014a9b8 gate 1516240731910963265 evaluation succeeds +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1bd Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1be Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1bf Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c0 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c1 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.913 UTC [common/configtx] recurseConfigMap -> DEBU 1c2 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c3 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c4 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c5 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c6 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c7 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.914 UTC [common/configtx] recurseConfigMap -> DEBU 1c8 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1c9 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1ca Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cb Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cc Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cd Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1ce Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.915 UTC [common/configtx] recurseConfigMap -> DEBU 1cf Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.916 UTC [common/configtx] processConfig -> DEBU 1d0 Beginning new config for channel businesschannel +2018-01-18 01:58:51.916 UTC [common/config] NewStandardValues -> DEBU 1d1 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d2 Processing field: HashingAlgorithm +2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d3 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d4 Processing field: OrdererAddresses +2018-01-18 01:58:51.916 UTC [common/config] initializeProtosStruct -> DEBU 1d5 Processing field: Consortium +2018-01-18 01:58:51.916 UTC [policies] ProposePolicy -> DEBU 1d6 Proposed new policy Readers for Channel +2018-01-18 01:58:51.916 UTC [policies] ProposePolicy -> DEBU 1d7 Proposed new policy Writers for Channel +2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1d8 Proposed new policy Admins for Channel +2018-01-18 01:58:51.917 UTC [common/config] NewStandardValues -> DEBU 1d9 Initializing protos for *struct {} +2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1da Proposed new policy Readers for Application +2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1db Proposed new policy Admins for Application +2018-01-18 01:58:51.917 UTC [policies] ProposePolicy -> DEBU 1dc Proposed new policy Writers for Application +2018-01-18 01:58:51.917 UTC [common/config] NewStandardValues -> DEBU 1dd Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.917 UTC [common/config] initializeProtosStruct -> DEBU 1de Processing field: MSP +2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1df Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.918 UTC [common/config] initializeProtosStruct -> DEBU 1e0 Processing field: AnchorPeers +2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1e1 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.918 UTC [common/config] initializeProtosStruct -> DEBU 1e2 Processing field: MSP +2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e3 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e4 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:51.918 UTC [policies] ProposePolicy -> DEBU 1e5 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:51.918 UTC [common/config] NewStandardValues -> DEBU 1e6 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1e7 Processing field: MSP +2018-01-18 01:58:51.919 UTC [common/config] NewStandardValues -> DEBU 1e8 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1e9 Processing field: AnchorPeers +2018-01-18 01:58:51.919 UTC [common/config] NewStandardValues -> DEBU 1ea Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.919 UTC [common/config] initializeProtosStruct -> DEBU 1eb Processing field: MSP +2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ec Proposed new policy Writers for Org2MSP +2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ed Proposed new policy Admins for Org2MSP +2018-01-18 01:58:51.919 UTC [policies] ProposePolicy -> DEBU 1ee Proposed new policy Readers for Org2MSP +2018-01-18 01:58:51.920 UTC [common/config] NewStandardValues -> DEBU 1ef Initializing protos for *config.OrdererProtos +2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f0 Processing field: ConsensusType +2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f1 Processing field: BatchSize +2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f2 Processing field: BatchTimeout +2018-01-18 01:58:51.920 UTC [common/config] initializeProtosStruct -> DEBU 1f3 Processing field: KafkaBrokers +2018-01-18 01:58:51.921 UTC [common/config] initializeProtosStruct -> DEBU 1f4 Processing field: ChannelRestrictions +2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f5 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f6 Proposed new policy Readers for Orderer +2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f7 Proposed new policy Writers for Orderer +2018-01-18 01:58:51.921 UTC [policies] ProposePolicy -> DEBU 1f8 Proposed new policy Admins for Orderer +2018-01-18 01:58:51.921 UTC [common/config] NewStandardValues -> DEBU 1f9 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.921 UTC [common/config] initializeProtosStruct -> DEBU 1fa Processing field: MSP +2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fb Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fc Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:51.922 UTC [policies] ProposePolicy -> DEBU 1fd Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:51.922 UTC [common/config] Validate -> DEBU 1fe Anchor peers for org Org1MSP are +2018-01-18 01:58:51.922 UTC [common/config] validateMSP -> DEBU 1ff Setting up MSP for org Org1MSP +2018-01-18 01:58:51.922 UTC [msp] NewBccspMsp -> DEBU 200 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.922 UTC [msp] Setup -> DEBU 201 Setting up MSP instance Org1MSP +2018-01-18 01:58:51.923 UTC [msp/identity] newIdentity -> DEBU 202 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:51.923 UTC [msp/identity] newIdentity -> DEBU 203 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.924 UTC [msp/identity] newIdentity -> DEBU 204 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.925 UTC [msp] Validate -> DEBU 205 MSP Org1MSP validating identity +2018-01-18 01:58:51.925 UTC [common/config] Validate -> DEBU 206 Anchor peers for org Org2MSP are +2018-01-18 01:58:51.925 UTC [common/config] validateMSP -> DEBU 207 Setting up MSP for org Org2MSP +2018-01-18 01:58:51.925 UTC [msp] NewBccspMsp -> DEBU 208 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.925 UTC [msp] Setup -> DEBU 209 Setting up MSP instance Org2MSP +2018-01-18 01:58:51.926 UTC [msp/identity] newIdentity -> DEBU 20a Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +SCjyRdD3aQ== +-----END CERTIFICATE----- +2018-01-18 01:58:51.926 UTC [msp/identity] newIdentity -> DEBU 20b Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:51.927 UTC [msp/identity] newIdentity -> DEBU 20c Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:51.928 UTC [msp] Validate -> DEBU 20d MSP Org2MSP validating identity +2018-01-18 01:58:51.928 UTC [common/config] validateMSP -> DEBU 20e Setting up MSP for org OrdererOrg +2018-01-18 01:58:51.928 UTC [msp] NewBccspMsp -> DEBU 20f Creating BCCSP-based MSP instance +2018-01-18 01:58:51.928 UTC [msp] Setup -> DEBU 210 Setting up MSP instance OrdererMSP +2018-01-18 01:58:51.929 UTC [msp/identity] newIdentity -> DEBU 211 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:51.929 UTC [msp/identity] newIdentity -> DEBU 212 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:51.930 UTC [msp/identity] newIdentity -> DEBU 213 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:51.930 UTC [msp] Validate -> DEBU 214 MSP OrdererMSP validating identity +2018-01-18 01:58:51.930 UTC [msp] Setup -> DEBU 215 Setting up the MSP manager (3 msps) +2018-01-18 01:58:51.931 UTC [msp] Setup -> DEBU 216 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:51.931 UTC [msp] GetLocalMSP -> DEBU 217 Returning existing local MSP +2018-01-18 01:58:51.931 UTC [msp] GetDefaultSigningIdentity -> DEBU 218 Obtaining default signing identity +2018-01-18 01:58:51.931 UTC [msp] GetLocalMSP -> DEBU 219 Returning existing local MSP +2018-01-18 01:58:51.931 UTC [msp] GetDefaultSigningIdentity -> DEBU 21a Obtaining default signing identity +2018-01-18 01:58:51.932 UTC [msp/identity] Sign -> DEBU 21b Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...6B6A44916787A9985648B6DDEBF495DE +2018-01-18 01:58:51.932 UTC [msp/identity] Sign -> DEBU 21c Sign: digest: AB59F312C5A19AA567004BA931C26E20AB7CC3F53C2A2BD6762B6DA633B1726A +2018-01-18 01:58:51.932 UTC [msp] GetLocalMSP -> DEBU 21d Returning existing local MSP +2018-01-18 01:58:51.932 UTC [msp] GetDefaultSigningIdentity -> DEBU 21e Obtaining default signing identity +2018-01-18 01:58:51.932 UTC [msp] GetLocalMSP -> DEBU 21f Returning existing local MSP +2018-01-18 01:58:51.932 UTC [msp] GetDefaultSigningIdentity -> DEBU 220 Obtaining default signing identity +2018-01-18 01:58:51.933 UTC [msp/identity] Sign -> DEBU 221 Sign: plaintext: 0AB3060A1708041A0608DBFEFFD20522...00026BF88BC13D7AC6785A6107570B18 +2018-01-18 01:58:51.933 UTC [msp/identity] Sign -> DEBU 222 Sign: digest: 0EF11389AB5912BF66D91D41E64742E3DBCEC872E0B8D119A3499E68DE11DE32 +2018-01-18 01:58:51.933 UTC [orderer/common/broadcast] Handle -> DEBU 223 [channel: testchainid] Broadcast is filtering message of type ORDERER_TRANSACTION +2018-01-18 01:58:51.933 UTC [policies] GetPolicy -> DEBU 224 Returning policy Writers for evaluation +2018-01-18 01:58:51.933 UTC [cauthdsl] func1 -> DEBU 225 0xc42014ad78 gate 1516240731933587747 evaluation starts +2018-01-18 01:58:51.933 UTC [cauthdsl] func2 -> DEBU 226 0xc42014ad78 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:51.933 UTC [cauthdsl] func2 -> DEBU 227 0xc42014ad78 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:51.934 UTC [msp/identity] newIdentity -> DEBU 228 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -1010,112 +1010,112 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:32.474 UTC [msp] SatisfiesPrincipal -> DEBU 229 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:32.474 UTC [msp] Validate -> DEBU 22a MSP OrdererMSP validating identity -2018-01-14 11:45:32.474 UTC [cauthdsl] func2 -> DEBU 22b 0xc420151178 principal matched by identity 0 -2018-01-14 11:45:32.474 UTC [msp/identity] Verify -> DEBU 22c Verify: digest = 00000000 71 d9 68 a3 ec 69 9f 09 03 ea ae 32 1c 1d fa 88 |q.h..i.....2....| -00000010 11 1f cb 02 b9 34 51 ef 2a fb 35 34 1c a2 ea 3a |.....4Q.*.54...:| -2018-01-14 11:45:32.474 UTC [msp/identity] Verify -> DEBU 22d Verify: sig = 00000000 30 45 02 21 00 95 b5 76 17 9a 3d 5d c0 1c 6b 7f |0E.!...v..=]..k.| -00000010 f9 6b 96 b2 f7 1e 6e da f2 3c 79 a3 ea b3 28 d7 |.k....n.. DEBU 22e 0xc420151178 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.475 UTC [cauthdsl] func1 -> DEBU 22f 0xc420151178 gate 1515930332473192864 evaluation succeeds -2018-01-14 11:45:32.475 UTC [orderer/common/sigfilter] Apply -> DEBU 230 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380c20 1 [0xc420150650]}) Writers]} -2018-01-14 11:45:32.475 UTC [msp] GetLocalMSP -> DEBU 231 Returning existing local MSP -2018-01-14 11:45:32.475 UTC [msp] GetDefaultSigningIdentity -> DEBU 232 Obtaining default signing identity -2018-01-14 11:45:32.475 UTC [msp] GetLocalMSP -> DEBU 233 Returning existing local MSP -2018-01-14 11:45:32.475 UTC [msp] GetDefaultSigningIdentity -> DEBU 234 Obtaining default signing identity -2018-01-14 11:45:32.476 UTC [msp/identity] Sign -> DEBU 235 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -2018-01-14 11:45:32.476 UTC [msp/identity] Sign -> DEBU 236 Sign: digest: 1851F67AFE49F54696152F7AF7DF1F4FA7AE4933EB845698A883F535860A18CB -2018-01-14 11:45:32.476 UTC [common/config] NewStandardValues -> DEBU 237 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 238 Processing field: HashingAlgorithm -2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 239 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 23a Processing field: OrdererAddresses -2018-01-14 11:45:32.476 UTC [common/config] initializeProtosStruct -> DEBU 23b Processing field: Consortium -2018-01-14 11:45:32.476 UTC [common/configtx] addToMap -> DEBU 23c Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23d Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23e Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 23f Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 240 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 241 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 242 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 243 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 244 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 245 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.477 UTC [common/configtx] addToMap -> DEBU 246 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.478 UTC [common/configtx] addToMap -> DEBU 247 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.482 UTC [common/configtx] addToMap -> DEBU 248 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.483 UTC [common/configtx] addToMap -> DEBU 249 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.483 UTC [common/configtx] addToMap -> DEBU 24a Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24b Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24c Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24e Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 24f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.484 UTC [common/configtx] addToMap -> DEBU 250 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 251 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 252 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 253 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 254 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 255 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 256 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 257 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 258 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 259 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25a Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25b Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25c Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.485 UTC [common/configtx] addToMap -> DEBU 25d Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.485 UTC [common/configtx] processConfig -> DEBU 25e Beginning new config for channel businesschannel -2018-01-14 11:45:32.485 UTC [common/config] NewStandardValues -> DEBU 25f Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 260 Processing field: HashingAlgorithm -2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 261 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 262 Processing field: OrdererAddresses -2018-01-14 11:45:32.485 UTC [common/config] initializeProtosStruct -> DEBU 263 Processing field: Consortium -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 264 Proposed new policy Writers for Channel -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 265 Proposed new policy Admins for Channel -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 266 Proposed new policy Readers for Channel -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 267 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 268 Processing field: ConsensusType -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 269 Processing field: BatchSize -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26a Processing field: BatchTimeout -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26b Processing field: KafkaBrokers -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 26c Processing field: ChannelRestrictions -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26d Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26e Proposed new policy Readers for Orderer -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 26f Proposed new policy Writers for Orderer -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 270 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 271 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 272 Processing field: MSP -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 273 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 274 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 275 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 276 Initializing protos for *struct {} -2018-01-14 11:45:32.486 UTC [policies] ProposePolicy -> DEBU 277 Proposed new policy ChannelCreationPolicy for Application -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 278 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 279 Processing field: MSP -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 27a Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 27b Processing field: AnchorPeers -2018-01-14 11:45:32.486 UTC [common/config] NewStandardValues -> DEBU 27c Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.486 UTC [common/config] initializeProtosStruct -> DEBU 27d Processing field: MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 27e Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 27f Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 280 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 281 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 282 Processing field: MSP -2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 283 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 284 Processing field: AnchorPeers -2018-01-14 11:45:32.487 UTC [common/config] NewStandardValues -> DEBU 285 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.487 UTC [common/config] initializeProtosStruct -> DEBU 286 Processing field: MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 287 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 288 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.487 UTC [policies] ProposePolicy -> DEBU 289 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.488 UTC [common/config] validateMSP -> DEBU 28a Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.488 UTC [msp] NewBccspMsp -> DEBU 28b Creating BCCSP-based MSP instance -2018-01-14 11:45:32.488 UTC [msp] Setup -> DEBU 28c Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.488 UTC [msp/identity] newIdentity -> DEBU 28d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.934 UTC [msp] SatisfiesPrincipal -> DEBU 229 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:51.934 UTC [msp] Validate -> DEBU 22a MSP OrdererMSP validating identity +2018-01-18 01:58:51.935 UTC [cauthdsl] func2 -> DEBU 22b 0xc42014ad78 principal matched by identity 0 +2018-01-18 01:58:51.935 UTC [msp/identity] Verify -> DEBU 22c Verify: digest = 00000000 0e f1 13 89 ab 59 12 bf 66 d9 1d 41 e6 47 42 e3 |.....Y..f..A.GB.| +00000010 db ce c8 72 e0 b8 d1 19 a3 49 9e 68 de 11 de 32 |...r.....I.h...2| +2018-01-18 01:58:51.935 UTC [msp/identity] Verify -> DEBU 22d Verify: sig = 00000000 30 45 02 21 00 87 2f 92 95 54 fb 85 e0 ff ce 19 |0E.!../..T......| +00000010 8d dc 61 d1 ea fa 81 9b fa 83 0b 66 ee c6 8f 3e |..a........f...>| +00000020 64 0d 71 9b 09 02 20 4d 7e d7 b1 be eb 57 8f 9a |d.q... M~....W..| +00000030 17 5f 57 5b d4 ad f3 f1 20 b2 bc a5 05 58 b3 2c |._W[.... ....X.,| +00000040 9f 3b e7 3c 89 72 68 |.;.<.rh| +2018-01-18 01:58:51.935 UTC [cauthdsl] func2 -> DEBU 22e 0xc42014ad78 principal evaluation succeeds for identity 0 +2018-01-18 01:58:51.936 UTC [cauthdsl] func1 -> DEBU 22f 0xc42014ad78 gate 1516240731933587747 evaluation succeeds +2018-01-18 01:58:51.936 UTC [orderer/common/sigfilter] Apply -> DEBU 230 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381280 1 [0xc42014a5d8]}) Writers]} +2018-01-18 01:58:51.936 UTC [msp] GetLocalMSP -> DEBU 231 Returning existing local MSP +2018-01-18 01:58:51.936 UTC [msp] GetDefaultSigningIdentity -> DEBU 232 Obtaining default signing identity +2018-01-18 01:58:51.936 UTC [msp] GetLocalMSP -> DEBU 233 Returning existing local MSP +2018-01-18 01:58:51.937 UTC [msp] GetDefaultSigningIdentity -> DEBU 234 Obtaining default signing identity +2018-01-18 01:58:51.937 UTC [msp/identity] Sign -> DEBU 235 Sign: plaintext: 0AB7060A1B08011A0608DBFEFFD20522...07526561646572731A0641646D696E73 +2018-01-18 01:58:51.937 UTC [msp/identity] Sign -> DEBU 236 Sign: digest: 2CBC9EA5AF8A9600920C3DD02CA31855ED16D22F9475FBE7DBFEA35495A83037 +2018-01-18 01:58:51.937 UTC [common/config] NewStandardValues -> DEBU 237 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.937 UTC [common/config] initializeProtosStruct -> DEBU 238 Processing field: HashingAlgorithm +2018-01-18 01:58:51.937 UTC [common/config] initializeProtosStruct -> DEBU 239 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.938 UTC [common/config] initializeProtosStruct -> DEBU 23a Processing field: OrdererAddresses +2018-01-18 01:58:51.938 UTC [common/config] initializeProtosStruct -> DEBU 23b Processing field: Consortium +2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23c Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23d Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:51.938 UTC [common/configtx] addToMap -> DEBU 23e Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 23f Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 240 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 241 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 242 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 243 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 244 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:51.939 UTC [common/configtx] addToMap -> DEBU 245 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 246 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 247 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 248 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 249 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 24a Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:51.940 UTC [common/configtx] addToMap -> DEBU 24b Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24c Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 24f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 250 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:51.941 UTC [common/configtx] addToMap -> DEBU 251 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 252 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 253 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 254 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 255 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 256 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 257 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:51.942 UTC [common/configtx] addToMap -> DEBU 258 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 259 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25a Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25b Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:51.943 UTC [common/configtx] addToMap -> DEBU 25c Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:51.944 UTC [common/configtx] addToMap -> DEBU 25d Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:51.944 UTC [common/configtx] processConfig -> DEBU 25e Beginning new config for channel businesschannel +2018-01-18 01:58:51.944 UTC [common/config] NewStandardValues -> DEBU 25f Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 260 Processing field: HashingAlgorithm +2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 261 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.944 UTC [common/config] initializeProtosStruct -> DEBU 262 Processing field: OrdererAddresses +2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 263 Processing field: Consortium +2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 264 Proposed new policy Readers for Channel +2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 265 Proposed new policy Writers for Channel +2018-01-18 01:58:51.945 UTC [policies] ProposePolicy -> DEBU 266 Proposed new policy Admins for Channel +2018-01-18 01:58:51.945 UTC [common/config] NewStandardValues -> DEBU 267 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 268 Processing field: ConsensusType +2018-01-18 01:58:51.945 UTC [common/config] initializeProtosStruct -> DEBU 269 Processing field: BatchSize +2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26a Processing field: BatchTimeout +2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26b Processing field: KafkaBrokers +2018-01-18 01:58:51.946 UTC [common/config] initializeProtosStruct -> DEBU 26c Processing field: ChannelRestrictions +2018-01-18 01:58:51.946 UTC [policies] ProposePolicy -> DEBU 26d Proposed new policy Readers for Orderer +2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 26e Proposed new policy Writers for Orderer +2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 26f Proposed new policy Admins for Orderer +2018-01-18 01:58:51.947 UTC [policies] ProposePolicy -> DEBU 270 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:51.948 UTC [common/config] NewStandardValues -> DEBU 271 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.948 UTC [common/config] initializeProtosStruct -> DEBU 272 Processing field: MSP +2018-01-18 01:58:51.948 UTC [policies] ProposePolicy -> DEBU 273 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:51.948 UTC [policies] ProposePolicy -> DEBU 274 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:51.949 UTC [policies] ProposePolicy -> DEBU 275 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 276 Initializing protos for *struct {} +2018-01-18 01:58:51.949 UTC [policies] ProposePolicy -> DEBU 277 Proposed new policy ChannelCreationPolicy for Application +2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 278 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.949 UTC [common/config] initializeProtosStruct -> DEBU 279 Processing field: MSP +2018-01-18 01:58:51.949 UTC [common/config] NewStandardValues -> DEBU 27a Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.949 UTC [common/config] initializeProtosStruct -> DEBU 27b Processing field: AnchorPeers +2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 27c Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.950 UTC [common/config] initializeProtosStruct -> DEBU 27d Processing field: MSP +2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 27e Proposed new policy Writers for Org1MSP +2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 27f Proposed new policy Admins for Org1MSP +2018-01-18 01:58:51.950 UTC [policies] ProposePolicy -> DEBU 280 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 281 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.950 UTC [common/config] initializeProtosStruct -> DEBU 282 Processing field: MSP +2018-01-18 01:58:51.950 UTC [common/config] NewStandardValues -> DEBU 283 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.951 UTC [common/config] initializeProtosStruct -> DEBU 284 Processing field: AnchorPeers +2018-01-18 01:58:51.951 UTC [common/config] NewStandardValues -> DEBU 285 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.951 UTC [common/config] initializeProtosStruct -> DEBU 286 Processing field: MSP +2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 287 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 288 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:51.951 UTC [policies] ProposePolicy -> DEBU 289 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:51.952 UTC [common/config] validateMSP -> DEBU 28a Setting up MSP for org OrdererOrg +2018-01-18 01:58:51.952 UTC [msp] NewBccspMsp -> DEBU 28b Creating BCCSP-based MSP instance +2018-01-18 01:58:51.952 UTC [msp] Setup -> DEBU 28c Setting up MSP instance OrdererMSP +2018-01-18 01:58:51.952 UTC [msp/identity] newIdentity -> DEBU 28d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -1129,7 +1129,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.489 UTC [msp/identity] newIdentity -> DEBU 28e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.954 UTC [msp/identity] newIdentity -> DEBU 28e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -1142,7 +1142,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.490 UTC [msp/identity] newIdentity -> DEBU 28f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.955 UTC [msp/identity] newIdentity -> DEBU 28f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -1155,12 +1155,12 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.491 UTC [msp] Validate -> DEBU 290 MSP OrdererMSP validating identity -2018-01-14 11:45:32.491 UTC [common/config] Validate -> DEBU 291 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.491 UTC [common/config] validateMSP -> DEBU 292 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.491 UTC [msp] NewBccspMsp -> DEBU 293 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.491 UTC [msp] Setup -> DEBU 294 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.491 UTC [msp/identity] newIdentity -> DEBU 295 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.955 UTC [msp] Validate -> DEBU 290 MSP OrdererMSP validating identity +2018-01-18 01:58:51.955 UTC [common/config] Validate -> DEBU 291 Anchor peers for org Org1MSP are +2018-01-18 01:58:51.955 UTC [common/config] validateMSP -> DEBU 292 Setting up MSP for org Org1MSP +2018-01-18 01:58:51.955 UTC [msp] NewBccspMsp -> DEBU 293 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.955 UTC [msp] Setup -> DEBU 294 Setting up MSP instance Org1MSP +2018-01-18 01:58:51.956 UTC [msp/identity] newIdentity -> DEBU 295 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1175,7 +1175,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.492 UTC [msp/identity] newIdentity -> DEBU 296 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.956 UTC [msp/identity] newIdentity -> DEBU 296 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1189,7 +1189,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.494 UTC [msp/identity] newIdentity -> DEBU 297 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.957 UTC [msp/identity] newIdentity -> DEBU 297 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1203,12 +1203,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.495 UTC [msp] Validate -> DEBU 298 MSP Org1MSP validating identity -2018-01-14 11:45:32.495 UTC [common/config] Validate -> DEBU 299 Anchor peers for org Org2MSP are -2018-01-14 11:45:32.495 UTC [common/config] validateMSP -> DEBU 29a Setting up MSP for org Org2MSP -2018-01-14 11:45:32.495 UTC [msp] NewBccspMsp -> DEBU 29b Creating BCCSP-based MSP instance -2018-01-14 11:45:32.495 UTC [msp] Setup -> DEBU 29c Setting up MSP instance Org2MSP -2018-01-14 11:45:32.495 UTC [msp/identity] newIdentity -> DEBU 29d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.958 UTC [msp] Validate -> DEBU 298 MSP Org1MSP validating identity +2018-01-18 01:58:51.958 UTC [common/config] Validate -> DEBU 299 Anchor peers for org Org2MSP are +2018-01-18 01:58:51.958 UTC [common/config] validateMSP -> DEBU 29a Setting up MSP for org Org2MSP +2018-01-18 01:58:51.959 UTC [msp] NewBccspMsp -> DEBU 29b Creating BCCSP-based MSP instance +2018-01-18 01:58:51.959 UTC [msp] Setup -> DEBU 29c Setting up MSP instance Org2MSP +2018-01-18 01:58:51.959 UTC [msp/identity] newIdentity -> DEBU 29d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -1223,7 +1223,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.495 UTC [msp/identity] newIdentity -> DEBU 29e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.960 UTC [msp/identity] newIdentity -> DEBU 29e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1237,7 +1237,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.496 UTC [msp/identity] newIdentity -> DEBU 29f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.960 UTC [msp/identity] newIdentity -> DEBU 29f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1251,85 +1251,85 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.496 UTC [msp] Validate -> DEBU 2a0 MSP Org2MSP validating identity -2018-01-14 11:45:32.497 UTC [msp] Setup -> DEBU 2a1 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.497 UTC [msp] Setup -> DEBU 2a2 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a3 Returning policy Readers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a4 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a5 Returning policy Writers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a6 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a7 Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2a8 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2a9 Returning policy Writers for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2aa Returning policy Readers for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ab Returning policy Writers for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ac Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ad Returning policy Writers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2ae In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2af Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b0 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b1 Returning policy Readers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b2 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b3 Returning policy Readers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b4 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b5 Returning policy Writers for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b6 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b7 Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2b8 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2b9 Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2ba Returning policy Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2bb Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2bc In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.497 UTC [policies] GetPolicy -> DEBU 2bd Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.497 UTC [policies] CommitProposals -> DEBU 2be In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2bf Returning policy Readers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c0 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c1 Returning policy Writers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c2 In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c3 Returning policy Admins for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c4 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c5 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c6 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c7 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2c8 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2c9 Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2ca In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cb Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2cc In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cd Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2ce In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2cf Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d0 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d1 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d2 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d3 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d4 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d5 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.498 UTC [policies] CommitProposals -> DEBU 2d6 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d7 Returning policy Writers for evaluation -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d8 Returning dummy reject all policy because Writers could not be found in /Application/Writers -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2d9 Returning policy Admins for evaluation -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2da Returning dummy reject all policy because Admins could not be found in /Application/Admins -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2db Returning policy Readers for evaluation -2018-01-14 11:45:32.498 UTC [policies] GetPolicy -> DEBU 2dc Returning dummy reject all policy because Readers could not be found in /Application/Readers -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2dd Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2de Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2df Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e0 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e1 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e2 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e3 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e4 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e5 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e6 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e7 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e8 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.499 UTC [common/configtx] addToMap -> DEBU 2e9 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.500 UTC [policies] GetPolicy -> DEBU 2ea Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.500 UTC [cauthdsl] func1 -> DEBU 2eb 0xc420150df8 gate 1515930332500099064 evaluation starts -2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2ec 0xc420150df8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2ed 0xc420150df8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.500 UTC [msp/identity] newIdentity -> DEBU 2ee Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.961 UTC [msp] Validate -> DEBU 2a0 MSP Org2MSP validating identity +2018-01-18 01:58:51.961 UTC [msp] Setup -> DEBU 2a1 Setting up the MSP manager (3 msps) +2018-01-18 01:58:51.961 UTC [msp] Setup -> DEBU 2a2 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a3 Returning policy Readers for evaluation +2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a4 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a5 Returning policy Writers for evaluation +2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a6 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a7 Returning policy Admins for evaluation +2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2a8 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2a9 Returning policy Readers for evaluation +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2aa Returning policy Writers for evaluation +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ab Returning policy Admins for evaluation +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ac Returning policy Writers for evaluation +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2ad Returning policy Admins for evaluation +2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2ae In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:51.961 UTC [policies] GetPolicy -> DEBU 2af Returning policy Readers for evaluation +2018-01-18 01:58:51.961 UTC [policies] CommitProposals -> DEBU 2b0 In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b1 Returning policy Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b2 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b3 Returning policy Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b4 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b5 Returning policy Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b6 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b7 Returning policy Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2b8 In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2b9 Returning policy Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2ba Returning policy Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bb Returning policy BlockValidation for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2bc In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bd Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2be In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2bf Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c0 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c1 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c2 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c3 Returning policy Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c4 In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c5 Returning policy Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c6 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c7 Returning policy Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2c8 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2c9 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2ca In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cb Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2cc In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cd Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2ce In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2cf Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d0 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d1 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d2 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d3 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d4 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d5 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] CommitProposals -> DEBU 2d6 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d7 Returning policy Readers for evaluation +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d8 Returning dummy reject all policy because Readers could not be found in /Application/Readers +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2d9 Returning dummy reject all policy because Writers could not be found in /Application/Writers +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2da Returning policy Writers for evaluation +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2db Returning policy Admins for evaluation +2018-01-18 01:58:51.962 UTC [policies] GetPolicy -> DEBU 2dc Returning dummy reject all policy because Admins could not be found in /Application/Admins +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2dd Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2de Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2df Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e0 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e1 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e2 Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e3 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e4 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e5 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e6 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e7 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e8 Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:51.963 UTC [common/configtx] addToMap -> DEBU 2e9 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.963 UTC [policies] GetPolicy -> DEBU 2ea Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:51.963 UTC [cauthdsl] func1 -> DEBU 2eb 0xc42014a990 gate 1516240731963650109 evaluation starts +2018-01-18 01:58:51.963 UTC [cauthdsl] func2 -> DEBU 2ec 0xc42014a990 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:51.963 UTC [cauthdsl] func2 -> DEBU 2ed 0xc42014a990 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:51.963 UTC [msp/identity] newIdentity -> DEBU 2ee Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1343,135 +1343,131 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.500 UTC [msp] SatisfiesPrincipal -> DEBU 2ef Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:32.500 UTC [cauthdsl] func2 -> DEBU 2f0 0xc420150df8 principal matched by identity 0 -2018-01-14 11:45:32.500 UTC [msp/identity] Verify -> DEBU 2f1 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -2018-01-14 11:45:32.500 UTC [msp/identity] Verify -> DEBU 2f2 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -00000040 12 a6 8e 7f 16 50 |.....P| -2018-01-14 11:45:32.501 UTC [cauthdsl] func2 -> DEBU 2f3 0xc420150df8 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.501 UTC [cauthdsl] func1 -> DEBU 2f4 0xc420150df8 gate 1515930332500099064 evaluation succeeds -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f5 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f6 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f7 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f8 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2f9 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fa Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fb Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fc Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fd Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2fe Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 2ff Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.501 UTC [common/configtx] recurseConfigMap -> DEBU 300 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 301 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 302 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 303 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 304 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 305 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 306 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] recurseConfigMap -> DEBU 307 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.502 UTC [common/configtx] processConfig -> DEBU 308 Beginning new config for channel businesschannel -2018-01-14 11:45:32.502 UTC [common/config] NewStandardValues -> DEBU 309 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30a Processing field: HashingAlgorithm -2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30b Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30c Processing field: OrdererAddresses -2018-01-14 11:45:32.502 UTC [common/config] initializeProtosStruct -> DEBU 30d Processing field: Consortium -2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 30e Proposed new policy Readers for Channel -2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 30f Proposed new policy Writers for Channel -2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 310 Proposed new policy Admins for Channel -2018-01-14 11:45:32.502 UTC [common/config] NewStandardValues -> DEBU 311 Initializing protos for *struct {} -2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 312 Proposed new policy Writers for Application -2018-01-14 11:45:32.502 UTC [policies] ProposePolicy -> DEBU 313 Proposed new policy Readers for Application -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 314 Proposed new policy Admins for Application -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 315 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 316 Processing field: MSP -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 317 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 318 Processing field: AnchorPeers -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 319 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 31a Processing field: MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31b Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31c Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 31d Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 31e Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 31f Processing field: MSP -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 320 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 321 Processing field: AnchorPeers -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 322 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 323 Processing field: MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 324 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 325 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 326 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 327 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 328 Processing field: ConsensusType -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 329 Processing field: BatchSize -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32a Processing field: BatchTimeout -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32b Processing field: KafkaBrokers -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 32c Processing field: ChannelRestrictions -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32d Proposed new policy Admins for Orderer -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32e Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 32f Proposed new policy Readers for Orderer -2018-01-14 11:45:32.503 UTC [policies] ProposePolicy -> DEBU 330 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.503 UTC [common/config] NewStandardValues -> DEBU 331 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.503 UTC [common/config] initializeProtosStruct -> DEBU 332 Processing field: MSP -2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 333 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 334 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.504 UTC [policies] ProposePolicy -> DEBU 335 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.504 UTC [common/config] Validate -> DEBU 336 Anchor peers for org Org2MSP are -2018-01-14 11:45:32.504 UTC [common/config] validateMSP -> DEBU 337 Setting up MSP for org Org2MSP -2018-01-14 11:45:32.504 UTC [msp] NewBccspMsp -> DEBU 338 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.504 UTC [msp] Setup -> DEBU 339 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.504 UTC [msp/identity] newIdentity -> DEBU 33a Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +2018-01-18 01:58:51.964 UTC [msp] SatisfiesPrincipal -> DEBU 2ef Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:51.964 UTC [cauthdsl] func2 -> DEBU 2f0 0xc42014a990 principal matched by identity 0 +2018-01-18 01:58:51.964 UTC [msp/identity] Verify -> DEBU 2f1 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +2018-01-18 01:58:51.964 UTC [msp/identity] Verify -> DEBU 2f2 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +00000040 2e 30 01 0f 91 31 |.0...1| +2018-01-18 01:58:51.964 UTC [cauthdsl] func2 -> DEBU 2f3 0xc42014a990 principal evaluation succeeds for identity 0 +2018-01-18 01:58:51.964 UTC [cauthdsl] func1 -> DEBU 2f4 0xc42014a990 gate 1516240731963650109 evaluation succeeds +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f5 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f6 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f7 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f8 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2f9 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fa Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fb Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.964 UTC [common/configtx] recurseConfigMap -> DEBU 2fc Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2fd Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2fe Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 2ff Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 300 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 301 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 302 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 303 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 304 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 305 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 306 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] recurseConfigMap -> DEBU 307 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.965 UTC [common/configtx] processConfig -> DEBU 308 Beginning new config for channel businesschannel +2018-01-18 01:58:51.965 UTC [common/config] NewStandardValues -> DEBU 309 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30a Processing field: HashingAlgorithm +2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30b Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30c Processing field: OrdererAddresses +2018-01-18 01:58:51.965 UTC [common/config] initializeProtosStruct -> DEBU 30d Processing field: Consortium +2018-01-18 01:58:51.965 UTC [policies] ProposePolicy -> DEBU 30e Proposed new policy Writers for Channel +2018-01-18 01:58:51.965 UTC [policies] ProposePolicy -> DEBU 30f Proposed new policy Admins for Channel +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 310 Proposed new policy Readers for Channel +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 311 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 312 Processing field: ConsensusType +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 313 Processing field: BatchSize +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 314 Processing field: BatchTimeout +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 315 Processing field: KafkaBrokers +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 316 Processing field: ChannelRestrictions +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 317 Proposed new policy Writers for Orderer +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 318 Proposed new policy Admins for Orderer +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 319 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31a Proposed new policy Readers for Orderer +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 31b Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 31c Processing field: MSP +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31d Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31e Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 31f Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 320 Initializing protos for *struct {} +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 321 Proposed new policy Admins for Application +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 322 Proposed new policy Writers for Application +2018-01-18 01:58:51.966 UTC [policies] ProposePolicy -> DEBU 323 Proposed new policy Readers for Application +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 324 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 325 Processing field: MSP +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 326 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.966 UTC [common/config] initializeProtosStruct -> DEBU 327 Processing field: AnchorPeers +2018-01-18 01:58:51.966 UTC [common/config] NewStandardValues -> DEBU 328 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 329 Processing field: MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32a Proposed new policy Readers for Org1MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32b Proposed new policy Writers for Org1MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 32c Proposed new policy Admins for Org1MSP +2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 32d Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 32e Processing field: MSP +2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 32f Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 330 Processing field: AnchorPeers +2018-01-18 01:58:51.967 UTC [common/config] NewStandardValues -> DEBU 331 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.967 UTC [common/config] initializeProtosStruct -> DEBU 332 Processing field: MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 333 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 334 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:51.967 UTC [policies] ProposePolicy -> DEBU 335 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:51.967 UTC [common/config] validateMSP -> DEBU 336 Setting up MSP for org OrdererOrg +2018-01-18 01:58:51.967 UTC [msp] NewBccspMsp -> DEBU 337 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.967 UTC [msp] Setup -> DEBU 338 Setting up MSP instance OrdererMSP +2018-01-18 01:58:51.967 UTC [msp/identity] newIdentity -> DEBU 339 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:51.968 UTC [msp/identity] newIdentity -> DEBU 33a Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -SCjyRdD3aQ== +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.505 UTC [msp/identity] newIdentity -> DEBU 33b Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= +2018-01-18 01:58:51.968 UTC [msp/identity] newIdentity -> DEBU 33b Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.505 UTC [msp/identity] newIdentity -> DEBU 33c Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:32.506 UTC [msp] Validate -> DEBU 33d MSP Org2MSP validating identity -2018-01-14 11:45:32.506 UTC [common/config] Validate -> DEBU 33e Anchor peers for org Org1MSP are -2018-01-14 11:45:32.506 UTC [common/config] validateMSP -> DEBU 33f Setting up MSP for org Org1MSP -2018-01-14 11:45:32.506 UTC [msp] NewBccspMsp -> DEBU 340 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.506 UTC [msp] Setup -> DEBU 341 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.506 UTC [msp/identity] newIdentity -> DEBU 342 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.969 UTC [msp] Validate -> DEBU 33c MSP OrdererMSP validating identity +2018-01-18 01:58:51.969 UTC [common/config] Validate -> DEBU 33d Anchor peers for org Org1MSP are +2018-01-18 01:58:51.969 UTC [common/config] validateMSP -> DEBU 33e Setting up MSP for org Org1MSP +2018-01-18 01:58:51.969 UTC [msp] NewBccspMsp -> DEBU 33f Creating BCCSP-based MSP instance +2018-01-18 01:58:51.969 UTC [msp] Setup -> DEBU 340 Setting up MSP instance Org1MSP +2018-01-18 01:58:51.970 UTC [msp/identity] newIdentity -> DEBU 341 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1486,7 +1482,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.507 UTC [msp/identity] newIdentity -> DEBU 343 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.970 UTC [msp/identity] newIdentity -> DEBU 342 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1500,7 +1496,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.508 UTC [msp/identity] newIdentity -> DEBU 344 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.971 UTC [msp/identity] newIdentity -> DEBU 343 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1514,293 +1510,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.509 UTC [msp] Validate -> DEBU 345 MSP Org1MSP validating identity -2018-01-14 11:45:32.509 UTC [common/config] validateMSP -> DEBU 346 Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.509 UTC [msp] NewBccspMsp -> DEBU 347 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.509 UTC [msp] Setup -> DEBU 348 Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.510 UTC [msp/identity] newIdentity -> DEBU 349 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:32.510 UTC [msp/identity] newIdentity -> DEBU 34a Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.511 UTC [msp/identity] newIdentity -> DEBU 34b Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.512 UTC [msp] Validate -> DEBU 34c MSP OrdererMSP validating identity -2018-01-14 11:45:32.512 UTC [msp] Setup -> DEBU 34d Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.512 UTC [msp] Setup -> DEBU 34e MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 34f Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 350 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 351 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 352 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 353 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 354 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 355 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.512 UTC [common/configtx] addToMap -> DEBU 356 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 357 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 358 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 359 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35a Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35b Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35c Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35d Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35e Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 35f Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 360 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 361 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 362 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.513 UTC [common/configtx] addToMap -> DEBU 363 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 364 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 365 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 366 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 367 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 368 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 369 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.514 UTC [common/configtx] addToMap -> DEBU 36a Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36b Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36c Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36d Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36e Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 36f Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 370 Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 371 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 372 Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 373 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 374 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 375 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.515 UTC [common/configtx] addToMap -> DEBU 376 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 377 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 378 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.516 UTC [common/configtx] addToMap -> DEBU 379 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.520 UTC [common/configtx] addToMap -> DEBU 37a Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37b Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37c Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37d Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37e Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.522 UTC [common/configtx] addToMap -> DEBU 37f Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.523 UTC [policies] GetPolicy -> DEBU 380 Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.523 UTC [cauthdsl] func1 -> DEBU 381 0xc420150670 gate 1515930332523068164 evaluation starts -2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 382 0xc420150670 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 383 0xc420150670 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.523 UTC [msp/identity] newIdentity -> DEBU 384 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.523 UTC [msp] SatisfiesPrincipal -> DEBU 385 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:32.523 UTC [cauthdsl] func2 -> DEBU 386 0xc420150670 principal matched by identity 0 -2018-01-14 11:45:32.523 UTC [msp/identity] Verify -> DEBU 387 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -2018-01-14 11:45:32.523 UTC [msp/identity] Verify -> DEBU 388 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -00000040 12 a6 8e 7f 16 50 |.....P| -2018-01-14 11:45:32.524 UTC [cauthdsl] func2 -> DEBU 389 0xc420150670 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.524 UTC [cauthdsl] func1 -> DEBU 38a 0xc420150670 gate 1515930332523068164 evaluation succeeds -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38b Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38c Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38d Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38e Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 38f Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 390 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:32.524 UTC [common/configtx] recurseConfigMap -> DEBU 391 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 392 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 393 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 394 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 395 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 396 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 397 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 398 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 399 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39a Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39b Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39c Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.525 UTC [common/configtx] recurseConfigMap -> DEBU 39d Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.526 UTC [common/configtx] processConfig -> DEBU 39e Beginning new config for channel businesschannel -2018-01-14 11:45:32.526 UTC [common/config] NewStandardValues -> DEBU 39f Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a0 Processing field: HashingAlgorithm -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a1 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a2 Processing field: OrdererAddresses -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a3 Processing field: Consortium -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a4 Proposed new policy Readers for Channel -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a5 Proposed new policy Writers for Channel -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3a6 Proposed new policy Admins for Channel -2018-01-14 11:45:32.526 UTC [common/config] NewStandardValues -> DEBU 3a7 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a8 Processing field: ConsensusType -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3a9 Processing field: BatchSize -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3aa Processing field: BatchTimeout -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3ab Processing field: KafkaBrokers -2018-01-14 11:45:32.526 UTC [common/config] initializeProtosStruct -> DEBU 3ac Processing field: ChannelRestrictions -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3ad Proposed new policy Admins for Orderer -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3ae Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.526 UTC [policies] ProposePolicy -> DEBU 3af Proposed new policy Readers for Orderer -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b0 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3b1 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3b2 Processing field: MSP -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b3 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b4 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b5 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3b6 Initializing protos for *struct {} -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b7 Proposed new policy Readers for Application -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b8 Proposed new policy Admins for Application -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3b9 Proposed new policy Writers for Application -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3ba Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bb Processing field: MSP -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3bc Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bd Processing field: AnchorPeers -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3be Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3bf Processing field: MSP -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c0 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c1 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c2 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c3 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c4 Processing field: MSP -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c5 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c6 Processing field: AnchorPeers -2018-01-14 11:45:32.527 UTC [common/config] NewStandardValues -> DEBU 3c7 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.527 UTC [common/config] initializeProtosStruct -> DEBU 3c8 Processing field: MSP -2018-01-14 11:45:32.527 UTC [policies] ProposePolicy -> DEBU 3c9 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.528 UTC [policies] ProposePolicy -> DEBU 3ca Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.528 UTC [policies] ProposePolicy -> DEBU 3cb Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.528 UTC [common/config] validateMSP -> DEBU 3cc Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.528 UTC [msp] NewBccspMsp -> DEBU 3cd Creating BCCSP-based MSP instance -2018-01-14 11:45:32.528 UTC [msp] Setup -> DEBU 3ce Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.528 UTC [msp/identity] newIdentity -> DEBU 3cf Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:32.529 UTC [msp/identity] newIdentity -> DEBU 3d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.529 UTC [msp/identity] newIdentity -> DEBU 3d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.529 UTC [msp] Validate -> DEBU 3d2 MSP OrdererMSP validating identity -2018-01-14 11:45:32.530 UTC [common/config] Validate -> DEBU 3d3 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.530 UTC [common/config] validateMSP -> DEBU 3d4 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.530 UTC [msp] NewBccspMsp -> DEBU 3d5 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.530 UTC [msp] Setup -> DEBU 3d6 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.530 UTC [msp/identity] newIdentity -> DEBU 3d7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:32.530 UTC [msp/identity] newIdentity -> DEBU 3d8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.531 UTC [msp/identity] newIdentity -> DEBU 3d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.531 UTC [msp] Validate -> DEBU 3da MSP Org1MSP validating identity -2018-01-14 11:45:32.531 UTC [common/config] Validate -> DEBU 3db Anchor peers for org Org2MSP are -2018-01-14 11:45:32.531 UTC [common/config] validateMSP -> DEBU 3dc Setting up MSP for org Org2MSP -2018-01-14 11:45:32.531 UTC [msp] NewBccspMsp -> DEBU 3dd Creating BCCSP-based MSP instance -2018-01-14 11:45:32.531 UTC [msp] Setup -> DEBU 3de Setting up MSP instance Org2MSP -2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3df Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.971 UTC [msp] Validate -> DEBU 344 MSP Org1MSP validating identity +2018-01-18 01:58:51.971 UTC [common/config] Validate -> DEBU 345 Anchor peers for org Org2MSP are +2018-01-18 01:58:51.971 UTC [common/config] validateMSP -> DEBU 346 Setting up MSP for org Org2MSP +2018-01-18 01:58:51.971 UTC [msp] NewBccspMsp -> DEBU 347 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.971 UTC [msp] Setup -> DEBU 348 Setting up MSP instance Org2MSP +2018-01-18 01:58:51.971 UTC [msp/identity] newIdentity -> DEBU 349 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -1815,7 +1530,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.972 UTC [msp/identity] newIdentity -> DEBU 34a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1829,7 +1544,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.532 UTC [msp/identity] newIdentity -> DEBU 3e1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.972 UTC [msp/identity] newIdentity -> DEBU 34b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -1843,194 +1558,63 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.533 UTC [msp] Validate -> DEBU 3e2 MSP Org2MSP validating identity -2018-01-14 11:45:32.533 UTC [msp] Setup -> DEBU 3e3 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.533 UTC [msp] Setup -> DEBU 3e4 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.533 UTC [policies] GetPolicy -> DEBU 3e5 Returning policy Readers for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3e6 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3e7 Returning policy Writers for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3e8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3e9 Returning policy Admins for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3ea In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3eb Returning policy Admins for evaluation -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ec Returning policy Writers for evaluation -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ed Returning policy Readers for evaluation -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ee Returning policy Writers for evaluation -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3ef Returning policy Admins for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f0 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f1 Returning policy Readers for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f2 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f3 Returning policy Writers for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f4 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.534 UTC [policies] GetPolicy -> DEBU 3f5 Returning policy Admins for evaluation -2018-01-14 11:45:32.534 UTC [policies] CommitProposals -> DEBU 3f6 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3f7 Returning policy Readers for evaluation -2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 3f8 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3f9 Returning policy Writers for evaluation -2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 3fa In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fb Returning policy Readers for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fc Returning policy Readers for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fd Returning policy Admins for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3fe Returning policy Admins for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 3ff Returning policy Writers for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 400 Returning policy Writers for evaluation -2018-01-14 11:45:32.535 UTC [policies] GetPolicy -> DEBU 401 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.535 UTC [policies] CommitProposals -> DEBU 402 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 403 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 404 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 405 Returning policy Admins for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 406 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 407 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 408 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 409 Returning policy Readers for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40a In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40b Returning policy Writers for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40c In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40d Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 40e In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 40f Returning policy Readers for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 410 In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 411 Returning policy Admins for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 412 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 413 Returning policy Writers for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 414 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:32.536 UTC [policies] GetPolicy -> DEBU 415 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.536 UTC [policies] CommitProposals -> DEBU 416 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 417 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 418 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 419 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41a In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41b Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41c In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41d Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 41e In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 41f Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 420 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 421 Returning policy Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 422 Returning policy Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 423 Returning policy Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 424 Returning policy Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 425 Returning policy Admins for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 426 Returning policy Admins for evaluation -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 427 Returning policy Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 428 As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 429 Returning policy Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42a As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42b Returning policy Application/Readers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42c As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42d Returning policy Application/Writers for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 42e As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 42f Returning policy Application/Admins for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 430 As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:32.537 UTC [policies] GetPolicy -> DEBU 431 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:32.537 UTC [policies] CommitProposals -> DEBU 432 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:32.537 UTC [common/config] NewStandardValues -> DEBU 433 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.537 UTC [common/config] initializeProtosStruct -> DEBU 434 Processing field: HashingAlgorithm -2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 435 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 436 Processing field: OrdererAddresses -2018-01-14 11:45:32.538 UTC [common/config] initializeProtosStruct -> DEBU 437 Processing field: Consortium -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 438 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 439 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43a Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43b Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 43f Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 440 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 441 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.538 UTC [common/configtx] addToMap -> DEBU 442 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 443 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 444 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 445 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 446 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 447 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 448 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 449 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44a Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44d Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.539 UTC [common/configtx] addToMap -> DEBU 44e Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 44f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 450 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 451 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 452 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 453 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 454 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 455 Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 456 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 457 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 458 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.540 UTC [common/configtx] addToMap -> DEBU 459 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.541 UTC [common/configtx] addToMap -> DEBU 45a Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.541 UTC [common/configtx] addToMap -> DEBU 45b Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.541 UTC [common/configtx] processConfig -> DEBU 45c Beginning new config for channel businesschannel -2018-01-14 11:45:32.541 UTC [common/config] NewStandardValues -> DEBU 45d Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 45e Processing field: HashingAlgorithm -2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 45f Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 460 Processing field: OrdererAddresses -2018-01-14 11:45:32.541 UTC [common/config] initializeProtosStruct -> DEBU 461 Processing field: Consortium -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 462 Proposed new policy Readers for Channel -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 463 Proposed new policy Writers for Channel -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 464 Proposed new policy Admins for Channel -2018-01-14 11:45:32.541 UTC [common/config] NewStandardValues -> DEBU 465 Initializing protos for *struct {} -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 466 Proposed new policy Writers for Application -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 467 Proposed new policy Readers for Application -2018-01-14 11:45:32.541 UTC [policies] ProposePolicy -> DEBU 468 Proposed new policy Admins for Application -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 469 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46a Processing field: MSP -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 46b Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46c Processing field: AnchorPeers -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 46d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 46e Processing field: MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 46f Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 470 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 471 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 472 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 473 Processing field: MSP -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 474 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 475 Processing field: AnchorPeers -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 476 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.542 UTC [common/config] initializeProtosStruct -> DEBU 477 Processing field: MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 478 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 479 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.542 UTC [policies] ProposePolicy -> DEBU 47a Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.542 UTC [common/config] NewStandardValues -> DEBU 47b Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47c Processing field: ConsensusType -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47d Processing field: BatchSize -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47e Processing field: BatchTimeout -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 47f Processing field: KafkaBrokers -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 480 Processing field: ChannelRestrictions -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 481 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 482 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 483 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 484 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.543 UTC [common/config] NewStandardValues -> DEBU 485 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.543 UTC [common/config] initializeProtosStruct -> DEBU 486 Processing field: MSP -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 487 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 488 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.543 UTC [policies] ProposePolicy -> DEBU 489 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.543 UTC [common/config] Validate -> DEBU 48a Anchor peers for org Org1MSP are -2018-01-14 11:45:32.543 UTC [common/config] validateMSP -> DEBU 48b Setting up MSP for org Org1MSP -2018-01-14 11:45:32.543 UTC [msp] NewBccspMsp -> DEBU 48c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.543 UTC [msp] Setup -> DEBU 48d Setting up MSP instance Org1MSP -2018-01-14 11:45:32.544 UTC [msp/identity] newIdentity -> DEBU 48e Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:32.544 UTC [msp/identity] newIdentity -> DEBU 48f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.972 UTC [msp] Validate -> DEBU 34c MSP Org2MSP validating identity +2018-01-18 01:58:51.972 UTC [msp] Setup -> DEBU 34d Setting up the MSP manager (3 msps) +2018-01-18 01:58:51.972 UTC [msp] Setup -> DEBU 34e MSP manager setup complete, setup 3 msps +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 34f Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 350 Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 351 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 352 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 353 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 354 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:51.973 UTC [common/configtx] addToMap -> DEBU 355 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 356 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 357 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 358 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 359 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35a Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35b Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35c Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35d Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35e Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 35f Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 360 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:51.974 UTC [common/configtx] addToMap -> DEBU 361 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 362 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 363 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 364 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 365 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 366 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 367 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 368 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 369 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36a Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36b Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36c Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36d Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36e Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.975 UTC [common/configtx] addToMap -> DEBU 36f Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 370 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 371 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 372 Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 373 Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 374 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 375 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 376 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 377 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 378 Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 379 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.976 UTC [common/configtx] addToMap -> DEBU 37a Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37b Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37c Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37d Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37e Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:51.977 UTC [common/configtx] addToMap -> DEBU 37f Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:51.977 UTC [policies] GetPolicy -> DEBU 380 Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:51.977 UTC [cauthdsl] func1 -> DEBU 381 0xc42014b098 gate 1516240731977614523 evaluation starts +2018-01-18 01:58:51.977 UTC [cauthdsl] func2 -> DEBU 382 0xc42014b098 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:51.977 UTC [cauthdsl] func2 -> DEBU 383 0xc42014b098 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:51.978 UTC [msp/identity] newIdentity -> DEBU 384 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2044,26 +1628,87 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.545 UTC [msp/identity] newIdentity -> DEBU 490 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:32.546 UTC [msp] Validate -> DEBU 491 MSP Org1MSP validating identity -2018-01-14 11:45:32.546 UTC [common/config] Validate -> DEBU 492 Anchor peers for org Org2MSP are -2018-01-14 11:45:32.546 UTC [common/config] validateMSP -> DEBU 493 Setting up MSP for org Org2MSP -2018-01-14 11:45:32.546 UTC [msp] NewBccspMsp -> DEBU 494 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.546 UTC [msp] Setup -> DEBU 495 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.546 UTC [msp/identity] newIdentity -> DEBU 496 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.978 UTC [msp] SatisfiesPrincipal -> DEBU 385 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:51.978 UTC [cauthdsl] func2 -> DEBU 386 0xc42014b098 principal matched by identity 0 +2018-01-18 01:58:51.978 UTC [msp/identity] Verify -> DEBU 387 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +2018-01-18 01:58:51.978 UTC [msp/identity] Verify -> DEBU 388 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +00000040 2e 30 01 0f 91 31 |.0...1| +2018-01-18 01:58:51.978 UTC [cauthdsl] func2 -> DEBU 389 0xc42014b098 principal evaluation succeeds for identity 0 +2018-01-18 01:58:51.978 UTC [cauthdsl] func1 -> DEBU 38a 0xc42014b098 gate 1516240731977614523 evaluation succeeds +2018-01-18 01:58:51.978 UTC [common/configtx] recurseConfigMap -> DEBU 38b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38c Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38d Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38e Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 38f Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 390 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 391 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 392 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 393 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 394 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 395 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 396 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 397 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 398 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 399 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39c Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] recurseConfigMap -> DEBU 39d Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:51.979 UTC [common/configtx] processConfig -> DEBU 39e Beginning new config for channel businesschannel +2018-01-18 01:58:51.979 UTC [common/config] NewStandardValues -> DEBU 39f Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a0 Processing field: HashingAlgorithm +2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a1 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.979 UTC [common/config] initializeProtosStruct -> DEBU 3a2 Processing field: OrdererAddresses +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3a3 Processing field: Consortium +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a4 Proposed new policy Admins for Channel +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a5 Proposed new policy Readers for Channel +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a6 Proposed new policy Writers for Channel +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3a7 Initializing protos for *struct {} +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a8 Proposed new policy Admins for Application +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3a9 Proposed new policy Writers for Application +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3aa Proposed new policy Readers for Application +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3ab Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3ac Processing field: MSP +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3ad Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3ae Processing field: AnchorPeers +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3af Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b0 Processing field: MSP +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b1 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b2 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:51.980 UTC [policies] ProposePolicy -> DEBU 3b3 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b4 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b5 Processing field: MSP +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b6 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b7 Processing field: AnchorPeers +2018-01-18 01:58:51.980 UTC [common/config] NewStandardValues -> DEBU 3b8 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.980 UTC [common/config] initializeProtosStruct -> DEBU 3b9 Processing field: MSP +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3ba Proposed new policy Writers for Org1MSP +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3bb Proposed new policy Admins for Org1MSP +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3bc Proposed new policy Readers for Org1MSP +2018-01-18 01:58:51.981 UTC [common/config] NewStandardValues -> DEBU 3bd Initializing protos for *config.OrdererProtos +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3be Processing field: ConsensusType +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3bf Processing field: BatchSize +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c0 Processing field: BatchTimeout +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c1 Processing field: KafkaBrokers +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c2 Processing field: ChannelRestrictions +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c3 Proposed new policy Writers for Orderer +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c4 Proposed new policy Admins for Orderer +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c5 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c6 Proposed new policy Readers for Orderer +2018-01-18 01:58:51.981 UTC [common/config] NewStandardValues -> DEBU 3c7 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:51.981 UTC [common/config] initializeProtosStruct -> DEBU 3c8 Processing field: MSP +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3c9 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3ca Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:51.981 UTC [policies] ProposePolicy -> DEBU 3cb Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:51.981 UTC [common/config] Validate -> DEBU 3cc Anchor peers for org Org2MSP are +2018-01-18 01:58:51.981 UTC [common/config] validateMSP -> DEBU 3cd Setting up MSP for org Org2MSP +2018-01-18 01:58:51.981 UTC [msp] NewBccspMsp -> DEBU 3ce Creating BCCSP-based MSP instance +2018-01-18 01:58:51.981 UTC [msp] Setup -> DEBU 3cf Setting up MSP instance Org2MSP +2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -2078,7 +1723,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.546 UTC [msp/identity] newIdentity -> DEBU 497 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2092,7 +1737,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.547 UTC [msp/identity] newIdentity -> DEBU 498 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.982 UTC [msp/identity] newIdentity -> DEBU 3d2 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2106,11 +1751,59 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.547 UTC [msp] Validate -> DEBU 499 MSP Org2MSP validating identity -2018-01-14 11:45:32.548 UTC [common/config] validateMSP -> DEBU 49a Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.548 UTC [msp] NewBccspMsp -> DEBU 49b Creating BCCSP-based MSP instance -2018-01-14 11:45:32.548 UTC [msp] Setup -> DEBU 49c Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.548 UTC [msp/identity] newIdentity -> DEBU 49d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.988 UTC [msp] Validate -> DEBU 3d3 MSP Org2MSP validating identity +2018-01-18 01:58:51.989 UTC [common/config] Validate -> DEBU 3d4 Anchor peers for org Org1MSP are +2018-01-18 01:58:51.989 UTC [common/config] validateMSP -> DEBU 3d5 Setting up MSP for org Org1MSP +2018-01-18 01:58:51.989 UTC [msp] NewBccspMsp -> DEBU 3d6 Creating BCCSP-based MSP instance +2018-01-18 01:58:51.989 UTC [msp] Setup -> DEBU 3d7 Setting up MSP instance Org1MSP +2018-01-18 01:58:51.990 UTC [msp/identity] newIdentity -> DEBU 3d8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:51.990 UTC [msp/identity] newIdentity -> DEBU 3d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.991 UTC [msp/identity] newIdentity -> DEBU 3da Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:51.991 UTC [msp] Validate -> DEBU 3db MSP Org1MSP validating identity +2018-01-18 01:58:51.991 UTC [common/config] validateMSP -> DEBU 3dc Setting up MSP for org OrdererOrg +2018-01-18 01:58:51.991 UTC [msp] NewBccspMsp -> DEBU 3dd Creating BCCSP-based MSP instance +2018-01-18 01:58:51.991 UTC [msp] Setup -> DEBU 3de Setting up MSP instance OrdererMSP +2018-01-18 01:58:51.992 UTC [msp/identity] newIdentity -> DEBU 3df Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -2124,7 +1817,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.548 UTC [msp/identity] newIdentity -> DEBU 49e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.993 UTC [msp/identity] newIdentity -> DEBU 3e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2137,7 +1830,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.549 UTC [msp/identity] newIdentity -> DEBU 49f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.993 UTC [msp/identity] newIdentity -> DEBU 3e1 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2150,93 +1843,400 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.549 UTC [msp] Validate -> DEBU 4a0 MSP OrdererMSP validating identity -2018-01-14 11:45:32.549 UTC [msp] Setup -> DEBU 4a1 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.549 UTC [msp] Setup -> DEBU 4a2 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.549 UTC [policies] GetPolicy -> DEBU 4a3 Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a4 In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a5 Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a6 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a7 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4a8 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4a9 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4aa In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4ab Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ac In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4ad Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ae In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4af Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b0 Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b1 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b2 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b3 Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b4 Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b5 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4b6 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b7 Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4b8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4b9 Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4ba In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bb Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bc Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bd Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4be Returning policy Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4bf Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c0 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c1 Returning policy Readers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c2 In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c3 Returning policy Admins for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c4 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c5 Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.550 UTC [policies] CommitProposals -> DEBU 4c6 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.550 UTC [policies] GetPolicy -> DEBU 4c7 Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4c8 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4c9 Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ca In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cb Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4cc In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cd Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ce In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4cf Returning policy Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d0 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d1 Returning policy Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d2 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d3 Returning policy Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d4 In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d5 Returning policy Admins for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d6 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d7 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4d8 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4d9 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4da In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4db Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4dc In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4dd Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4de In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4df Returning policy Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e0 Returning policy Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e1 Returning policy Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e2 Returning policy Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e3 Returning policy Admins for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e4 Returning policy Admins for evaluation -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e5 Returning policy Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4e6 As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e7 Returning policy Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4e8 As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4e9 Returning policy Application/Readers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ea As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4eb Returning policy Application/Writers for evaluation -2018-01-14 11:45:32.551 UTC [policies] CommitProposals -> DEBU 4ec As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:32.551 UTC [policies] GetPolicy -> DEBU 4ed Returning policy Application/Admins for evaluation -2018-01-14 11:45:32.552 UTC [policies] CommitProposals -> DEBU 4ee As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:32.552 UTC [policies] GetPolicy -> DEBU 4ef Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:32.552 UTC [policies] CommitProposals -> DEBU 4f0 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:32.552 UTC [orderer/common/broadcast] Handle -> DEBU 4f1 [channel: testchainid] Broadcast has successfully enqueued message of type ORDERER_TRANSACTION -2018-01-14 11:45:32.552 UTC [policies] GetPolicy -> DEBU 4f2 Returning policy Writers for evaluation -2018-01-14 11:45:32.552 UTC [cauthdsl] func1 -> DEBU 4f3 0xc420026028 gate 1515930332552514564 evaluation starts -2018-01-14 11:45:32.552 UTC [cauthdsl] func2 -> DEBU 4f4 0xc420026028 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.552 UTC [cauthdsl] func2 -> DEBU 4f5 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.552 UTC [msp/identity] newIdentity -> DEBU 4f6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:51.994 UTC [msp] Validate -> DEBU 3e2 MSP OrdererMSP validating identity +2018-01-18 01:58:51.994 UTC [msp] Setup -> DEBU 3e3 Setting up the MSP manager (3 msps) +2018-01-18 01:58:51.994 UTC [msp] Setup -> DEBU 3e4 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e5 Returning policy Writers for evaluation +2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3e6 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e7 Returning policy Admins for evaluation +2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3e8 In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3e9 Returning policy Readers for evaluation +2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3ea In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:51.994 UTC [policies] GetPolicy -> DEBU 3eb Returning policy Admins for evaluation +2018-01-18 01:58:51.994 UTC [policies] CommitProposals -> DEBU 3ec In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ed Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3ee In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ef Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3f0 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f1 Returning policy Admins for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f2 Returning policy Admins for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f3 Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f4 Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f5 Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f6 Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f7 Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3f8 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3f9 Returning policy Admins for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3fa In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fb Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 3fc In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fd Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3fe Returning policy Admins for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 3ff Returning policy Writers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 400 Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] GetPolicy -> DEBU 401 Returning policy Readers for evaluation +2018-01-18 01:58:51.995 UTC [policies] CommitProposals -> DEBU 402 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 403 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 404 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 405 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 406 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 407 Returning policy Admins for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 408 In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 409 Returning policy Writers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40a In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40b Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40c In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40d Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 40e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 40f Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 410 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 411 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 412 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 413 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 414 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 415 Returning policy Writers for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 416 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:51.996 UTC [policies] GetPolicy -> DEBU 417 Returning policy Admins for evaluation +2018-01-18 01:58:51.996 UTC [policies] CommitProposals -> DEBU 418 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 419 Returning policy BlockValidation for evaluation +2018-01-18 01:58:51.997 UTC [policies] CommitProposals -> DEBU 41a In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 41b Returning policy Readers for evaluation +2018-01-18 01:58:51.997 UTC [policies] CommitProposals -> DEBU 41c In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:51.997 UTC [policies] GetPolicy -> DEBU 41d Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 41e In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 41f Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 420 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 421 Returning policy Admins for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 422 Returning policy Admins for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 423 Returning policy Readers for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 424 Returning policy Readers for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 425 Returning policy Writers for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 426 Returning policy Writers for evaluation +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 427 Returning policy Readers for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 428 As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 429 Returning policy Writers for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42a As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42b Returning policy Application/Readers for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42c As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42d Returning policy Application/Writers for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 42e As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 42f Returning policy Application/Admins for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 430 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:51.998 UTC [policies] GetPolicy -> DEBU 431 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:51.998 UTC [policies] CommitProposals -> DEBU 432 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:51.998 UTC [common/config] NewStandardValues -> DEBU 433 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:51.998 UTC [common/config] initializeProtosStruct -> DEBU 434 Processing field: HashingAlgorithm +2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 435 Processing field: BlockDataHashingStructure +2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 436 Processing field: OrdererAddresses +2018-01-18 01:58:51.999 UTC [common/config] initializeProtosStruct -> DEBU 437 Processing field: Consortium +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 438 Adding to config map: [Groups] /Channel +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 439 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43a Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43b Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43c Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:51.999 UTC [common/configtx] addToMap -> DEBU 43d Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 43e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 43f Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 440 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 441 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 442 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 443 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 444 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 445 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 446 Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 447 Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 448 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 449 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44b Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44d Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:52.000 UTC [common/configtx] addToMap -> DEBU 44e Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 44f Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 450 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 451 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 452 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 453 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 454 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 455 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 456 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 457 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 458 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 459 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 45a Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:52.001 UTC [common/configtx] addToMap -> DEBU 45b Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:52.001 UTC [common/configtx] processConfig -> DEBU 45c Beginning new config for channel businesschannel +2018-01-18 01:58:52.001 UTC [common/config] NewStandardValues -> DEBU 45d Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 45e Processing field: HashingAlgorithm +2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 45f Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 460 Processing field: OrdererAddresses +2018-01-18 01:58:52.001 UTC [common/config] initializeProtosStruct -> DEBU 461 Processing field: Consortium +2018-01-18 01:58:52.001 UTC [policies] ProposePolicy -> DEBU 462 Proposed new policy Readers for Channel +2018-01-18 01:58:52.001 UTC [policies] ProposePolicy -> DEBU 463 Proposed new policy Writers for Channel +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 464 Proposed new policy Admins for Channel +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 465 Initializing protos for *struct {} +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 466 Proposed new policy Admins for Application +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 467 Proposed new policy Writers for Application +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 468 Proposed new policy Readers for Application +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 469 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46a Processing field: MSP +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 46b Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46c Processing field: AnchorPeers +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 46d Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 46e Processing field: MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 46f Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 470 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 471 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 472 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 473 Processing field: MSP +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 474 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 475 Processing field: AnchorPeers +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 476 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 477 Processing field: MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 478 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 479 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.002 UTC [policies] ProposePolicy -> DEBU 47a Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.002 UTC [common/config] NewStandardValues -> DEBU 47b Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.002 UTC [common/config] initializeProtosStruct -> DEBU 47c Processing field: ConsensusType +2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47d Processing field: BatchSize +2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47e Processing field: BatchTimeout +2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 47f Processing field: KafkaBrokers +2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 480 Processing field: ChannelRestrictions +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 481 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 482 Proposed new policy Readers for Orderer +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 483 Proposed new policy Writers for Orderer +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 484 Proposed new policy Admins for Orderer +2018-01-18 01:58:52.003 UTC [common/config] NewStandardValues -> DEBU 485 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.003 UTC [common/config] initializeProtosStruct -> DEBU 486 Processing field: MSP +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 487 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 488 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.003 UTC [policies] ProposePolicy -> DEBU 489 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.003 UTC [common/config] Validate -> DEBU 48a Anchor peers for org Org1MSP are +2018-01-18 01:58:52.003 UTC [common/config] validateMSP -> DEBU 48b Setting up MSP for org Org1MSP +2018-01-18 01:58:52.003 UTC [msp] NewBccspMsp -> DEBU 48c Creating BCCSP-based MSP instance +2018-01-18 01:58:52.004 UTC [msp] Setup -> DEBU 48d Setting up MSP instance Org1MSP +2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 48e Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 48f Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:52.004 UTC [msp/identity] newIdentity -> DEBU 490 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:52.005 UTC [msp] Validate -> DEBU 491 MSP Org1MSP validating identity +2018-01-18 01:58:52.005 UTC [common/config] Validate -> DEBU 492 Anchor peers for org Org2MSP are +2018-01-18 01:58:52.005 UTC [common/config] validateMSP -> DEBU 493 Setting up MSP for org Org2MSP +2018-01-18 01:58:52.005 UTC [msp] NewBccspMsp -> DEBU 494 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.005 UTC [msp] Setup -> DEBU 495 Setting up MSP instance Org2MSP +2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 496 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +SCjyRdD3aQ== +-----END CERTIFICATE----- +2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 497 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:52.006 UTC [msp/identity] newIdentity -> DEBU 498 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:52.007 UTC [msp] Validate -> DEBU 499 MSP Org2MSP validating identity +2018-01-18 01:58:52.007 UTC [common/config] validateMSP -> DEBU 49a Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.007 UTC [msp] NewBccspMsp -> DEBU 49b Creating BCCSP-based MSP instance +2018-01-18 01:58:52.007 UTC [msp] Setup -> DEBU 49c Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.007 UTC [msp/identity] newIdentity -> DEBU 49d Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:52.008 UTC [msp/identity] newIdentity -> DEBU 49e Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:52.008 UTC [msp/identity] newIdentity -> DEBU 49f Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:52.008 UTC [msp] Validate -> DEBU 4a0 MSP OrdererMSP validating identity +2018-01-18 01:58:52.008 UTC [msp] Setup -> DEBU 4a1 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.009 UTC [msp] Setup -> DEBU 4a2 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a3 Returning policy Admins for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a4 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a5 Returning policy Readers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a6 In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a7 Returning policy Writers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4a8 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4a9 Returning policy Writers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4aa In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4ab Returning policy Admins for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ac In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4ad Returning policy Readers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ae In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4af Returning policy Admins for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b0 Returning policy Admins for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b1 Returning policy Writers for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b2 Returning policy Writers for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b3 Returning policy Readers for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b4 Returning policy Readers for evaluation +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b5 Returning policy Admins for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4b6 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b7 Returning policy Readers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4b8 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4b9 Returning policy Writers for evaluation +2018-01-18 01:58:52.009 UTC [policies] CommitProposals -> DEBU 4ba In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:52.009 UTC [policies] GetPolicy -> DEBU 4bb Returning policy Writers for evaluation +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bc Returning policy Readers for evaluation +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bd Returning policy Writers for evaluation +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4be Returning policy Admins for evaluation +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4bf Returning policy Admins for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c0 In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c1 Returning policy Readers for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c2 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c3 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c4 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c5 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c6 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c7 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4c8 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4c9 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4ca In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:52.010 UTC [policies] GetPolicy -> DEBU 4cb Returning policy Writers for evaluation +2018-01-18 01:58:52.010 UTC [policies] CommitProposals -> DEBU 4cc In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4cd Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4ce In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4cf Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d0 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d1 Returning policy Writers for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d2 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d3 Returning policy Admins for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d4 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d5 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d6 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d7 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4d8 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4d9 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4da In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4db Returning policy BlockValidation for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4dc In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4dd Returning policy Readers for evaluation +2018-01-18 01:58:52.011 UTC [policies] CommitProposals -> DEBU 4de In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4df Returning policy Readers for evaluation +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4e0 Returning policy Readers for evaluation +2018-01-18 01:58:52.011 UTC [policies] GetPolicy -> DEBU 4e1 Returning policy Writers for evaluation +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e2 Returning policy Writers for evaluation +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e3 Returning policy Admins for evaluation +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e4 Returning policy Admins for evaluation +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e5 Returning policy Readers for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4e6 As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e7 Returning policy Writers for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4e8 As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4e9 Returning policy Application/Readers for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ea As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4eb Returning policy Application/Writers for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ec As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4ed Returning policy Application/Admins for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4ee As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:52.012 UTC [policies] GetPolicy -> DEBU 4ef Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:52.012 UTC [policies] CommitProposals -> DEBU 4f0 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:52.012 UTC [orderer/common/broadcast] Handle -> DEBU 4f1 [channel: testchainid] Broadcast has successfully enqueued message of type ORDERER_TRANSACTION +2018-01-18 01:58:52.013 UTC [policies] GetPolicy -> DEBU 4f2 Returning policy Writers for evaluation +2018-01-18 01:58:52.013 UTC [cauthdsl] func1 -> DEBU 4f3 0xc420026028 gate 1516240732013234104 evaluation starts +2018-01-18 01:58:52.013 UTC [cauthdsl] func2 -> DEBU 4f4 0xc420026028 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:52.013 UTC [cauthdsl] func2 -> DEBU 4f5 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:52.013 UTC [msp/identity] newIdentity -> DEBU 4f6 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2249,114 +2249,112 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:32.553 UTC [msp] SatisfiesPrincipal -> DEBU 4f7 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:32.553 UTC [msp] Validate -> DEBU 4f8 MSP OrdererMSP validating identity -2018-01-14 11:45:32.553 UTC [cauthdsl] func2 -> DEBU 4f9 0xc420026028 principal matched by identity 0 -2018-01-14 11:45:32.553 UTC [msp/identity] Verify -> DEBU 4fa Verify: digest = 00000000 71 d9 68 a3 ec 69 9f 09 03 ea ae 32 1c 1d fa 88 |q.h..i.....2....| -00000010 11 1f cb 02 b9 34 51 ef 2a fb 35 34 1c a2 ea 3a |.....4Q.*.54...:| -2018-01-14 11:45:32.553 UTC [msp/identity] Verify -> DEBU 4fb Verify: sig = 00000000 30 45 02 21 00 95 b5 76 17 9a 3d 5d c0 1c 6b 7f |0E.!...v..=]..k.| -00000010 f9 6b 96 b2 f7 1e 6e da f2 3c 79 a3 ea b3 28 d7 |.k....n.. DEBU 4fc 0xc420026028 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.553 UTC [cauthdsl] func1 -> DEBU 4fd 0xc420026028 gate 1515930332552514564 evaluation succeeds -2018-01-14 11:45:32.553 UTC [orderer/common/sigfilter] Apply -> DEBU 4fe Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380c20 1 [0xc420150650]}) Writers]} -2018-01-14 11:45:32.553 UTC [msp] GetLocalMSP -> DEBU 4ff Returning existing local MSP -2018-01-14 11:45:32.553 UTC [msp] GetDefaultSigningIdentity -> DEBU 500 Obtaining default signing identity -2018-01-14 11:45:32.553 UTC [msp] GetLocalMSP -> DEBU 501 Returning existing local MSP -2018-01-14 11:45:32.553 UTC [msp] GetDefaultSigningIdentity -> DEBU 502 Obtaining default signing identity -2018-01-14 11:45:32.554 UTC [msp/identity] Sign -> DEBU 503 Sign: plaintext: 0AB7060A1B08011A0608DC85EDD20522...41646D696E7310021A0641646D696E73 -2018-01-14 11:45:32.554 UTC [msp/identity] Sign -> DEBU 504 Sign: digest: 7524B569061E5C0C0A391E7ADCB28A7C3FAFD24E830B11AE46D118265F84EA55 -2018-01-14 11:45:32.554 UTC [common/config] NewStandardValues -> DEBU 505 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 506 Processing field: HashingAlgorithm -2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 507 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 508 Processing field: OrdererAddresses -2018-01-14 11:45:32.554 UTC [common/config] initializeProtosStruct -> DEBU 509 Processing field: Consortium -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50a Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50b Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50c Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50d Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 50f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 510 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.554 UTC [common/configtx] addToMap -> DEBU 511 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 512 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 513 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 514 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 515 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 516 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 517 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 518 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 519 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51a Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51b Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.555 UTC [common/configtx] addToMap -> DEBU 51d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 51e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 51f Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.556 UTC [common/configtx] addToMap -> DEBU 520 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.557 UTC [common/configtx] addToMap -> DEBU 521 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.557 UTC [common/configtx] addToMap -> DEBU 522 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.558 UTC [common/configtx] addToMap -> DEBU 523 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.558 UTC [common/configtx] addToMap -> DEBU 524 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy -2018-01-14 11:45:32.559 UTC [orderer/common/broadcast] Handle -> WARN 525 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:32.560 UTC [orderer/main] func1 -> DEBU 526 Closing Broadcast stream -2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 527 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 528 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.560 UTC [common/configtx] addToMap -> DEBU 529 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52a Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52b Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52c Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.561 UTC [common/configtx] addToMap -> DEBU 52d Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.561 UTC [common/configtx] processConfig -> DEBU 52e Beginning new config for channel businesschannel -2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 52f Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 530 Processing field: HashingAlgorithm -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 531 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 532 Processing field: OrdererAddresses -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 533 Processing field: Consortium -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 534 Proposed new policy Admins for Channel -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 535 Proposed new policy Readers for Channel -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 536 Proposed new policy Writers for Channel -2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 537 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 538 Processing field: ConsensusType -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 539 Processing field: BatchSize -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53a Processing field: BatchTimeout -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53b Processing field: KafkaBrokers -2018-01-14 11:45:32.561 UTC [common/config] initializeProtosStruct -> DEBU 53c Processing field: ChannelRestrictions -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53d Proposed new policy Writers for Orderer -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53e Proposed new policy Admins for Orderer -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 53f Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.561 UTC [policies] ProposePolicy -> DEBU 540 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.561 UTC [common/config] NewStandardValues -> DEBU 541 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.563 UTC [common/config] initializeProtosStruct -> DEBU 543 Processing field: MSP -2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 544 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 545 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.563 UTC [policies] ProposePolicy -> DEBU 546 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 547 Initializing protos for *struct {} -2018-01-14 11:45:32.564 UTC [policies] ProposePolicy -> DEBU 548 Proposed new policy ChannelCreationPolicy for Application -2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 549 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.564 UTC [common/config] initializeProtosStruct -> DEBU 54a Processing field: MSP -2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 54b Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.564 UTC [common/config] initializeProtosStruct -> DEBU 54c Processing field: AnchorPeers -2018-01-14 11:45:32.564 UTC [common/config] NewStandardValues -> DEBU 54d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.565 UTC [common/config] initializeProtosStruct -> DEBU 54e Processing field: MSP -2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 54f Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 550 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.565 UTC [policies] ProposePolicy -> DEBU 551 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 552 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 553 Processing field: MSP -2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 554 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 555 Processing field: AnchorPeers -2018-01-14 11:45:32.566 UTC [common/config] NewStandardValues -> DEBU 556 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.566 UTC [common/config] initializeProtosStruct -> DEBU 557 Processing field: MSP -2018-01-14 11:45:32.566 UTC [policies] ProposePolicy -> DEBU 558 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.567 UTC [policies] ProposePolicy -> DEBU 559 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.567 UTC [policies] ProposePolicy -> DEBU 55a Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.567 UTC [common/config] validateMSP -> DEBU 55b Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.567 UTC [msp] NewBccspMsp -> DEBU 55c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.567 UTC [msp] Setup -> DEBU 55d Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.567 UTC [msp/identity] newIdentity -> DEBU 55e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.013 UTC [msp] SatisfiesPrincipal -> DEBU 4f7 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:52.013 UTC [msp] Validate -> DEBU 4f8 MSP OrdererMSP validating identity +2018-01-18 01:58:52.014 UTC [cauthdsl] func2 -> DEBU 4f9 0xc420026028 principal matched by identity 0 +2018-01-18 01:58:52.014 UTC [msp/identity] Verify -> DEBU 4fa Verify: digest = 00000000 0e f1 13 89 ab 59 12 bf 66 d9 1d 41 e6 47 42 e3 |.....Y..f..A.GB.| +00000010 db ce c8 72 e0 b8 d1 19 a3 49 9e 68 de 11 de 32 |...r.....I.h...2| +2018-01-18 01:58:52.014 UTC [msp/identity] Verify -> DEBU 4fb Verify: sig = 00000000 30 45 02 21 00 87 2f 92 95 54 fb 85 e0 ff ce 19 |0E.!../..T......| +00000010 8d dc 61 d1 ea fa 81 9b fa 83 0b 66 ee c6 8f 3e |..a........f...>| +00000020 64 0d 71 9b 09 02 20 4d 7e d7 b1 be eb 57 8f 9a |d.q... M~....W..| +00000030 17 5f 57 5b d4 ad f3 f1 20 b2 bc a5 05 58 b3 2c |._W[.... ....X.,| +00000040 9f 3b e7 3c 89 72 68 |.;.<.rh| +2018-01-18 01:58:52.014 UTC [cauthdsl] func2 -> DEBU 4fc 0xc420026028 principal evaluation succeeds for identity 0 +2018-01-18 01:58:52.014 UTC [cauthdsl] func1 -> DEBU 4fd 0xc420026028 gate 1516240732013234104 evaluation succeeds +2018-01-18 01:58:52.014 UTC [orderer/common/sigfilter] Apply -> DEBU 4fe Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381280 1 [0xc42014a5d8]}) Writers]} +2018-01-18 01:58:52.014 UTC [msp] GetLocalMSP -> DEBU 4ff Returning existing local MSP +2018-01-18 01:58:52.014 UTC [msp] GetDefaultSigningIdentity -> DEBU 500 Obtaining default signing identity +2018-01-18 01:58:52.014 UTC [msp] GetLocalMSP -> DEBU 501 Returning existing local MSP +2018-01-18 01:58:52.014 UTC [msp] GetDefaultSigningIdentity -> DEBU 502 Obtaining default signing identity +2018-01-18 01:58:52.014 UTC [msp/identity] Sign -> DEBU 503 Sign: plaintext: 0AB7060A1B08011A0608DCFEFFD20522...07577269746572731A0641646D696E73 +2018-01-18 01:58:52.014 UTC [msp/identity] Sign -> DEBU 504 Sign: digest: AE8E1C872814EF9A144F05935113C92DA20DBDF502053942E7AEA68C4A8958F0 +2018-01-18 01:58:52.015 UTC [common/config] NewStandardValues -> DEBU 505 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 506 Processing field: HashingAlgorithm +2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 507 Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 508 Processing field: OrdererAddresses +2018-01-18 01:58:52.015 UTC [common/config] initializeProtosStruct -> DEBU 509 Processing field: Consortium +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50a Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50b Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50c Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50d Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 50f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:52.015 UTC [common/configtx] addToMap -> DEBU 510 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 511 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 512 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 513 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 514 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 515 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 516 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 517 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 518 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 519 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51a Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51b Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51c Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51d Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51e Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:52.016 UTC [common/configtx] addToMap -> DEBU 51f Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 520 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 521 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 522 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 523 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 524 Adding to config map: [Policy] /Channel/Application/ChannelCreationPolicy +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 525 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 526 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 527 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 528 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 529 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 52a Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:52.017 UTC [common/configtx] addToMap -> DEBU 52b Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:52.017 UTC [common/configtx] processConfig -> DEBU 52c Beginning new config for channel businesschannel +2018-01-18 01:58:52.017 UTC [common/config] NewStandardValues -> DEBU 52d Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 52e Processing field: HashingAlgorithm +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 52f Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 530 Processing field: OrdererAddresses +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 531 Processing field: Consortium +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 532 Proposed new policy Writers for Channel +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 533 Proposed new policy Admins for Channel +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 534 Proposed new policy Readers for Channel +2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 535 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 536 Processing field: ConsensusType +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 537 Processing field: BatchSize +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 538 Processing field: BatchTimeout +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 539 Processing field: KafkaBrokers +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 53a Processing field: ChannelRestrictions +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53b Proposed new policy Readers for Orderer +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53c Proposed new policy Writers for Orderer +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53d Proposed new policy Admins for Orderer +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 53e Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 53f Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 540 Processing field: MSP +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 541 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 542 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 543 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 544 Initializing protos for *struct {} +2018-01-18 01:58:52.018 UTC [policies] ProposePolicy -> DEBU 545 Proposed new policy ChannelCreationPolicy for Application +2018-01-18 01:58:52.018 UTC [common/config] NewStandardValues -> DEBU 546 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.018 UTC [common/config] initializeProtosStruct -> DEBU 547 Processing field: MSP +2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 548 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 549 Processing field: AnchorPeers +2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 54a Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 54b Processing field: MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54c Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54d Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 54e Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 54f Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 550 Processing field: MSP +2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 551 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 552 Processing field: AnchorPeers +2018-01-18 01:58:52.019 UTC [common/config] NewStandardValues -> DEBU 553 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.019 UTC [common/config] initializeProtosStruct -> DEBU 554 Processing field: MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 555 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 556 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.019 UTC [policies] ProposePolicy -> DEBU 557 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.019 UTC [common/config] validateMSP -> DEBU 558 Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.019 UTC [msp] NewBccspMsp -> DEBU 559 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.019 UTC [msp] Setup -> DEBU 55a Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.020 UTC [msp/identity] newIdentity -> DEBU 55b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -2370,7 +2368,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.568 UTC [msp/identity] newIdentity -> DEBU 55f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.020 UTC [msp/identity] newIdentity -> DEBU 55c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2383,7 +2381,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.568 UTC [msp/identity] newIdentity -> DEBU 560 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.021 UTC [msp/identity] newIdentity -> DEBU 55d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2396,14 +2394,16 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.569 UTC [msp] Validate -> DEBU 561 MSP OrdererMSP validating identity -2018-01-14 11:45:32.563 UTC [orderer/common/deliver] Handle -> DEBU 542 Rejecting deliver because channel businesschannel not found -2018-01-14 11:45:32.570 UTC [orderer/main] func1 -> DEBU 562 Closing Deliver stream -2018-01-14 11:45:32.570 UTC [common/config] Validate -> DEBU 563 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.570 UTC [common/config] validateMSP -> DEBU 564 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.570 UTC [msp] NewBccspMsp -> DEBU 565 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.570 UTC [msp] Setup -> DEBU 566 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.571 UTC [msp/identity] newIdentity -> DEBU 567 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.022 UTC [msp] Validate -> DEBU 55e MSP OrdererMSP validating identity +2018-01-18 01:58:52.023 UTC [orderer/common/deliver] Handle -> DEBU 560 Rejecting deliver because channel businesschannel not found +2018-01-18 01:58:52.026 UTC [orderer/main] func1 -> DEBU 561 Closing Deliver stream +2018-01-18 01:58:52.023 UTC [common/config] Validate -> DEBU 55f Anchor peers for org Org1MSP are +2018-01-18 01:58:52.029 UTC [common/config] validateMSP -> DEBU 563 Setting up MSP for org Org1MSP +2018-01-18 01:58:52.029 UTC [orderer/common/broadcast] Handle -> WARN 562 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:52.030 UTC [orderer/main] func1 -> DEBU 565 Closing Broadcast stream +2018-01-18 01:58:52.029 UTC [msp] NewBccspMsp -> DEBU 564 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.030 UTC [msp] Setup -> DEBU 566 Setting up MSP instance Org1MSP +2018-01-18 01:58:52.031 UTC [msp/identity] newIdentity -> DEBU 567 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2418,7 +2418,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.572 UTC [msp/identity] newIdentity -> DEBU 568 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.032 UTC [msp/identity] newIdentity -> DEBU 568 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2432,7 +2432,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.573 UTC [msp/identity] newIdentity -> DEBU 569 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.035 UTC [msp/identity] newIdentity -> DEBU 569 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2446,12 +2446,15 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.574 UTC [msp] Validate -> DEBU 56a MSP Org1MSP validating identity -2018-01-14 11:45:32.575 UTC [common/config] Validate -> DEBU 56b Anchor peers for org Org2MSP are -2018-01-14 11:45:32.575 UTC [common/config] validateMSP -> DEBU 56c Setting up MSP for org Org2MSP -2018-01-14 11:45:32.576 UTC [msp] NewBccspMsp -> DEBU 56d Creating BCCSP-based MSP instance -2018-01-14 11:45:32.576 UTC [msp] Setup -> DEBU 56e Setting up MSP instance Org2MSP -2018-01-14 11:45:32.578 UTC [msp/identity] newIdentity -> DEBU 56f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.038 UTC [msp] Validate -> DEBU 56a MSP Org1MSP validating identity +2018-01-18 01:58:52.041 UTC [orderer/main] Deliver -> DEBU 56b Starting new Deliver handler +2018-01-18 01:58:52.041 UTC [orderer/common/deliver] Handle -> DEBU 56c Starting new deliver loop +2018-01-18 01:58:52.041 UTC [orderer/common/deliver] Handle -> DEBU 56d Attempting to read seek info message +2018-01-18 01:58:52.041 UTC [common/config] Validate -> DEBU 56e Anchor peers for org Org2MSP are +2018-01-18 01:58:52.041 UTC [common/config] validateMSP -> DEBU 56f Setting up MSP for org Org2MSP +2018-01-18 01:58:52.041 UTC [msp] NewBccspMsp -> DEBU 570 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.042 UTC [msp] Setup -> DEBU 571 Setting up MSP instance Org2MSP +2018-01-18 01:58:52.043 UTC [msp/identity] newIdentity -> DEBU 572 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -2466,7 +2469,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.580 UTC [msp/identity] newIdentity -> DEBU 570 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.043 UTC [msp/identity] newIdentity -> DEBU 573 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2480,7 +2483,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.580 UTC [msp/identity] newIdentity -> DEBU 571 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.044 UTC [msp/identity] newIdentity -> DEBU 574 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2494,88 +2497,85 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.581 UTC [msp] Validate -> DEBU 572 MSP Org2MSP validating identity -2018-01-14 11:45:32.581 UTC [orderer/main] Deliver -> DEBU 573 Starting new Deliver handler -2018-01-14 11:45:32.581 UTC [orderer/common/deliver] Handle -> DEBU 574 Starting new deliver loop -2018-01-14 11:45:32.582 UTC [orderer/common/deliver] Handle -> DEBU 575 Attempting to read seek info message -2018-01-14 11:45:32.582 UTC [msp] Setup -> DEBU 576 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.582 UTC [msp] Setup -> DEBU 577 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.582 UTC [policies] GetPolicy -> DEBU 578 Returning policy Writers for evaluation -2018-01-14 11:45:32.582 UTC [policies] CommitProposals -> DEBU 579 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.582 UTC [policies] GetPolicy -> DEBU 57a Returning policy Admins for evaluation -2018-01-14 11:45:32.583 UTC [policies] CommitProposals -> DEBU 57b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57c Returning policy Readers for evaluation -2018-01-14 11:45:32.583 UTC [policies] CommitProposals -> DEBU 57d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57e Returning policy Writers for evaluation -2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 57f Returning policy Admins for evaluation -2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 580 Returning policy Writers for evaluation -2018-01-14 11:45:32.583 UTC [policies] GetPolicy -> DEBU 581 Returning policy Readers for evaluation -2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 582 Returning policy Readers for evaluation -2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 583 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 584 Returning policy Writers for evaluation -2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 585 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 586 Returning policy Admins for evaluation -2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 587 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 588 Returning policy Writers for evaluation -2018-01-14 11:45:32.584 UTC [policies] CommitProposals -> DEBU 589 In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.584 UTC [policies] GetPolicy -> DEBU 58a Returning policy Admins for evaluation -2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 58b In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58c Returning policy Readers for evaluation -2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 58d In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58e Returning policy Admins for evaluation -2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 58f Returning policy Admins for evaluation -2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 590 Returning policy Admins for evaluation -2018-01-14 11:45:32.585 UTC [policies] CommitProposals -> DEBU 591 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.585 UTC [policies] GetPolicy -> DEBU 592 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 593 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 594 Returning policy Readers for evaluation -2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 595 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 596 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 597 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 598 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.586 UTC [policies] CommitProposals -> DEBU 599 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.586 UTC [policies] GetPolicy -> DEBU 59a Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59b In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 59c Returning policy Writers for evaluation -2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59d In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 59e Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 59f In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 5a0 Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.587 UTC [policies] CommitProposals -> DEBU 5a1 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.587 UTC [policies] GetPolicy -> DEBU 5a2 Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a3 In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel -2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a4 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a5 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a6 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a7 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5a8 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5a9 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.588 UTC [policies] GetPolicy -> DEBU 5aa Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.588 UTC [policies] CommitProposals -> DEBU 5ab In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ac Returning policy Admins for evaluation -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ad Returning dummy reject all policy because Admins could not be found in /Application/Admins -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5ae Returning policy Readers for evaluation -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5af Returning dummy reject all policy because Readers could not be found in /Application/Readers -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5b0 Returning policy Writers for evaluation -2018-01-14 11:45:32.589 UTC [policies] GetPolicy -> DEBU 5b1 Returning dummy reject all policy because Writers could not be found in /Application/Writers -2018-01-14 11:45:32.589 UTC [common/configtx] addToMap -> DEBU 5b2 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b3 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b4 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b5 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.590 UTC [common/configtx] addToMap -> DEBU 5b6 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b7 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b8 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5b9 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5ba Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5bb Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.591 UTC [common/configtx] addToMap -> DEBU 5bc Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.592 UTC [common/configtx] addToMap -> DEBU 5bd Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.592 UTC [common/configtx] addToMap -> DEBU 5be Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.592 UTC [policies] GetPolicy -> DEBU 5bf Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.592 UTC [cauthdsl] func1 -> DEBU 5c0 0xc4200265a8 gate 1515930332592908164 evaluation starts -2018-01-14 11:45:32.593 UTC [cauthdsl] func2 -> DEBU 5c1 0xc4200265a8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.593 UTC [cauthdsl] func2 -> DEBU 5c2 0xc4200265a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.593 UTC [msp/identity] newIdentity -> DEBU 5c3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.044 UTC [msp] Validate -> DEBU 575 MSP Org2MSP validating identity +2018-01-18 01:58:52.044 UTC [msp] Setup -> DEBU 576 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.044 UTC [msp] Setup -> DEBU 577 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.044 UTC [policies] GetPolicy -> DEBU 578 Returning policy Admins for evaluation +2018-01-18 01:58:52.044 UTC [policies] CommitProposals -> DEBU 579 In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:52.044 UTC [policies] GetPolicy -> DEBU 57a Returning policy Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 57b In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57c Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 57d In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57e Returning policy Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 57f Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 580 Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 581 Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 582 Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 583 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 584 Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 585 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 586 Returning policy Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 587 In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 588 Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 589 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58a Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 58b In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58c Returning policy Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 58d In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58e Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 58f Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 590 Returning policy Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 591 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 592 Returning policy BlockValidation for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 593 In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 594 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 595 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 596 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 597 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 598 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 599 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59a Returning policy Readers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59b In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59c Returning policy Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59d In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 59e Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:52.045 UTC [policies] CommitProposals -> DEBU 59f In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:52.045 UTC [policies] GetPolicy -> DEBU 5a0 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a1 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a2 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a3 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a4 Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a5 In commit adding relative sub-policy Application/ChannelCreationPolicy to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a6 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a7 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5a8 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5a9 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5aa Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:52.046 UTC [policies] CommitProposals -> DEBU 5ab In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ac Returning dummy reject all policy because Writers could not be found in /Application/Writers +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ad Returning policy Writers for evaluation +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5ae Returning policy Admins for evaluation +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5af Returning dummy reject all policy because Admins could not be found in /Application/Admins +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5b0 Returning policy Readers for evaluation +2018-01-18 01:58:52.046 UTC [policies] GetPolicy -> DEBU 5b1 Returning dummy reject all policy because Readers could not be found in /Application/Readers +2018-01-18 01:58:52.046 UTC [common/configtx] addToMap -> DEBU 5b2 Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b3 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b4 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b5 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.047 UTC [common/configtx] addToMap -> DEBU 5b6 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b7 Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b8 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5b9 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.048 UTC [common/configtx] addToMap -> DEBU 5ba Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bb Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bc Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5bd Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.049 UTC [common/configtx] addToMap -> DEBU 5be Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.049 UTC [policies] GetPolicy -> DEBU 5bf Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:52.049 UTC [cauthdsl] func1 -> DEBU 5c0 0xc42014a8f8 gate 1516240732049767129 evaluation starts +2018-01-18 01:58:52.049 UTC [cauthdsl] func2 -> DEBU 5c1 0xc42014a8f8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:52.049 UTC [cauthdsl] func2 -> DEBU 5c2 0xc42014a8f8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:52.050 UTC [msp/identity] newIdentity -> DEBU 5c3 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2589,86 +2589,86 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.594 UTC [msp] SatisfiesPrincipal -> DEBU 5c4 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:32.594 UTC [cauthdsl] func2 -> DEBU 5c5 0xc4200265a8 principal matched by identity 0 -2018-01-14 11:45:32.594 UTC [msp/identity] Verify -> DEBU 5c6 Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -2018-01-14 11:45:32.594 UTC [msp/identity] Verify -> DEBU 5c7 Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -00000040 12 a6 8e 7f 16 50 |.....P| -2018-01-14 11:45:32.594 UTC [cauthdsl] func2 -> DEBU 5c8 0xc4200265a8 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.594 UTC [cauthdsl] func1 -> DEBU 5c9 0xc4200265a8 gate 1515930332592908164 evaluation succeeds -2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5ca Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cb Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cc Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5cd Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.595 UTC [common/configtx] recurseConfigMap -> DEBU 5ce Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5cf Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d0 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d1 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d2 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.596 UTC [common/configtx] recurseConfigMap -> DEBU 5d3 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d4 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d5 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d6 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d7 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d8 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.597 UTC [common/configtx] recurseConfigMap -> DEBU 5d9 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5da Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5db Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.598 UTC [common/configtx] recurseConfigMap -> DEBU 5dc Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.598 UTC [common/configtx] processConfig -> DEBU 5dd Beginning new config for channel businesschannel -2018-01-14 11:45:32.598 UTC [common/config] NewStandardValues -> DEBU 5de Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5df Processing field: HashingAlgorithm -2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5e0 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.598 UTC [common/config] initializeProtosStruct -> DEBU 5e1 Processing field: OrdererAddresses -2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e2 Processing field: Consortium -2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e3 Proposed new policy Admins for Channel -2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e4 Proposed new policy Readers for Channel -2018-01-14 11:45:32.599 UTC [policies] ProposePolicy -> DEBU 5e5 Proposed new policy Writers for Channel -2018-01-14 11:45:32.599 UTC [common/config] NewStandardValues -> DEBU 5e6 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e7 Processing field: ConsensusType -2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e8 Processing field: BatchSize -2018-01-14 11:45:32.599 UTC [common/config] initializeProtosStruct -> DEBU 5e9 Processing field: BatchTimeout -2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5ea Processing field: KafkaBrokers -2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5eb Processing field: ChannelRestrictions -2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ec Proposed new policy Admins for Orderer -2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ed Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ee Proposed new policy Readers for Orderer -2018-01-14 11:45:32.600 UTC [policies] ProposePolicy -> DEBU 5ef Proposed new policy Writers for Orderer -2018-01-14 11:45:32.600 UTC [common/config] NewStandardValues -> DEBU 5f0 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.600 UTC [common/config] initializeProtosStruct -> DEBU 5f1 Processing field: MSP -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f2 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f3 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f4 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.601 UTC [common/config] NewStandardValues -> DEBU 5f5 Initializing protos for *struct {} -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f6 Proposed new policy Writers for Application -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f7 Proposed new policy Readers for Application -2018-01-14 11:45:32.601 UTC [policies] ProposePolicy -> DEBU 5f8 Proposed new policy Admins for Application -2018-01-14 11:45:32.601 UTC [common/config] NewStandardValues -> DEBU 5f9 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fa Processing field: MSP -2018-01-14 11:45:32.602 UTC [common/config] NewStandardValues -> DEBU 5fb Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fc Processing field: AnchorPeers -2018-01-14 11:45:32.602 UTC [common/config] NewStandardValues -> DEBU 5fd Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.602 UTC [common/config] initializeProtosStruct -> DEBU 5fe Processing field: MSP -2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 5ff Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 600 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.602 UTC [policies] ProposePolicy -> DEBU 601 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 602 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 603 Processing field: MSP -2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 604 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 605 Processing field: AnchorPeers -2018-01-14 11:45:32.603 UTC [common/config] NewStandardValues -> DEBU 606 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.603 UTC [common/config] initializeProtosStruct -> DEBU 607 Processing field: MSP -2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 608 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 609 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.603 UTC [policies] ProposePolicy -> DEBU 60a Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.603 UTC [common/config] validateMSP -> DEBU 60b Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.604 UTC [msp] NewBccspMsp -> DEBU 60c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.604 UTC [msp] Setup -> DEBU 60d Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.604 UTC [msp/identity] newIdentity -> DEBU 60e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.050 UTC [msp] SatisfiesPrincipal -> DEBU 5c4 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:52.050 UTC [cauthdsl] func2 -> DEBU 5c5 0xc42014a8f8 principal matched by identity 0 +2018-01-18 01:58:52.050 UTC [msp/identity] Verify -> DEBU 5c6 Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +2018-01-18 01:58:52.050 UTC [msp/identity] Verify -> DEBU 5c7 Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +00000040 2e 30 01 0f 91 31 |.0...1| +2018-01-18 01:58:52.050 UTC [cauthdsl] func2 -> DEBU 5c8 0xc42014a8f8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:52.050 UTC [cauthdsl] func1 -> DEBU 5c9 0xc42014a8f8 gate 1516240732049767129 evaluation succeeds +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5ca Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cb Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cc Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cd Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5ce Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5cf Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d0 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d1 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d2 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d3 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d4 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d5 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d6 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d7 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.051 UTC [common/configtx] recurseConfigMap -> DEBU 5d8 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5d9 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5da Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5db Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.052 UTC [common/configtx] recurseConfigMap -> DEBU 5dc Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.052 UTC [common/configtx] processConfig -> DEBU 5dd Beginning new config for channel businesschannel +2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5de Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5df Processing field: HashingAlgorithm +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e0 Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e1 Processing field: OrdererAddresses +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e2 Processing field: Consortium +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e3 Proposed new policy Admins for Channel +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e4 Proposed new policy Readers for Channel +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5e5 Proposed new policy Writers for Channel +2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5e6 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e7 Processing field: ConsensusType +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e8 Processing field: BatchSize +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5e9 Processing field: BatchTimeout +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5ea Processing field: KafkaBrokers +2018-01-18 01:58:52.052 UTC [common/config] initializeProtosStruct -> DEBU 5eb Processing field: ChannelRestrictions +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ec Proposed new policy Writers for Orderer +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ed Proposed new policy Admins for Orderer +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ee Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.052 UTC [policies] ProposePolicy -> DEBU 5ef Proposed new policy Readers for Orderer +2018-01-18 01:58:52.052 UTC [common/config] NewStandardValues -> DEBU 5f0 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5f1 Processing field: MSP +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f2 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f3 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f4 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5f5 Initializing protos for *struct {} +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f6 Proposed new policy Admins for Application +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f7 Proposed new policy Writers for Application +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5f8 Proposed new policy Readers for Application +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5f9 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fa Processing field: MSP +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5fb Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fc Processing field: AnchorPeers +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 5fd Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 5fe Processing field: MSP +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 5ff Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 600 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.053 UTC [policies] ProposePolicy -> DEBU 601 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 602 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 603 Processing field: MSP +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 604 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.053 UTC [common/config] initializeProtosStruct -> DEBU 605 Processing field: AnchorPeers +2018-01-18 01:58:52.053 UTC [common/config] NewStandardValues -> DEBU 606 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.054 UTC [common/config] initializeProtosStruct -> DEBU 607 Processing field: MSP +2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 608 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 609 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.054 UTC [policies] ProposePolicy -> DEBU 60a Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.054 UTC [common/config] validateMSP -> DEBU 60b Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.054 UTC [msp] NewBccspMsp -> DEBU 60c Creating BCCSP-based MSP instance +2018-01-18 01:58:52.054 UTC [msp] Setup -> DEBU 60d Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.054 UTC [msp/identity] newIdentity -> DEBU 60e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -2682,7 +2682,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.604 UTC [msp/identity] newIdentity -> DEBU 60f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.054 UTC [msp/identity] newIdentity -> DEBU 60f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2695,7 +2695,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.605 UTC [msp/identity] newIdentity -> DEBU 610 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.055 UTC [msp/identity] newIdentity -> DEBU 610 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -2708,12 +2708,12 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.605 UTC [msp] Validate -> DEBU 611 MSP OrdererMSP validating identity -2018-01-14 11:45:32.606 UTC [common/config] Validate -> DEBU 612 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.606 UTC [common/config] validateMSP -> DEBU 613 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.606 UTC [msp] NewBccspMsp -> DEBU 614 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.606 UTC [msp] Setup -> DEBU 615 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 616 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.055 UTC [msp] Validate -> DEBU 611 MSP OrdererMSP validating identity +2018-01-18 01:58:52.055 UTC [common/config] Validate -> DEBU 612 Anchor peers for org Org1MSP are +2018-01-18 01:58:52.056 UTC [common/config] validateMSP -> DEBU 613 Setting up MSP for org Org1MSP +2018-01-18 01:58:52.056 UTC [msp] NewBccspMsp -> DEBU 614 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.056 UTC [msp] Setup -> DEBU 615 Setting up MSP instance Org1MSP +2018-01-18 01:58:52.056 UTC [msp/identity] newIdentity -> DEBU 616 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2728,7 +2728,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 617 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.056 UTC [msp/identity] newIdentity -> DEBU 617 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2742,7 +2742,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.607 UTC [msp/identity] newIdentity -> DEBU 618 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.057 UTC [msp/identity] newIdentity -> DEBU 618 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2756,12 +2756,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.608 UTC [msp] Validate -> DEBU 619 MSP Org1MSP validating identity -2018-01-14 11:45:32.608 UTC [common/config] Validate -> DEBU 61a Anchor peers for org Org2MSP are -2018-01-14 11:45:32.608 UTC [common/config] validateMSP -> DEBU 61b Setting up MSP for org Org2MSP -2018-01-14 11:45:32.608 UTC [msp] NewBccspMsp -> DEBU 61c Creating BCCSP-based MSP instance -2018-01-14 11:45:32.609 UTC [msp] Setup -> DEBU 61d Setting up MSP instance Org2MSP -2018-01-14 11:45:32.609 UTC [msp/identity] newIdentity -> DEBU 61e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.057 UTC [msp] Validate -> DEBU 619 MSP Org1MSP validating identity +2018-01-18 01:58:52.058 UTC [common/config] Validate -> DEBU 61a Anchor peers for org Org2MSP are +2018-01-18 01:58:52.058 UTC [common/config] validateMSP -> DEBU 61b Setting up MSP for org Org2MSP +2018-01-18 01:58:52.058 UTC [msp] NewBccspMsp -> DEBU 61c Creating BCCSP-based MSP instance +2018-01-18 01:58:52.058 UTC [msp] Setup -> DEBU 61d Setting up MSP instance Org2MSP +2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 61e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -2776,7 +2776,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.609 UTC [msp/identity] newIdentity -> DEBU 61f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 61f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2790,7 +2790,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.610 UTC [msp/identity] newIdentity -> DEBU 620 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.058 UTC [msp/identity] newIdentity -> DEBU 620 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2804,63 +2804,63 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.611 UTC [msp] Validate -> DEBU 621 MSP Org2MSP validating identity -2018-01-14 11:45:32.611 UTC [msp] Setup -> DEBU 622 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.611 UTC [msp] Setup -> DEBU 623 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 624 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 625 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.611 UTC [common/configtx] addToMap -> DEBU 626 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 627 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 628 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 629 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62b Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62c Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.612 UTC [common/configtx] addToMap -> DEBU 62d Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 62e Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 62f Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 630 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 631 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 632 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 633 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 634 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 635 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.613 UTC [common/configtx] addToMap -> DEBU 636 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 637 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 638 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 639 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63a Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63d Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.614 UTC [common/configtx] addToMap -> DEBU 63e Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 63f Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 640 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 641 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 642 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 643 Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 644 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 645 Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 646 Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.615 UTC [common/configtx] addToMap -> DEBU 647 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 648 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 649 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64a Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64b Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64c Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64d Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64e Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.616 UTC [common/configtx] addToMap -> DEBU 64f Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 650 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 651 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 652 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 653 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.617 UTC [common/configtx] addToMap -> DEBU 654 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.617 UTC [policies] GetPolicy -> DEBU 655 Returning policy ChannelCreationPolicy for evaluation -2018-01-14 11:45:32.618 UTC [cauthdsl] func1 -> DEBU 656 0xc420026cf0 gate 1515930332618073264 evaluation starts -2018-01-14 11:45:32.618 UTC [cauthdsl] func2 -> DEBU 657 0xc420026cf0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.618 UTC [cauthdsl] func2 -> DEBU 658 0xc420026cf0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.618 UTC [msp/identity] newIdentity -> DEBU 659 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.059 UTC [msp] Validate -> DEBU 621 MSP Org2MSP validating identity +2018-01-18 01:58:52.059 UTC [msp] Setup -> DEBU 622 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.059 UTC [msp] Setup -> DEBU 623 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 624 Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 625 Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:52.059 UTC [common/configtx] addToMap -> DEBU 626 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 627 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 628 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 629 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62a Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62b Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62c Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62d Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62e Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 62f Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 630 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:52.060 UTC [common/configtx] addToMap -> DEBU 631 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 632 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 633 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 634 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 635 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 636 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 637 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 638 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 639 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63a Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63b Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63c Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63d Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63e Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 63f Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.061 UTC [common/configtx] addToMap -> DEBU 640 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 641 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 642 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 643 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 644 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 645 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 646 Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 647 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 648 Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 649 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64a Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64b Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64c Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64d Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64e Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 64f Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 650 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 651 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 652 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 653 Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.062 UTC [common/configtx] addToMap -> DEBU 654 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.063 UTC [policies] GetPolicy -> DEBU 655 Returning policy ChannelCreationPolicy for evaluation +2018-01-18 01:58:52.063 UTC [cauthdsl] func1 -> DEBU 656 0xc42014b0a8 gate 1516240732063082468 evaluation starts +2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 657 0xc42014b0a8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 658 0xc42014b0a8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:52.063 UTC [msp/identity] newIdentity -> DEBU 659 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -2874,131 +2874,87 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.618 UTC [msp] SatisfiesPrincipal -> DEBU 65a Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:32.619 UTC [cauthdsl] func2 -> DEBU 65b 0xc420026cf0 principal matched by identity 0 -2018-01-14 11:45:32.619 UTC [msp/identity] Verify -> DEBU 65c Verify: digest = 00000000 86 38 9e 8d 91 97 7b 56 53 98 80 04 26 0b 21 38 |.8....{VS...&.!8| -00000010 7b 4d e9 90 de 3c d5 ca 9a aa 5c c0 52 20 af 3b |{M...<....\.R .;| -2018-01-14 11:45:32.619 UTC [msp/identity] Verify -> DEBU 65d Verify: sig = 00000000 30 44 02 20 4b 1a 32 c9 59 4b 7f 38 da b0 d7 0b |0D. K.2.YK.8....| -00000010 e0 06 1a 8e f7 31 97 fc 9f e1 65 2f 34 63 70 96 |.....1....e/4cp.| -00000020 23 b0 fc da 02 20 33 fc 7d 08 7d 18 a9 b0 d7 a8 |#.... 3.}.}.....| -00000030 db dd 80 fb de 0a 21 df f1 4d d6 bc b5 18 c0 dd |......!..M......| -00000040 12 a6 8e 7f 16 50 |.....P| -2018-01-14 11:45:32.619 UTC [cauthdsl] func2 -> DEBU 65e 0xc420026cf0 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.619 UTC [cauthdsl] func1 -> DEBU 65f 0xc420026cf0 gate 1515930332618073264 evaluation succeeds -2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 660 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 661 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.619 UTC [common/configtx] recurseConfigMap -> DEBU 662 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 663 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 664 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 665 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 666 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 667 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 668 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.620 UTC [common/configtx] recurseConfigMap -> DEBU 669 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66a Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66b Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66c Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66d Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.621 UTC [common/configtx] recurseConfigMap -> DEBU 66e Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 66f Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 670 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 671 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:32.622 UTC [common/configtx] recurseConfigMap -> DEBU 672 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:32.622 UTC [common/configtx] processConfig -> DEBU 673 Beginning new config for channel businesschannel -2018-01-14 11:45:32.622 UTC [common/config] NewStandardValues -> DEBU 674 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 675 Processing field: HashingAlgorithm -2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 676 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 677 Processing field: OrdererAddresses -2018-01-14 11:45:32.623 UTC [common/config] initializeProtosStruct -> DEBU 678 Processing field: Consortium -2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 679 Proposed new policy Readers for Channel -2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 67a Proposed new policy Writers for Channel -2018-01-14 11:45:32.623 UTC [policies] ProposePolicy -> DEBU 67b Proposed new policy Admins for Channel -2018-01-14 11:45:32.624 UTC [common/config] NewStandardValues -> DEBU 67c Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67d Processing field: ConsensusType -2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67e Processing field: BatchSize -2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 67f Processing field: BatchTimeout -2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 680 Processing field: KafkaBrokers -2018-01-14 11:45:32.624 UTC [common/config] initializeProtosStruct -> DEBU 681 Processing field: ChannelRestrictions -2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 682 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 683 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 684 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.624 UTC [policies] ProposePolicy -> DEBU 685 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.624 UTC [common/config] NewStandardValues -> DEBU 686 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.625 UTC [common/config] initializeProtosStruct -> DEBU 687 Processing field: MSP -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 688 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 689 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68a Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.625 UTC [common/config] NewStandardValues -> DEBU 68b Initializing protos for *struct {} -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68c Proposed new policy Readers for Application -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68d Proposed new policy Admins for Application -2018-01-14 11:45:32.625 UTC [policies] ProposePolicy -> DEBU 68e Proposed new policy Writers for Application -2018-01-14 11:45:32.625 UTC [common/config] NewStandardValues -> DEBU 68f Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.625 UTC [common/config] initializeProtosStruct -> DEBU 690 Processing field: MSP -2018-01-14 11:45:32.626 UTC [common/config] NewStandardValues -> DEBU 691 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.626 UTC [common/config] initializeProtosStruct -> DEBU 692 Processing field: AnchorPeers -2018-01-14 11:45:32.626 UTC [common/config] NewStandardValues -> DEBU 693 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.626 UTC [common/config] initializeProtosStruct -> DEBU 694 Processing field: MSP -2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 695 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 696 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.626 UTC [policies] ProposePolicy -> DEBU 697 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 698 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 699 Processing field: MSP -2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 69a Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 69b Processing field: AnchorPeers -2018-01-14 11:45:32.627 UTC [common/config] NewStandardValues -> DEBU 69c Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.627 UTC [common/config] initializeProtosStruct -> DEBU 69d Processing field: MSP -2018-01-14 11:45:32.627 UTC [policies] ProposePolicy -> DEBU 69e Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.628 UTC [policies] ProposePolicy -> DEBU 69f Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.628 UTC [policies] ProposePolicy -> DEBU 6a0 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.628 UTC [common/config] validateMSP -> DEBU 6a1 Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.628 UTC [msp] NewBccspMsp -> DEBU 6a2 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.628 UTC [msp] Setup -> DEBU 6a3 Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.628 UTC [msp/identity] newIdentity -> DEBU 6a4 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:32.629 UTC [msp/identity] newIdentity -> DEBU 6a5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.629 UTC [msp/identity] newIdentity -> DEBU 6a6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:32.630 UTC [msp] Validate -> DEBU 6a7 MSP OrdererMSP validating identity -2018-01-14 11:45:32.634 UTC [common/config] Validate -> DEBU 6a8 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.636 UTC [common/config] validateMSP -> DEBU 6a9 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.636 UTC [msp] NewBccspMsp -> DEBU 6aa Creating BCCSP-based MSP instance -2018-01-14 11:45:32.636 UTC [msp] Setup -> DEBU 6ab Setting up MSP instance Org1MSP -2018-01-14 11:45:32.637 UTC [msp/identity] newIdentity -> DEBU 6ac Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.063 UTC [msp] SatisfiesPrincipal -> DEBU 65a Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 65b 0xc42014b0a8 principal matched by identity 0 +2018-01-18 01:58:52.063 UTC [msp/identity] Verify -> DEBU 65c Verify: digest = 00000000 0a a0 5d 09 26 8b 7a 10 a3 b6 c2 9d af ba c9 56 |..].&.z........V| +00000010 5f cb 22 5a 66 84 57 14 0b e8 1a 28 36 06 e9 3e |_."Zf.W....(6..>| +2018-01-18 01:58:52.063 UTC [msp/identity] Verify -> DEBU 65d Verify: sig = 00000000 30 44 02 20 29 07 f5 3b 75 87 a0 a4 66 fd f4 8c |0D. )..;u...f...| +00000010 9d 33 36 f4 39 b7 2e 82 fb 27 b6 27 f8 27 57 50 |.36.9....'.'.'WP| +00000020 a2 9f 0c a4 02 20 3e 03 90 56 ce da 45 23 b2 2d |..... >..V..E#.-| +00000030 85 0f 22 ec 4c 0d 0e f8 31 f9 4d ed fb a4 0e 7e |..".L...1.M....~| +00000040 2e 30 01 0f 91 31 |.0...1| +2018-01-18 01:58:52.063 UTC [cauthdsl] func2 -> DEBU 65e 0xc42014b0a8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:52.063 UTC [cauthdsl] func1 -> DEBU 65f 0xc42014b0a8 gate 1516240732063082468 evaluation succeeds +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 660 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 661 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 662 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 663 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 664 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 665 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 666 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 667 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 668 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 669 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66c Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66d Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.064 UTC [common/configtx] recurseConfigMap -> DEBU 66e Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 66f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 670 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 671 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.065 UTC [common/configtx] recurseConfigMap -> DEBU 672 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:52.065 UTC [common/configtx] processConfig -> DEBU 673 Beginning new config for channel businesschannel +2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 674 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 675 Processing field: HashingAlgorithm +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 676 Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 677 Processing field: OrdererAddresses +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 678 Processing field: Consortium +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 679 Proposed new policy Admins for Channel +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67a Proposed new policy Readers for Channel +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67b Proposed new policy Writers for Channel +2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 67c Initializing protos for *struct {} +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67d Proposed new policy Writers for Application +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67e Proposed new policy Readers for Application +2018-01-18 01:58:52.065 UTC [policies] ProposePolicy -> DEBU 67f Proposed new policy Admins for Application +2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 680 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 681 Processing field: MSP +2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 682 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.065 UTC [common/config] initializeProtosStruct -> DEBU 683 Processing field: AnchorPeers +2018-01-18 01:58:52.065 UTC [common/config] NewStandardValues -> DEBU 684 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 685 Processing field: MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 686 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 687 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 688 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 689 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68a Processing field: MSP +2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 68b Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68c Processing field: AnchorPeers +2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 68d Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 68e Processing field: MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 68f Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 690 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 691 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.066 UTC [common/config] NewStandardValues -> DEBU 692 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 693 Processing field: ConsensusType +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 694 Processing field: BatchSize +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 695 Processing field: BatchTimeout +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 696 Processing field: KafkaBrokers +2018-01-18 01:58:52.066 UTC [common/config] initializeProtosStruct -> DEBU 697 Processing field: ChannelRestrictions +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 698 Proposed new policy Writers for Orderer +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 699 Proposed new policy Admins for Orderer +2018-01-18 01:58:52.066 UTC [policies] ProposePolicy -> DEBU 69a Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69b Proposed new policy Readers for Orderer +2018-01-18 01:58:52.067 UTC [common/config] NewStandardValues -> DEBU 69c Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.067 UTC [common/config] initializeProtosStruct -> DEBU 69d Processing field: MSP +2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69e Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 69f Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.067 UTC [policies] ProposePolicy -> DEBU 6a0 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.067 UTC [common/config] Validate -> DEBU 6a1 Anchor peers for org Org1MSP are +2018-01-18 01:58:52.067 UTC [common/config] validateMSP -> DEBU 6a2 Setting up MSP for org Org1MSP +2018-01-18 01:58:52.067 UTC [msp] NewBccspMsp -> DEBU 6a3 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.067 UTC [msp] Setup -> DEBU 6a4 Setting up MSP instance Org1MSP +2018-01-18 01:58:52.067 UTC [msp/identity] newIdentity -> DEBU 6a5 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3013,7 +2969,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.637 UTC [msp/identity] newIdentity -> DEBU 6ad Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.068 UTC [msp/identity] newIdentity -> DEBU 6a6 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3027,7 +2983,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.638 UTC [msp/identity] newIdentity -> DEBU 6ae Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.068 UTC [msp/identity] newIdentity -> DEBU 6a7 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3041,12 +2997,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.638 UTC [msp] Validate -> DEBU 6af MSP Org1MSP validating identity -2018-01-14 11:45:32.639 UTC [common/config] Validate -> DEBU 6b0 Anchor peers for org Org2MSP are -2018-01-14 11:45:32.639 UTC [common/config] validateMSP -> DEBU 6b1 Setting up MSP for org Org2MSP -2018-01-14 11:45:32.639 UTC [msp] NewBccspMsp -> DEBU 6b2 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.639 UTC [msp] Setup -> DEBU 6b3 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.640 UTC [msp/identity] newIdentity -> DEBU 6b4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.068 UTC [msp] Validate -> DEBU 6a8 MSP Org1MSP validating identity +2018-01-18 01:58:52.069 UTC [common/config] Validate -> DEBU 6a9 Anchor peers for org Org2MSP are +2018-01-18 01:58:52.069 UTC [common/config] validateMSP -> DEBU 6aa Setting up MSP for org Org2MSP +2018-01-18 01:58:52.069 UTC [msp] NewBccspMsp -> DEBU 6ab Creating BCCSP-based MSP instance +2018-01-18 01:58:52.069 UTC [msp] Setup -> DEBU 6ac Setting up MSP instance Org2MSP +2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6ad Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -3061,7 +3017,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.640 UTC [msp/identity] newIdentity -> DEBU 6b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6ae Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3075,7 +3031,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.641 UTC [msp/identity] newIdentity -> DEBU 6b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.069 UTC [msp/identity] newIdentity -> DEBU 6af Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3089,178 +3045,11 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.641 UTC [msp] Validate -> DEBU 6b7 MSP Org2MSP validating identity -2018-01-14 11:45:32.641 UTC [msp] Setup -> DEBU 6b8 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.641 UTC [msp] Setup -> DEBU 6b9 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6ba Returning policy Readers for evaluation -2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bb In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6bc Returning policy Writers for evaluation -2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bd In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6be Returning policy Admins for evaluation -2018-01-14 11:45:32.642 UTC [policies] CommitProposals -> DEBU 6bf In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c0 Returning policy Readers for evaluation -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c1 Returning policy Writers for evaluation -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c2 Returning policy Admins for evaluation -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c3 Returning policy Writers for evaluation -2018-01-14 11:45:32.642 UTC [policies] GetPolicy -> DEBU 6c4 Returning policy Readers for evaluation -2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c5 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6c6 Returning policy Writers for evaluation -2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c7 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6c8 Returning policy Admins for evaluation -2018-01-14 11:45:32.643 UTC [policies] CommitProposals -> DEBU 6c9 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.643 UTC [policies] GetPolicy -> DEBU 6ca Returning policy Writers for evaluation -2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cb In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6cc Returning policy Admins for evaluation -2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cd In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6ce Returning policy Readers for evaluation -2018-01-14 11:45:32.644 UTC [policies] CommitProposals -> DEBU 6cf In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d0 Returning policy Readers for evaluation -2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d1 Returning policy Readers for evaluation -2018-01-14 11:45:32.644 UTC [policies] GetPolicy -> DEBU 6d2 Returning policy Admins for evaluation -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d3 Returning policy Admins for evaluation -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d4 Returning policy Writers for evaluation -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d5 Returning policy Writers for evaluation -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d6 Returning policy Writers for evaluation -2018-01-14 11:45:32.645 UTC [policies] CommitProposals -> DEBU 6d7 In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6d8 Returning policy Admins for evaluation -2018-01-14 11:45:32.645 UTC [policies] CommitProposals -> DEBU 6d9 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.645 UTC [policies] GetPolicy -> DEBU 6da Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.646 UTC [policies] CommitProposals -> DEBU 6db In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.646 UTC [policies] GetPolicy -> DEBU 6dc Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.646 UTC [policies] CommitProposals -> DEBU 6dd In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.646 UTC [policies] GetPolicy -> DEBU 6de Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6df In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e0 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e2 Returning policy Readers for evaluation -2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e3 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e4 Returning policy Admins for evaluation -2018-01-14 11:45:32.647 UTC [policies] CommitProposals -> DEBU 6e5 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:32.647 UTC [policies] GetPolicy -> DEBU 6e6 Returning policy Writers for evaluation -2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6e7 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6e8 Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6e9 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ea Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6eb In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ec Returning policy Readers for evaluation -2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6ed In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:32.648 UTC [policies] GetPolicy -> DEBU 6ee Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.648 UTC [policies] CommitProposals -> DEBU 6ef In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f0 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f1 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f2 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f3 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f4 Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.649 UTC [policies] CommitProposals -> DEBU 6f5 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f6 Returning policy Readers for evaluation -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f7 Returning policy Readers for evaluation -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f8 Returning policy Writers for evaluation -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6f9 Returning policy Writers for evaluation -2018-01-14 11:45:32.649 UTC [policies] GetPolicy -> DEBU 6fa Returning policy Admins for evaluation -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fb Returning policy Admins for evaluation -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fc Returning policy Readers for evaluation -2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 6fd As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 6fe Returning policy Writers for evaluation -2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 6ff As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 700 Returning policy Application/Readers for evaluation -2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 701 As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 702 Returning policy Application/Writers for evaluation -2018-01-14 11:45:32.650 UTC [policies] CommitProposals -> DEBU 703 As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:32.650 UTC [policies] GetPolicy -> DEBU 704 Returning policy Application/Admins for evaluation -2018-01-14 11:45:32.651 UTC [policies] CommitProposals -> DEBU 705 As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:32.651 UTC [policies] GetPolicy -> DEBU 706 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:32.651 UTC [policies] CommitProposals -> DEBU 707 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:32.651 UTC [common/config] NewStandardValues -> DEBU 708 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 709 Processing field: HashingAlgorithm -2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70a Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70b Processing field: OrdererAddresses -2018-01-14 11:45:32.651 UTC [common/config] initializeProtosStruct -> DEBU 70c Processing field: Consortium -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70d Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70e Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 70f Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 710 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 711 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 712 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.652 UTC [common/configtx] addToMap -> DEBU 713 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 714 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 715 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 716 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 717 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 718 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 719 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.653 UTC [common/configtx] addToMap -> DEBU 71a Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71b Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71c Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71d Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 71f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 720 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 721 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.654 UTC [common/configtx] addToMap -> DEBU 722 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 723 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 724 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 725 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 726 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 727 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 728 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.655 UTC [common/configtx] addToMap -> DEBU 729 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72a Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72b Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72c Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72d Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72e Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 72f Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.656 UTC [common/configtx] addToMap -> DEBU 730 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.656 UTC [common/configtx] processConfig -> DEBU 731 Beginning new config for channel businesschannel -2018-01-14 11:45:32.657 UTC [common/config] NewStandardValues -> DEBU 732 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 733 Processing field: HashingAlgorithm -2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 734 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 735 Processing field: OrdererAddresses -2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 736 Processing field: Consortium -2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 737 Proposed new policy Readers for Channel -2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 738 Proposed new policy Writers for Channel -2018-01-14 11:45:32.657 UTC [policies] ProposePolicy -> DEBU 739 Proposed new policy Admins for Channel -2018-01-14 11:45:32.657 UTC [common/config] NewStandardValues -> DEBU 73a Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.657 UTC [common/config] initializeProtosStruct -> DEBU 73b Processing field: ConsensusType -2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73c Processing field: BatchSize -2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73d Processing field: BatchTimeout -2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73e Processing field: KafkaBrokers -2018-01-14 11:45:32.658 UTC [common/config] initializeProtosStruct -> DEBU 73f Processing field: ChannelRestrictions -2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 740 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 741 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.658 UTC [policies] ProposePolicy -> DEBU 742 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 743 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.659 UTC [common/config] NewStandardValues -> DEBU 744 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.659 UTC [common/config] initializeProtosStruct -> DEBU 745 Processing field: MSP -2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 746 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 747 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 748 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.659 UTC [common/config] NewStandardValues -> DEBU 749 Initializing protos for *struct {} -2018-01-14 11:45:32.659 UTC [policies] ProposePolicy -> DEBU 74a Proposed new policy Admins for Application -2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 74b Proposed new policy Writers for Application -2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 74c Proposed new policy Readers for Application -2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 74d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 74e Processing field: MSP -2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 74f Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 750 Processing field: AnchorPeers -2018-01-14 11:45:32.660 UTC [common/config] NewStandardValues -> DEBU 751 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.660 UTC [common/config] initializeProtosStruct -> DEBU 752 Processing field: MSP -2018-01-14 11:45:32.660 UTC [policies] ProposePolicy -> DEBU 753 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.661 UTC [policies] ProposePolicy -> DEBU 754 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.661 UTC [policies] ProposePolicy -> DEBU 755 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.661 UTC [common/config] NewStandardValues -> DEBU 756 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.661 UTC [common/config] initializeProtosStruct -> DEBU 757 Processing field: MSP -2018-01-14 11:45:32.661 UTC [common/config] NewStandardValues -> DEBU 758 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.661 UTC [common/config] initializeProtosStruct -> DEBU 759 Processing field: AnchorPeers -2018-01-14 11:45:32.662 UTC [common/config] NewStandardValues -> DEBU 75a Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.662 UTC [common/config] initializeProtosStruct -> DEBU 75b Processing field: MSP -2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75c Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75d Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.662 UTC [policies] ProposePolicy -> DEBU 75e Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.663 UTC [common/config] validateMSP -> DEBU 75f Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.663 UTC [msp] NewBccspMsp -> DEBU 760 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.663 UTC [msp] Setup -> DEBU 761 Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.663 UTC [msp/identity] newIdentity -> DEBU 762 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.070 UTC [msp] Validate -> DEBU 6b0 MSP Org2MSP validating identity +2018-01-18 01:58:52.070 UTC [common/config] validateMSP -> DEBU 6b1 Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.070 UTC [msp] NewBccspMsp -> DEBU 6b2 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.070 UTC [msp] Setup -> DEBU 6b3 Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.071 UTC [msp/identity] newIdentity -> DEBU 6b4 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -3274,7 +3063,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.664 UTC [msp/identity] newIdentity -> DEBU 763 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.071 UTC [msp/identity] newIdentity -> DEBU 6b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -3287,7 +3076,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.664 UTC [msp/identity] newIdentity -> DEBU 764 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.072 UTC [msp/identity] newIdentity -> DEBU 6b6 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -3300,12 +3089,179 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.665 UTC [msp] Validate -> DEBU 765 MSP OrdererMSP validating identity -2018-01-14 11:45:32.665 UTC [common/config] Validate -> DEBU 766 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.665 UTC [common/config] validateMSP -> DEBU 767 Setting up MSP for org Org1MSP -2018-01-14 11:45:32.666 UTC [msp] NewBccspMsp -> DEBU 768 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.666 UTC [msp] Setup -> DEBU 769 Setting up MSP instance Org1MSP -2018-01-14 11:45:32.666 UTC [msp/identity] newIdentity -> DEBU 76a Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.072 UTC [msp] Validate -> DEBU 6b7 MSP OrdererMSP validating identity +2018-01-18 01:58:52.073 UTC [msp] Setup -> DEBU 6b8 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.073 UTC [msp] Setup -> DEBU 6b9 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6ba Returning policy Admins for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bb In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6bc Returning policy Readers for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bd In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6be Returning policy Writers for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6bf In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c0 Returning policy Writers for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c1 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c2 Returning policy Admins for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c3 In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c4 Returning policy Readers for evaluation +2018-01-18 01:58:52.073 UTC [policies] CommitProposals -> DEBU 6c5 In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c6 Returning policy Writers for evaluation +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c7 Returning policy Writers for evaluation +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c8 Returning policy Readers for evaluation +2018-01-18 01:58:52.073 UTC [policies] GetPolicy -> DEBU 6c9 Returning policy Readers for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6ca Returning policy Admins for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6cb Returning policy Admins for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6cc Returning policy Writers for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6cd In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6ce Returning policy Admins for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6cf In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d0 Returning policy Readers for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d1 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d2 Returning policy Writers for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d3 Returning policy Admins for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d4 Returning policy Writers for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d5 Returning policy Readers for evaluation +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d6 Returning policy Writers for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d7 In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6d8 Returning policy Readers for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6d9 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6da Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6db In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6dc Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:52.074 UTC [policies] CommitProposals -> DEBU 6dd In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:52.074 UTC [policies] GetPolicy -> DEBU 6de Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6df In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e0 Returning policy Admins for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e1 In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e2 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e3 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e4 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e5 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e6 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e7 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6e8 Returning policy Admins for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6e9 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ea Returning policy BlockValidation for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6eb In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ec Returning policy Readers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6ed In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6ee Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6ef In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6f0 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6f1 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:52.075 UTC [policies] GetPolicy -> DEBU 6f2 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:52.075 UTC [policies] CommitProposals -> DEBU 6f3 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f4 Returning policy Writers for evaluation +2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6f5 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f6 Returning policy Admins for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f7 Returning policy Admins for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f8 Returning policy Readers for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6f9 Returning policy Readers for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fa Returning policy Writers for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fb Returning policy Writers for evaluation +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fc Returning policy Readers for evaluation +2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6fd As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 6fe Returning policy Writers for evaluation +2018-01-18 01:58:52.076 UTC [policies] CommitProposals -> DEBU 6ff As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:52.076 UTC [policies] GetPolicy -> DEBU 700 Returning policy Application/Readers for evaluation +2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 701 As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 702 Returning policy Application/Writers for evaluation +2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 703 As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 704 Returning policy Application/Admins for evaluation +2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 705 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:52.077 UTC [policies] GetPolicy -> DEBU 706 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:52.077 UTC [policies] CommitProposals -> DEBU 707 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:52.077 UTC [common/config] NewStandardValues -> DEBU 708 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 709 Processing field: HashingAlgorithm +2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70a Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70b Processing field: OrdererAddresses +2018-01-18 01:58:52.077 UTC [common/config] initializeProtosStruct -> DEBU 70c Processing field: Consortium +2018-01-18 01:58:52.077 UTC [common/configtx] addToMap -> DEBU 70d Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 70e Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 70f Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 710 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:52.078 UTC [common/configtx] addToMap -> DEBU 711 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:52.082 UTC [common/configtx] addToMap -> DEBU 712 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:52.082 UTC [common/configtx] addToMap -> DEBU 713 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 714 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 715 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 716 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 717 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 718 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 719 Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71a Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71b Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71c Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71d Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71e Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 71f Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 720 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 721 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 722 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 723 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:52.084 UTC [common/configtx] addToMap -> DEBU 724 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 725 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 726 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 727 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 728 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 729 Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72a Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72b Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72c Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72d Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72e Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 72f Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:52.085 UTC [common/configtx] addToMap -> DEBU 730 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:52.085 UTC [common/configtx] processConfig -> DEBU 731 Beginning new config for channel businesschannel +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 732 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 733 Processing field: HashingAlgorithm +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 734 Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 735 Processing field: OrdererAddresses +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 736 Processing field: Consortium +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 737 Proposed new policy Admins for Channel +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 738 Proposed new policy Readers for Channel +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 739 Proposed new policy Writers for Channel +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 73a Initializing protos for *struct {} +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73b Proposed new policy Admins for Application +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73c Proposed new policy Writers for Application +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 73d Proposed new policy Readers for Application +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 73e Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 73f Processing field: MSP +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 740 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 741 Processing field: AnchorPeers +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 742 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 743 Processing field: MSP +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 744 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 745 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.085 UTC [policies] ProposePolicy -> DEBU 746 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 747 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 748 Processing field: MSP +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 749 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 74a Processing field: AnchorPeers +2018-01-18 01:58:52.085 UTC [common/config] NewStandardValues -> DEBU 74b Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.085 UTC [common/config] initializeProtosStruct -> DEBU 74c Processing field: MSP +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74d Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74e Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 74f Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.086 UTC [common/config] NewStandardValues -> DEBU 750 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 751 Processing field: ConsensusType +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 752 Processing field: BatchSize +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 753 Processing field: BatchTimeout +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 754 Processing field: KafkaBrokers +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 755 Processing field: ChannelRestrictions +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 756 Proposed new policy Readers for Orderer +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 757 Proposed new policy Writers for Orderer +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 758 Proposed new policy Admins for Orderer +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 759 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.086 UTC [common/config] NewStandardValues -> DEBU 75a Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.086 UTC [common/config] initializeProtosStruct -> DEBU 75b Processing field: MSP +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75c Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75d Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.086 UTC [policies] ProposePolicy -> DEBU 75e Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.086 UTC [common/config] Validate -> DEBU 75f Anchor peers for org Org1MSP are +2018-01-18 01:58:52.086 UTC [common/config] validateMSP -> DEBU 760 Setting up MSP for org Org1MSP +2018-01-18 01:58:52.086 UTC [msp] NewBccspMsp -> DEBU 761 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.086 UTC [msp] Setup -> DEBU 762 Setting up MSP instance Org1MSP +2018-01-18 01:58:52.087 UTC [msp/identity] newIdentity -> DEBU 763 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3320,7 +3276,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.667 UTC [msp/identity] newIdentity -> DEBU 76b Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.088 UTC [msp/identity] newIdentity -> DEBU 764 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3334,7 +3290,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.667 UTC [msp/identity] newIdentity -> DEBU 76c Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.088 UTC [msp/identity] newIdentity -> DEBU 765 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3348,12 +3304,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.669 UTC [msp] Validate -> DEBU 76d MSP Org1MSP validating identity -2018-01-14 11:45:32.669 UTC [common/config] Validate -> DEBU 76e Anchor peers for org Org2MSP are -2018-01-14 11:45:32.669 UTC [common/config] validateMSP -> DEBU 76f Setting up MSP for org Org2MSP -2018-01-14 11:45:32.669 UTC [msp] NewBccspMsp -> DEBU 770 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.669 UTC [msp] Setup -> DEBU 771 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.670 UTC [msp/identity] newIdentity -> DEBU 772 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.089 UTC [msp] Validate -> DEBU 766 MSP Org1MSP validating identity +2018-01-18 01:58:52.089 UTC [common/config] Validate -> DEBU 767 Anchor peers for org Org2MSP are +2018-01-18 01:58:52.089 UTC [common/config] validateMSP -> DEBU 768 Setting up MSP for org Org2MSP +2018-01-18 01:58:52.089 UTC [msp] NewBccspMsp -> DEBU 769 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.089 UTC [msp] Setup -> DEBU 76a Setting up MSP instance Org2MSP +2018-01-18 01:58:52.089 UTC [msp/identity] newIdentity -> DEBU 76b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -3368,7 +3324,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.670 UTC [msp/identity] newIdentity -> DEBU 773 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.089 UTC [msp/identity] newIdentity -> DEBU 76c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3382,7 +3338,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.671 UTC [msp/identity] newIdentity -> DEBU 774 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.090 UTC [msp/identity] newIdentity -> DEBU 76d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3396,183 +3352,11 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.672 UTC [msp] Validate -> DEBU 775 MSP Org2MSP validating identity -2018-01-14 11:45:32.672 UTC [msp] Setup -> DEBU 776 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.672 UTC [msp] Setup -> DEBU 777 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 778 Returning policy Writers for evaluation -2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 779 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77a Returning policy Admins for evaluation -2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 77b In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77c Returning policy Readers for evaluation -2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 77d In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77e Returning policy Readers for evaluation -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 77f Returning policy Writers for evaluation -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 780 Returning policy Admins for evaluation -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 781 Returning policy Writers for evaluation -2018-01-14 11:45:32.673 UTC [policies] GetPolicy -> DEBU 782 Returning policy Readers for evaluation -2018-01-14 11:45:32.673 UTC [policies] CommitProposals -> DEBU 783 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 784 Returning policy Writers for evaluation -2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 785 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 786 Returning policy Admins for evaluation -2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 787 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 788 Returning policy Admins for evaluation -2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 789 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78a Returning policy Readers for evaluation -2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 78b In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78c Returning policy Writers for evaluation -2018-01-14 11:45:32.674 UTC [policies] CommitProposals -> DEBU 78d In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78e Returning policy Admins for evaluation -2018-01-14 11:45:32.674 UTC [policies] GetPolicy -> DEBU 78f Returning policy Admins for evaluation -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 790 Returning policy Writers for evaluation -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 791 Returning policy Writers for evaluation -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 792 Returning policy Readers for evaluation -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 793 Returning policy Readers for evaluation -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 794 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 795 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 796 Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 797 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.675 UTC [policies] GetPolicy -> DEBU 798 Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.675 UTC [policies] CommitProposals -> DEBU 799 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79a Returning policy Readers for evaluation -2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79b In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79c Returning policy Writers for evaluation -2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79d In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 79e Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 79f In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 7a0 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.676 UTC [policies] CommitProposals -> DEBU 7a1 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.676 UTC [policies] GetPolicy -> DEBU 7a2 Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a3 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a4 Returning policy Admins for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a5 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a6 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a7 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7a8 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7a9 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7aa Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7ab In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.677 UTC [policies] GetPolicy -> DEBU 7ac Returning policy Readers for evaluation -2018-01-14 11:45:32.677 UTC [policies] CommitProposals -> DEBU 7ad In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.679 UTC [policies] GetPolicy -> DEBU 7ae Returning policy Writers for evaluation -2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7af In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b0 Returning policy Admins for evaluation -2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7b1 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b2 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.680 UTC [policies] CommitProposals -> DEBU 7b3 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b4 Returning policy Readers for evaluation -2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b5 Returning policy Readers for evaluation -2018-01-14 11:45:32.680 UTC [policies] GetPolicy -> DEBU 7b6 Returning policy Writers for evaluation -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b7 Returning policy Writers for evaluation -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b8 Returning policy Admins for evaluation -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7b9 Returning policy Admins for evaluation -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7ba Returning policy Readers for evaluation -2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bb As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7bc Returning policy Writers for evaluation -2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bd As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7be Returning policy Application/Readers for evaluation -2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7bf As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:32.681 UTC [policies] GetPolicy -> DEBU 7c0 Returning policy Application/Writers for evaluation -2018-01-14 11:45:32.681 UTC [policies] CommitProposals -> DEBU 7c1 As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:32.682 UTC [policies] GetPolicy -> DEBU 7c2 Returning policy Application/Admins for evaluation -2018-01-14 11:45:32.682 UTC [policies] CommitProposals -> DEBU 7c3 As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:32.682 UTC [policies] GetPolicy -> DEBU 7c4 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:32.682 UTC [policies] CommitProposals -> DEBU 7c5 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:32.682 UTC [orderer/common/blockcutter] Ordered -> DEBU 7c6 Found message which requested to be isolated, cutting into its own batch -2018-01-14 11:45:32.682 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 7c7 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:32.682 UTC [fsblkstorage] newBlockfileStream -> DEBU 7c8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:45:32.683 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7c9 Remaining bytes=[9082], Going to peek [8] bytes -2018-01-14 11:45:32.683 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7ca Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:32.683 UTC [common/config] NewStandardValues -> DEBU 7cb Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cc Processing field: HashingAlgorithm -2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cd Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7ce Processing field: OrdererAddresses -2018-01-14 11:45:32.683 UTC [common/config] initializeProtosStruct -> DEBU 7cf Processing field: Consortium -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d0 Adding to config map: [Groups] /Channel -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d1 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d2 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d3 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d4 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d5 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d6 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:32.684 UTC [common/configtx] addToMap -> DEBU 7d7 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7d8 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7d9 Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7da Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7db Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7dc Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7dd Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:32.685 UTC [common/configtx] addToMap -> DEBU 7de Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7df Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e0 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e1 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e2 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e3 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e5 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:32.686 UTC [common/configtx] addToMap -> DEBU 7e6 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7e9 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ea Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7eb Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ec Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ed Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:32.687 UTC [common/configtx] addToMap -> DEBU 7ee Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7ef Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f0 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f1 Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f2 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:32.688 UTC [common/configtx] addToMap -> DEBU 7f3 Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:32.688 UTC [common/configtx] processConfig -> DEBU 7f4 Beginning new config for channel businesschannel -2018-01-14 11:45:32.688 UTC [common/config] NewStandardValues -> DEBU 7f5 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:32.688 UTC [common/config] initializeProtosStruct -> DEBU 7f6 Processing field: HashingAlgorithm -2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f7 Processing field: BlockDataHashingStructure -2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f8 Processing field: OrdererAddresses -2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7f9 Processing field: Consortium -2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fa Proposed new policy Admins for Channel -2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fb Proposed new policy Readers for Channel -2018-01-14 11:45:32.689 UTC [policies] ProposePolicy -> DEBU 7fc Proposed new policy Writers for Channel -2018-01-14 11:45:32.689 UTC [common/config] NewStandardValues -> DEBU 7fd Initializing protos for *config.OrdererProtos -2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7fe Processing field: ConsensusType -2018-01-14 11:45:32.689 UTC [common/config] initializeProtosStruct -> DEBU 7ff Processing field: BatchSize -2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 800 Processing field: BatchTimeout -2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 801 Processing field: KafkaBrokers -2018-01-14 11:45:32.690 UTC [common/config] initializeProtosStruct -> DEBU 802 Processing field: ChannelRestrictions -2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 803 Proposed new policy Readers for Orderer -2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 804 Proposed new policy Writers for Orderer -2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 805 Proposed new policy Admins for Orderer -2018-01-14 11:45:32.690 UTC [policies] ProposePolicy -> DEBU 806 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:32.690 UTC [common/config] NewStandardValues -> DEBU 807 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 808 Processing field: MSP -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 809 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80a Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80b Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 80c Initializing protos for *struct {} -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80d Proposed new policy Writers for Application -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80e Proposed new policy Readers for Application -2018-01-14 11:45:32.691 UTC [policies] ProposePolicy -> DEBU 80f Proposed new policy Admins for Application -2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 810 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 811 Processing field: MSP -2018-01-14 11:45:32.691 UTC [common/config] NewStandardValues -> DEBU 812 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.691 UTC [common/config] initializeProtosStruct -> DEBU 813 Processing field: AnchorPeers -2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 814 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 815 Processing field: MSP -2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 816 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 817 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:32.692 UTC [policies] ProposePolicy -> DEBU 818 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 819 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81a Processing field: MSP -2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 81b Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81c Processing field: AnchorPeers -2018-01-14 11:45:32.692 UTC [common/config] NewStandardValues -> DEBU 81d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:32.692 UTC [common/config] initializeProtosStruct -> DEBU 81e Processing field: MSP -2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 81f Proposed new policy Writers for Org2MSP -2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 820 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:32.693 UTC [policies] ProposePolicy -> DEBU 821 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:32.693 UTC [common/config] validateMSP -> DEBU 822 Setting up MSP for org OrdererOrg -2018-01-14 11:45:32.693 UTC [msp] NewBccspMsp -> DEBU 823 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.693 UTC [msp] Setup -> DEBU 824 Setting up MSP instance OrdererMSP -2018-01-14 11:45:32.694 UTC [msp/identity] newIdentity -> DEBU 825 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.090 UTC [msp] Validate -> DEBU 76e MSP Org2MSP validating identity +2018-01-18 01:58:52.090 UTC [common/config] validateMSP -> DEBU 76f Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.090 UTC [msp] NewBccspMsp -> DEBU 770 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.090 UTC [msp] Setup -> DEBU 771 Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 772 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -3586,7 +3370,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:32.694 UTC [msp/identity] newIdentity -> DEBU 826 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 773 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -3599,7 +3383,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.695 UTC [msp/identity] newIdentity -> DEBU 827 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.091 UTC [msp/identity] newIdentity -> DEBU 774 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -3612,12 +3396,184 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:32.695 UTC [msp] Validate -> DEBU 828 MSP OrdererMSP validating identity -2018-01-14 11:45:32.695 UTC [common/config] Validate -> DEBU 829 Anchor peers for org Org1MSP are -2018-01-14 11:45:32.696 UTC [common/config] validateMSP -> DEBU 82a Setting up MSP for org Org1MSP -2018-01-14 11:45:32.696 UTC [msp] NewBccspMsp -> DEBU 82b Creating BCCSP-based MSP instance -2018-01-14 11:45:32.696 UTC [msp] Setup -> DEBU 82c Setting up MSP instance Org1MSP -2018-01-14 11:45:32.696 UTC [msp/identity] newIdentity -> DEBU 82d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.092 UTC [msp] Validate -> DEBU 775 MSP OrdererMSP validating identity +2018-01-18 01:58:52.092 UTC [msp] Setup -> DEBU 776 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.092 UTC [msp] Setup -> DEBU 777 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 778 Returning policy Admins for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 779 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77a Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77b In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77c Returning policy Writers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77d In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 77e Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 77f In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 780 Returning policy Writers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 781 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 782 Returning policy Admins for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 783 In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 784 Returning policy Admins for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 785 Returning policy Admins for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 786 Returning policy Writers for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 787 Returning policy Writers for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 788 Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 789 Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78a Returning policy Admins for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78b In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78c Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78d In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 78e Returning policy Writers for evaluation +2018-01-18 01:58:52.092 UTC [policies] CommitProposals -> DEBU 78f In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 790 Returning policy Readers for evaluation +2018-01-18 01:58:52.092 UTC [policies] GetPolicy -> DEBU 791 Returning policy Writers for evaluation +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 792 Returning policy Admins for evaluation +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 793 Returning policy Writers for evaluation +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 794 Returning policy Admins for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 795 In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 796 Returning policy BlockValidation for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 797 In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 798 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 799 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79a Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79b In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79c Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79d In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 79e Returning policy Readers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 79f In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a0 Returning policy Writers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a1 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a2 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a3 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a4 Returning policy Readers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a5 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a6 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a7 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7a8 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:52.093 UTC [policies] CommitProposals -> DEBU 7a9 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:52.093 UTC [policies] GetPolicy -> DEBU 7aa Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7ab In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ac Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7ad In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ae Returning policy Admins for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7af In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b0 Returning policy Writers for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7b1 In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b2 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7b3 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b4 Returning policy Admins for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b5 Returning policy Admins for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b6 Returning policy Readers for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b7 Returning policy Readers for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b8 Returning policy Writers for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7b9 Returning policy Writers for evaluation +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7ba Returning policy Readers for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7bb As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7bc Returning policy Writers for evaluation +2018-01-18 01:58:52.094 UTC [policies] CommitProposals -> DEBU 7bd As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:52.094 UTC [policies] GetPolicy -> DEBU 7be Returning policy Application/Readers for evaluation +2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7bf As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c0 Returning policy Application/Writers for evaluation +2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c1 As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c2 Returning policy Application/Admins for evaluation +2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c3 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:52.095 UTC [policies] GetPolicy -> DEBU 7c4 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:52.095 UTC [policies] CommitProposals -> DEBU 7c5 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:52.096 UTC [orderer/common/blockcutter] Ordered -> DEBU 7c6 Found message which requested to be isolated, cutting into its own batch +2018-01-18 01:58:52.096 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 7c7 retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:52.096 UTC [fsblkstorage] newBlockfileStream -> DEBU 7c8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 01:58:52.096 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7c9 Remaining bytes=[9082], Going to peek [8] bytes +2018-01-18 01:58:52.096 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 7ca Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:52.096 UTC [common/config] NewStandardValues -> DEBU 7cb Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cc Processing field: HashingAlgorithm +2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cd Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7ce Processing field: OrdererAddresses +2018-01-18 01:58:52.096 UTC [common/config] initializeProtosStruct -> DEBU 7cf Processing field: Consortium +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d0 Adding to config map: [Groups] /Channel +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d1 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d2 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:52.097 UTC [common/configtx] addToMap -> DEBU 7d5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d7 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d8 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7d9 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7da Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:52.098 UTC [common/configtx] addToMap -> DEBU 7db Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7dc Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7dd Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7de Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7df Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e0 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e1 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e2 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e3 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e4 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e5 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:52.099 UTC [common/configtx] addToMap -> DEBU 7e6 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e7 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e8 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7e9 Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ea Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7eb Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ec Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ed Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ee Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7ef Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f0 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f1 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f2 Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:52.100 UTC [common/configtx] addToMap -> DEBU 7f3 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:52.100 UTC [common/configtx] processConfig -> DEBU 7f4 Beginning new config for channel businesschannel +2018-01-18 01:58:52.100 UTC [common/config] NewStandardValues -> DEBU 7f5 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:52.100 UTC [common/config] initializeProtosStruct -> DEBU 7f6 Processing field: HashingAlgorithm +2018-01-18 01:58:52.100 UTC [common/config] initializeProtosStruct -> DEBU 7f7 Processing field: BlockDataHashingStructure +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 7f8 Processing field: OrdererAddresses +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 7f9 Processing field: Consortium +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fa Proposed new policy Readers for Channel +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fb Proposed new policy Writers for Channel +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fc Proposed new policy Admins for Channel +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 7fd Initializing protos for *struct {} +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7fe Proposed new policy Admins for Application +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 7ff Proposed new policy Writers for Application +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 800 Proposed new policy Readers for Application +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 801 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 802 Processing field: MSP +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 803 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 804 Processing field: AnchorPeers +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 805 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 806 Processing field: MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 807 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 808 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 809 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80a Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80b Processing field: MSP +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80c Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80d Processing field: AnchorPeers +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 80e Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 80f Processing field: MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 810 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 811 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 812 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:52.101 UTC [common/config] NewStandardValues -> DEBU 813 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 814 Processing field: ConsensusType +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 815 Processing field: BatchSize +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 816 Processing field: BatchTimeout +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 817 Processing field: KafkaBrokers +2018-01-18 01:58:52.101 UTC [common/config] initializeProtosStruct -> DEBU 818 Processing field: ChannelRestrictions +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 819 Proposed new policy Writers for Orderer +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 81a Proposed new policy Admins for Orderer +2018-01-18 01:58:52.101 UTC [policies] ProposePolicy -> DEBU 81b Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 81c Proposed new policy Readers for Orderer +2018-01-18 01:58:52.102 UTC [common/config] NewStandardValues -> DEBU 81d Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:52.102 UTC [common/config] initializeProtosStruct -> DEBU 81e Processing field: MSP +2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 81f Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 820 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:52.102 UTC [policies] ProposePolicy -> DEBU 821 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:52.102 UTC [common/config] Validate -> DEBU 822 Anchor peers for org Org1MSP are +2018-01-18 01:58:52.102 UTC [common/config] validateMSP -> DEBU 823 Setting up MSP for org Org1MSP +2018-01-18 01:58:52.102 UTC [msp] NewBccspMsp -> DEBU 824 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.102 UTC [msp] Setup -> DEBU 825 Setting up MSP instance Org1MSP +2018-01-18 01:58:52.102 UTC [msp/identity] newIdentity -> DEBU 826 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3632,7 +3588,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:32.697 UTC [msp/identity] newIdentity -> DEBU 82e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.102 UTC [msp/identity] newIdentity -> DEBU 827 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3646,7 +3602,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.697 UTC [msp/identity] newIdentity -> DEBU 82f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.103 UTC [msp/identity] newIdentity -> DEBU 828 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3660,12 +3616,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.698 UTC [msp] Validate -> DEBU 830 MSP Org1MSP validating identity -2018-01-14 11:45:32.698 UTC [common/config] Validate -> DEBU 831 Anchor peers for org Org2MSP are -2018-01-14 11:45:32.698 UTC [common/config] validateMSP -> DEBU 832 Setting up MSP for org Org2MSP -2018-01-14 11:45:32.698 UTC [msp] NewBccspMsp -> DEBU 833 Creating BCCSP-based MSP instance -2018-01-14 11:45:32.698 UTC [msp] Setup -> DEBU 834 Setting up MSP instance Org2MSP -2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 835 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.103 UTC [msp] Validate -> DEBU 829 MSP Org1MSP validating identity +2018-01-18 01:58:52.103 UTC [common/config] Validate -> DEBU 82a Anchor peers for org Org2MSP are +2018-01-18 01:58:52.103 UTC [common/config] validateMSP -> DEBU 82b Setting up MSP for org Org2MSP +2018-01-18 01:58:52.103 UTC [msp] NewBccspMsp -> DEBU 82c Creating BCCSP-based MSP instance +2018-01-18 01:58:52.103 UTC [msp] Setup -> DEBU 82d Setting up MSP instance Org2MSP +2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 82e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -3680,7 +3636,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 836 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 82f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3694,7 +3650,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.699 UTC [msp/identity] newIdentity -> DEBU 837 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.104 UTC [msp/identity] newIdentity -> DEBU 830 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3708,132 +3664,176 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:32.700 UTC [msp] Validate -> DEBU 838 MSP Org2MSP validating identity -2018-01-14 11:45:32.701 UTC [msp] Setup -> DEBU 839 Setting up the MSP manager (3 msps) -2018-01-14 11:45:32.701 UTC [msp] Setup -> DEBU 83a MSP manager setup complete, setup 3 msps -2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83b Returning policy Readers for evaluation -2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 83c In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83d Returning policy Writers for evaluation -2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 83e In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 83f Returning policy Admins for evaluation -2018-01-14 11:45:32.701 UTC [policies] CommitProposals -> DEBU 840 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:32.701 UTC [policies] GetPolicy -> DEBU 841 Returning policy Readers for evaluation -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 842 Returning policy Writers for evaluation -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 843 Returning policy Admins for evaluation -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 844 Returning policy Writers for evaluation -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 845 Returning policy Readers for evaluation -2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 846 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 847 Returning policy Writers for evaluation -2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 848 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 849 Returning policy Admins for evaluation -2018-01-14 11:45:32.702 UTC [policies] CommitProposals -> DEBU 84a In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:32.702 UTC [policies] GetPolicy -> DEBU 84b Returning policy Writers for evaluation -2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 84c In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 84d Returning policy Admins for evaluation -2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 84e In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 84f Returning policy Readers for evaluation -2018-01-14 11:45:32.703 UTC [policies] CommitProposals -> DEBU 850 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 851 Returning policy Writers for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 852 Returning policy Writers for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 853 Returning policy Readers for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 854 Returning policy Readers for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 855 Returning policy Admins for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 856 Returning policy Admins for evaluation -2018-01-14 11:45:32.703 UTC [policies] GetPolicy -> DEBU 857 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 858 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 859 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85a In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85b Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85c In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85d Returning policy Readers for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 85e In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 85f Returning policy Writers for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 860 In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:32.704 UTC [policies] GetPolicy -> DEBU 861 Returning policy Admins for evaluation -2018-01-14 11:45:32.704 UTC [policies] CommitProposals -> DEBU 862 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 863 Returning policy BlockValidation for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 864 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 865 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 866 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 867 Returning policy Readers for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 868 In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 869 Returning policy Admins for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86a In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 86b Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86c In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:32.705 UTC [policies] GetPolicy -> DEBU 86d Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:32.705 UTC [policies] CommitProposals -> DEBU 86e In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 86f Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 870 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 871 Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 872 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 873 Returning policy Writers for evaluation -2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 874 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 875 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:32.706 UTC [policies] CommitProposals -> DEBU 876 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 877 Returning policy Admins for evaluation -2018-01-14 11:45:32.706 UTC [policies] GetPolicy -> DEBU 878 Returning policy Admins for evaluation -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 879 Returning policy Readers for evaluation -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87a Returning policy Readers for evaluation -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87b Returning policy Writers for evaluation -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87c Returning policy Writers for evaluation -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87d Returning policy Readers for evaluation -2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 87e As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 87f Returning policy Writers for evaluation -2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 880 As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 881 Returning policy Application/Readers for evaluation -2018-01-14 11:45:32.707 UTC [policies] CommitProposals -> DEBU 882 As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:32.707 UTC [policies] GetPolicy -> DEBU 883 Returning policy Application/Writers for evaluation -2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 884 As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:32.708 UTC [policies] GetPolicy -> DEBU 885 Returning policy Application/Admins for evaluation -2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 886 As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:32.708 UTC [policies] GetPolicy -> DEBU 887 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:32.708 UTC [policies] CommitProposals -> DEBU 888 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:32.708 UTC [fsblkstorage] newBlockfileMgr -> DEBU 889 newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -2018-01-14 11:45:32.708 UTC [kvledger.util] CreateDirIfMissing -> DEBU 88a CreateDirIfMissing [/var/hyperledger/production/orderer/chains/businesschannel/] -2018-01-14 11:45:32.708 UTC [kvledger.util] logDirStatus -> DEBU 88b Before creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] does not exist -2018-01-14 11:45:32.709 UTC [kvledger.util] logDirStatus -> DEBU 88c After creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] exists -2018-01-14 11:45:32.712 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88d Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -2018-01-14 11:45:32.712 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88e status of file [/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -2018-01-14 11:45:32.712 UTC [fsblkstorage] newBlockIndex -> DEBU 88f newBlockIndex() - indexItems:[[BlockNum]] -2018-01-14 11:45:32.713 UTC [fsblkstorage] newBlockfileStream -> DEBU 890 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -2018-01-14 11:45:32.713 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 891 Finished reading file number [0] -2018-01-14 11:45:32.713 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 892 blockbytes [0] read from file [0] -2018-01-14 11:45:32.714 UTC [fsblkstorage] indexBlock -> DEBU 893 Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -txId= locPointer=offset=38, bytesLength=11890 +2018-01-18 01:58:52.105 UTC [msp] Validate -> DEBU 831 MSP Org2MSP validating identity +2018-01-18 01:58:52.105 UTC [common/config] validateMSP -> DEBU 832 Setting up MSP for org OrdererOrg +2018-01-18 01:58:52.105 UTC [msp] NewBccspMsp -> DEBU 833 Creating BCCSP-based MSP instance +2018-01-18 01:58:52.105 UTC [msp] Setup -> DEBU 834 Setting up MSP instance OrdererMSP +2018-01-18 01:58:52.105 UTC [msp/identity] newIdentity -> DEBU 835 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:52.106 UTC [msp/identity] newIdentity -> DEBU 836 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:52.106 UTC [msp/identity] newIdentity -> DEBU 837 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:52.106 UTC [msp] Validate -> DEBU 838 MSP OrdererMSP validating identity +2018-01-18 01:58:52.106 UTC [msp] Setup -> DEBU 839 Setting up the MSP manager (3 msps) +2018-01-18 01:58:52.106 UTC [msp] Setup -> DEBU 83a MSP manager setup complete, setup 3 msps +2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83b Returning policy Admins for evaluation +2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 83c In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83d Returning policy Readers for evaluation +2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 83e In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 83f Returning policy Writers for evaluation +2018-01-18 01:58:52.106 UTC [policies] CommitProposals -> DEBU 840 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:52.106 UTC [policies] GetPolicy -> DEBU 841 Returning policy Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 842 In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 843 Returning policy Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 844 In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 845 Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 846 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 847 Returning policy Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 848 Returning policy Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 849 Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84a Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84b Returning policy Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84c Returning policy Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84d Returning policy Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 84e In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 84f Returning policy Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 850 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 851 Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 852 In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 853 Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 854 Returning policy Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 855 Returning policy Writers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 856 Returning policy Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 857 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 858 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 859 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 85a In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:52.107 UTC [policies] GetPolicy -> DEBU 85b Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:52.107 UTC [policies] CommitProposals -> DEBU 85c In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 85d Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 85e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 85f Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 860 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 861 Returning policy Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 862 In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 863 Returning policy Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 864 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 865 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 866 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 867 Returning policy Admins for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 868 In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 869 Returning policy Admins for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86a In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86b Returning policy BlockValidation for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86c In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86d Returning policy Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 86e In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 86f Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 870 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 871 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 872 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 873 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 874 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 875 Returning policy Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 876 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 877 Returning policy Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 878 Returning policy Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 879 Returning policy Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87a Returning policy Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87b Returning policy Admins for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87c Returning policy Admins for evaluation +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87d Returning policy Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 87e As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 87f Returning policy Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 880 As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 881 Returning policy Application/Readers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 882 As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 883 Returning policy Application/Writers for evaluation +2018-01-18 01:58:52.108 UTC [policies] CommitProposals -> DEBU 884 As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:52.108 UTC [policies] GetPolicy -> DEBU 885 Returning policy Application/Admins for evaluation +2018-01-18 01:58:52.109 UTC [policies] CommitProposals -> DEBU 886 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:52.109 UTC [policies] GetPolicy -> DEBU 887 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:52.109 UTC [policies] CommitProposals -> DEBU 888 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:52.109 UTC [fsblkstorage] newBlockfileMgr -> DEBU 889 newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +2018-01-18 01:58:52.109 UTC [kvledger.util] CreateDirIfMissing -> DEBU 88a CreateDirIfMissing [/var/hyperledger/production/orderer/chains/businesschannel/] +2018-01-18 01:58:52.109 UTC [kvledger.util] logDirStatus -> DEBU 88b Before creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] does not exist +2018-01-18 01:58:52.109 UTC [kvledger.util] logDirStatus -> DEBU 88c After creating dir - [/var/hyperledger/production/orderer/chains/businesschannel/] exists +2018-01-18 01:58:52.111 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88d Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +2018-01-18 01:58:52.111 UTC [fsblkstorage] syncCPInfoFromFS -> DEBU 88e status of file [/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +2018-01-18 01:58:52.111 UTC [fsblkstorage] newBlockIndex -> DEBU 88f newBlockIndex() - indexItems:[[BlockNum]] +2018-01-18 01:58:52.111 UTC [fsblkstorage] newBlockfileStream -> DEBU 890 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +2018-01-18 01:58:52.111 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 891 Finished reading file number [0] +2018-01-18 01:58:52.111 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 892 blockbytes [0] read from file [0] +2018-01-18 01:58:52.113 UTC [fsblkstorage] indexBlock -> DEBU 893 Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +txId= locPointer=offset=38, bytesLength=11891 ] -2018-01-14 11:45:32.715 UTC [fsblkstorage] updateCheckpoint -> DEBU 894 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11933], isChainEmpty=[false], lastBlockNumber=[0] -2018-01-14 11:45:32.715 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 895 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:32.715 UTC [fsblkstorage] newBlockfileStream -> DEBU 896 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -2018-01-14 11:45:32.715 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 897 Remaining bytes=[11933], Going to peek [8] bytes -2018-01-14 11:45:32.715 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 898 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:32.715 UTC [orderer/multichain] newChainSupport -> DEBU 899 [channel: businesschannel] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=1): -2018-01-14 11:45:32.715 UTC [orderer/multichain] newChain -> INFO 89a Created and starting new chain businesschannel -2018-01-14 11:45:32.716 UTC [orderer/multichain] addBlockSignature -> DEBU 89b &{ledgerResources:0xc42023a840 chain:0xc42023ac60 cutter:0xc420010b90 filters:0xc42023a8a0 signer:0x1274e88 lastConfig:0 lastConfigSeq:0} -2018-01-14 11:45:32.716 UTC [orderer/multichain] addBlockSignature -> DEBU 89c &{} -2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 89d Returning existing local MSP -2018-01-14 11:45:32.716 UTC [msp] GetDefaultSigningIdentity -> DEBU 89e Obtaining default signing identity -2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 89f Returning existing local MSP -2018-01-14 11:45:32.716 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a0 Obtaining default signing identity -2018-01-14 11:45:32.716 UTC [msp/identity] Sign -> DEBU 8a1 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CCB2FFBEAF756C1FE35264DCC1A9C917 -2018-01-14 11:45:32.716 UTC [msp/identity] Sign -> DEBU 8a2 Sign: digest: B5CC83CA0A7B95C7903F1824B14DFE7DB296E5C065B10571721D83D40167B017 -2018-01-14 11:45:32.716 UTC [msp] GetLocalMSP -> DEBU 8a3 Returning existing local MSP -2018-01-14 11:45:32.717 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a4 Obtaining default signing identity -2018-01-14 11:45:32.717 UTC [orderer/multichain] addLastConfigSignature -> DEBU 8a5 [channel: testchainid] About to write block, setting its LAST_CONFIG to 0 -2018-01-14 11:45:32.717 UTC [msp] GetLocalMSP -> DEBU 8a6 Returning existing local MSP -2018-01-14 11:45:32.717 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a7 Obtaining default signing identity -2018-01-14 11:45:32.717 UTC [msp/identity] Sign -> DEBU 8a8 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CCB2FFBEAF756C1FE35264DCC1A9C917 -2018-01-14 11:45:32.717 UTC [msp/identity] Sign -> DEBU 8a9 Sign: digest: 3B42A1499A259A484AAB24383A840729AA165EFD8AC9513627A1A1502326F193 -2018-01-14 11:45:32.720 UTC [fsblkstorage] indexBlock -> DEBU 8aa Indexing block [blockNum=1, blockHash=[]byte{0x17, 0xa, 0xfa, 0xca, 0x57, 0xb4, 0x56, 0x0, 0xa3, 0xe1, 0x3b, 0xe8, 0x11, 0x6d, 0x2c, 0x97, 0x9e, 0xa7, 0xe6, 0x2, 0x4c, 0x5b, 0x8a, 0xf0, 0x5a, 0xe3, 0xca, 0xba, 0xc1, 0x1d, 0x5b, 0xff} txOffsets= -txId= locPointer=offset=70, bytesLength=12791 +2018-01-18 01:58:52.113 UTC [fsblkstorage] updateCheckpoint -> DEBU 894 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] +2018-01-18 01:58:52.113 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 895 retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:52.113 UTC [fsblkstorage] newBlockfileStream -> DEBU 896 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +2018-01-18 01:58:52.113 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 897 Remaining bytes=[11934], Going to peek [8] bytes +2018-01-18 01:58:52.113 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 898 Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:52.113 UTC [orderer/multichain] newChainSupport -> DEBU 899 [channel: businesschannel] Retrieved metadata for tip of chain (blockNumber=0, lastConfig=0, lastConfigSeq=1): +2018-01-18 01:58:52.114 UTC [orderer/multichain] newChain -> INFO 89a Created and starting new chain businesschannel +2018-01-18 01:58:52.114 UTC [orderer/multichain] addBlockSignature -> DEBU 89b &{ledgerResources:0xc4201e4840 chain:0xc4201e4c60 cutter:0xc4201552c0 filters:0xc4201e48a0 signer:0x1274e88 lastConfig:0 lastConfigSeq:0} +2018-01-18 01:58:52.114 UTC [orderer/multichain] addBlockSignature -> DEBU 89c &{} +2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 89d Returning existing local MSP +2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 89e Obtaining default signing identity +2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 89f Returning existing local MSP +2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a0 Obtaining default signing identity +2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a1 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...11C1543A4BB5CABB852456A9329EFA44 +2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a2 Sign: digest: D65437852D5AAB5A10C170AA03C20FDC59C187AC37989047F521C4F3C195D2D1 +2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 8a3 Returning existing local MSP +2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a4 Obtaining default signing identity +2018-01-18 01:58:52.114 UTC [orderer/multichain] addLastConfigSignature -> DEBU 8a5 [channel: testchainid] About to write block, setting its LAST_CONFIG to 0 +2018-01-18 01:58:52.114 UTC [msp] GetLocalMSP -> DEBU 8a6 Returning existing local MSP +2018-01-18 01:58:52.114 UTC [msp] GetDefaultSigningIdentity -> DEBU 8a7 Obtaining default signing identity +2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a8 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...11C1543A4BB5CABB852456A9329EFA44 +2018-01-18 01:58:52.114 UTC [msp/identity] Sign -> DEBU 8a9 Sign: digest: B64A3A33F2A08CAE910464B9AC680B88171D595BB231472830977868458CAF55 +2018-01-18 01:58:52.116 UTC [fsblkstorage] indexBlock -> DEBU 8aa Indexing block [blockNum=1, blockHash=[]byte{0xb4, 0x10, 0xcc, 0x24, 0x6c, 0x30, 0xbd, 0xe8, 0xb8, 0x1b, 0x9f, 0x2e, 0xe8, 0x1, 0x61, 0x8d, 0x3b, 0xa2, 0x7e, 0xd4, 0x39, 0xe, 0xae, 0x93, 0xc0, 0x43, 0xfe, 0x2b, 0x65, 0xf6, 0x33, 0x76} txOffsets= +txId= locPointer=offset=70, bytesLength=12792 ] -2018-01-14 11:45:32.720 UTC [fsblkstorage] updateCheckpoint -> DEBU 8ab Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[23688], isChainEmpty=[false], lastBlockNumber=[1] -2018-01-14 11:45:32.721 UTC [orderer/multichain] WriteBlock -> DEBU 8ac [channel: testchainid] Wrote block 1 -2018-01-14 11:45:32.783 UTC [policies] GetPolicy -> DEBU 8ad Returning policy Readers for evaluation -2018-01-14 11:45:32.783 UTC [cauthdsl] func1 -> DEBU 8ae 0xc420150408 gate 1515930332783291764 evaluation starts -2018-01-14 11:45:32.783 UTC [cauthdsl] func2 -> DEBU 8af 0xc420150408 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.783 UTC [cauthdsl] func2 -> DEBU 8b0 0xc420150408 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.785 UTC [msp/identity] newIdentity -> DEBU 8b1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.116 UTC [fsblkstorage] updateCheckpoint -> DEBU 8ab Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[23690], isChainEmpty=[false], lastBlockNumber=[1] +2018-01-18 01:58:52.116 UTC [orderer/multichain] WriteBlock -> DEBU 8ac [channel: testchainid] Wrote block 1 +2018-01-18 01:58:52.242 UTC [policies] GetPolicy -> DEBU 8ad Returning policy Readers for evaluation +2018-01-18 01:58:52.243 UTC [cauthdsl] func1 -> DEBU 8ae 0xc42014b5f0 gate 1516240732243135796 evaluation starts +2018-01-18 01:58:52.243 UTC [cauthdsl] func2 -> DEBU 8af 0xc42014b5f0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:52.243 UTC [cauthdsl] func2 -> DEBU 8b0 0xc42014b5f0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:52.244 UTC [msp/identity] newIdentity -> DEBU 8b1 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3847,13 +3847,56 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.789 UTC [cauthdsl] func2 -> DEBU 8b2 0xc420150408 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) -2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b3 0xc420150408 principal evaluation fails -2018-01-14 11:45:32.790 UTC [cauthdsl] func1 -> DEBU 8b4 0xc420150408 gate 1515930332783291764 evaluation fails -2018-01-14 11:45:32.790 UTC [cauthdsl] func1 -> DEBU 8b5 0xc420150420 gate 1515930332790392664 evaluation starts -2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b6 0xc420150420 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:32.790 UTC [cauthdsl] func2 -> DEBU 8b7 0xc420150420 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:32.791 UTC [msp/identity] newIdentity -> DEBU 8b8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:52.244 UTC [msp] SatisfiesPrincipal -> DEBU 8b2 Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 01:58:52.244 UTC [msp] Validate -> DEBU 8b3 MSP Org1MSP validating identity +2018-01-18 01:58:52.244 UTC [cauthdsl] func2 -> DEBU 8b4 0xc42014b5f0 principal matched by identity 0 +2018-01-18 01:58:52.244 UTC [msp/identity] Verify -> DEBU 8b5 Verify: digest = 00000000 e4 ba 00 08 37 34 5e 46 a0 72 72 55 b9 df 77 1f |....74^F.rrU..w.| +00000010 8e 2b 2b 4e f5 97 0f f9 96 6f 7f 32 c2 8a 4c ef |.++N.....o.2..L.| +2018-01-18 01:58:52.244 UTC [msp/identity] Verify -> DEBU 8b6 Verify: sig = 00000000 30 44 02 20 14 80 57 fc 86 f8 a9 9d 3c e0 e3 21 |0D. ..W.....<..!| +00000010 48 61 10 96 ba 97 60 74 f9 61 25 17 80 3c b8 6f |Ha....`t.a%..<.o| +00000020 1c 64 70 54 02 20 58 fa 8b c5 79 95 a2 ab ca be |.dpT. X...y.....| +00000030 17 4c 08 27 36 d5 dc 38 eb d0 05 06 c5 01 e4 b3 |.L.'6..8........| +00000040 dd eb fb 07 43 b3 |....C.| +2018-01-18 01:58:52.244 UTC [cauthdsl] func2 -> DEBU 8b7 0xc42014b5f0 principal evaluation succeeds for identity 0 +2018-01-18 01:58:52.244 UTC [cauthdsl] func1 -> DEBU 8b8 0xc42014b5f0 gate 1516240732243135796 evaluation succeeds +2018-01-18 01:58:52.244 UTC [orderer/common/sigfilter] Apply -> DEBU 8b9 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a216c0 1 [0xc42014b368 0xc42014b408]}) %!s(*policies.implicitMetaPolicy=&{0xc420a384c0 1 [0xc42014b4a8]})]} +2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8ba [channel: businesschannel] Received seekInfo (0xc420148c00) start: > stop: > +2018-01-18 01:58:52.245 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 8bb retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:52.245 UTC [fsblkstorage] newBlockfileStream -> DEBU 8bc newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +2018-01-18 01:58:52.245 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8bd Remaining bytes=[11934], Going to peek [8] bytes +2018-01-18 01:58:52.245 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8be Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8bf [channel: businesschannel] Delivering block for (0xc420148c00) +2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8c0 [channel: businesschannel] Done delivering for (0xc420148c00), waiting for new SeekInfo +2018-01-18 01:58:52.245 UTC [orderer/common/deliver] Handle -> DEBU 8c1 Attempting to read seek info message +2018-01-18 01:58:52.248 UTC [orderer/common/deliver] Handle -> WARN 8c2 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:52.248 UTC [orderer/main] func1 -> DEBU 8c3 Closing Deliver stream +2018-01-18 01:58:53.547 UTC [orderer/main] Deliver -> DEBU 8c4 Starting new Deliver handler +2018-01-18 01:58:53.547 UTC [orderer/common/deliver] Handle -> DEBU 8c5 Starting new deliver loop +2018-01-18 01:58:53.547 UTC [orderer/common/deliver] Handle -> DEBU 8c6 Attempting to read seek info message +2018-01-18 01:58:53.563 UTC [orderer/main] Broadcast -> DEBU 8c7 Starting new Broadcast handler +2018-01-18 01:58:53.563 UTC [orderer/common/broadcast] Handle -> DEBU 8c8 Starting new broadcast loop +2018-01-18 01:58:53.563 UTC [orderer/common/broadcast] Handle -> DEBU 8c9 Preprocessing CONFIG_UPDATE +2018-01-18 01:58:53.563 UTC [orderer/configupdate] Process -> DEBU 8ca Processing channel reconfiguration request for channel businesschannel +2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cb Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cc Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.564 UTC [common/configtx] addToMap -> DEBU 8cd Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.566 UTC [common/configtx] addToMap -> DEBU 8ce Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.566 UTC [common/configtx] addToMap -> DEBU 8cf Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d1 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.567 UTC [common/configtx] addToMap -> DEBU 8d2 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d3 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d4 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d5 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d6 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d7 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.568 UTC [common/configtx] addToMap -> DEBU 8d8 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.569 UTC [common/configtx] addToMap -> DEBU 8d9 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.570 UTC [policies] GetPolicy -> DEBU 8da Returning policy Admins for evaluation +2018-01-18 01:58:53.570 UTC [cauthdsl] func1 -> DEBU 8db 0xc420026250 gate 1516240733570959052 evaluation starts +2018-01-18 01:58:53.571 UTC [cauthdsl] func2 -> DEBU 8dc 0xc420026250 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.571 UTC [cauthdsl] func2 -> DEBU 8dd 0xc420026250 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.573 UTC [msp/identity] newIdentity -> DEBU 8de Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -3867,149 +3910,86 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:32.791 UTC [msp] SatisfiesPrincipal -> DEBU 8b9 Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:45:32.791 UTC [msp] Validate -> DEBU 8ba MSP Org1MSP validating identity -2018-01-14 11:45:32.791 UTC [cauthdsl] func2 -> DEBU 8bb 0xc420150420 principal matched by identity 0 -2018-01-14 11:45:32.792 UTC [msp/identity] Verify -> DEBU 8bc Verify: digest = 00000000 09 58 47 2b 22 7a 9d ee 1a ca 00 e9 d2 b2 5d f2 |.XG+"z........].| -00000010 d1 c6 37 a4 a2 0c 0e d5 58 01 43 3b 6d df bb 94 |..7.....X.C;m...| -2018-01-14 11:45:32.792 UTC [msp/identity] Verify -> DEBU 8bd Verify: sig = 00000000 30 44 02 20 34 59 b1 57 b9 7b 74 62 96 17 62 5e |0D. 4Y.W.{tb..b^| -00000010 86 00 be 31 18 9e 8d 0c f0 da 6f b6 1a 8e 30 c8 |...1......o...0.| -00000020 f7 33 a2 a7 02 20 1c f9 d7 9c 62 82 40 0d 1c 6a |.3... ....b.@..j| -00000030 9d 6f 30 36 c6 29 8c c6 d0 4a 7e 9f 2e 86 fb 42 |.o06.)...J~....B| -00000040 10 f4 86 fc 7d cb |....}.| -2018-01-14 11:45:32.792 UTC [cauthdsl] func2 -> DEBU 8be 0xc420150420 principal evaluation succeeds for identity 0 -2018-01-14 11:45:32.792 UTC [cauthdsl] func1 -> DEBU 8bf 0xc420150420 gate 1515930332790392664 evaluation succeeds -2018-01-14 11:45:32.792 UTC [orderer/common/sigfilter] Apply -> DEBU 8c0 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281d40 1 [0xc420151708]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c4c0 1 [0xc4201517b0 0xc420151898]})]} -2018-01-14 11:45:32.793 UTC [orderer/common/deliver] Handle -> DEBU 8c1 [channel: businesschannel] Received seekInfo (0xc4208ddfa0) start: > stop: > -2018-01-14 11:45:32.793 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 8c2 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:32.793 UTC [fsblkstorage] newBlockfileStream -> DEBU 8c3 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -2018-01-14 11:45:32.793 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8c4 Remaining bytes=[11933], Going to peek [8] bytes -2018-01-14 11:45:32.793 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 8c5 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c6 [channel: businesschannel] Delivering block for (0xc4208ddfa0) -2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c7 [channel: businesschannel] Done delivering for (0xc4208ddfa0), waiting for new SeekInfo -2018-01-14 11:45:32.794 UTC [orderer/common/deliver] Handle -> DEBU 8c8 Attempting to read seek info message -2018-01-14 11:45:32.795 UTC [orderer/common/deliver] Handle -> WARN 8c9 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:32.795 UTC [orderer/main] func1 -> DEBU 8ca Closing Deliver stream -2018-01-14 11:45:34.097 UTC [orderer/main] Deliver -> DEBU 8cb Starting new Deliver handler -2018-01-14 11:45:34.097 UTC [orderer/common/deliver] Handle -> DEBU 8cc Starting new deliver loop -2018-01-14 11:45:34.098 UTC [orderer/common/deliver] Handle -> DEBU 8cd Attempting to read seek info message -2018-01-14 11:45:34.115 UTC [orderer/main] Broadcast -> DEBU 8ce Starting new Broadcast handler -2018-01-14 11:45:34.115 UTC [orderer/common/broadcast] Handle -> DEBU 8cf Starting new broadcast loop -2018-01-14 11:45:34.115 UTC [orderer/common/broadcast] Handle -> DEBU 8d0 Preprocessing CONFIG_UPDATE -2018-01-14 11:45:34.115 UTC [orderer/configupdate] Process -> DEBU 8d1 Processing channel reconfiguration request for channel businesschannel -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d2 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d3 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d4 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d5 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d7 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d8 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8d9 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8da Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.116 UTC [common/configtx] addToMap -> DEBU 8db Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8dc Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8dd Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8de Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8df Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.117 UTC [common/configtx] addToMap -> DEBU 8e0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.117 UTC [policies] GetPolicy -> DEBU 8e1 Returning policy Admins for evaluation -2018-01-14 11:45:34.117 UTC [cauthdsl] func1 -> DEBU 8e2 0xc420026298 gate 1515930334117816964 evaluation starts -2018-01-14 11:45:34.117 UTC [cauthdsl] func2 -> DEBU 8e3 0xc420026298 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.117 UTC [cauthdsl] func2 -> DEBU 8e4 0xc420026298 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.118 UTC [msp/identity] newIdentity -> DEBU 8e5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:34.118 UTC [msp] SatisfiesPrincipal -> DEBU 8e6 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:34.118 UTC [cauthdsl] func2 -> DEBU 8e7 0xc420026298 principal matched by identity 0 -2018-01-14 11:45:34.118 UTC [msp/identity] Verify -> DEBU 8e8 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -2018-01-14 11:45:34.118 UTC [msp/identity] Verify -> DEBU 8e9 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -00000040 ff 48 68 db 65 fb |.Hh.e.| -2018-01-14 11:45:34.119 UTC [cauthdsl] func2 -> DEBU 8ea 0xc420026298 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.119 UTC [cauthdsl] func1 -> DEBU 8eb 0xc420026298 gate 1515930334117816964 evaluation succeeds -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ec Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ed Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ee Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8ef Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f0 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f1 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.119 UTC [common/configtx] recurseConfigMap -> DEBU 8f2 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f3 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f4 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f5 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f6 Setting policy for key Readers to -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f7 Setting policy for key Writers to -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f8 Setting policy for key Admins to -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8f9 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.120 UTC [common/configtx] recurseConfigMap -> DEBU 8fa Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fb Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fc Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fd Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.121 UTC [common/configtx] recurseConfigMap -> DEBU 8fe Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.121 UTC [common/configtx] processConfig -> DEBU 8ff Beginning new config for channel businesschannel -2018-01-14 11:45:34.121 UTC [common/config] NewStandardValues -> DEBU 900 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 901 Processing field: HashingAlgorithm -2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 902 Processing field: BlockDataHashingStructure -2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 903 Processing field: OrdererAddresses -2018-01-14 11:45:34.121 UTC [common/config] initializeProtosStruct -> DEBU 904 Processing field: Consortium -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 905 Proposed new policy Writers for Channel -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 906 Proposed new policy Admins for Channel -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 907 Proposed new policy Readers for Channel -2018-01-14 11:45:34.122 UTC [common/config] NewStandardValues -> DEBU 908 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 909 Processing field: ConsensusType -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90a Processing field: BatchSize -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90b Processing field: BatchTimeout -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90c Processing field: KafkaBrokers -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 90d Processing field: ChannelRestrictions -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 90e Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 90f Proposed new policy Readers for Orderer -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 910 Proposed new policy Writers for Orderer -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 911 Proposed new policy Admins for Orderer -2018-01-14 11:45:34.122 UTC [common/config] NewStandardValues -> DEBU 912 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.122 UTC [common/config] initializeProtosStruct -> DEBU 913 Processing field: MSP -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 914 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 915 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:34.122 UTC [policies] ProposePolicy -> DEBU 916 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 917 Initializing protos for *struct {} -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 918 Proposed new policy Admins for Application -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 919 Proposed new policy Writers for Application -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 91a Proposed new policy Readers for Application -2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91b Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 91c Processing field: MSP -2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91d Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 91e Processing field: AnchorPeers -2018-01-14 11:45:34.123 UTC [common/config] NewStandardValues -> DEBU 91f Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.123 UTC [common/config] initializeProtosStruct -> DEBU 920 Processing field: MSP -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 921 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 922 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:34.123 UTC [policies] ProposePolicy -> DEBU 923 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 924 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 925 Processing field: MSP -2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 926 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 927 Processing field: AnchorPeers -2018-01-14 11:45:34.124 UTC [common/config] NewStandardValues -> DEBU 928 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.124 UTC [common/config] initializeProtosStruct -> DEBU 929 Processing field: MSP -2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92a Proposed new policy Readers for Org1MSP -2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92b Proposed new policy Writers for Org1MSP -2018-01-14 11:45:34.124 UTC [policies] ProposePolicy -> DEBU 92c Proposed new policy Admins for Org1MSP -2018-01-14 11:45:34.124 UTC [common/config] validateMSP -> DEBU 92d Setting up MSP for org OrdererOrg -2018-01-14 11:45:34.124 UTC [msp] NewBccspMsp -> DEBU 92e Creating BCCSP-based MSP instance -2018-01-14 11:45:34.124 UTC [msp] Setup -> DEBU 92f Setting up MSP instance OrdererMSP -2018-01-14 11:45:34.125 UTC [msp/identity] newIdentity -> DEBU 930 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.574 UTC [msp] SatisfiesPrincipal -> DEBU 8df Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:53.574 UTC [cauthdsl] func2 -> DEBU 8e0 0xc420026250 principal matched by identity 0 +2018-01-18 01:58:53.574 UTC [msp/identity] Verify -> DEBU 8e1 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +2018-01-18 01:58:53.574 UTC [msp/identity] Verify -> DEBU 8e2 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +00000040 92 99 08 c1 23 97 cd |....#..| +2018-01-18 01:58:53.575 UTC [cauthdsl] func2 -> DEBU 8e3 0xc420026250 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.575 UTC [cauthdsl] func1 -> DEBU 8e4 0xc420026250 gate 1516240733570959052 evaluation succeeds +2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e5 Setting policy for key Readers to +2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e6 Setting policy for key Writers to +2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e7 Setting policy for key Admins to +2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e8 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.576 UTC [common/configtx] recurseConfigMap -> DEBU 8e9 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.577 UTC [common/configtx] recurseConfigMap -> DEBU 8ea Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.577 UTC [common/configtx] recurseConfigMap -> DEBU 8eb Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ec Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ed Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ee Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.578 UTC [common/configtx] recurseConfigMap -> DEBU 8ef Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f0 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f1 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f2 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f3 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f4 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.579 UTC [common/configtx] recurseConfigMap -> DEBU 8f5 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.580 UTC [common/configtx] recurseConfigMap -> DEBU 8f6 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.580 UTC [common/configtx] recurseConfigMap -> DEBU 8f7 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.580 UTC [common/configtx] processConfig -> DEBU 8f8 Beginning new config for channel businesschannel +2018-01-18 01:58:53.580 UTC [common/config] NewStandardValues -> DEBU 8f9 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:53.580 UTC [common/config] initializeProtosStruct -> DEBU 8fa Processing field: HashingAlgorithm +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fb Processing field: BlockDataHashingStructure +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fc Processing field: OrdererAddresses +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 8fd Processing field: Consortium +2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 8fe Proposed new policy Readers for Channel +2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 8ff Proposed new policy Writers for Channel +2018-01-18 01:58:53.581 UTC [policies] ProposePolicy -> DEBU 900 Proposed new policy Admins for Channel +2018-01-18 01:58:53.581 UTC [common/config] NewStandardValues -> DEBU 901 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 902 Processing field: ConsensusType +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 903 Processing field: BatchSize +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 904 Processing field: BatchTimeout +2018-01-18 01:58:53.581 UTC [common/config] initializeProtosStruct -> DEBU 905 Processing field: KafkaBrokers +2018-01-18 01:58:53.582 UTC [common/config] initializeProtosStruct -> DEBU 906 Processing field: ChannelRestrictions +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 907 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 908 Proposed new policy Readers for Orderer +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 909 Proposed new policy Writers for Orderer +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90a Proposed new policy Admins for Orderer +2018-01-18 01:58:53.582 UTC [common/config] NewStandardValues -> DEBU 90b Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.582 UTC [common/config] initializeProtosStruct -> DEBU 90c Processing field: MSP +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90d Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90e Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 90f Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:53.582 UTC [common/config] NewStandardValues -> DEBU 910 Initializing protos for *struct {} +2018-01-18 01:58:53.582 UTC [policies] ProposePolicy -> DEBU 911 Proposed new policy Admins for Application +2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 912 Proposed new policy Writers for Application +2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 913 Proposed new policy Readers for Application +2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 914 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 915 Processing field: MSP +2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 916 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 917 Processing field: AnchorPeers +2018-01-18 01:58:53.583 UTC [common/config] NewStandardValues -> DEBU 918 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.583 UTC [common/config] initializeProtosStruct -> DEBU 919 Processing field: MSP +2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91a Proposed new policy Writers for Org2MSP +2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91b Proposed new policy Admins for Org2MSP +2018-01-18 01:58:53.583 UTC [policies] ProposePolicy -> DEBU 91c Proposed new policy Readers for Org2MSP +2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 91d Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 91e Processing field: MSP +2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 91f Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 920 Processing field: AnchorPeers +2018-01-18 01:58:53.584 UTC [common/config] NewStandardValues -> DEBU 921 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.584 UTC [common/config] initializeProtosStruct -> DEBU 922 Processing field: MSP +2018-01-18 01:58:53.584 UTC [policies] ProposePolicy -> DEBU 923 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:53.584 UTC [policies] ProposePolicy -> DEBU 924 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:53.585 UTC [policies] ProposePolicy -> DEBU 925 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:53.585 UTC [common/config] validateMSP -> DEBU 926 Setting up MSP for org OrdererOrg +2018-01-18 01:58:53.585 UTC [msp] NewBccspMsp -> DEBU 927 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.585 UTC [msp] Setup -> DEBU 928 Setting up MSP instance OrdererMSP +2018-01-18 01:58:53.585 UTC [msp/identity] newIdentity -> DEBU 929 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -4023,7 +4003,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:34.125 UTC [msp/identity] newIdentity -> DEBU 931 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.586 UTC [msp/identity] newIdentity -> DEBU 92a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4036,7 +4016,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:34.126 UTC [msp/identity] newIdentity -> DEBU 932 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.586 UTC [msp/identity] newIdentity -> DEBU 92b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4049,12 +4029,12 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:34.127 UTC [msp] Validate -> DEBU 933 MSP OrdererMSP validating identity -2018-01-14 11:45:34.128 UTC [common/config] Validate -> DEBU 934 Anchor peers for org Org2MSP are -2018-01-14 11:45:34.128 UTC [common/config] validateMSP -> DEBU 935 Setting up MSP for org Org2MSP -2018-01-14 11:45:34.128 UTC [msp] NewBccspMsp -> DEBU 936 Creating BCCSP-based MSP instance -2018-01-14 11:45:34.128 UTC [msp] Setup -> DEBU 937 Setting up MSP instance Org2MSP -2018-01-14 11:45:34.134 UTC [msp/identity] newIdentity -> DEBU 938 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.587 UTC [msp] Validate -> DEBU 92c MSP OrdererMSP validating identity +2018-01-18 01:58:53.587 UTC [common/config] Validate -> DEBU 92d Anchor peers for org Org2MSP are +2018-01-18 01:58:53.587 UTC [common/config] validateMSP -> DEBU 92e Setting up MSP for org Org2MSP +2018-01-18 01:58:53.587 UTC [msp] NewBccspMsp -> DEBU 92f Creating BCCSP-based MSP instance +2018-01-18 01:58:53.588 UTC [msp] Setup -> DEBU 930 Setting up MSP instance Org2MSP +2018-01-18 01:58:53.588 UTC [msp/identity] newIdentity -> DEBU 931 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -4069,7 +4049,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:34.135 UTC [msp/identity] newIdentity -> DEBU 939 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.589 UTC [msp/identity] newIdentity -> DEBU 932 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4083,7 +4063,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.138 UTC [msp/identity] newIdentity -> DEBU 93a Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.590 UTC [msp/identity] newIdentity -> DEBU 933 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4097,12 +4077,12 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.139 UTC [msp] Validate -> DEBU 93b MSP Org2MSP validating identity -2018-01-14 11:45:34.139 UTC [common/config] Validate -> DEBU 93c Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:34.139 UTC [common/config] validateMSP -> DEBU 93d Setting up MSP for org Org1MSP -2018-01-14 11:45:34.139 UTC [msp] NewBccspMsp -> DEBU 93e Creating BCCSP-based MSP instance -2018-01-14 11:45:34.139 UTC [msp] Setup -> DEBU 93f Setting up MSP instance Org1MSP -2018-01-14 11:45:34.140 UTC [msp/identity] newIdentity -> DEBU 940 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.591 UTC [msp] Validate -> DEBU 934 MSP Org2MSP validating identity +2018-01-18 01:58:53.591 UTC [common/config] Validate -> DEBU 935 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:53.591 UTC [common/config] validateMSP -> DEBU 936 Setting up MSP for org Org1MSP +2018-01-18 01:58:53.591 UTC [msp] NewBccspMsp -> DEBU 937 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.591 UTC [msp] Setup -> DEBU 938 Setting up MSP instance Org1MSP +2018-01-18 01:58:53.591 UTC [msp/identity] newIdentity -> DEBU 939 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4117,7 +4097,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:34.140 UTC [msp/identity] newIdentity -> DEBU 941 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.592 UTC [msp/identity] newIdentity -> DEBU 93a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4131,7 +4111,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.141 UTC [msp/identity] newIdentity -> DEBU 942 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.592 UTC [msp/identity] newIdentity -> DEBU 93b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4145,21 +4125,21 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.142 UTC [msp] Validate -> DEBU 943 MSP Org1MSP validating identity -2018-01-14 11:45:34.143 UTC [msp] Setup -> DEBU 944 Setting up the MSP manager (3 msps) -2018-01-14 11:45:34.143 UTC [msp] Setup -> DEBU 945 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:34.143 UTC [msp] GetLocalMSP -> DEBU 946 Returning existing local MSP -2018-01-14 11:45:34.143 UTC [msp] GetDefaultSigningIdentity -> DEBU 947 Obtaining default signing identity -2018-01-14 11:45:34.144 UTC [msp] GetLocalMSP -> DEBU 948 Returning existing local MSP -2018-01-14 11:45:34.144 UTC [msp] GetDefaultSigningIdentity -> DEBU 949 Obtaining default signing identity -2018-01-14 11:45:34.144 UTC [msp/identity] Sign -> DEBU 94a Sign: plaintext: 0AB7060A1B08011A0608DE85EDD20522...093D4D230796B352804925AFF5337E05 -2018-01-14 11:45:34.144 UTC [msp/identity] Sign -> DEBU 94b Sign: digest: F1B25808885E3AB4314C117D549DE111496F0FD071A36867C62BF76D625BABE7 -2018-01-14 11:45:34.144 UTC [orderer/common/broadcast] Handle -> DEBU 94c [channel: businesschannel] Broadcast is filtering message of type CONFIG -2018-01-14 11:45:34.144 UTC [policies] GetPolicy -> DEBU 94d Returning policy Writers for evaluation -2018-01-14 11:45:34.145 UTC [cauthdsl] func1 -> DEBU 94e 0xc420026660 gate 1515930334145019964 evaluation starts -2018-01-14 11:45:34.145 UTC [cauthdsl] func2 -> DEBU 94f 0xc420026660 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.145 UTC [cauthdsl] func2 -> DEBU 950 0xc420026660 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.145 UTC [msp/identity] newIdentity -> DEBU 951 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.593 UTC [msp] Validate -> DEBU 93c MSP Org1MSP validating identity +2018-01-18 01:58:53.593 UTC [msp] Setup -> DEBU 93d Setting up the MSP manager (3 msps) +2018-01-18 01:58:53.593 UTC [msp] Setup -> DEBU 93e MSP manager setup complete, setup 3 msps +2018-01-18 01:58:53.593 UTC [msp] GetLocalMSP -> DEBU 93f Returning existing local MSP +2018-01-18 01:58:53.593 UTC [msp] GetDefaultSigningIdentity -> DEBU 940 Obtaining default signing identity +2018-01-18 01:58:53.594 UTC [msp] GetLocalMSP -> DEBU 941 Returning existing local MSP +2018-01-18 01:58:53.594 UTC [msp] GetDefaultSigningIdentity -> DEBU 942 Obtaining default signing identity +2018-01-18 01:58:53.594 UTC [msp/identity] Sign -> DEBU 943 Sign: plaintext: 0AB7060A1B08011A0608DDFEFFD20522...F9C96328AE86ED8EA7FAC2A100F9799A +2018-01-18 01:58:53.595 UTC [msp/identity] Sign -> DEBU 944 Sign: digest: C2128F92D4425D8D71E5C6BD84CDE40AB1A9B39928D653AE8B20779A5401D793 +2018-01-18 01:58:53.595 UTC [orderer/common/broadcast] Handle -> DEBU 945 [channel: businesschannel] Broadcast is filtering message of type CONFIG +2018-01-18 01:58:53.595 UTC [policies] GetPolicy -> DEBU 946 Returning policy Writers for evaluation +2018-01-18 01:58:53.595 UTC [cauthdsl] func1 -> DEBU 947 0xc420026620 gate 1516240733595544553 evaluation starts +2018-01-18 01:58:53.595 UTC [cauthdsl] func2 -> DEBU 948 0xc420026620 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.595 UTC [cauthdsl] func2 -> DEBU 949 0xc420026620 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.596 UTC [msp/identity] newIdentity -> DEBU 94a Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4172,276 +4152,13 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:34.145 UTC [msp] SatisfiesPrincipal -> DEBU 952 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:34.145 UTC [msp] Validate -> DEBU 953 MSP OrdererMSP validating identity -2018-01-14 11:45:34.146 UTC [cauthdsl] func2 -> DEBU 954 0xc420026660 principal matched by identity 0 -2018-01-14 11:45:34.146 UTC [msp/identity] Verify -> DEBU 955 Verify: digest = 00000000 f1 b2 58 08 88 5e 3a b4 31 4c 11 7d 54 9d e1 11 |..X..^:.1L.}T...| -00000010 49 6f 0f d0 71 a3 68 67 c6 2b f7 6d 62 5b ab e7 |Io..q.hg.+.mb[..| -2018-01-14 11:45:34.146 UTC [msp/identity] Verify -> DEBU 956 Verify: sig = 00000000 30 44 02 20 1a 51 8b 92 3d 61 41 ac af 04 cd 3c |0D. .Q..=aA....<| -00000010 3a 08 c2 ec 5c 03 5c d7 0f c7 60 12 44 58 bc a0 |:...\.\...`.DX..| -00000020 6f 1f fb cc 02 20 42 41 50 ed b9 5e 36 44 2b 74 |o.... BAP..^6D+t| -00000030 d3 4f 56 c4 c1 20 aa 0a 85 af 9e 66 fb cf 10 d9 |.OV.. .....f....| -00000040 8c 97 95 0c 66 a7 |....f.| -2018-01-14 11:45:34.146 UTC [cauthdsl] func2 -> DEBU 957 0xc420026660 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.146 UTC [cauthdsl] func1 -> DEBU 958 0xc420026660 gate 1515930334145019964 evaluation succeeds -2018-01-14 11:45:34.146 UTC [orderer/common/sigfilter] Apply -> DEBU 959 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281dc0 1 [0xc420151730]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c440 1 [0xc4201517d8 0xc420151848]})]} -2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95a Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95b Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95c Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95d Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.146 UTC [common/configtx] addToMap -> DEBU 95e Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 95f Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 960 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 961 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 962 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 963 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 964 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:34.147 UTC [common/configtx] addToMap -> DEBU 965 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 966 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 967 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.148 UTC [common/configtx] addToMap -> DEBU 968 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.148 UTC [policies] GetPolicy -> DEBU 969 Returning policy Admins for evaluation -2018-01-14 11:45:34.148 UTC [cauthdsl] func1 -> DEBU 96a 0xc420026c18 gate 1515930334148609764 evaluation starts -2018-01-14 11:45:34.148 UTC [cauthdsl] func2 -> DEBU 96b 0xc420026c18 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.148 UTC [cauthdsl] func2 -> DEBU 96c 0xc420026c18 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.149 UTC [msp/identity] newIdentity -> DEBU 96d Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:34.149 UTC [msp] SatisfiesPrincipal -> DEBU 96e Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:34.149 UTC [cauthdsl] func2 -> DEBU 96f 0xc420026c18 principal matched by identity 0 -2018-01-14 11:45:34.149 UTC [msp/identity] Verify -> DEBU 970 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -2018-01-14 11:45:34.149 UTC [msp/identity] Verify -> DEBU 971 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -00000040 ff 48 68 db 65 fb |.Hh.e.| -2018-01-14 11:45:34.149 UTC [cauthdsl] func2 -> DEBU 972 0xc420026c18 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.150 UTC [cauthdsl] func1 -> DEBU 973 0xc420026c18 gate 1515930334148609764 evaluation succeeds -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 974 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 975 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 976 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 977 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 978 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 979 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:34.150 UTC [common/configtx] recurseConfigMap -> DEBU 97a Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97b Setting policy for key Writers to -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97c Setting policy for key Admins to -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97d Setting policy for key Readers to -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97e Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 97f Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 980 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 981 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 982 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.151 UTC [common/configtx] recurseConfigMap -> DEBU 983 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 984 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 985 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.152 UTC [common/configtx] recurseConfigMap -> DEBU 986 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.152 UTC [common/configtx] processConfig -> DEBU 987 Beginning new config for channel businesschannel -2018-01-14 11:45:34.152 UTC [common/config] NewStandardValues -> DEBU 988 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 989 Processing field: HashingAlgorithm -2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98a Processing field: BlockDataHashingStructure -2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98b Processing field: OrdererAddresses -2018-01-14 11:45:34.152 UTC [common/config] initializeProtosStruct -> DEBU 98c Processing field: Consortium -2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98d Proposed new policy Admins for Channel -2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98e Proposed new policy Readers for Channel -2018-01-14 11:45:34.152 UTC [policies] ProposePolicy -> DEBU 98f Proposed new policy Writers for Channel -2018-01-14 11:45:34.153 UTC [common/config] NewStandardValues -> DEBU 990 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 991 Processing field: ConsensusType -2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 992 Processing field: BatchSize -2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 993 Processing field: BatchTimeout -2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 994 Processing field: KafkaBrokers -2018-01-14 11:45:34.153 UTC [common/config] initializeProtosStruct -> DEBU 995 Processing field: ChannelRestrictions -2018-01-14 11:45:34.153 UTC [policies] ProposePolicy -> DEBU 996 Proposed new policy Writers for Orderer -2018-01-14 11:45:34.153 UTC [policies] ProposePolicy -> DEBU 997 Proposed new policy Admins for Orderer -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 998 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 999 Proposed new policy Readers for Orderer -2018-01-14 11:45:34.154 UTC [common/config] NewStandardValues -> DEBU 99a Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.154 UTC [common/config] initializeProtosStruct -> DEBU 99b Processing field: MSP -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99c Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99d Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 99e Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:34.154 UTC [common/config] NewStandardValues -> DEBU 99f Initializing protos for *struct {} -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 9a0 Proposed new policy Writers for Application -2018-01-14 11:45:34.154 UTC [policies] ProposePolicy -> DEBU 9a1 Proposed new policy Readers for Application -2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9a2 Proposed new policy Admins for Application -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a3 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a4 Processing field: MSP -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a5 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a6 Processing field: AnchorPeers -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9a7 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9a8 Processing field: MSP -2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9a9 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9aa Proposed new policy Writers for Org1MSP -2018-01-14 11:45:34.155 UTC [policies] ProposePolicy -> DEBU 9ab Proposed new policy Admins for Org1MSP -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9ac Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9ad Processing field: MSP -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9ae Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9af Processing field: AnchorPeers -2018-01-14 11:45:34.155 UTC [common/config] NewStandardValues -> DEBU 9b0 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.155 UTC [common/config] initializeProtosStruct -> DEBU 9b1 Processing field: MSP -2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b2 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b3 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:34.156 UTC [policies] ProposePolicy -> DEBU 9b4 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:34.156 UTC [common/config] validateMSP -> DEBU 9b5 Setting up MSP for org OrdererOrg -2018-01-14 11:45:34.156 UTC [msp] NewBccspMsp -> DEBU 9b6 Creating BCCSP-based MSP instance -2018-01-14 11:45:34.156 UTC [msp] Setup -> DEBU 9b7 Setting up MSP instance OrdererMSP -2018-01-14 11:45:34.156 UTC [msp/identity] newIdentity -> DEBU 9b8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:34.157 UTC [msp/identity] newIdentity -> DEBU 9b9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:34.157 UTC [msp/identity] newIdentity -> DEBU 9ba Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:34.158 UTC [msp] Validate -> DEBU 9bb MSP OrdererMSP validating identity -2018-01-14 11:45:34.158 UTC [common/config] Validate -> DEBU 9bc Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:34.158 UTC [common/config] validateMSP -> DEBU 9bd Setting up MSP for org Org1MSP -2018-01-14 11:45:34.158 UTC [msp] NewBccspMsp -> DEBU 9be Creating BCCSP-based MSP instance -2018-01-14 11:45:34.158 UTC [msp] Setup -> DEBU 9bf Setting up MSP instance Org1MSP -2018-01-14 11:45:34.159 UTC [msp/identity] newIdentity -> DEBU 9c0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:34.160 UTC [msp/identity] newIdentity -> DEBU 9c1 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:34.160 UTC [msp/identity] newIdentity -> DEBU 9c2 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:34.161 UTC [msp] Validate -> DEBU 9c3 MSP Org1MSP validating identity -2018-01-14 11:45:34.161 UTC [common/config] Validate -> DEBU 9c4 Anchor peers for org Org2MSP are -2018-01-14 11:45:34.161 UTC [common/config] validateMSP -> DEBU 9c5 Setting up MSP for org Org2MSP -2018-01-14 11:45:34.161 UTC [msp] NewBccspMsp -> DEBU 9c6 Creating BCCSP-based MSP instance -2018-01-14 11:45:34.162 UTC [msp] Setup -> DEBU 9c7 Setting up MSP instance Org2MSP -2018-01-14 11:45:34.162 UTC [msp/identity] newIdentity -> DEBU 9c8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -SCjyRdD3aQ== ------END CERTIFICATE----- -2018-01-14 11:45:34.163 UTC [msp/identity] newIdentity -> DEBU 9c9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:34.164 UTC [msp/identity] newIdentity -> DEBU 9ca Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:34.164 UTC [msp] Validate -> DEBU 9cb MSP Org2MSP validating identity -2018-01-14 11:45:34.165 UTC [msp] Setup -> DEBU 9cc Setting up the MSP manager (3 msps) -2018-01-14 11:45:34.165 UTC [msp] Setup -> DEBU 9cd MSP manager setup complete, setup 3 msps -2018-01-14 11:45:34.165 UTC [orderer/common/broadcast] Handle -> DEBU 9ce [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG -2018-01-14 11:45:34.165 UTC [policies] GetPolicy -> DEBU 9cf Returning policy Writers for evaluation -2018-01-14 11:45:34.165 UTC [cauthdsl] func1 -> DEBU 9d0 0xc420150730 gate 1515930334165855864 evaluation starts -2018-01-14 11:45:34.165 UTC [cauthdsl] func2 -> DEBU 9d1 0xc420150730 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.166 UTC [cauthdsl] func2 -> DEBU 9d2 0xc420150730 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.166 UTC [msp/identity] newIdentity -> DEBU 9d3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94b 0xc420026620 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94c 0xc420026620 principal evaluation fails +2018-01-18 01:58:53.596 UTC [cauthdsl] func1 -> DEBU 94d 0xc420026620 gate 1516240733595544553 evaluation fails +2018-01-18 01:58:53.596 UTC [cauthdsl] func1 -> DEBU 94e 0xc420026630 gate 1516240733596836807 evaluation starts +2018-01-18 01:58:53.596 UTC [cauthdsl] func2 -> DEBU 94f 0xc420026630 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.597 UTC [cauthdsl] func2 -> DEBU 950 0xc420026630 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.597 UTC [msp/identity] newIdentity -> DEBU 951 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4454,43 +4171,58 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:34.166 UTC [msp] SatisfiesPrincipal -> DEBU 9d4 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:34.166 UTC [msp] Validate -> DEBU 9d5 MSP OrdererMSP validating identity -2018-01-14 11:45:34.167 UTC [cauthdsl] func2 -> DEBU 9d6 0xc420150730 principal matched by identity 0 -2018-01-14 11:45:34.167 UTC [msp/identity] Verify -> DEBU 9d7 Verify: digest = 00000000 f1 b2 58 08 88 5e 3a b4 31 4c 11 7d 54 9d e1 11 |..X..^:.1L.}T...| -00000010 49 6f 0f d0 71 a3 68 67 c6 2b f7 6d 62 5b ab e7 |Io..q.hg.+.mb[..| -2018-01-14 11:45:34.167 UTC [orderer/common/broadcast] Handle -> WARN 9d8 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:34.167 UTC [orderer/main] func1 -> DEBU 9da Closing Broadcast stream -2018-01-14 11:45:34.167 UTC [msp/identity] Verify -> DEBU 9d9 Verify: sig = 00000000 30 44 02 20 1a 51 8b 92 3d 61 41 ac af 04 cd 3c |0D. .Q..=aA....<| -00000010 3a 08 c2 ec 5c 03 5c d7 0f c7 60 12 44 58 bc a0 |:...\.\...`.DX..| -00000020 6f 1f fb cc 02 20 42 41 50 ed b9 5e 36 44 2b 74 |o.... BAP..^6D+t| -00000030 d3 4f 56 c4 c1 20 aa 0a 85 af 9e 66 fb cf 10 d9 |.OV.. .....f....| -00000040 8c 97 95 0c 66 a7 |....f.| -2018-01-14 11:45:34.168 UTC [cauthdsl] func2 -> DEBU 9db 0xc420150730 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.170 UTC [orderer/common/deliver] Handle -> WARN 9dc Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:34.171 UTC [orderer/main] func1 -> DEBU 9de Closing Deliver stream -2018-01-14 11:45:34.170 UTC [cauthdsl] func1 -> DEBU 9dd 0xc420150730 gate 1515930334165855864 evaluation succeeds -2018-01-14 11:45:34.171 UTC [orderer/common/sigfilter] Apply -> DEBU 9df Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420281dc0 1 [0xc420151730]}) %!s(*policies.implicitMetaPolicy=&{0xc42081c440 1 [0xc4201517d8 0xc420151848]})]} -2018-01-14 11:45:34.172 UTC [common/configtx] addToMap -> DEBU 9e0 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.175 UTC [common/configtx] addToMap -> DEBU 9e1 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.176 UTC [common/configtx] addToMap -> DEBU 9e2 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.176 UTC [common/configtx] addToMap -> DEBU 9e3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.177 UTC [common/configtx] addToMap -> DEBU 9e7 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9e8 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9e9 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.178 UTC [common/configtx] addToMap -> DEBU 9ea Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:34.179 UTC [common/configtx] addToMap -> DEBU 9eb Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.179 UTC [common/configtx] addToMap -> DEBU 9ec Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.187 UTC [common/configtx] addToMap -> DEBU 9ed Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.187 UTC [common/configtx] addToMap -> DEBU 9ee Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.187 UTC [policies] GetPolicy -> DEBU 9ef Returning policy Admins for evaluation -2018-01-14 11:45:34.187 UTC [cauthdsl] func1 -> DEBU 9f0 0xc420150e40 gate 1515930334187913164 evaluation starts -2018-01-14 11:45:34.188 UTC [cauthdsl] func2 -> DEBU 9f1 0xc420150e40 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.189 UTC [cauthdsl] func2 -> DEBU 9f2 0xc420150e40 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.189 UTC [msp/identity] newIdentity -> DEBU 9f3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.598 UTC [cauthdsl] func2 -> DEBU 952 0xc420026630 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +2018-01-18 01:58:53.598 UTC [cauthdsl] func2 -> DEBU 953 0xc420026630 principal evaluation fails +2018-01-18 01:58:53.598 UTC [cauthdsl] func1 -> DEBU 954 0xc420026630 gate 1516240733596836807 evaluation fails +2018-01-18 01:58:53.598 UTC [cauthdsl] func1 -> DEBU 955 0xc420026640 gate 1516240733598860195 evaluation starts +2018-01-18 01:58:53.599 UTC [cauthdsl] func2 -> DEBU 956 0xc420026640 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.599 UTC [cauthdsl] func2 -> DEBU 957 0xc420026640 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.600 UTC [msp/identity] newIdentity -> DEBU 958 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:53.601 UTC [msp] SatisfiesPrincipal -> DEBU 959 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:53.601 UTC [msp] Validate -> DEBU 95a MSP OrdererMSP validating identity +2018-01-18 01:58:53.602 UTC [cauthdsl] func2 -> DEBU 95b 0xc420026640 principal matched by identity 0 +2018-01-18 01:58:53.602 UTC [msp/identity] Verify -> DEBU 95c Verify: digest = 00000000 c2 12 8f 92 d4 42 5d 8d 71 e5 c6 bd 84 cd e4 0a |.....B].q.......| +00000010 b1 a9 b3 99 28 d6 53 ae 8b 20 77 9a 54 01 d7 93 |....(.S.. w.T...| +2018-01-18 01:58:53.603 UTC [msp/identity] Verify -> DEBU 95d Verify: sig = 00000000 30 44 02 20 73 e0 37 54 28 34 cb 4d 63 55 bc 73 |0D. s.7T(4.McU.s| +00000010 42 97 3e db 4c 3a 70 35 48 7d 71 f3 b8 fc 7f bc |B.>.L:p5H}q.....| +00000020 c9 ef d1 62 02 20 5d 50 3b a6 d5 27 c6 b8 95 39 |...b. ]P;..'...9| +00000030 6a 86 f0 32 df 93 91 a9 3f ef 42 86 a2 0a 7f 4f |j..2....?.B....O| +00000040 12 cf e5 cd b9 91 |......| +2018-01-18 01:58:53.603 UTC [cauthdsl] func2 -> DEBU 95e 0xc420026640 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.603 UTC [cauthdsl] func1 -> DEBU 95f 0xc420026640 gate 1516240733598860195 evaluation succeeds +2018-01-18 01:58:53.603 UTC [orderer/common/sigfilter] Apply -> DEBU 960 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a21640 1 [0xc42014b398 0xc42014b430]}) %!s(*policies.implicitMetaPolicy=&{0xc420a38320 1 [0xc42014b4d0]})]} +2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 961 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 962 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 963 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.604 UTC [common/configtx] addToMap -> DEBU 964 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 965 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 966 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 967 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 968 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.605 UTC [common/configtx] addToMap -> DEBU 969 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96a Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96b Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96c Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96d Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96e Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.606 UTC [common/configtx] addToMap -> DEBU 96f Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.606 UTC [policies] GetPolicy -> DEBU 970 Returning policy Admins for evaluation +2018-01-18 01:58:53.606 UTC [cauthdsl] func1 -> DEBU 971 0xc420026c08 gate 1516240733606881882 evaluation starts +2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 972 0xc420026c08 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 973 0xc420026c08 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.607 UTC [msp/identity] newIdentity -> DEBU 974 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4504,86 +4236,86 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.190 UTC [msp] SatisfiesPrincipal -> DEBU 9f4 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:34.190 UTC [cauthdsl] func2 -> DEBU 9f5 0xc420150e40 principal matched by identity 0 -2018-01-14 11:45:34.190 UTC [msp/identity] Verify -> DEBU 9f6 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -2018-01-14 11:45:34.191 UTC [msp/identity] Verify -> DEBU 9f7 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -00000040 ff 48 68 db 65 fb |.Hh.e.| -2018-01-14 11:45:34.191 UTC [cauthdsl] func2 -> DEBU 9f8 0xc420150e40 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.192 UTC [cauthdsl] func1 -> DEBU 9f9 0xc420150e40 gate 1515930334187913164 evaluation succeeds -2018-01-14 11:45:34.192 UTC [common/configtx] recurseConfigMap -> DEBU 9fa Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.193 UTC [common/configtx] recurseConfigMap -> DEBU 9fb Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.194 UTC [common/configtx] recurseConfigMap -> DEBU 9fc Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.194 UTC [common/configtx] recurseConfigMap -> DEBU 9fd Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.196 UTC [common/configtx] recurseConfigMap -> DEBU 9fe Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.197 UTC [common/configtx] recurseConfigMap -> DEBU 9ff Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a00 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a01 Setting policy for key Writers to -2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a02 Setting policy for key Admins to -2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a03 Setting policy for key Readers to -2018-01-14 11:45:34.202 UTC [common/configtx] recurseConfigMap -> DEBU a04 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.203 UTC [common/configtx] recurseConfigMap -> DEBU a05 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.203 UTC [common/configtx] recurseConfigMap -> DEBU a06 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a07 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a08 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a09 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0a Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0b Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.215 UTC [common/configtx] recurseConfigMap -> DEBU a0c Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.216 UTC [common/configtx] processConfig -> DEBU a0d Beginning new config for channel businesschannel -2018-01-14 11:45:34.216 UTC [common/config] NewStandardValues -> DEBU a0e Initializing protos for *config.ChannelProtos -2018-01-14 11:45:34.216 UTC [common/config] initializeProtosStruct -> DEBU a0f Processing field: HashingAlgorithm -2018-01-14 11:45:34.216 UTC [common/config] initializeProtosStruct -> DEBU a10 Processing field: BlockDataHashingStructure -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a11 Processing field: OrdererAddresses -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a12 Processing field: Consortium -2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a13 Proposed new policy Admins for Channel -2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a14 Proposed new policy Readers for Channel -2018-01-14 11:45:34.217 UTC [policies] ProposePolicy -> DEBU a15 Proposed new policy Writers for Channel -2018-01-14 11:45:34.217 UTC [common/config] NewStandardValues -> DEBU a16 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a17 Processing field: ConsensusType -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a18 Processing field: BatchSize -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a19 Processing field: BatchTimeout -2018-01-14 11:45:34.217 UTC [common/config] initializeProtosStruct -> DEBU a1a Processing field: KafkaBrokers -2018-01-14 11:45:34.218 UTC [common/config] initializeProtosStruct -> DEBU a1b Processing field: ChannelRestrictions -2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1c Proposed new policy Writers for Orderer -2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1d Proposed new policy Admins for Orderer -2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1e Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:34.218 UTC [policies] ProposePolicy -> DEBU a1f Proposed new policy Readers for Orderer -2018-01-14 11:45:34.218 UTC [common/config] NewStandardValues -> DEBU a20 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.218 UTC [common/config] initializeProtosStruct -> DEBU a21 Processing field: MSP -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a22 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a23 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a24 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:34.219 UTC [common/config] NewStandardValues -> DEBU a25 Initializing protos for *struct {} -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a26 Proposed new policy Readers for Application -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a27 Proposed new policy Admins for Application -2018-01-14 11:45:34.219 UTC [policies] ProposePolicy -> DEBU a28 Proposed new policy Writers for Application -2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a29 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2a Processing field: MSP -2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a2b Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2c Processing field: AnchorPeers -2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a2d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a2e Processing field: MSP -2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a2f Proposed new policy Writers for Org1MSP -2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a30 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:34.220 UTC [policies] ProposePolicy -> DEBU a31 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:34.220 UTC [common/config] NewStandardValues -> DEBU a32 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.220 UTC [common/config] initializeProtosStruct -> DEBU a33 Processing field: MSP -2018-01-14 11:45:34.221 UTC [common/config] NewStandardValues -> DEBU a34 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.221 UTC [common/config] initializeProtosStruct -> DEBU a35 Processing field: AnchorPeers -2018-01-14 11:45:34.221 UTC [common/config] NewStandardValues -> DEBU a36 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.221 UTC [common/config] initializeProtosStruct -> DEBU a37 Processing field: MSP -2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a38 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a39 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:34.221 UTC [policies] ProposePolicy -> DEBU a3a Proposed new policy Writers for Org2MSP -2018-01-14 11:45:34.221 UTC [common/config] validateMSP -> DEBU a3b Setting up MSP for org OrdererOrg -2018-01-14 11:45:34.224 UTC [msp] NewBccspMsp -> DEBU a3c Creating BCCSP-based MSP instance -2018-01-14 11:45:34.224 UTC [msp] Setup -> DEBU a3d Setting up MSP instance OrdererMSP -2018-01-14 11:45:34.225 UTC [msp/identity] newIdentity -> DEBU a3e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.607 UTC [msp] SatisfiesPrincipal -> DEBU 975 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:53.607 UTC [cauthdsl] func2 -> DEBU 976 0xc420026c08 principal matched by identity 0 +2018-01-18 01:58:53.607 UTC [msp/identity] Verify -> DEBU 977 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +2018-01-18 01:58:53.607 UTC [msp/identity] Verify -> DEBU 978 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +00000040 92 99 08 c1 23 97 cd |....#..| +2018-01-18 01:58:53.608 UTC [cauthdsl] func2 -> DEBU 979 0xc420026c08 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.608 UTC [cauthdsl] func1 -> DEBU 97a 0xc420026c08 gate 1516240733606881882 evaluation succeeds +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97b Setting policy for key Readers to +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97c Setting policy for key Writers to +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97d Setting policy for key Admins to +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97e Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 97f Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.608 UTC [common/configtx] recurseConfigMap -> DEBU 980 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 981 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 982 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 983 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 984 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 985 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 986 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 987 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 988 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 989 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98a Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98b Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98c Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] recurseConfigMap -> DEBU 98d Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.609 UTC [common/configtx] processConfig -> DEBU 98e Beginning new config for channel businesschannel +2018-01-18 01:58:53.609 UTC [common/config] NewStandardValues -> DEBU 98f Initializing protos for *config.ChannelProtos +2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 990 Processing field: HashingAlgorithm +2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 991 Processing field: BlockDataHashingStructure +2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 992 Processing field: OrdererAddresses +2018-01-18 01:58:53.610 UTC [common/config] initializeProtosStruct -> DEBU 993 Processing field: Consortium +2018-01-18 01:58:53.610 UTC [policies] ProposePolicy -> DEBU 994 Proposed new policy Readers for Channel +2018-01-18 01:58:53.610 UTC [policies] ProposePolicy -> DEBU 995 Proposed new policy Writers for Channel +2018-01-18 01:58:53.611 UTC [policies] ProposePolicy -> DEBU 996 Proposed new policy Admins for Channel +2018-01-18 01:58:53.611 UTC [common/config] NewStandardValues -> DEBU 997 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 998 Processing field: ConsensusType +2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 999 Processing field: BatchSize +2018-01-18 01:58:53.611 UTC [common/config] initializeProtosStruct -> DEBU 99a Processing field: BatchTimeout +2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 99b Processing field: KafkaBrokers +2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 99c Processing field: ChannelRestrictions +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99d Proposed new policy Readers for Orderer +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99e Proposed new policy Writers for Orderer +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 99f Proposed new policy Admins for Orderer +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a0 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:53.612 UTC [common/config] NewStandardValues -> DEBU 9a1 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.612 UTC [common/config] initializeProtosStruct -> DEBU 9a2 Processing field: MSP +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a3 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:53.612 UTC [policies] ProposePolicy -> DEBU 9a4 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a5 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9a6 Initializing protos for *struct {} +2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a7 Proposed new policy Admins for Application +2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a8 Proposed new policy Writers for Application +2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9a9 Proposed new policy Readers for Application +2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9aa Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9ab Processing field: MSP +2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9ac Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9ad Processing field: AnchorPeers +2018-01-18 01:58:53.613 UTC [common/config] NewStandardValues -> DEBU 9ae Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.613 UTC [common/config] initializeProtosStruct -> DEBU 9af Processing field: MSP +2018-01-18 01:58:53.613 UTC [policies] ProposePolicy -> DEBU 9b0 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b1 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b2 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b3 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b4 Processing field: MSP +2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b5 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b6 Processing field: AnchorPeers +2018-01-18 01:58:53.614 UTC [common/config] NewStandardValues -> DEBU 9b7 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.614 UTC [common/config] initializeProtosStruct -> DEBU 9b8 Processing field: MSP +2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9b9 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:53.614 UTC [policies] ProposePolicy -> DEBU 9ba Proposed new policy Admins for Org2MSP +2018-01-18 01:58:53.615 UTC [policies] ProposePolicy -> DEBU 9bb Proposed new policy Readers for Org2MSP +2018-01-18 01:58:53.615 UTC [common/config] validateMSP -> DEBU 9bc Setting up MSP for org OrdererOrg +2018-01-18 01:58:53.615 UTC [msp] NewBccspMsp -> DEBU 9bd Creating BCCSP-based MSP instance +2018-01-18 01:58:53.615 UTC [msp] Setup -> DEBU 9be Setting up MSP instance OrdererMSP +2018-01-18 01:58:53.615 UTC [msp/identity] newIdentity -> DEBU 9bf Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -4597,7 +4329,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:34.228 UTC [msp/identity] newIdentity -> DEBU a3f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.616 UTC [msp/identity] newIdentity -> DEBU 9c0 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4610,7 +4342,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:34.229 UTC [msp/identity] newIdentity -> DEBU a40 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.616 UTC [msp/identity] newIdentity -> DEBU 9c1 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -4623,12 +4355,12 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:34.232 UTC [msp] Validate -> DEBU a41 MSP OrdererMSP validating identity -2018-01-14 11:45:34.233 UTC [common/config] Validate -> DEBU a42 Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:34.233 UTC [common/config] validateMSP -> DEBU a43 Setting up MSP for org Org1MSP -2018-01-14 11:45:34.234 UTC [msp] NewBccspMsp -> DEBU a44 Creating BCCSP-based MSP instance -2018-01-14 11:45:34.235 UTC [msp] Setup -> DEBU a45 Setting up MSP instance Org1MSP -2018-01-14 11:45:34.238 UTC [msp/identity] newIdentity -> DEBU a46 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.617 UTC [msp] Validate -> DEBU 9c2 MSP OrdererMSP validating identity +2018-01-18 01:58:53.617 UTC [common/config] Validate -> DEBU 9c3 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:53.617 UTC [common/config] validateMSP -> DEBU 9c4 Setting up MSP for org Org1MSP +2018-01-18 01:58:53.617 UTC [msp] NewBccspMsp -> DEBU 9c5 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.617 UTC [msp] Setup -> DEBU 9c6 Setting up MSP instance Org1MSP +2018-01-18 01:58:53.617 UTC [msp/identity] newIdentity -> DEBU 9c7 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4643,7 +4375,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:34.239 UTC [msp/identity] newIdentity -> DEBU a47 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.618 UTC [msp/identity] newIdentity -> DEBU 9c8 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4657,7 +4389,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.249 UTC [msp/identity] newIdentity -> DEBU a48 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.619 UTC [msp/identity] newIdentity -> DEBU 9c9 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4671,12 +4403,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.250 UTC [msp] Validate -> DEBU a49 MSP Org1MSP validating identity -2018-01-14 11:45:34.251 UTC [common/config] Validate -> DEBU a4a Anchor peers for org Org2MSP are -2018-01-14 11:45:34.251 UTC [common/config] validateMSP -> DEBU a4b Setting up MSP for org Org2MSP -2018-01-14 11:45:34.252 UTC [msp] NewBccspMsp -> DEBU a4c Creating BCCSP-based MSP instance -2018-01-14 11:45:34.252 UTC [msp] Setup -> DEBU a4d Setting up MSP instance Org2MSP -2018-01-14 11:45:34.255 UTC [msp/identity] newIdentity -> DEBU a4e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.619 UTC [msp] Validate -> DEBU 9ca MSP Org1MSP validating identity +2018-01-18 01:58:53.620 UTC [common/config] Validate -> DEBU 9cb Anchor peers for org Org2MSP are +2018-01-18 01:58:53.620 UTC [common/config] validateMSP -> DEBU 9cc Setting up MSP for org Org2MSP +2018-01-18 01:58:53.620 UTC [msp] NewBccspMsp -> DEBU 9cd Creating BCCSP-based MSP instance +2018-01-18 01:58:53.620 UTC [msp] Setup -> DEBU 9ce Setting up MSP instance Org2MSP +2018-01-18 01:58:53.620 UTC [msp/identity] newIdentity -> DEBU 9cf Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -4691,7 +4423,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:34.255 UTC [msp/identity] newIdentity -> DEBU a4f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.621 UTC [msp/identity] newIdentity -> DEBU 9d0 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4705,7 +4437,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.256 UTC [msp/identity] newIdentity -> DEBU a50 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.622 UTC [msp/identity] newIdentity -> DEBU 9d1 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4719,71 +4451,97 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.257 UTC [msp] Validate -> DEBU a51 MSP Org2MSP validating identity -2018-01-14 11:45:34.257 UTC [msp] Setup -> DEBU a52 Setting up the MSP manager (3 msps) -2018-01-14 11:45:34.257 UTC [msp] Setup -> DEBU a53 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:34.258 UTC [orderer/common/blockcutter] Ordered -> DEBU a54 Found message which requested to be isolated, cutting into its own batch -2018-01-14 11:45:34.258 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU a55 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:45:34.258 UTC [fsblkstorage] newBlockfileStream -> DEBU a56 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -2018-01-14 11:45:34.258 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a57 Remaining bytes=[11933], Going to peek [8] bytes -2018-01-14 11:45:34.258 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a58 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:45:34.259 UTC [common/configtx] addToMap -> DEBU a59 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.259 UTC [common/configtx] addToMap -> DEBU a5a Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.260 UTC [common/configtx] addToMap -> DEBU a5b Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5c Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a5f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:34.261 UTC [common/configtx] addToMap -> DEBU a60 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a61 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a62 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a63 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a64 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a65 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a66 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a67 Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a68 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a69 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6a Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6b Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6c Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6d Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6e Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a6f Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a70 Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a71 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:34.262 UTC [common/configtx] addToMap -> DEBU a72 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a73 Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a74 Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a75 Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a76 Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a77 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a78 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a79 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7a Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7b Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7c Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7d Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7e Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a7f Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a80 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a81 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a82 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a83 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.263 UTC [common/configtx] addToMap -> DEBU a84 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a85 Adding to config map: [Groups] /Channel -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a86 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a87 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a88 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a89 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8a Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8b Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:34.264 UTC [common/configtx] addToMap -> DEBU a8c Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:34.264 UTC [policies] GetPolicy -> DEBU a8d Returning policy Admins for evaluation -2018-01-14 11:45:34.264 UTC [cauthdsl] func1 -> DEBU a8e 0xc420150d30 gate 1515930334264285764 evaluation starts -2018-01-14 11:45:34.264 UTC [cauthdsl] func2 -> DEBU a8f 0xc420150d30 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:34.264 UTC [cauthdsl] func2 -> DEBU a90 0xc420150d30 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:34.265 UTC [msp/identity] newIdentity -> DEBU a91 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.624 UTC [msp] Validate -> DEBU 9d2 MSP Org2MSP validating identity +2018-01-18 01:58:53.624 UTC [msp] Setup -> DEBU 9d3 Setting up the MSP manager (3 msps) +2018-01-18 01:58:53.625 UTC [msp] Setup -> DEBU 9d4 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:53.626 UTC [policies] GetPolicy -> DEBU 9d5 Returning policy Writers for evaluation +2018-01-18 01:58:53.626 UTC [cauthdsl] func1 -> DEBU 9d6 0xc42014a020 gate 1516240733626823106 evaluation starts +2018-01-18 01:58:53.626 UTC [cauthdsl] func2 -> DEBU 9d7 0xc42014a020 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.626 UTC [cauthdsl] func2 -> DEBU 9d8 0xc42014a020 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.627 UTC [msp/identity] newIdentity -> DEBU 9d9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9da 0xc42014a020 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9db 0xc42014a020 principal evaluation fails +2018-01-18 01:58:53.628 UTC [cauthdsl] func1 -> DEBU 9dc 0xc42014a020 gate 1516240733626823106 evaluation fails +2018-01-18 01:58:53.628 UTC [cauthdsl] func1 -> DEBU 9dd 0xc42014a100 gate 1516240733628398018 evaluation starts +2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9de 0xc42014a100 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.628 UTC [cauthdsl] func2 -> DEBU 9df 0xc42014a100 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.629 UTC [msp/identity] newIdentity -> DEBU 9e0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e1 0xc42014a100 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e2 0xc42014a100 principal evaluation fails +2018-01-18 01:58:53.629 UTC [cauthdsl] func1 -> DEBU 9e3 0xc42014a100 gate 1516240733628398018 evaluation fails +2018-01-18 01:58:53.629 UTC [cauthdsl] func1 -> DEBU 9e4 0xc42014a350 gate 1516240733629677079 evaluation starts +2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e5 0xc42014a350 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.629 UTC [cauthdsl] func2 -> DEBU 9e6 0xc42014a350 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.630 UTC [msp/identity] newIdentity -> DEBU 9e7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:53.630 UTC [msp] SatisfiesPrincipal -> DEBU 9e8 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:53.630 UTC [msp] Validate -> DEBU 9e9 MSP OrdererMSP validating identity +2018-01-18 01:58:53.630 UTC [cauthdsl] func2 -> DEBU 9ea 0xc42014a350 principal matched by identity 0 +2018-01-18 01:58:53.630 UTC [msp/identity] Verify -> DEBU 9eb Verify: digest = 00000000 c2 12 8f 92 d4 42 5d 8d 71 e5 c6 bd 84 cd e4 0a |.....B].q.......| +00000010 b1 a9 b3 99 28 d6 53 ae 8b 20 77 9a 54 01 d7 93 |....(.S.. w.T...| +2018-01-18 01:58:53.630 UTC [msp/identity] Verify -> DEBU 9ec Verify: sig = 00000000 30 44 02 20 73 e0 37 54 28 34 cb 4d 63 55 bc 73 |0D. s.7T(4.McU.s| +00000010 42 97 3e db 4c 3a 70 35 48 7d 71 f3 b8 fc 7f bc |B.>.L:p5H}q.....| +00000020 c9 ef d1 62 02 20 5d 50 3b a6 d5 27 c6 b8 95 39 |...b. ]P;..'...9| +00000030 6a 86 f0 32 df 93 91 a9 3f ef 42 86 a2 0a 7f 4f |j..2....?.B....O| +00000040 12 cf e5 cd b9 91 |......| +2018-01-18 01:58:53.631 UTC [cauthdsl] func2 -> DEBU 9ed 0xc42014a350 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.631 UTC [cauthdsl] func1 -> DEBU 9ee 0xc42014a350 gate 1516240733629677079 evaluation succeeds +2018-01-18 01:58:53.631 UTC [orderer/common/sigfilter] Apply -> DEBU 9ef Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a21640 1 [0xc42014b398 0xc42014b430]}) %!s(*policies.implicitMetaPolicy=&{0xc420a38320 1 [0xc42014b4d0]})]} +2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f0 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f1 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f2 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f3 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.631 UTC [common/configtx] addToMap -> DEBU 9f4 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f5 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f6 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f7 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f8 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9f9 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.632 UTC [common/configtx] addToMap -> DEBU 9fa Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fb Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fc Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fd Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.633 UTC [common/configtx] addToMap -> DEBU 9fe Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.633 UTC [policies] GetPolicy -> DEBU 9ff Returning policy Admins for evaluation +2018-01-18 01:58:53.633 UTC [cauthdsl] func1 -> DEBU a00 0xc42014aca8 gate 1516240733633741845 evaluation starts +2018-01-18 01:58:53.633 UTC [cauthdsl] func2 -> DEBU a01 0xc42014aca8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.634 UTC [cauthdsl] func2 -> DEBU a02 0xc42014aca8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.634 UTC [msp/identity] newIdentity -> DEBU a03 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4797,131 +4555,140 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.265 UTC [msp] SatisfiesPrincipal -> DEBU a92 Checking if identity satisfies ADMIN role for Org1MSP -2018-01-14 11:45:34.265 UTC [cauthdsl] func2 -> DEBU a93 0xc420150d30 principal matched by identity 0 -2018-01-14 11:45:34.266 UTC [msp/identity] Verify -> DEBU a94 Verify: digest = 00000000 82 fb fd 83 69 c5 26 65 8c 81 84 d4 ec fa 4b f6 |....i.&e......K.| -00000010 62 bc 1e e7 8c 40 40 34 9a a2 38 fe 25 1c e9 18 |b....@@4..8.%...| -2018-01-14 11:45:34.266 UTC [msp/identity] Verify -> DEBU a95 Verify: sig = 00000000 30 44 02 20 07 5e 0c d0 f8 af 0d f4 c4 a7 15 b4 |0D. .^..........| -00000010 7e ac 2c 65 12 59 f4 52 7e 9b ac 57 e5 62 42 f8 |~.,e.Y.R~..W.bB.| -00000020 17 16 b6 5b 02 20 4d 1b d2 3f 25 17 87 25 65 5e |...[. M..?%..%e^| -00000030 c0 b4 50 38 12 e9 bd 30 be 19 88 21 85 bd 91 55 |..P8...0...!...U| -00000040 ff 48 68 db 65 fb |.Hh.e.| -2018-01-14 11:45:34.266 UTC [cauthdsl] func2 -> DEBU a96 0xc420150d30 principal evaluation succeeds for identity 0 -2018-01-14 11:45:34.266 UTC [cauthdsl] func1 -> DEBU a97 0xc420150d30 gate 1515930334264285764 evaluation succeeds -2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a98 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a99 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a9a Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.267 UTC [common/configtx] recurseConfigMap -> DEBU a9b Setting policy for key Admins to -2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9c Setting policy for key Readers to -2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9d Setting policy for key Writers to -2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9e Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU a9f Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.268 UTC [common/configtx] recurseConfigMap -> DEBU aa0 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa1 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa2 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa3 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa4 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa5 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa6 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:34.269 UTC [common/configtx] recurseConfigMap -> DEBU aa7 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aa8 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aa9 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:34.270 UTC [common/configtx] recurseConfigMap -> DEBU aaa Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:34.270 UTC [common/configtx] processConfig -> DEBU aab Beginning new config for channel businesschannel -2018-01-14 11:45:34.270 UTC [common/config] NewStandardValues -> DEBU aac Initializing protos for *config.ChannelProtos -2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aad Processing field: HashingAlgorithm -2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aae Processing field: BlockDataHashingStructure -2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU aaf Processing field: OrdererAddresses -2018-01-14 11:45:34.270 UTC [common/config] initializeProtosStruct -> DEBU ab0 Processing field: Consortium -2018-01-14 11:45:34.270 UTC [policies] ProposePolicy -> DEBU ab1 Proposed new policy Readers for Channel -2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU ab2 Proposed new policy Writers for Channel -2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU ab3 Proposed new policy Admins for Channel -2018-01-14 11:45:34.271 UTC [common/config] NewStandardValues -> DEBU ab4 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab5 Processing field: ConsensusType -2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab6 Processing field: BatchSize -2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab7 Processing field: BatchTimeout -2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab8 Processing field: KafkaBrokers -2018-01-14 11:45:34.271 UTC [common/config] initializeProtosStruct -> DEBU ab9 Processing field: ChannelRestrictions -2018-01-14 11:45:34.271 UTC [policies] ProposePolicy -> DEBU aba Proposed new policy Writers for Orderer -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abb Proposed new policy Admins for Orderer -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abc Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU abd Proposed new policy Readers for Orderer -2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU abe Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU abf Processing field: MSP -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac0 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac1 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac2 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac3 Initializing protos for *struct {} -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac4 Proposed new policy Writers for Application -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac5 Proposed new policy Readers for Application -2018-01-14 11:45:34.272 UTC [policies] ProposePolicy -> DEBU ac6 Proposed new policy Admins for Application -2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac7 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU ac8 Processing field: MSP -2018-01-14 11:45:34.272 UTC [common/config] NewStandardValues -> DEBU ac9 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.272 UTC [common/config] initializeProtosStruct -> DEBU aca Processing field: AnchorPeers -2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU acb Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU acc Processing field: MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU acd Proposed new policy Writers for Org1MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ace Proposed new policy Admins for Org1MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU acf Proposed new policy Readers for Org1MSP -2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad0 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad1 Processing field: MSP -2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad2 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad3 Processing field: AnchorPeers -2018-01-14 11:45:34.273 UTC [common/config] NewStandardValues -> DEBU ad4 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:34.273 UTC [common/config] initializeProtosStruct -> DEBU ad5 Processing field: MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad6 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad7 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:34.273 UTC [policies] ProposePolicy -> DEBU ad8 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:34.273 UTC [common/config] validateMSP -> DEBU ad9 Setting up MSP for org OrdererOrg -2018-01-14 11:45:34.274 UTC [msp] NewBccspMsp -> DEBU ada Creating BCCSP-based MSP instance -2018-01-14 11:45:34.274 UTC [msp] Setup -> DEBU adb Setting up MSP instance OrdererMSP -2018-01-14 11:45:34.274 UTC [msp/identity] newIdentity -> DEBU adc Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +2018-01-18 01:58:53.634 UTC [msp] SatisfiesPrincipal -> DEBU a04 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:53.634 UTC [cauthdsl] func2 -> DEBU a05 0xc42014aca8 principal matched by identity 0 +2018-01-18 01:58:53.635 UTC [msp/identity] Verify -> DEBU a06 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +2018-01-18 01:58:53.635 UTC [msp/identity] Verify -> DEBU a07 Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +00000040 92 99 08 c1 23 97 cd |....#..| +2018-01-18 01:58:53.636 UTC [cauthdsl] func2 -> DEBU a08 0xc42014aca8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.636 UTC [cauthdsl] func1 -> DEBU a09 0xc42014aca8 gate 1516240733633741845 evaluation succeeds +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0a Setting policy for key Readers to +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0b Setting policy for key Writers to +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0c Setting policy for key Admins to +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0d Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0e Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.637 UTC [common/configtx] recurseConfigMap -> DEBU a0f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a10 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a12 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a13 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.638 UTC [common/configtx] recurseConfigMap -> DEBU a14 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.638 UTC [orderer/common/broadcast] Handle -> DEBU a11 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG +2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a15 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a16 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a17 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.639 UTC [common/configtx] recurseConfigMap -> DEBU a18 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.654 UTC [common/configtx] recurseConfigMap -> DEBU a1b Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.653 UTC [orderer/common/deliver] Handle -> WARN a19 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:53.659 UTC [orderer/main] func1 -> DEBU a1d Closing Deliver stream +2018-01-18 01:58:53.654 UTC [orderer/common/broadcast] Handle -> WARN a1a Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:53.659 UTC [common/configtx] recurseConfigMap -> DEBU a1c Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:53.660 UTC [orderer/main] func1 -> DEBU a1e Closing Broadcast stream +2018-01-18 01:58:53.660 UTC [common/configtx] recurseConfigMap -> DEBU a1f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.660 UTC [common/configtx] recurseConfigMap -> DEBU a20 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.661 UTC [common/configtx] recurseConfigMap -> DEBU a21 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.661 UTC [common/configtx] processConfig -> DEBU a22 Beginning new config for channel businesschannel +2018-01-18 01:58:53.661 UTC [common/config] NewStandardValues -> DEBU a23 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a24 Processing field: HashingAlgorithm +2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a25 Processing field: BlockDataHashingStructure +2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a26 Processing field: OrdererAddresses +2018-01-18 01:58:53.661 UTC [common/config] initializeProtosStruct -> DEBU a27 Processing field: Consortium +2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a28 Proposed new policy Admins for Channel +2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a29 Proposed new policy Readers for Channel +2018-01-18 01:58:53.661 UTC [policies] ProposePolicy -> DEBU a2a Proposed new policy Writers for Channel +2018-01-18 01:58:53.661 UTC [common/config] NewStandardValues -> DEBU a2b Initializing protos for *struct {} +2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2c Proposed new policy Writers for Application +2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2d Proposed new policy Readers for Application +2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a2e Proposed new policy Admins for Application +2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a2f Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a30 Processing field: MSP +2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a31 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a32 Processing field: AnchorPeers +2018-01-18 01:58:53.662 UTC [common/config] NewStandardValues -> DEBU a33 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.662 UTC [common/config] initializeProtosStruct -> DEBU a34 Processing field: MSP +2018-01-18 01:58:53.662 UTC [policies] ProposePolicy -> DEBU a35 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a36 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a37 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a38 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a39 Processing field: MSP +2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a3a Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a3b Processing field: AnchorPeers +2018-01-18 01:58:53.663 UTC [common/config] NewStandardValues -> DEBU a3c Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.663 UTC [common/config] initializeProtosStruct -> DEBU a3d Processing field: MSP +2018-01-18 01:58:53.663 UTC [policies] ProposePolicy -> DEBU a3e Proposed new policy Admins for Org1MSP +2018-01-18 01:58:53.664 UTC [policies] ProposePolicy -> DEBU a3f Proposed new policy Readers for Org1MSP +2018-01-18 01:58:53.664 UTC [policies] ProposePolicy -> DEBU a40 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:53.664 UTC [common/config] NewStandardValues -> DEBU a41 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:53.664 UTC [common/config] initializeProtosStruct -> DEBU a42 Processing field: ConsensusType +2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a43 Processing field: BatchSize +2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a44 Processing field: BatchTimeout +2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a45 Processing field: KafkaBrokers +2018-01-18 01:58:53.665 UTC [common/config] initializeProtosStruct -> DEBU a46 Processing field: ChannelRestrictions +2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a47 Proposed new policy Admins for Orderer +2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a48 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a49 Proposed new policy Readers for Orderer +2018-01-18 01:58:53.665 UTC [policies] ProposePolicy -> DEBU a4a Proposed new policy Writers for Orderer +2018-01-18 01:58:53.666 UTC [common/config] NewStandardValues -> DEBU a4b Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.666 UTC [common/config] initializeProtosStruct -> DEBU a4c Processing field: MSP +2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4d Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4e Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:53.666 UTC [policies] ProposePolicy -> DEBU a4f Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:53.667 UTC [common/config] Validate -> DEBU a50 Anchor peers for org Org2MSP are +2018-01-18 01:58:53.667 UTC [common/config] validateMSP -> DEBU a51 Setting up MSP for org Org2MSP +2018-01-18 01:58:53.667 UTC [msp] NewBccspMsp -> DEBU a52 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.667 UTC [msp] Setup -> DEBU a53 Setting up MSP instance Org2MSP +2018-01-18 01:58:53.675 UTC [msp/identity] newIdentity -> DEBU a54 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +SCjyRdD3aQ== +-----END CERTIFICATE----- +2018-01-18 01:58:53.679 UTC [msp/identity] newIdentity -> DEBU a55 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.275 UTC [msp/identity] newIdentity -> DEBU add Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +2018-01-18 01:58:53.681 UTC [msp/identity] newIdentity -> DEBU a56 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.275 UTC [msp/identity] newIdentity -> DEBU ade Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:34.276 UTC [msp] Validate -> DEBU adf MSP OrdererMSP validating identity -2018-01-14 11:45:34.277 UTC [common/config] Validate -> DEBU ae0 Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:34.277 UTC [common/config] validateMSP -> DEBU ae1 Setting up MSP for org Org1MSP -2018-01-14 11:45:34.277 UTC [msp] NewBccspMsp -> DEBU ae2 Creating BCCSP-based MSP instance -2018-01-14 11:45:34.277 UTC [msp] Setup -> DEBU ae3 Setting up MSP instance Org1MSP -2018-01-14 11:45:34.277 UTC [msp/identity] newIdentity -> DEBU ae4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.683 UTC [msp] Validate -> DEBU a57 MSP Org2MSP validating identity +2018-01-18 01:58:53.684 UTC [common/config] Validate -> DEBU a58 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:53.685 UTC [common/config] validateMSP -> DEBU a59 Setting up MSP for org Org1MSP +2018-01-18 01:58:53.685 UTC [msp] NewBccspMsp -> DEBU a5a Creating BCCSP-based MSP instance +2018-01-18 01:58:53.685 UTC [msp] Setup -> DEBU a5b Setting up MSP instance Org1MSP +2018-01-18 01:58:53.687 UTC [msp/identity] newIdentity -> DEBU a5c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4936,7 +4703,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:34.277 UTC [msp/identity] newIdentity -> DEBU ae5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.690 UTC [msp/identity] newIdentity -> DEBU a5d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4950,7 +4717,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.279 UTC [msp/identity] newIdentity -> DEBU ae6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.694 UTC [msp/identity] newIdentity -> DEBU a5e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4964,12 +4731,209 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:34.280 UTC [msp] Validate -> DEBU ae7 MSP Org1MSP validating identity -2018-01-14 11:45:34.280 UTC [common/config] Validate -> DEBU ae8 Anchor peers for org Org2MSP are -2018-01-14 11:45:34.280 UTC [common/config] validateMSP -> DEBU ae9 Setting up MSP for org Org2MSP -2018-01-14 11:45:34.280 UTC [msp] NewBccspMsp -> DEBU aea Creating BCCSP-based MSP instance -2018-01-14 11:45:34.280 UTC [msp] Setup -> DEBU aeb Setting up MSP instance Org2MSP -2018-01-14 11:45:34.281 UTC [msp/identity] newIdentity -> DEBU aec Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.700 UTC [msp] Validate -> DEBU a5f MSP Org1MSP validating identity +2018-01-18 01:58:53.701 UTC [common/config] validateMSP -> DEBU a60 Setting up MSP for org OrdererOrg +2018-01-18 01:58:53.701 UTC [msp] NewBccspMsp -> DEBU a61 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.701 UTC [msp] Setup -> DEBU a62 Setting up MSP instance OrdererMSP +2018-01-18 01:58:53.702 UTC [msp/identity] newIdentity -> DEBU a63 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:53.703 UTC [msp/identity] newIdentity -> DEBU a64 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:53.703 UTC [msp/identity] newIdentity -> DEBU a65 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:53.704 UTC [msp] Validate -> DEBU a66 MSP OrdererMSP validating identity +2018-01-18 01:58:53.705 UTC [msp] Setup -> DEBU a67 Setting up the MSP manager (3 msps) +2018-01-18 01:58:53.706 UTC [msp] Setup -> DEBU a68 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:53.706 UTC [orderer/common/blockcutter] Ordered -> DEBU a69 Found message which requested to be isolated, cutting into its own batch +2018-01-18 01:58:53.707 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU a6a retrieveBlockByNumber() - blockNum = [0] +2018-01-18 01:58:53.711 UTC [fsblkstorage] newBlockfileStream -> DEBU a6b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +2018-01-18 01:58:53.711 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a6c Remaining bytes=[11934], Going to peek [8] bytes +2018-01-18 01:58:53.711 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU a6d Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 01:58:53.712 UTC [common/configtx] addToMap -> DEBU a6e Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.712 UTC [common/configtx] addToMap -> DEBU a6f Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a70 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a71 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:53.713 UTC [common/configtx] addToMap -> DEBU a72 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.714 UTC [common/configtx] addToMap -> DEBU a73 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a74 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a75 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a76 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a77 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a78 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a79 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:53.716 UTC [common/configtx] addToMap -> DEBU a7a Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7b Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7c Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7d Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:53.717 UTC [common/configtx] addToMap -> DEBU a7e Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:53.718 UTC [common/configtx] addToMap -> DEBU a7f Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:53.718 UTC [common/configtx] addToMap -> DEBU a80 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:53.719 UTC [common/configtx] addToMap -> DEBU a81 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:53.719 UTC [common/configtx] addToMap -> DEBU a82 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a83 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a84 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a85 Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a86 Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a87 Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a88 Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a89 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a8a Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:53.720 UTC [common/configtx] addToMap -> DEBU a8b Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8c Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8d Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8e Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a8f Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a90 Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a91 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a92 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:53.721 UTC [common/configtx] addToMap -> DEBU a93 Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a94 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a95 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a96 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a97 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a98 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a99 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9a Adding to config map: [Groups] /Channel +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9b Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:53.722 UTC [common/configtx] addToMap -> DEBU a9c Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9d Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9e Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU a9f Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU aa0 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:53.723 UTC [common/configtx] addToMap -> DEBU aa1 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:53.723 UTC [policies] GetPolicy -> DEBU aa2 Returning policy Admins for evaluation +2018-01-18 01:58:53.723 UTC [cauthdsl] func1 -> DEBU aa3 0xc4200265b0 gate 1516240733723574007 evaluation starts +2018-01-18 01:58:53.723 UTC [cauthdsl] func2 -> DEBU aa4 0xc4200265b0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:53.723 UTC [cauthdsl] func2 -> DEBU aa5 0xc4200265b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:53.724 UTC [msp/identity] newIdentity -> DEBU aa6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:53.724 UTC [msp] SatisfiesPrincipal -> DEBU aa7 Checking if identity satisfies ADMIN role for Org1MSP +2018-01-18 01:58:53.724 UTC [cauthdsl] func2 -> DEBU aa8 0xc4200265b0 principal matched by identity 0 +2018-01-18 01:58:53.724 UTC [msp/identity] Verify -> DEBU aa9 Verify: digest = 00000000 94 4b 2c 71 ac 2b 83 1b 4e 1d 86 f1 f5 d3 9d 8e |.K,q.+..N.......| +00000010 f3 8e f6 70 4f 34 16 19 7d a9 02 4b 28 a4 53 a3 |...pO4..}..K(.S.| +2018-01-18 01:58:53.724 UTC [msp/identity] Verify -> DEBU aaa Verify: sig = 00000000 30 45 02 21 00 f6 c9 e9 b2 4c f2 f4 55 c4 e1 92 |0E.!.....L..U...| +00000010 61 2c 96 22 89 62 9c a3 6f 50 99 f0 ec e3 84 45 |a,.".b..oP.....E| +00000020 1e 9e d9 14 9b 02 20 00 f6 19 bb af 27 1f 30 22 |...... .....'.0"| +00000030 1c 27 43 69 31 bc bd 8c 67 7d 60 ef ed 09 30 ec |.'Ci1...g}`...0.| +00000040 92 99 08 c1 23 97 cd |....#..| +2018-01-18 01:58:53.724 UTC [cauthdsl] func2 -> DEBU aab 0xc4200265b0 principal evaluation succeeds for identity 0 +2018-01-18 01:58:53.724 UTC [cauthdsl] func1 -> DEBU aac 0xc4200265b0 gate 1516240733723574007 evaluation succeeds +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aad Setting policy for key Readers to +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aae Setting policy for key Writers to +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU aaf Setting policy for key Admins to +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab0 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab1 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab2 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab3 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.725 UTC [common/configtx] recurseConfigMap -> DEBU ab4 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab5 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab6 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab7 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab8 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.726 UTC [common/configtx] recurseConfigMap -> DEBU ab9 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU aba Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abb Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abc Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abd Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abe Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:53.727 UTC [common/configtx] recurseConfigMap -> DEBU abf Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:53.728 UTC [common/configtx] processConfig -> DEBU ac0 Beginning new config for channel businesschannel +2018-01-18 01:58:53.728 UTC [common/config] NewStandardValues -> DEBU ac1 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac2 Processing field: HashingAlgorithm +2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac3 Processing field: BlockDataHashingStructure +2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac4 Processing field: OrdererAddresses +2018-01-18 01:58:53.728 UTC [common/config] initializeProtosStruct -> DEBU ac5 Processing field: Consortium +2018-01-18 01:58:53.728 UTC [policies] ProposePolicy -> DEBU ac6 Proposed new policy Admins for Channel +2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU ac7 Proposed new policy Readers for Channel +2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU ac8 Proposed new policy Writers for Channel +2018-01-18 01:58:53.729 UTC [common/config] NewStandardValues -> DEBU ac9 Initializing protos for *struct {} +2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU aca Proposed new policy Admins for Application +2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU acb Proposed new policy Writers for Application +2018-01-18 01:58:53.729 UTC [policies] ProposePolicy -> DEBU acc Proposed new policy Readers for Application +2018-01-18 01:58:53.729 UTC [common/config] NewStandardValues -> DEBU acd Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ace Processing field: MSP +2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU acf Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ad0 Processing field: AnchorPeers +2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU ad1 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.730 UTC [common/config] initializeProtosStruct -> DEBU ad2 Processing field: MSP +2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad3 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad4 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:53.730 UTC [policies] ProposePolicy -> DEBU ad5 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:53.730 UTC [common/config] NewStandardValues -> DEBU ad6 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ad7 Processing field: MSP +2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU ad8 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ad9 Processing field: AnchorPeers +2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU ada Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU adb Processing field: MSP +2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU adc Proposed new policy Readers for Org1MSP +2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU add Proposed new policy Writers for Org1MSP +2018-01-18 01:58:53.731 UTC [policies] ProposePolicy -> DEBU ade Proposed new policy Admins for Org1MSP +2018-01-18 01:58:53.731 UTC [common/config] NewStandardValues -> DEBU adf Initializing protos for *config.OrdererProtos +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae0 Processing field: ConsensusType +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae1 Processing field: BatchSize +2018-01-18 01:58:53.731 UTC [common/config] initializeProtosStruct -> DEBU ae2 Processing field: BatchTimeout +2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU ae3 Processing field: KafkaBrokers +2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU ae4 Processing field: ChannelRestrictions +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae5 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae6 Proposed new policy Readers for Orderer +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae7 Proposed new policy Writers for Orderer +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU ae8 Proposed new policy Admins for Orderer +2018-01-18 01:58:53.732 UTC [common/config] NewStandardValues -> DEBU ae9 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:53.732 UTC [common/config] initializeProtosStruct -> DEBU aea Processing field: MSP +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aeb Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aec Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:53.732 UTC [policies] ProposePolicy -> DEBU aed Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:53.733 UTC [common/config] Validate -> DEBU aee Anchor peers for org Org2MSP are +2018-01-18 01:58:53.733 UTC [common/config] validateMSP -> DEBU aef Setting up MSP for org Org2MSP +2018-01-18 01:58:53.733 UTC [msp] NewBccspMsp -> DEBU af0 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.733 UTC [msp] Setup -> DEBU af1 Setting up MSP instance Org2MSP +2018-01-18 01:58:53.733 UTC [msp/identity] newIdentity -> DEBU af2 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -4984,7 +4948,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:34.281 UTC [msp/identity] newIdentity -> DEBU aed Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.734 UTC [msp/identity] newIdentity -> DEBU af3 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -4998,7 +4962,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.282 UTC [msp/identity] newIdentity -> DEBU aee Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.734 UTC [msp/identity] newIdentity -> DEBU af4 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5012,135 +4976,227 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:34.283 UTC [msp] Validate -> DEBU aef MSP Org2MSP validating identity -2018-01-14 11:45:34.283 UTC [msp] Setup -> DEBU af0 Setting up the MSP manager (3 msps) -2018-01-14 11:45:34.283 UTC [msp] Setup -> DEBU af1 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af2 Returning policy Admins for evaluation -2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af3 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af4 Returning policy Readers for evaluation -2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af5 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af6 Returning policy Writers for evaluation -2018-01-14 11:45:34.283 UTC [policies] CommitProposals -> DEBU af7 In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af8 Returning policy Writers for evaluation -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU af9 Returning policy Admins for evaluation -2018-01-14 11:45:34.283 UTC [policies] GetPolicy -> DEBU afa Returning policy Writers for evaluation -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afb Returning policy Readers for evaluation -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afc Returning policy Admins for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU afd In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU afe Returning policy Readers for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU aff In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b00 Returning policy Writers for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b01 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b02 Returning policy Readers for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b03 In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b04 Returning policy Writers for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b05 In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b06 Returning policy Admins for evaluation -2018-01-14 11:45:34.284 UTC [policies] CommitProposals -> DEBU b07 In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:34.284 UTC [policies] GetPolicy -> DEBU b08 Returning policy Writers for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b09 Returning policy Writers for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0a Returning policy Readers for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0b Returning policy Readers for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0c Returning policy Admins for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0d Returning policy Admins for evaluation -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b0e Returning policy Writers for evaluation -2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b0f In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b10 Returning policy Admins for evaluation -2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b11 In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b12 Returning policy BlockValidation for evaluation -2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b13 In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:34.285 UTC [policies] GetPolicy -> DEBU b14 Returning policy Readers for evaluation -2018-01-14 11:45:34.285 UTC [policies] CommitProposals -> DEBU b15 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b16 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b17 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b18 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b19 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1a Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1b In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1c Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1d In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b1e Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b1f In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b20 Returning policy Writers for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b21 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:34.286 UTC [policies] GetPolicy -> DEBU b22 Returning policy Admins for evaluation -2018-01-14 11:45:34.286 UTC [policies] CommitProposals -> DEBU b23 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b24 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b25 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b26 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b27 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b28 Returning policy Readers for evaluation -2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b29 In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2a Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b2b In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2c Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:34.287 UTC [policies] CommitProposals -> DEBU b2d In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2e Returning policy Readers for evaluation -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b2f Returning policy Readers for evaluation -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b30 Returning policy Writers for evaluation -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b31 Returning policy Writers for evaluation -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b32 Returning policy Admins for evaluation -2018-01-14 11:45:34.287 UTC [policies] GetPolicy -> DEBU b33 Returning policy Admins for evaluation -2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b34 Returning policy Readers for evaluation -2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b35 As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b36 Returning policy Writers for evaluation -2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b37 As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b38 Returning policy Application/Readers for evaluation -2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b39 As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:34.288 UTC [policies] GetPolicy -> DEBU b3a Returning policy Application/Writers for evaluation -2018-01-14 11:45:34.288 UTC [policies] CommitProposals -> DEBU b3b As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:34.289 UTC [policies] GetPolicy -> DEBU b3c Returning policy Application/Admins for evaluation -2018-01-14 11:45:34.289 UTC [policies] CommitProposals -> DEBU b3d As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:34.289 UTC [policies] GetPolicy -> DEBU b3e Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:34.289 UTC [policies] CommitProposals -> DEBU b3f As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:34.289 UTC [orderer/multichain] addBlockSignature -> DEBU b40 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:0 lastConfigSeq:1} -2018-01-14 11:45:34.289 UTC [orderer/multichain] addBlockSignature -> DEBU b41 &{} -2018-01-14 11:45:34.289 UTC [msp] GetLocalMSP -> DEBU b42 Returning existing local MSP -2018-01-14 11:45:34.289 UTC [msp] GetDefaultSigningIdentity -> DEBU b43 Obtaining default signing identity -2018-01-14 11:45:34.289 UTC [msp] GetLocalMSP -> DEBU b44 Returning existing local MSP -2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b45 Obtaining default signing identity -2018-01-14 11:45:34.290 UTC [msp/identity] Sign -> DEBU b46 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...2F0B42865502B176A97F8174E1E4269F -2018-01-14 11:45:34.290 UTC [msp/identity] Sign -> DEBU b47 Sign: digest: 4FB9C3D1687667078E234C4FA515F1ACD2CEE447C9A9EC82CF7D40DB4A605342 -2018-01-14 11:45:34.290 UTC [orderer/multichain] addLastConfigSignature -> DEBU b48 [channel: businesschannel] Detected lastConfigSeq transitioning from 1 to 2, setting lastConfig from 0 to 1 -2018-01-14 11:45:34.290 UTC [msp] GetLocalMSP -> DEBU b49 Returning existing local MSP -2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b4a Obtaining default signing identity -2018-01-14 11:45:34.290 UTC [orderer/multichain] addLastConfigSignature -> DEBU b4b [channel: businesschannel] About to write block, setting its LAST_CONFIG to 1 -2018-01-14 11:45:34.290 UTC [msp] GetLocalMSP -> DEBU b4c Returning existing local MSP -2018-01-14 11:45:34.290 UTC [msp] GetDefaultSigningIdentity -> DEBU b4d Obtaining default signing identity -2018-01-14 11:45:34.291 UTC [msp/identity] Sign -> DEBU b4e Sign: plaintext: 08010AFA050A0A4F7264657265724D53...2F0B42865502B176A97F8174E1E4269F -2018-01-14 11:45:34.291 UTC [msp/identity] Sign -> DEBU b4f Sign: digest: C61EB8E6F547B4347069CF1834C24A6B1D98104C3A5855F912EA905145B0F0A6 -2018-01-14 11:45:34.294 UTC [fsblkstorage] indexBlock -> DEBU b50 Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= +2018-01-18 01:58:53.735 UTC [msp] Validate -> DEBU af5 MSP Org2MSP validating identity +2018-01-18 01:58:53.735 UTC [common/config] Validate -> DEBU af6 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:53.735 UTC [common/config] validateMSP -> DEBU af7 Setting up MSP for org Org1MSP +2018-01-18 01:58:53.735 UTC [msp] NewBccspMsp -> DEBU af8 Creating BCCSP-based MSP instance +2018-01-18 01:58:53.735 UTC [msp] Setup -> DEBU af9 Setting up MSP instance Org1MSP +2018-01-18 01:58:53.735 UTC [msp/identity] newIdentity -> DEBU afa Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:53.736 UTC [msp/identity] newIdentity -> DEBU afb Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:53.736 UTC [msp/identity] newIdentity -> DEBU afc Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:53.737 UTC [msp] Validate -> DEBU afd MSP Org1MSP validating identity +2018-01-18 01:58:53.737 UTC [common/config] validateMSP -> DEBU afe Setting up MSP for org OrdererOrg +2018-01-18 01:58:53.737 UTC [msp] NewBccspMsp -> DEBU aff Creating BCCSP-based MSP instance +2018-01-18 01:58:53.737 UTC [msp] Setup -> DEBU b00 Setting up MSP instance OrdererMSP +2018-01-18 01:58:53.738 UTC [msp/identity] newIdentity -> DEBU b01 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:53.738 UTC [msp/identity] newIdentity -> DEBU b02 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:53.739 UTC [msp/identity] newIdentity -> DEBU b03 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:53.740 UTC [msp] Validate -> DEBU b04 MSP OrdererMSP validating identity +2018-01-18 01:58:53.740 UTC [msp] Setup -> DEBU b05 Setting up the MSP manager (3 msps) +2018-01-18 01:58:53.741 UTC [msp] Setup -> DEBU b06 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b07 Returning policy Writers for evaluation +2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b08 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b09 Returning policy Admins for evaluation +2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b0a In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b0b Returning policy Readers for evaluation +2018-01-18 01:58:53.741 UTC [policies] CommitProposals -> DEBU b0c In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:53.741 UTC [policies] GetPolicy -> DEBU b0d Returning policy Readers for evaluation +2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b0e In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b0f Returning policy Writers for evaluation +2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b10 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b11 Returning policy Admins for evaluation +2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b12 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b13 Returning policy Admins for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b14 Returning policy Admins for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b15 Returning policy Writers for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b16 Returning policy Writers for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b17 Returning policy Readers for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b18 Returning policy Readers for evaluation +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b19 Returning policy Admins for evaluation +2018-01-18 01:58:53.742 UTC [policies] CommitProposals -> DEBU b1a In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:53.742 UTC [policies] GetPolicy -> DEBU b1b Returning policy Readers for evaluation +2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b1c In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b1d Returning policy Writers for evaluation +2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b1e In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b1f Returning policy Writers for evaluation +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b20 Returning policy Readers for evaluation +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b21 Returning policy Writers for evaluation +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b22 Returning policy Admins for evaluation +2018-01-18 01:58:53.743 UTC [policies] GetPolicy -> DEBU b23 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:53.743 UTC [policies] CommitProposals -> DEBU b24 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:53.744 UTC [policies] GetPolicy -> DEBU b25 Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:53.744 UTC [policies] CommitProposals -> DEBU b26 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:53.744 UTC [policies] GetPolicy -> DEBU b27 Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:53.744 UTC [policies] CommitProposals -> DEBU b28 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b29 Returning policy Admins for evaluation +2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2a In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2b Returning policy Writers for evaluation +2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2c In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2d Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b2e In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b2f Returning policy Readers for evaluation +2018-01-18 01:58:53.745 UTC [policies] CommitProposals -> DEBU b30 In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:53.745 UTC [policies] GetPolicy -> DEBU b31 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b32 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b33 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b34 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b35 Returning policy BlockValidation for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b36 In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b37 Returning policy Readers for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b38 In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b39 Returning policy Writers for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b3a In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:53.746 UTC [policies] GetPolicy -> DEBU b3b Returning policy Admins for evaluation +2018-01-18 01:58:53.746 UTC [policies] CommitProposals -> DEBU b3c In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b3d Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b3e In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b3f Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b40 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:53.747 UTC [policies] GetPolicy -> DEBU b41 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:53.747 UTC [policies] CommitProposals -> DEBU b42 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b43 Returning policy Admins for evaluation +2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b44 Returning policy Admins for evaluation +2018-01-18 01:58:53.748 UTC [policies] GetPolicy -> DEBU b45 Returning policy Readers for evaluation +2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b46 Returning policy Readers for evaluation +2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b47 Returning policy Writers for evaluation +2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b48 Returning policy Writers for evaluation +2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b49 Returning policy Readers for evaluation +2018-01-18 01:58:53.749 UTC [policies] CommitProposals -> DEBU b4a As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:53.749 UTC [policies] GetPolicy -> DEBU b4b Returning policy Writers for evaluation +2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b4c As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b4d Returning policy Application/Readers for evaluation +2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b4e As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b4f Returning policy Application/Writers for evaluation +2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b50 As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b51 Returning policy Application/Admins for evaluation +2018-01-18 01:58:53.750 UTC [policies] CommitProposals -> DEBU b52 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:53.750 UTC [policies] GetPolicy -> DEBU b53 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:53.751 UTC [policies] CommitProposals -> DEBU b54 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:53.751 UTC [orderer/multichain] addBlockSignature -> DEBU b55 &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:0 lastConfigSeq:1} +2018-01-18 01:58:53.751 UTC [orderer/multichain] addBlockSignature -> DEBU b56 &{} +2018-01-18 01:58:53.751 UTC [msp] GetLocalMSP -> DEBU b57 Returning existing local MSP +2018-01-18 01:58:53.751 UTC [msp] GetDefaultSigningIdentity -> DEBU b58 Obtaining default signing identity +2018-01-18 01:58:53.751 UTC [msp] GetLocalMSP -> DEBU b59 Returning existing local MSP +2018-01-18 01:58:53.751 UTC [msp] GetDefaultSigningIdentity -> DEBU b5a Obtaining default signing identity +2018-01-18 01:58:53.751 UTC [msp/identity] Sign -> DEBU b5b Sign: plaintext: 0AFA050A0A4F7264657265724D535012...693608D493F69064AEB14668166D9DAC +2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b5c Sign: digest: D78965F7E24FBC9512660C0E0A429E69F5E26D89599B7FC2A9F7EFA9B27F6E2C +2018-01-18 01:58:53.752 UTC [orderer/multichain] addLastConfigSignature -> DEBU b5d [channel: businesschannel] Detected lastConfigSeq transitioning from 1 to 2, setting lastConfig from 0 to 1 +2018-01-18 01:58:53.752 UTC [msp] GetLocalMSP -> DEBU b5e Returning existing local MSP +2018-01-18 01:58:53.752 UTC [msp] GetDefaultSigningIdentity -> DEBU b5f Obtaining default signing identity +2018-01-18 01:58:53.752 UTC [orderer/multichain] addLastConfigSignature -> DEBU b60 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 1 +2018-01-18 01:58:53.752 UTC [msp] GetLocalMSP -> DEBU b61 Returning existing local MSP +2018-01-18 01:58:53.752 UTC [msp] GetDefaultSigningIdentity -> DEBU b62 Obtaining default signing identity +2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b63 Sign: plaintext: 08010AFA050A0A4F7264657265724D53...693608D493F69064AEB14668166D9DAC +2018-01-18 01:58:53.752 UTC [msp/identity] Sign -> DEBU b64 Sign: digest: 3CDA1D1525B950A78AA7DF0F660E0C00285903A0BBBB4A8C35BB4BBE301390E0 +2018-01-18 01:58:53.755 UTC [fsblkstorage] indexBlock -> DEBU b65 Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= txId= locPointer=offset=70, bytesLength=11913 ] -2018-01-14 11:45:34.294 UTC [fsblkstorage] updateCheckpoint -> DEBU b51 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25666], isChainEmpty=[false], lastBlockNumber=[1] -2018-01-14 11:45:34.295 UTC [orderer/multichain] WriteBlock -> DEBU b52 [channel: businesschannel] Wrote block 1 -2018-01-14 11:45:36.321 UTC [orderer/main] Deliver -> DEBU b53 Starting new Deliver handler -2018-01-14 11:45:36.321 UTC [orderer/common/deliver] Handle -> DEBU b54 Starting new deliver loop -2018-01-14 11:45:36.322 UTC [orderer/common/deliver] Handle -> DEBU b55 Attempting to read seek info message -2018-01-14 11:45:36.331 UTC [orderer/main] Broadcast -> DEBU b56 Starting new Broadcast handler -2018-01-14 11:45:36.331 UTC [orderer/common/broadcast] Handle -> DEBU b57 Starting new broadcast loop -2018-01-14 11:45:36.332 UTC [orderer/common/broadcast] Handle -> DEBU b58 Preprocessing CONFIG_UPDATE -2018-01-14 11:45:36.332 UTC [orderer/configupdate] Process -> DEBU b59 Processing channel reconfiguration request for channel businesschannel -2018-01-14 11:45:36.332 UTC [common/configtx] addToMap -> DEBU b5a Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5b Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5c Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5d Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5e Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b5f Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b60 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b61 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b62 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b63 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b64 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -2018-01-14 11:45:36.333 UTC [common/configtx] addToMap -> DEBU b65 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b66 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b67 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.334 UTC [common/configtx] addToMap -> DEBU b68 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.334 UTC [policies] GetPolicy -> DEBU b69 Returning policy Admins for evaluation -2018-01-14 11:45:36.334 UTC [cauthdsl] func1 -> DEBU b6a 0xc4200262a0 gate 1515930336334548364 evaluation starts -2018-01-14 11:45:36.334 UTC [cauthdsl] func2 -> DEBU b6b 0xc4200262a0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.334 UTC [cauthdsl] func2 -> DEBU b6c 0xc4200262a0 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.335 UTC [msp/identity] newIdentity -> DEBU b6d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:53.755 UTC [fsblkstorage] updateCheckpoint -> DEBU b66 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25666], isChainEmpty=[false], lastBlockNumber=[1] +2018-01-18 01:58:53.755 UTC [orderer/multichain] WriteBlock -> DEBU b67 [channel: businesschannel] Wrote block 1 +2018-01-18 01:58:55.781 UTC [orderer/main] Deliver -> DEBU b68 Starting new Deliver handler +2018-01-18 01:58:55.781 UTC [orderer/common/deliver] Handle -> DEBU b69 Starting new deliver loop +2018-01-18 01:58:55.781 UTC [orderer/common/deliver] Handle -> DEBU b6a Attempting to read seek info message +2018-01-18 01:58:55.792 UTC [orderer/main] Broadcast -> DEBU b6b Starting new Broadcast handler +2018-01-18 01:58:55.792 UTC [orderer/common/broadcast] Handle -> DEBU b6c Starting new broadcast loop +2018-01-18 01:58:55.793 UTC [orderer/common/broadcast] Handle -> DEBU b6d Preprocessing CONFIG_UPDATE +2018-01-18 01:58:55.793 UTC [orderer/configupdate] Process -> DEBU b6e Processing channel reconfiguration request for channel businesschannel +2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b6f Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b70 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b71 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b72 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.794 UTC [common/configtx] addToMap -> DEBU b73 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b74 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b75 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b76 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.795 UTC [common/configtx] addToMap -> DEBU b77 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b78 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b79 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7b Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7c Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.796 UTC [common/configtx] addToMap -> DEBU b7d Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.797 UTC [policies] GetPolicy -> DEBU b7e Returning policy Admins for evaluation +2018-01-18 01:58:55.797 UTC [cauthdsl] func1 -> DEBU b7f 0xc420026af8 gate 1516240735797217166 evaluation starts +2018-01-18 01:58:55.797 UTC [cauthdsl] func2 -> DEBU b80 0xc420026af8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.797 UTC [cauthdsl] func2 -> DEBU b81 0xc420026af8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.798 UTC [msp/identity] newIdentity -> DEBU b82 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5154,87 +5210,131 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.335 UTC [msp] SatisfiesPrincipal -> DEBU b6e Checking if identity satisfies ADMIN role for Org2MSP -2018-01-14 11:45:36.335 UTC [cauthdsl] func2 -> DEBU b6f 0xc4200262a0 principal matched by identity 0 -2018-01-14 11:45:36.335 UTC [msp/identity] Verify -> DEBU b70 Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -2018-01-14 11:45:36.335 UTC [msp/identity] Verify -> DEBU b71 Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -00000040 f2 28 fe a6 78 9f 80 |.(..x..| -2018-01-14 11:45:36.336 UTC [cauthdsl] func2 -> DEBU b72 0xc4200262a0 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.336 UTC [cauthdsl] func1 -> DEBU b73 0xc4200262a0 gate 1515930336334548364 evaluation succeeds -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b74 Setting policy for key Readers to -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b75 Setting policy for key Writers to -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b76 Setting policy for key Admins to -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b77 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b78 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.336 UTC [common/configtx] recurseConfigMap -> DEBU b79 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7a Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7b Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7c Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7d Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7e Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b7f Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b80 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b81 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b82 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.337 UTC [common/configtx] recurseConfigMap -> DEBU b83 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b84 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b85 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.338 UTC [common/configtx] recurseConfigMap -> DEBU b86 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.338 UTC [common/configtx] processConfig -> DEBU b87 Beginning new config for channel businesschannel -2018-01-14 11:45:36.338 UTC [common/config] NewStandardValues -> DEBU b88 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b89 Processing field: HashingAlgorithm -2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8a Processing field: BlockDataHashingStructure -2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8b Processing field: OrdererAddresses -2018-01-14 11:45:36.338 UTC [common/config] initializeProtosStruct -> DEBU b8c Processing field: Consortium -2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8d Proposed new policy Admins for Channel -2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8e Proposed new policy Readers for Channel -2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b8f Proposed new policy Writers for Channel -2018-01-14 11:45:36.338 UTC [common/config] NewStandardValues -> DEBU b90 Initializing protos for *struct {} -2018-01-14 11:45:36.338 UTC [policies] ProposePolicy -> DEBU b91 Proposed new policy Writers for Application -2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b92 Proposed new policy Readers for Application -2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b93 Proposed new policy Admins for Application -2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b94 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b95 Processing field: MSP -2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b96 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b97 Processing field: AnchorPeers -2018-01-14 11:45:36.339 UTC [common/config] NewStandardValues -> DEBU b98 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.339 UTC [common/config] initializeProtosStruct -> DEBU b99 Processing field: MSP -2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9a Proposed new policy Readers for Org2MSP -2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9b Proposed new policy Writers for Org2MSP -2018-01-14 11:45:36.339 UTC [policies] ProposePolicy -> DEBU b9c Proposed new policy Admins for Org2MSP -2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU b9d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU b9e Processing field: MSP -2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU b9f Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba0 Processing field: AnchorPeers -2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU ba1 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba2 Processing field: MSP -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba3 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba4 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU ba5 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU ba6 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba7 Processing field: ConsensusType -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba8 Processing field: BatchSize -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU ba9 Processing field: BatchTimeout -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU baa Processing field: KafkaBrokers -2018-01-14 11:45:36.340 UTC [common/config] initializeProtosStruct -> DEBU bab Processing field: ChannelRestrictions -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bac Proposed new policy Admins for Orderer -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bad Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU bae Proposed new policy Readers for Orderer -2018-01-14 11:45:36.340 UTC [policies] ProposePolicy -> DEBU baf Proposed new policy Writers for Orderer -2018-01-14 11:45:36.340 UTC [common/config] NewStandardValues -> DEBU bb0 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.341 UTC [common/config] initializeProtosStruct -> DEBU bb1 Processing field: MSP -2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb2 Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb3 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:36.341 UTC [policies] ProposePolicy -> DEBU bb4 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:36.341 UTC [common/config] Validate -> DEBU bb5 Anchor peers for org Org2MSP are anchor_peers: -2018-01-14 11:45:36.341 UTC [common/config] validateMSP -> DEBU bb6 Setting up MSP for org Org2MSP -2018-01-14 11:45:36.341 UTC [msp] NewBccspMsp -> DEBU bb7 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.341 UTC [msp] Setup -> DEBU bb8 Setting up MSP instance Org2MSP -2018-01-14 11:45:36.341 UTC [msp/identity] newIdentity -> DEBU bb9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.798 UTC [msp] SatisfiesPrincipal -> DEBU b83 Checking if identity satisfies ADMIN role for Org2MSP +2018-01-18 01:58:55.798 UTC [cauthdsl] func2 -> DEBU b84 0xc420026af8 principal matched by identity 0 +2018-01-18 01:58:55.799 UTC [msp/identity] Verify -> DEBU b85 Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +2018-01-18 01:58:55.799 UTC [msp/identity] Verify -> DEBU b86 Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +00000040 8d 10 f4 ce 7a 7f |....z.| +2018-01-18 01:58:55.800 UTC [cauthdsl] func2 -> DEBU b87 0xc420026af8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.800 UTC [cauthdsl] func1 -> DEBU b88 0xc420026af8 gate 1516240735797217166 evaluation succeeds +2018-01-18 01:58:55.801 UTC [common/configtx] recurseConfigMap -> DEBU b89 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8c Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8d Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8e Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:55.802 UTC [common/configtx] recurseConfigMap -> DEBU b8f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b90 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b91 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b92 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b93 Setting policy for key Writers to +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b94 Setting policy for key Admins to +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b95 Setting policy for key Readers to +2018-01-18 01:58:55.803 UTC [common/configtx] recurseConfigMap -> DEBU b96 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b97 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b98 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b99 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b9a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] recurseConfigMap -> DEBU b9b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.804 UTC [common/configtx] processConfig -> DEBU b9c Beginning new config for channel businesschannel +2018-01-18 01:58:55.804 UTC [common/config] NewStandardValues -> DEBU b9d Initializing protos for *config.ChannelProtos +2018-01-18 01:58:55.804 UTC [common/config] initializeProtosStruct -> DEBU b9e Processing field: HashingAlgorithm +2018-01-18 01:58:55.804 UTC [common/config] initializeProtosStruct -> DEBU b9f Processing field: BlockDataHashingStructure +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba0 Processing field: OrdererAddresses +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba1 Processing field: Consortium +2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba2 Proposed new policy Writers for Channel +2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba3 Proposed new policy Admins for Channel +2018-01-18 01:58:55.805 UTC [policies] ProposePolicy -> DEBU ba4 Proposed new policy Readers for Channel +2018-01-18 01:58:55.805 UTC [common/config] NewStandardValues -> DEBU ba5 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba6 Processing field: ConsensusType +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba7 Processing field: BatchSize +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba8 Processing field: BatchTimeout +2018-01-18 01:58:55.805 UTC [common/config] initializeProtosStruct -> DEBU ba9 Processing field: KafkaBrokers +2018-01-18 01:58:55.806 UTC [common/config] initializeProtosStruct -> DEBU baa Processing field: ChannelRestrictions +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bab Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bac Proposed new policy Readers for Orderer +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bad Proposed new policy Writers for Orderer +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bae Proposed new policy Admins for Orderer +2018-01-18 01:58:55.806 UTC [common/config] NewStandardValues -> DEBU baf Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.806 UTC [common/config] initializeProtosStruct -> DEBU bb0 Processing field: MSP +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bb1 Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:55.806 UTC [policies] ProposePolicy -> DEBU bb2 Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb3 Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:55.807 UTC [common/config] NewStandardValues -> DEBU bb4 Initializing protos for *struct {} +2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb5 Proposed new policy Readers for Application +2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb6 Proposed new policy Admins for Application +2018-01-18 01:58:55.807 UTC [policies] ProposePolicy -> DEBU bb7 Proposed new policy Writers for Application +2018-01-18 01:58:55.807 UTC [common/config] NewStandardValues -> DEBU bb8 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bb9 Processing field: MSP +2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bba Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bbb Processing field: AnchorPeers +2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bbc Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bbd Processing field: MSP +2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bbe Proposed new policy Readers for Org2MSP +2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bbf Proposed new policy Writers for Org2MSP +2018-01-18 01:58:55.808 UTC [policies] ProposePolicy -> DEBU bc0 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bc1 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.808 UTC [common/config] initializeProtosStruct -> DEBU bc2 Processing field: MSP +2018-01-18 01:58:55.808 UTC [common/config] NewStandardValues -> DEBU bc3 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.809 UTC [common/config] initializeProtosStruct -> DEBU bc4 Processing field: AnchorPeers +2018-01-18 01:58:55.809 UTC [common/config] NewStandardValues -> DEBU bc5 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.809 UTC [common/config] initializeProtosStruct -> DEBU bc6 Processing field: MSP +2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc7 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc8 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:55.809 UTC [policies] ProposePolicy -> DEBU bc9 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:55.809 UTC [common/config] validateMSP -> DEBU bca Setting up MSP for org OrdererOrg +2018-01-18 01:58:55.809 UTC [msp] NewBccspMsp -> DEBU bcb Creating BCCSP-based MSP instance +2018-01-18 01:58:55.809 UTC [msp] Setup -> DEBU bcc Setting up MSP instance OrdererMSP +2018-01-18 01:58:55.810 UTC [msp/identity] newIdentity -> DEBU bcd Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:55.811 UTC [msp/identity] newIdentity -> DEBU bce Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.811 UTC [msp/identity] newIdentity -> DEBU bcf Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.812 UTC [msp] Validate -> DEBU bd0 MSP OrdererMSP validating identity +2018-01-18 01:58:55.812 UTC [common/config] Validate -> DEBU bd1 Anchor peers for org Org2MSP are anchor_peers: +2018-01-18 01:58:55.812 UTC [common/config] validateMSP -> DEBU bd2 Setting up MSP for org Org2MSP +2018-01-18 01:58:55.812 UTC [msp] NewBccspMsp -> DEBU bd3 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.813 UTC [msp] Setup -> DEBU bd4 Setting up MSP instance Org2MSP +2018-01-18 01:58:55.813 UTC [msp/identity] newIdentity -> DEBU bd5 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -5249,7 +5349,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:36.342 UTC [msp/identity] newIdentity -> DEBU bba Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.814 UTC [msp/identity] newIdentity -> DEBU bd6 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5263,7 +5363,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.342 UTC [msp/identity] newIdentity -> DEBU bbb Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.814 UTC [msp/identity] newIdentity -> DEBU bd7 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5277,12 +5377,12 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.343 UTC [msp] Validate -> DEBU bbc MSP Org2MSP validating identity -2018-01-14 11:45:36.343 UTC [common/config] Validate -> DEBU bbd Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:36.343 UTC [common/config] validateMSP -> DEBU bbe Setting up MSP for org Org1MSP -2018-01-14 11:45:36.343 UTC [msp] NewBccspMsp -> DEBU bbf Creating BCCSP-based MSP instance -2018-01-14 11:45:36.343 UTC [msp] Setup -> DEBU bc0 Setting up MSP instance Org1MSP -2018-01-14 11:45:36.343 UTC [msp/identity] newIdentity -> DEBU bc1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.815 UTC [msp] Validate -> DEBU bd8 MSP Org2MSP validating identity +2018-01-18 01:58:55.815 UTC [common/config] Validate -> DEBU bd9 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:55.815 UTC [common/config] validateMSP -> DEBU bda Setting up MSP for org Org1MSP +2018-01-18 01:58:55.815 UTC [msp] NewBccspMsp -> DEBU bdb Creating BCCSP-based MSP instance +2018-01-18 01:58:55.815 UTC [msp] Setup -> DEBU bdc Setting up MSP instance Org1MSP +2018-01-18 01:58:55.816 UTC [msp/identity] newIdentity -> DEBU bdd Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5297,7 +5397,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:36.344 UTC [msp/identity] newIdentity -> DEBU bc2 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.816 UTC [msp/identity] newIdentity -> DEBU bde Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5311,7 +5411,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.349 UTC [msp/identity] newIdentity -> DEBU bc3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.817 UTC [msp/identity] newIdentity -> DEBU bdf Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5325,65 +5425,21 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.351 UTC [msp] Validate -> DEBU bc4 MSP Org1MSP validating identity -2018-01-14 11:45:36.351 UTC [common/config] validateMSP -> DEBU bc5 Setting up MSP for org OrdererOrg -2018-01-14 11:45:36.351 UTC [msp] NewBccspMsp -> DEBU bc6 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.351 UTC [msp] Setup -> DEBU bc7 Setting up MSP instance OrdererMSP -2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bc8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bc9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.352 UTC [msp/identity] newIdentity -> DEBU bca Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.353 UTC [msp] Validate -> DEBU bcb MSP OrdererMSP validating identity -2018-01-14 11:45:36.353 UTC [msp] Setup -> DEBU bcc Setting up the MSP manager (3 msps) -2018-01-14 11:45:36.353 UTC [msp] Setup -> DEBU bcd MSP manager setup complete, setup 3 msps -2018-01-14 11:45:36.353 UTC [msp] GetLocalMSP -> DEBU bce Returning existing local MSP -2018-01-14 11:45:36.353 UTC [msp] GetDefaultSigningIdentity -> DEBU bcf Obtaining default signing identity -2018-01-14 11:45:36.353 UTC [msp] GetLocalMSP -> DEBU bd0 Returning existing local MSP -2018-01-14 11:45:36.353 UTC [msp] GetDefaultSigningIdentity -> DEBU bd1 Obtaining default signing identity -2018-01-14 11:45:36.353 UTC [msp/identity] Sign -> DEBU bd2 Sign: plaintext: 0AB7060A1B08011A0608E085EDD20522...8A898DA2D6120AEBE0098A3614A0073A -2018-01-14 11:45:36.353 UTC [msp/identity] Sign -> DEBU bd3 Sign: digest: 8D147CC56C62AA570FA1F00B99D21C969E1EBCD409E5E4157F176059D4E79838 -2018-01-14 11:45:36.354 UTC [orderer/common/broadcast] Handle -> DEBU bd4 [channel: businesschannel] Broadcast is filtering message of type CONFIG -2018-01-14 11:45:36.354 UTC [policies] GetPolicy -> DEBU bd5 Returning policy Writers for evaluation -2018-01-14 11:45:36.354 UTC [cauthdsl] func1 -> DEBU bd6 0xc420026180 gate 1515930336354974264 evaluation starts -2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bd7 0xc420026180 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bd8 0xc420026180 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.355 UTC [msp/identity] newIdentity -> DEBU bd9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.817 UTC [msp] Validate -> DEBU be0 MSP Org1MSP validating identity +2018-01-18 01:58:55.817 UTC [msp] Setup -> DEBU be1 Setting up the MSP manager (3 msps) +2018-01-18 01:58:55.817 UTC [msp] Setup -> DEBU be2 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:55.818 UTC [msp] GetLocalMSP -> DEBU be3 Returning existing local MSP +2018-01-18 01:58:55.818 UTC [msp] GetDefaultSigningIdentity -> DEBU be4 Obtaining default signing identity +2018-01-18 01:58:55.818 UTC [msp] GetLocalMSP -> DEBU be5 Returning existing local MSP +2018-01-18 01:58:55.818 UTC [msp] GetDefaultSigningIdentity -> DEBU be6 Obtaining default signing identity +2018-01-18 01:58:55.818 UTC [msp/identity] Sign -> DEBU be7 Sign: plaintext: 0AB7060A1B08011A0608DFFEFFD20522...F63A2AAF72906F5884BA6D9ECF71D6D4 +2018-01-18 01:58:55.818 UTC [msp/identity] Sign -> DEBU be8 Sign: digest: E9115A913330866EBC2F0F17DB1AADA97C1B54F87952E538A63CE8090B5CFA76 +2018-01-18 01:58:55.818 UTC [orderer/common/broadcast] Handle -> DEBU be9 [channel: businesschannel] Broadcast is filtering message of type CONFIG +2018-01-18 01:58:55.819 UTC [policies] GetPolicy -> DEBU bea Returning policy Writers for evaluation +2018-01-18 01:58:55.819 UTC [cauthdsl] func1 -> DEBU beb 0xc420026ec8 gate 1516240735819169285 evaluation starts +2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bec 0xc420026ec8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bed 0xc420026ec8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.819 UTC [msp/identity] newIdentity -> DEBU bee Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -5396,276 +5452,13 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:36.355 UTC [msp] SatisfiesPrincipal -> DEBU bda Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:36.355 UTC [msp] Validate -> DEBU bdb MSP OrdererMSP validating identity -2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bdc 0xc420026180 principal matched by identity 0 -2018-01-14 11:45:36.355 UTC [msp/identity] Verify -> DEBU bdd Verify: digest = 00000000 8d 14 7c c5 6c 62 aa 57 0f a1 f0 0b 99 d2 1c 96 |..|.lb.W........| -00000010 9e 1e bc d4 09 e5 e4 15 7f 17 60 59 d4 e7 98 38 |..........`Y...8| -2018-01-14 11:45:36.355 UTC [msp/identity] Verify -> DEBU bde Verify: sig = 00000000 30 45 02 21 00 91 24 4a 84 29 74 b4 ce cc 11 f5 |0E.!..$J.)t.....| -00000010 55 7d 89 6d cf 0c d0 53 cb 1f be 7b 51 08 bf c0 |U}.m...S...{Q...| -00000020 c6 18 d8 d5 50 02 20 14 f1 aa 1f de a4 bd 6a 58 |....P. .......jX| -00000030 ee 74 d2 f9 e9 a1 8d 1c 85 9c dc aa 1d f2 33 ef |.t............3.| -00000040 55 38 4f d7 55 1a 25 |U8O.U.%| -2018-01-14 11:45:36.355 UTC [cauthdsl] func2 -> DEBU bdf 0xc420026180 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.356 UTC [cauthdsl] func1 -> DEBU be0 0xc420026180 gate 1515930336354974264 evaluation succeeds -2018-01-14 11:45:36.356 UTC [orderer/common/sigfilter] Apply -> DEBU be1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b380a0 1 [0xc420150dd8]}) %!s(*policies.implicitMetaPolicy=&{0xc420b386a0 1 [0xc420150e70 0xc4201510e8]})]} -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be2 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be3 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be4 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be5 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU be9 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bea Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU beb Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bec Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bed Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bee Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bef Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.356 UTC [common/configtx] addToMap -> DEBU bf0 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.357 UTC [policies] GetPolicy -> DEBU bf1 Returning policy Admins for evaluation -2018-01-14 11:45:36.357 UTC [cauthdsl] func1 -> DEBU bf2 0xc420026980 gate 1515930336357197964 evaluation starts -2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf3 0xc420026980 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf4 0xc420026980 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.357 UTC [msp/identity] newIdentity -> DEBU bf5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.357 UTC [msp] SatisfiesPrincipal -> DEBU bf6 Checking if identity satisfies ADMIN role for Org2MSP -2018-01-14 11:45:36.357 UTC [cauthdsl] func2 -> DEBU bf7 0xc420026980 principal matched by identity 0 -2018-01-14 11:45:36.357 UTC [msp/identity] Verify -> DEBU bf8 Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -2018-01-14 11:45:36.357 UTC [msp/identity] Verify -> DEBU bf9 Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -00000040 f2 28 fe a6 78 9f 80 |.(..x..| -2018-01-14 11:45:36.358 UTC [cauthdsl] func2 -> DEBU bfa 0xc420026980 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.358 UTC [cauthdsl] func1 -> DEBU bfb 0xc420026980 gate 1515930336357197964 evaluation succeeds -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfc Setting policy for key Admins to -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfd Setting policy for key Readers to -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bfe Setting policy for key Writers to -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU bff Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c00 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c01 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c02 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c03 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c04 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c05 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c06 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c07 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c08 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c09 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.358 UTC [common/configtx] recurseConfigMap -> DEBU c0a Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0b Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0c Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0d Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.359 UTC [common/configtx] recurseConfigMap -> DEBU c0e Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.359 UTC [common/configtx] processConfig -> DEBU c0f Beginning new config for channel businesschannel -2018-01-14 11:45:36.359 UTC [common/config] NewStandardValues -> DEBU c10 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c11 Processing field: HashingAlgorithm -2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c12 Processing field: BlockDataHashingStructure -2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c13 Processing field: OrdererAddresses -2018-01-14 11:45:36.359 UTC [common/config] initializeProtosStruct -> DEBU c14 Processing field: Consortium -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c15 Proposed new policy Readers for Channel -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c16 Proposed new policy Writers for Channel -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c17 Proposed new policy Admins for Channel -2018-01-14 11:45:36.359 UTC [common/config] NewStandardValues -> DEBU c18 Initializing protos for *struct {} -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c19 Proposed new policy Writers for Application -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c1a Proposed new policy Readers for Application -2018-01-14 11:45:36.359 UTC [policies] ProposePolicy -> DEBU c1b Proposed new policy Admins for Application -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c1c Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c1d Processing field: MSP -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c1e Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c1f Processing field: AnchorPeers -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c20 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c21 Processing field: MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c22 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c23 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c24 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c25 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c26 Processing field: MSP -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c27 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c28 Processing field: AnchorPeers -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c29 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c2a Processing field: MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2b Proposed new policy Admins for Org1MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2c Proposed new policy Readers for Org1MSP -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c2d Proposed new policy Writers for Org1MSP -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c2e Initializing protos for *config.OrdererProtos -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c2f Processing field: ConsensusType -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c30 Processing field: BatchSize -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c31 Processing field: BatchTimeout -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c32 Processing field: KafkaBrokers -2018-01-14 11:45:36.360 UTC [common/config] initializeProtosStruct -> DEBU c33 Processing field: ChannelRestrictions -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c34 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c35 Proposed new policy Readers for Orderer -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c36 Proposed new policy Writers for Orderer -2018-01-14 11:45:36.360 UTC [policies] ProposePolicy -> DEBU c37 Proposed new policy Admins for Orderer -2018-01-14 11:45:36.360 UTC [common/config] NewStandardValues -> DEBU c38 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.361 UTC [common/config] initializeProtosStruct -> DEBU c39 Processing field: MSP -2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3a Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3b Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:36.361 UTC [policies] ProposePolicy -> DEBU c3c Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:36.361 UTC [common/config] Validate -> DEBU c3d Anchor peers for org Org2MSP are anchor_peers: -2018-01-14 11:45:36.361 UTC [common/config] validateMSP -> DEBU c3e Setting up MSP for org Org2MSP -2018-01-14 11:45:36.361 UTC [msp] NewBccspMsp -> DEBU c3f Creating BCCSP-based MSP instance -2018-01-14 11:45:36.361 UTC [msp] Setup -> DEBU c40 Setting up MSP instance Org2MSP -2018-01-14 11:45:36.361 UTC [msp/identity] newIdentity -> DEBU c41 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -SCjyRdD3aQ== ------END CERTIFICATE----- -2018-01-14 11:45:36.362 UTC [msp/identity] newIdentity -> DEBU c42 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.362 UTC [msp/identity] newIdentity -> DEBU c43 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.363 UTC [msp] Validate -> DEBU c44 MSP Org2MSP validating identity -2018-01-14 11:45:36.363 UTC [common/config] Validate -> DEBU c45 Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:36.363 UTC [common/config] validateMSP -> DEBU c46 Setting up MSP for org Org1MSP -2018-01-14 11:45:36.363 UTC [msp] NewBccspMsp -> DEBU c47 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.363 UTC [msp] Setup -> DEBU c48 Setting up MSP instance Org1MSP -2018-01-14 11:45:36.363 UTC [msp/identity] newIdentity -> DEBU c49 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE -AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA -BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf -db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG -BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx -JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi -/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ -H7n8z1pj5w== ------END CERTIFICATE----- -2018-01-14 11:45:36.364 UTC [msp/identity] newIdentity -> DEBU c4a Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:36.364 UTC [msp/identity] newIdentity -> DEBU c4b Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:45:36.365 UTC [msp] Validate -> DEBU c4c MSP Org1MSP validating identity -2018-01-14 11:45:36.365 UTC [common/config] validateMSP -> DEBU c4d Setting up MSP for org OrdererOrg -2018-01-14 11:45:36.365 UTC [msp] NewBccspMsp -> DEBU c4e Creating BCCSP-based MSP instance -2018-01-14 11:45:36.365 UTC [msp] Setup -> DEBU c4f Setting up MSP instance OrdererMSP -2018-01-14 11:45:36.365 UTC [msp/identity] newIdentity -> DEBU c50 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:36.366 UTC [msp/identity] newIdentity -> DEBU c51 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.366 UTC [msp/identity] newIdentity -> DEBU c52 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.367 UTC [msp] Validate -> DEBU c53 MSP OrdererMSP validating identity -2018-01-14 11:45:36.367 UTC [msp] Setup -> DEBU c54 Setting up the MSP manager (3 msps) -2018-01-14 11:45:36.367 UTC [msp] Setup -> DEBU c55 MSP manager setup complete, setup 3 msps -2018-01-14 11:45:36.367 UTC [orderer/common/broadcast] Handle -> DEBU c56 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG -2018-01-14 11:45:36.367 UTC [policies] GetPolicy -> DEBU c57 Returning policy Writers for evaluation -2018-01-14 11:45:36.367 UTC [cauthdsl] func1 -> DEBU c58 0xc420150108 gate 1515930336367610064 evaluation starts -2018-01-14 11:45:36.367 UTC [cauthdsl] func2 -> DEBU c59 0xc420150108 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.367 UTC [cauthdsl] func2 -> DEBU c5a 0xc420150108 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.367 UTC [msp/identity] newIdentity -> DEBU c5b Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.819 UTC [cauthdsl] func2 -> DEBU bef 0xc420026ec8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf0 0xc420026ec8 principal evaluation fails +2018-01-18 01:58:55.820 UTC [cauthdsl] func1 -> DEBU bf1 0xc420026ec8 gate 1516240735819169285 evaluation fails +2018-01-18 01:58:55.820 UTC [cauthdsl] func1 -> DEBU bf2 0xc420026ed8 gate 1516240735820199170 evaluation starts +2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf3 0xc420026ed8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf4 0xc420026ed8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.820 UTC [msp/identity] newIdentity -> DEBU bf5 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -5678,148 +5471,58 @@ DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH /4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:36.368 UTC [msp] SatisfiesPrincipal -> DEBU c5c Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:45:36.368 UTC [msp] Validate -> DEBU c5d MSP OrdererMSP validating identity -2018-01-14 11:45:36.368 UTC [cauthdsl] func2 -> DEBU c5e 0xc420150108 principal matched by identity 0 -2018-01-14 11:45:36.368 UTC [msp/identity] Verify -> DEBU c5f Verify: digest = 00000000 8d 14 7c c5 6c 62 aa 57 0f a1 f0 0b 99 d2 1c 96 |..|.lb.W........| -00000010 9e 1e bc d4 09 e5 e4 15 7f 17 60 59 d4 e7 98 38 |..........`Y...8| -2018-01-14 11:45:36.368 UTC [msp/identity] Verify -> DEBU c60 Verify: sig = 00000000 30 45 02 21 00 91 24 4a 84 29 74 b4 ce cc 11 f5 |0E.!..$J.)t.....| -00000010 55 7d 89 6d cf 0c d0 53 cb 1f be 7b 51 08 bf c0 |U}.m...S...{Q...| -00000020 c6 18 d8 d5 50 02 20 14 f1 aa 1f de a4 bd 6a 58 |....P. .......jX| -00000030 ee 74 d2 f9 e9 a1 8d 1c 85 9c dc aa 1d f2 33 ef |.t............3.| -00000040 55 38 4f d7 55 1a 25 |U8O.U.%| -2018-01-14 11:45:36.368 UTC [cauthdsl] func2 -> DEBU c61 0xc420150108 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.368 UTC [cauthdsl] func1 -> DEBU c62 0xc420150108 gate 1515930336367610064 evaluation succeeds -2018-01-14 11:45:36.368 UTC [orderer/common/sigfilter] Apply -> DEBU c63 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b380a0 1 [0xc420150dd8]}) %!s(*policies.implicitMetaPolicy=&{0xc420b386a0 1 [0xc420150e70 0xc4201510e8]})]} -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c64 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c65 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c66 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c67 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c68 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c69 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6a Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6b Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6c Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6d Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6e Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c6f Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c70 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.369 UTC [common/configtx] addToMap -> DEBU c71 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.370 UTC [common/configtx] addToMap -> DEBU c72 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.370 UTC [policies] GetPolicy -> DEBU c73 Returning policy Admins for evaluation -2018-01-14 11:45:36.370 UTC [cauthdsl] func1 -> DEBU c74 0xc420150ec0 gate 1515930336370132064 evaluation starts -2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c75 0xc420150ec0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c76 0xc420150ec0 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.370 UTC [msp/identity] newIdentity -> DEBU c77 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.370 UTC [msp] SatisfiesPrincipal -> DEBU c78 Checking if identity satisfies ADMIN role for Org2MSP -2018-01-14 11:45:36.370 UTC [cauthdsl] func2 -> DEBU c79 0xc420150ec0 principal matched by identity 0 -2018-01-14 11:45:36.370 UTC [msp/identity] Verify -> DEBU c7a Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -2018-01-14 11:45:36.370 UTC [msp/identity] Verify -> DEBU c7b Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -00000040 f2 28 fe a6 78 9f 80 |.(..x..| -2018-01-14 11:45:36.371 UTC [cauthdsl] func2 -> DEBU c7c 0xc420150ec0 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.371 UTC [cauthdsl] func1 -> DEBU c7d 0xc420150ec0 gate 1515930336370132064 evaluation succeeds -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c7e Setting policy for key Readers to -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c7f Setting policy for key Writers to -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c80 Setting policy for key Admins to -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c81 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c82 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c83 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c84 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c85 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c86 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.371 UTC [common/configtx] recurseConfigMap -> DEBU c87 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c88 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c89 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8a Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8b Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8c Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8d Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8e Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c8f Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] recurseConfigMap -> DEBU c90 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.372 UTC [common/configtx] processConfig -> DEBU c91 Beginning new config for channel businesschannel -2018-01-14 11:45:36.372 UTC [common/config] NewStandardValues -> DEBU c92 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c93 Processing field: HashingAlgorithm -2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c94 Processing field: BlockDataHashingStructure -2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c95 Processing field: OrdererAddresses -2018-01-14 11:45:36.372 UTC [common/config] initializeProtosStruct -> DEBU c96 Processing field: Consortium -2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c97 Proposed new policy Admins for Channel -2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c98 Proposed new policy Readers for Channel -2018-01-14 11:45:36.372 UTC [policies] ProposePolicy -> DEBU c99 Proposed new policy Writers for Channel -2018-01-14 11:45:36.372 UTC [common/config] NewStandardValues -> DEBU c9a Initializing protos for *struct {} -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9b Proposed new policy Writers for Application -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9c Proposed new policy Readers for Application -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU c9d Proposed new policy Admins for Application -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU c9e Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU c9f Processing field: MSP -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca0 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca1 Processing field: AnchorPeers -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca2 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca3 Processing field: MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca4 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca5 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU ca6 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca7 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU ca8 Processing field: MSP -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU ca9 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU caa Processing field: AnchorPeers -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU cab Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cac Processing field: MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU cad Proposed new policy Admins for Org1MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU cae Proposed new policy Readers for Org1MSP -2018-01-14 11:45:36.373 UTC [policies] ProposePolicy -> DEBU caf Proposed new policy Writers for Org1MSP -2018-01-14 11:45:36.373 UTC [common/config] NewStandardValues -> DEBU cb0 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb1 Processing field: ConsensusType -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb2 Processing field: BatchSize -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb3 Processing field: BatchTimeout -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb4 Processing field: KafkaBrokers -2018-01-14 11:45:36.373 UTC [common/config] initializeProtosStruct -> DEBU cb5 Processing field: ChannelRestrictions -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb6 Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb7 Proposed new policy Readers for Orderer -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb8 Proposed new policy Writers for Orderer -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cb9 Proposed new policy Admins for Orderer -2018-01-14 11:45:36.374 UTC [common/config] NewStandardValues -> DEBU cba Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.374 UTC [common/config] initializeProtosStruct -> DEBU cbb Processing field: MSP -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbc Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbd Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:36.374 UTC [policies] ProposePolicy -> DEBU cbe Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:36.374 UTC [common/config] Validate -> DEBU cbf Anchor peers for org Org2MSP are anchor_peers: -2018-01-14 11:45:36.374 UTC [common/config] validateMSP -> DEBU cc0 Setting up MSP for org Org2MSP -2018-01-14 11:45:36.374 UTC [msp] NewBccspMsp -> DEBU cc1 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.374 UTC [msp] Setup -> DEBU cc2 Setting up MSP instance Org2MSP -2018-01-14 11:45:36.375 UTC [msp/identity] newIdentity -> DEBU cc3 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf6 0xc420026ed8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +2018-01-18 01:58:55.820 UTC [cauthdsl] func2 -> DEBU bf7 0xc420026ed8 principal evaluation fails +2018-01-18 01:58:55.821 UTC [cauthdsl] func1 -> DEBU bf8 0xc420026ed8 gate 1516240735820199170 evaluation fails +2018-01-18 01:58:55.821 UTC [cauthdsl] func1 -> DEBU bf9 0xc420026f30 gate 1516240735821181678 evaluation starts +2018-01-18 01:58:55.821 UTC [cauthdsl] func2 -> DEBU bfa 0xc420026f30 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.821 UTC [cauthdsl] func2 -> DEBU bfb 0xc420026f30 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.821 UTC [msp/identity] newIdentity -> DEBU bfc Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu -b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa -MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T -YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD -ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE -mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 -sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG -BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ -xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv -WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk -SCjyRdD3aQ== +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl -----END CERTIFICATE----- -2018-01-14 11:45:36.375 UTC [msp/identity] newIdentity -> DEBU cc4 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.821 UTC [msp] SatisfiesPrincipal -> DEBU bfd Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:55.822 UTC [msp] Validate -> DEBU bfe MSP OrdererMSP validating identity +2018-01-18 01:58:55.822 UTC [cauthdsl] func2 -> DEBU bff 0xc420026f30 principal matched by identity 0 +2018-01-18 01:58:55.822 UTC [msp/identity] Verify -> DEBU c00 Verify: digest = 00000000 e9 11 5a 91 33 30 86 6e bc 2f 0f 17 db 1a ad a9 |..Z.30.n./......| +00000010 7c 1b 54 f8 79 52 e5 38 a6 3c e8 09 0b 5c fa 76 ||.T.yR.8.<...\.v| +2018-01-18 01:58:55.822 UTC [msp/identity] Verify -> DEBU c01 Verify: sig = 00000000 30 44 02 20 1a 19 ff ce ef 87 b6 2e 8f 69 c8 c9 |0D. .........i..| +00000010 00 a2 99 2e 22 6c 79 bd 68 86 de 91 1e ce 02 ab |...."ly.h.......| +00000020 27 c2 e5 b1 02 20 17 f8 31 ca 60 39 1a 4b 63 e9 |'.... ..1.`9.Kc.| +00000030 70 cd ea 2e fb 71 84 be 00 59 ce e7 38 92 b1 c3 |p....q...Y..8...| +00000040 92 cf 85 2a d9 00 |...*..| +2018-01-18 01:58:55.822 UTC [cauthdsl] func2 -> DEBU c02 0xc420026f30 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.823 UTC [cauthdsl] func1 -> DEBU c03 0xc420026f30 gate 1516240735821181678 evaluation succeeds +2018-01-18 01:58:55.823 UTC [orderer/common/sigfilter] Apply -> DEBU c04 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a394a0 1 [0xc420026638 0xc420026700]}) %!s(*policies.implicitMetaPolicy=&{0xc42039e3e0 1 [0xc4200267c8]})]} +2018-01-18 01:58:55.823 UTC [common/configtx] addToMap -> DEBU c05 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.825 UTC [common/configtx] addToMap -> DEBU c06 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.825 UTC [common/configtx] addToMap -> DEBU c07 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c08 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c09 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.826 UTC [common/configtx] addToMap -> DEBU c0a Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.827 UTC [common/configtx] addToMap -> DEBU c0b Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.827 UTC [common/configtx] addToMap -> DEBU c0c Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0d Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0e Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c0f Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.828 UTC [common/configtx] addToMap -> DEBU c10 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c11 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c12 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.829 UTC [common/configtx] addToMap -> DEBU c13 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.830 UTC [policies] GetPolicy -> DEBU c14 Returning policy Admins for evaluation +2018-01-18 01:58:55.830 UTC [cauthdsl] func1 -> DEBU c15 0xc42014a508 gate 1516240735830233250 evaluation starts +2018-01-18 01:58:55.830 UTC [cauthdsl] func2 -> DEBU c16 0xc42014a508 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.830 UTC [cauthdsl] func2 -> DEBU c17 0xc42014a508 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.831 UTC [msp/identity] newIdentity -> DEBU c18 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5833,30 +5536,87 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.377 UTC [orderer/common/deliver] Handle -> WARN cc5 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:36.377 UTC [orderer/main] func1 -> DEBU cc6 Closing Deliver stream -2018-01-14 11:45:36.378 UTC [msp/identity] newIdentity -> DEBU cc7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.379 UTC [orderer/common/broadcast] Handle -> WARN cc8 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:45:36.379 UTC [orderer/main] func1 -> DEBU cc9 Closing Broadcast stream -2018-01-14 11:45:36.379 UTC [msp] Validate -> DEBU cca MSP Org2MSP validating identity -2018-01-14 11:45:36.379 UTC [common/config] Validate -> DEBU ccb Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:36.380 UTC [common/config] validateMSP -> DEBU ccc Setting up MSP for org Org1MSP -2018-01-14 11:45:36.380 UTC [msp] NewBccspMsp -> DEBU ccd Creating BCCSP-based MSP instance -2018-01-14 11:45:36.380 UTC [msp] Setup -> DEBU cce Setting up MSP instance Org1MSP -2018-01-14 11:45:36.380 UTC [msp/identity] newIdentity -> DEBU ccf Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.831 UTC [msp] SatisfiesPrincipal -> DEBU c19 Checking if identity satisfies ADMIN role for Org2MSP +2018-01-18 01:58:55.831 UTC [cauthdsl] func2 -> DEBU c1a 0xc42014a508 principal matched by identity 0 +2018-01-18 01:58:55.831 UTC [msp/identity] Verify -> DEBU c1b Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +2018-01-18 01:58:55.831 UTC [msp/identity] Verify -> DEBU c1c Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +00000040 8d 10 f4 ce 7a 7f |....z.| +2018-01-18 01:58:55.831 UTC [cauthdsl] func2 -> DEBU c1d 0xc42014a508 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.831 UTC [cauthdsl] func1 -> DEBU c1e 0xc42014a508 gate 1516240735830233250 evaluation succeeds +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c1f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c20 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c21 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c22 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c23 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c24 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:55.832 UTC [common/configtx] recurseConfigMap -> DEBU c25 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c26 Setting policy for key Readers to +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c27 Setting policy for key Writers to +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c28 Setting policy for key Admins to +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c29 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2c Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2d Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2e Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c2f Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c30 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.833 UTC [common/configtx] recurseConfigMap -> DEBU c31 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.834 UTC [common/configtx] processConfig -> DEBU c32 Beginning new config for channel businesschannel +2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c33 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c34 Processing field: HashingAlgorithm +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c35 Processing field: BlockDataHashingStructure +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c36 Processing field: OrdererAddresses +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c37 Processing field: Consortium +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c38 Proposed new policy Admins for Channel +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c39 Proposed new policy Readers for Channel +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3a Proposed new policy Writers for Channel +2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c3b Initializing protos for *struct {} +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3c Proposed new policy Admins for Application +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3d Proposed new policy Writers for Application +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c3e Proposed new policy Readers for Application +2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c3f Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c40 Processing field: MSP +2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c41 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c42 Processing field: AnchorPeers +2018-01-18 01:58:55.834 UTC [common/config] NewStandardValues -> DEBU c43 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.834 UTC [common/config] initializeProtosStruct -> DEBU c44 Processing field: MSP +2018-01-18 01:58:55.834 UTC [policies] ProposePolicy -> DEBU c45 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c46 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c47 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c48 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c49 Processing field: MSP +2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c4a Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c4b Processing field: AnchorPeers +2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c4c Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c4d Processing field: MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c4e Proposed new policy Readers for Org2MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c4f Proposed new policy Writers for Org2MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c50 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c51 Initializing protos for *config.OrdererProtos +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c52 Processing field: ConsensusType +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c53 Processing field: BatchSize +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c54 Processing field: BatchTimeout +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c55 Processing field: KafkaBrokers +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c56 Processing field: ChannelRestrictions +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c57 Proposed new policy Writers for Orderer +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c58 Proposed new policy Admins for Orderer +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c59 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5a Proposed new policy Readers for Orderer +2018-01-18 01:58:55.835 UTC [common/config] NewStandardValues -> DEBU c5b Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.835 UTC [common/config] initializeProtosStruct -> DEBU c5c Processing field: MSP +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5d Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5e Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:55.835 UTC [policies] ProposePolicy -> DEBU c5f Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:55.836 UTC [common/config] Validate -> DEBU c60 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:55.836 UTC [common/config] validateMSP -> DEBU c61 Setting up MSP for org Org1MSP +2018-01-18 01:58:55.836 UTC [msp] NewBccspMsp -> DEBU c62 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.836 UTC [msp] Setup -> DEBU c63 Setting up MSP instance Org1MSP +2018-01-18 01:58:55.836 UTC [msp/identity] newIdentity -> DEBU c64 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5871,7 +5631,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:36.381 UTC [msp/identity] newIdentity -> DEBU cd0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.836 UTC [msp/identity] newIdentity -> DEBU c65 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5885,7 +5645,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.382 UTC [msp/identity] newIdentity -> DEBU cd1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.837 UTC [msp/identity] newIdentity -> DEBU c66 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -5899,210 +5659,12 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.383 UTC [msp] Validate -> DEBU cd2 MSP Org1MSP validating identity -2018-01-14 11:45:36.383 UTC [common/config] validateMSP -> DEBU cd3 Setting up MSP for org OrdererOrg -2018-01-14 11:45:36.383 UTC [msp] NewBccspMsp -> DEBU cd4 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.383 UTC [msp] Setup -> DEBU cd5 Setting up MSP instance OrdererMSP -2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd6 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt -cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV -BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp -c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j -b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW -gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w -XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD -AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK -BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs -KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= ------END CERTIFICATE----- -2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.384 UTC [msp/identity] newIdentity -> DEBU cd8 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:45:36.385 UTC [msp] Validate -> DEBU cd9 MSP OrdererMSP validating identity -2018-01-14 11:45:36.385 UTC [msp] Setup -> DEBU cda Setting up the MSP manager (3 msps) -2018-01-14 11:45:36.385 UTC [msp] Setup -> DEBU cdb MSP manager setup complete, setup 3 msps -2018-01-14 11:45:36.385 UTC [orderer/common/blockcutter] Ordered -> DEBU cdc Found message which requested to be isolated, cutting into its own batch -2018-01-14 11:45:36.385 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU cdd retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:45:36.385 UTC [fsblkstorage] newBlockfileStream -> DEBU cde newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -2018-01-14 11:45:36.385 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU cdf Remaining bytes=[13733], Going to peek [8] bytes -2018-01-14 11:45:36.385 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ce0 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -2018-01-14 11:45:36.385 UTC [common/configtx] addToMap -> DEBU ce1 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce2 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce3 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce4 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce5 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce8 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ce9 Adding to config map: [Groups] /Channel/Application/Org1MSP -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cea Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ceb Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cec Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU ced Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cee Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cef Adding to config map: [Policy] /Channel/Application/Readers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf0 Adding to config map: [Policy] /Channel/Application/Admins -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf1 Adding to config map: [Policy] /Channel/Application/Writers -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf2 Adding to config map: [Groups] /Channel/Orderer -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf3 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -2018-01-14 11:45:36.386 UTC [common/configtx] addToMap -> DEBU cf4 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf5 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf6 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf7 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf8 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cf9 Adding to config map: [Values] /Channel/Orderer/ConsensusType -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfa Adding to config map: [Values] /Channel/Orderer/BatchSize -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfb Adding to config map: [Values] /Channel/Orderer/BatchTimeout -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfc Adding to config map: [Policy] /Channel/Orderer/Writers -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfd Adding to config map: [Policy] /Channel/Orderer/Admins -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cfe Adding to config map: [Policy] /Channel/Orderer/BlockValidation -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU cff Adding to config map: [Policy] /Channel/Orderer/Readers -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d00 Adding to config map: [Values] /Channel/HashingAlgorithm -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d01 Adding to config map: [Values] /Channel/BlockDataHashingStructure -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d02 Adding to config map: [Values] /Channel/Consortium -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d03 Adding to config map: [Values] /Channel/OrdererAddresses -2018-01-14 11:45:36.387 UTC [common/configtx] addToMap -> DEBU d04 Adding to config map: [Policy] /Channel/Admins -2018-01-14 11:45:36.392 UTC [common/configtx] addToMap -> DEBU d05 Adding to config map: [Policy] /Channel/Readers -2018-01-14 11:45:36.392 UTC [common/configtx] addToMap -> DEBU d06 Adding to config map: [Policy] /Channel/Writers -2018-01-14 11:45:36.393 UTC [common/configtx] addToMap -> DEBU d07 Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.393 UTC [common/configtx] addToMap -> DEBU d08 Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d09 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0b Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0e Adding to config map: [Groups] /Channel -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d0f Adding to config map: [Groups] /Channel/Application -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d10 Adding to config map: [Groups] /Channel/Application/Org2MSP -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d11 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d12 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d13 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d14 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -2018-01-14 11:45:36.394 UTC [common/configtx] addToMap -> DEBU d15 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -2018-01-14 11:45:36.394 UTC [policies] GetPolicy -> DEBU d16 Returning policy Admins for evaluation -2018-01-14 11:45:36.394 UTC [cauthdsl] func1 -> DEBU d17 0xc420150870 gate 1515930336394829864 evaluation starts -2018-01-14 11:45:36.394 UTC [cauthdsl] func2 -> DEBU d18 0xc420150870 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:36.394 UTC [cauthdsl] func2 -> DEBU d19 0xc420150870 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:36.395 UTC [msp/identity] newIdentity -> DEBU d1a Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 -mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr -ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ -84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS -AXYxULZpXYDQXt1KaLI= ------END CERTIFICATE----- -2018-01-14 11:45:36.395 UTC [msp] SatisfiesPrincipal -> DEBU d1b Checking if identity satisfies ADMIN role for Org2MSP -2018-01-14 11:45:36.395 UTC [cauthdsl] func2 -> DEBU d1c 0xc420150870 principal matched by identity 0 -2018-01-14 11:45:36.395 UTC [msp/identity] Verify -> DEBU d1d Verify: digest = 00000000 c3 7e 13 97 11 8f 8d ae 6e 77 14 93 5d 5e 84 01 |.~......nw..]^..| -00000010 d3 b2 a7 73 06 2c 87 19 e1 94 ff fc b6 28 68 18 |...s.,.......(h.| -2018-01-14 11:45:36.395 UTC [msp/identity] Verify -> DEBU d1e Verify: sig = 00000000 30 45 02 21 00 81 98 e7 87 77 c4 bf 8d d8 66 34 |0E.!.....w....f4| -00000010 6c 42 b3 33 db 11 f7 2f e2 9f f5 10 40 56 ca 81 |lB.3.../....@V..| -00000020 ec 0a bb 1b 7e 02 20 40 79 fb 1d 28 3c cf fe b1 |....~. @y..(<...| -00000030 15 07 43 0f ef ce a1 0d 09 0d 45 ce 25 b9 b1 12 |..C.......E.%...| -00000040 f2 28 fe a6 78 9f 80 |.(..x..| -2018-01-14 11:45:36.395 UTC [cauthdsl] func2 -> DEBU d1f 0xc420150870 principal evaluation succeeds for identity 0 -2018-01-14 11:45:36.396 UTC [cauthdsl] func1 -> DEBU d20 0xc420150870 gate 1515930336394829864 evaluation succeeds -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d21 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d22 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d23 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d24 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d25 Setting policy for key BlockValidation to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d26 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d27 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d28 Setting policy for key Readers to -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d29 Setting policy for key Writers to -2018-01-14 11:45:36.397 UTC [common/configtx] recurseConfigMap -> DEBU d2a Setting policy for key Admins to -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2b Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2c Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2d Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2e Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d2f Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d30 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d31 Setting policy for key Writers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d32 Setting policy for key Admins to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] recurseConfigMap -> DEBU d33 Setting policy for key Readers to policy: mod_policy:"Admins" -2018-01-14 11:45:36.398 UTC [common/configtx] processConfig -> DEBU d34 Beginning new config for channel businesschannel -2018-01-14 11:45:36.398 UTC [common/config] NewStandardValues -> DEBU d35 Initializing protos for *config.ChannelProtos -2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d36 Processing field: HashingAlgorithm -2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d37 Processing field: BlockDataHashingStructure -2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d38 Processing field: OrdererAddresses -2018-01-14 11:45:36.398 UTC [common/config] initializeProtosStruct -> DEBU d39 Processing field: Consortium -2018-01-14 11:45:36.398 UTC [policies] ProposePolicy -> DEBU d3a Proposed new policy Admins for Channel -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3b Proposed new policy Readers for Channel -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3c Proposed new policy Writers for Channel -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d3d Initializing protos for *struct {} -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3e Proposed new policy Writers for Application -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d3f Proposed new policy Readers for Application -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d40 Proposed new policy Admins for Application -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d41 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d42 Processing field: MSP -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d43 Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d44 Processing field: AnchorPeers -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d45 Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d46 Processing field: MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d47 Proposed new policy Admins for Org2MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d48 Proposed new policy Readers for Org2MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d49 Proposed new policy Writers for Org2MSP -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4a Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4b Processing field: MSP -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4c Initializing protos for *config.ApplicationOrgProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4d Processing field: AnchorPeers -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d4e Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d4f Processing field: MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d50 Proposed new policy Admins for Org1MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d51 Proposed new policy Readers for Org1MSP -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d52 Proposed new policy Writers for Org1MSP -2018-01-14 11:45:36.399 UTC [common/config] NewStandardValues -> DEBU d53 Initializing protos for *config.OrdererProtos -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d54 Processing field: ConsensusType -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d55 Processing field: BatchSize -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d56 Processing field: BatchTimeout -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d57 Processing field: KafkaBrokers -2018-01-14 11:45:36.399 UTC [common/config] initializeProtosStruct -> DEBU d58 Processing field: ChannelRestrictions -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d59 Proposed new policy Writers for Orderer -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d5a Proposed new policy Admins for Orderer -2018-01-14 11:45:36.399 UTC [policies] ProposePolicy -> DEBU d5b Proposed new policy BlockValidation for Orderer -2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d5c Proposed new policy Readers for Orderer -2018-01-14 11:45:36.400 UTC [common/config] NewStandardValues -> DEBU d5d Initializing protos for *config.OrganizationProtos -2018-01-14 11:45:36.400 UTC [common/config] initializeProtosStruct -> DEBU d5e Processing field: MSP -2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d5f Proposed new policy Writers for OrdererOrg -2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d60 Proposed new policy Admins for OrdererOrg -2018-01-14 11:45:36.400 UTC [policies] ProposePolicy -> DEBU d61 Proposed new policy Readers for OrdererOrg -2018-01-14 11:45:36.400 UTC [common/config] Validate -> DEBU d62 Anchor peers for org Org2MSP are anchor_peers: -2018-01-14 11:45:36.400 UTC [common/config] validateMSP -> DEBU d63 Setting up MSP for org Org2MSP -2018-01-14 11:45:36.400 UTC [msp] NewBccspMsp -> DEBU d64 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.400 UTC [msp] Setup -> DEBU d65 Setting up MSP instance Org2MSP -2018-01-14 11:45:36.400 UTC [msp/identity] newIdentity -> DEBU d66 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.838 UTC [msp] Validate -> DEBU c67 MSP Org1MSP validating identity +2018-01-18 01:58:55.838 UTC [common/config] Validate -> DEBU c68 Anchor peers for org Org2MSP are anchor_peers: +2018-01-18 01:58:55.838 UTC [common/config] validateMSP -> DEBU c69 Setting up MSP for org Org2MSP +2018-01-18 01:58:55.838 UTC [msp] NewBccspMsp -> DEBU c6a Creating BCCSP-based MSP instance +2018-01-18 01:58:55.838 UTC [msp] Setup -> DEBU c6b Setting up MSP instance Org2MSP +2018-01-18 01:58:55.838 UTC [msp/identity] newIdentity -> DEBU c6c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu @@ -6117,7 +5679,7 @@ xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk SCjyRdD3aQ== -----END CERTIFICATE----- -2018-01-14 11:45:36.401 UTC [msp/identity] newIdentity -> DEBU d67 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.839 UTC [msp/identity] newIdentity -> DEBU c6d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6131,7 +5693,7 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.401 UTC [msp/identity] newIdentity -> DEBU d68 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.839 UTC [msp/identity] newIdentity -> DEBU c6e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6145,12 +5707,332 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:45:36.402 UTC [msp] Validate -> DEBU d69 MSP Org2MSP validating identity -2018-01-14 11:45:36.402 UTC [common/config] Validate -> DEBU d6a Anchor peers for org Org1MSP are anchor_peers: -2018-01-14 11:45:36.402 UTC [common/config] validateMSP -> DEBU d6b Setting up MSP for org Org1MSP -2018-01-14 11:45:36.402 UTC [msp] NewBccspMsp -> DEBU d6c Creating BCCSP-based MSP instance -2018-01-14 11:45:36.402 UTC [msp] Setup -> DEBU d6d Setting up MSP instance Org1MSP -2018-01-14 11:45:36.402 UTC [msp/identity] newIdentity -> DEBU d6e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.840 UTC [msp] Validate -> DEBU c6f MSP Org2MSP validating identity +2018-01-18 01:58:55.840 UTC [common/config] validateMSP -> DEBU c70 Setting up MSP for org OrdererOrg +2018-01-18 01:58:55.840 UTC [msp] NewBccspMsp -> DEBU c71 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.840 UTC [msp] Setup -> DEBU c72 Setting up MSP instance OrdererMSP +2018-01-18 01:58:55.840 UTC [msp/identity] newIdentity -> DEBU c73 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:55.841 UTC [msp/identity] newIdentity -> DEBU c74 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.841 UTC [msp/identity] newIdentity -> DEBU c75 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.842 UTC [msp] Validate -> DEBU c76 MSP OrdererMSP validating identity +2018-01-18 01:58:55.842 UTC [msp] Setup -> DEBU c77 Setting up the MSP manager (3 msps) +2018-01-18 01:58:55.842 UTC [msp] Setup -> DEBU c78 MSP manager setup complete, setup 3 msps +2018-01-18 01:58:55.842 UTC [orderer/common/broadcast] Handle -> DEBU c79 [channel: businesschannel] Broadcast has successfully enqueued message of type CONFIG +2018-01-18 01:58:55.843 UTC [policies] GetPolicy -> DEBU c7a Returning policy Writers for evaluation +2018-01-18 01:58:55.843 UTC [cauthdsl] func1 -> DEBU c7b 0xc42014aab8 gate 1516240735843201962 evaluation starts +2018-01-18 01:58:55.843 UTC [cauthdsl] func2 -> DEBU c7c 0xc42014aab8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.843 UTC [cauthdsl] func2 -> DEBU c7d 0xc42014aab8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.843 UTC [msp/identity] newIdentity -> DEBU c7e Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c7f 0xc42014aab8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) +2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c80 0xc42014aab8 principal evaluation fails +2018-01-18 01:58:55.844 UTC [cauthdsl] func1 -> DEBU c81 0xc42014aab8 gate 1516240735843201962 evaluation fails +2018-01-18 01:58:55.844 UTC [cauthdsl] func1 -> DEBU c82 0xc42014aac8 gate 1516240735844536995 evaluation starts +2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c83 0xc42014aac8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.844 UTC [cauthdsl] func2 -> DEBU c84 0xc42014aac8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.844 UTC [msp/identity] newIdentity -> DEBU c85 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c86 0xc42014aac8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) +2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c87 0xc42014aac8 principal evaluation fails +2018-01-18 01:58:55.845 UTC [cauthdsl] func1 -> DEBU c88 0xc42014aac8 gate 1516240735844536995 evaluation fails +2018-01-18 01:58:55.845 UTC [cauthdsl] func1 -> DEBU c89 0xc42014aad8 gate 1516240735845413356 evaluation starts +2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8a 0xc42014aad8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8b 0xc42014aad8 processing identity 0 with bytes of 0a0a4f7264657265724d535012eb052d2d2d2d2d424547494e202d2d2d2d2d0a4d4949434444434341624b6741774942416749514d46773551685666776b64767242332b59665966707a414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e566f58445449344d4445774d54457a4d446b314e566f775744454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a593238784844416142674e5642414d54453239795a4756795a5849755a586868625842735a53356a623230775754415442676371686b6a4f50514942426767710a686b6a4f50514d4242774e4341415269636b52674754716f7542614f2b49564c392b5730633030537537783136725838496a4e476a6f36675a6b5541596a707a0a4d4b6d423143525733656f5532745564367249424d586a344d514655524539577a4f65746f303077537a414f42674e56485138424166384542414d43423441770a44415944565230544151482f424149774144417242674e5648534d454a4441696743415a487961684e622b704b6f656930683449696732387858506278436d4e0a52765a4e4c612b314b38754e716a414b42676771686b6a4f5051514441674e49414442464169454176547249334279344d52702b334a3142574f6b75613848480a2f345677594636346a6e324f4c496c4e2f2f304349443639536e387273476e6a787234536a46346b373373486f3064336457593958706e374d4d4770442b766c0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.845 UTC [msp/identity] newIdentity -> DEBU c8c Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq +hkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz +MKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw +DAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN +RvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH +/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl +-----END CERTIFICATE----- +2018-01-18 01:58:55.845 UTC [msp] SatisfiesPrincipal -> DEBU c8d Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 01:58:55.845 UTC [msp] Validate -> DEBU c8e MSP OrdererMSP validating identity +2018-01-18 01:58:55.845 UTC [cauthdsl] func2 -> DEBU c8f 0xc42014aad8 principal matched by identity 0 +2018-01-18 01:58:55.845 UTC [msp/identity] Verify -> DEBU c90 Verify: digest = 00000000 e9 11 5a 91 33 30 86 6e bc 2f 0f 17 db 1a ad a9 |..Z.30.n./......| +00000010 7c 1b 54 f8 79 52 e5 38 a6 3c e8 09 0b 5c fa 76 ||.T.yR.8.<...\.v| +2018-01-18 01:58:55.847 UTC [orderer/common/broadcast] Handle -> WARN c92 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:55.847 UTC [orderer/main] func1 -> DEBU c93 Closing Broadcast stream +2018-01-18 01:58:55.847 UTC [orderer/common/deliver] Handle -> WARN c94 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:58:55.845 UTC [msp/identity] Verify -> DEBU c91 Verify: sig = 00000000 30 44 02 20 1a 19 ff ce ef 87 b6 2e 8f 69 c8 c9 |0D. .........i..| +00000010 00 a2 99 2e 22 6c 79 bd 68 86 de 91 1e ce 02 ab |...."ly.h.......| +00000020 27 c2 e5 b1 02 20 17 f8 31 ca 60 39 1a 4b 63 e9 |'.... ..1.`9.Kc.| +00000030 70 cd ea 2e fb 71 84 be 00 59 ce e7 38 92 b1 c3 |p....q...Y..8...| +00000040 92 cf 85 2a d9 00 |...*..| +2018-01-18 01:58:55.848 UTC [orderer/main] func1 -> DEBU c95 Closing Deliver stream +2018-01-18 01:58:55.849 UTC [cauthdsl] func2 -> DEBU c96 0xc42014aad8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.849 UTC [cauthdsl] func1 -> DEBU c97 0xc42014aad8 gate 1516240735845413356 evaluation succeeds +2018-01-18 01:58:55.849 UTC [orderer/common/sigfilter] Apply -> DEBU c98 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420a394a0 1 [0xc420026638 0xc420026700]}) %!s(*policies.implicitMetaPolicy=&{0xc42039e3e0 1 [0xc4200267c8]})]} +2018-01-18 01:58:55.850 UTC [common/configtx] addToMap -> DEBU c99 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.850 UTC [common/configtx] addToMap -> DEBU c9a Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9b Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9c Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9d Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.851 UTC [common/configtx] addToMap -> DEBU c9e Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU c9f Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca0 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca1 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca2 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.852 UTC [common/configtx] addToMap -> DEBU ca3 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca4 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca5 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca6 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.853 UTC [common/configtx] addToMap -> DEBU ca7 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.854 UTC [policies] GetPolicy -> DEBU ca8 Returning policy Admins for evaluation +2018-01-18 01:58:55.854 UTC [cauthdsl] func1 -> DEBU ca9 0xc42014b0b8 gate 1516240735854297612 evaluation starts +2018-01-18 01:58:55.854 UTC [cauthdsl] func2 -> DEBU caa 0xc42014b0b8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.854 UTC [cauthdsl] func2 -> DEBU cab 0xc42014b0b8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.854 UTC [msp/identity] newIdentity -> DEBU cac Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.855 UTC [msp] SatisfiesPrincipal -> DEBU cad Checking if identity satisfies ADMIN role for Org2MSP +2018-01-18 01:58:55.855 UTC [cauthdsl] func2 -> DEBU cae 0xc42014b0b8 principal matched by identity 0 +2018-01-18 01:58:55.855 UTC [msp/identity] Verify -> DEBU caf Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +2018-01-18 01:58:55.855 UTC [msp/identity] Verify -> DEBU cb0 Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +00000040 8d 10 f4 ce 7a 7f |....z.| +2018-01-18 01:58:55.855 UTC [cauthdsl] func2 -> DEBU cb1 0xc42014b0b8 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.855 UTC [cauthdsl] func1 -> DEBU cb2 0xc42014b0b8 gate 1516240735854297612 evaluation succeeds +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb3 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb4 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb5 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb6 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb7 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb8 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cb9 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cba Setting policy for key Writers to +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbb Setting policy for key Admins to +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbc Setting policy for key Readers to +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbd Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbe Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cbf Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cc0 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.856 UTC [common/configtx] recurseConfigMap -> DEBU cc1 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc2 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc3 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc4 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.857 UTC [common/configtx] recurseConfigMap -> DEBU cc5 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.857 UTC [common/configtx] processConfig -> DEBU cc6 Beginning new config for channel businesschannel +2018-01-18 01:58:55.857 UTC [common/config] NewStandardValues -> DEBU cc7 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cc8 Processing field: HashingAlgorithm +2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cc9 Processing field: BlockDataHashingStructure +2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU cca Processing field: OrdererAddresses +2018-01-18 01:58:55.857 UTC [common/config] initializeProtosStruct -> DEBU ccb Processing field: Consortium +2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU ccc Proposed new policy Admins for Channel +2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU ccd Proposed new policy Readers for Channel +2018-01-18 01:58:55.857 UTC [policies] ProposePolicy -> DEBU cce Proposed new policy Writers for Channel +2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU ccf Initializing protos for *config.OrdererProtos +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd0 Processing field: ConsensusType +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd1 Processing field: BatchSize +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd2 Processing field: BatchTimeout +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd3 Processing field: KafkaBrokers +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cd4 Processing field: ChannelRestrictions +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd5 Proposed new policy Admins for Orderer +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd6 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd7 Proposed new policy Readers for Orderer +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cd8 Proposed new policy Writers for Orderer +2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU cd9 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.858 UTC [common/config] initializeProtosStruct -> DEBU cda Processing field: MSP +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdb Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdc Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdd Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU cde Initializing protos for *struct {} +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU cdf Proposed new policy Admins for Application +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU ce0 Proposed new policy Writers for Application +2018-01-18 01:58:55.858 UTC [policies] ProposePolicy -> DEBU ce1 Proposed new policy Readers for Application +2018-01-18 01:58:55.858 UTC [common/config] NewStandardValues -> DEBU ce2 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce3 Processing field: MSP +2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ce4 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce5 Processing field: AnchorPeers +2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ce6 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU ce7 Processing field: MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU ce8 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU ce9 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cea Proposed new policy Admins for Org2MSP +2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ceb Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cec Processing field: MSP +2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU ced Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cee Processing field: AnchorPeers +2018-01-18 01:58:55.859 UTC [common/config] NewStandardValues -> DEBU cef Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.859 UTC [common/config] initializeProtosStruct -> DEBU cf0 Processing field: MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf1 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf2 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:55.859 UTC [policies] ProposePolicy -> DEBU cf3 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:55.859 UTC [common/config] validateMSP -> DEBU cf4 Setting up MSP for org OrdererOrg +2018-01-18 01:58:55.859 UTC [msp] NewBccspMsp -> DEBU cf5 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.859 UTC [msp] Setup -> DEBU cf6 Setting up MSP instance OrdererMSP +2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt +cGxlLmNvbTAeFw0xODAxMDMxMzA5NTVaFw0yODAxMDExMzA5NTVaMGkxCzAJBgNV +BAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNp +c2NvMRQwEgYDVQQKEwtleGFtcGxlLmNvbTEXMBUGA1UEAxMOY2EuZXhhbXBsZS5j +b20wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATXITtMFyu5YrBCbk7otQa0PJsW +gdrtiCIXIciPXE8HwJ9MLAf+9DPXV6+o7fmUnWYjNHz7rxZzQz/7rTPCh+Hbo18w +XTAOBgNVHQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTAD +AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK +BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs +KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= +-----END CERTIFICATE----- +2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.860 UTC [msp/identity] newIdentity -> DEBU cf9 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w +bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz +Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX +yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG +A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 +TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh +EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 +-----END CERTIFICATE----- +2018-01-18 01:58:55.861 UTC [msp] Validate -> DEBU cfa MSP OrdererMSP validating identity +2018-01-18 01:58:55.861 UTC [common/config] Validate -> DEBU cfb Anchor peers for org Org2MSP are anchor_peers: +2018-01-18 01:58:55.861 UTC [common/config] validateMSP -> DEBU cfc Setting up MSP for org Org2MSP +2018-01-18 01:58:55.861 UTC [msp] NewBccspMsp -> DEBU cfd Creating BCCSP-based MSP instance +2018-01-18 01:58:55.861 UTC [msp] Setup -> DEBU cfe Setting up MSP instance Org2MSP +2018-01-18 01:58:55.862 UTC [msp/identity] newIdentity -> DEBU cff Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +SCjyRdD3aQ== +-----END CERTIFICATE----- +2018-01-18 01:58:55.862 UTC [msp/identity] newIdentity -> DEBU d00 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.863 UTC [msp/identity] newIdentity -> DEBU d01 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.864 UTC [msp] Validate -> DEBU d02 MSP Org2MSP validating identity +2018-01-18 01:58:55.865 UTC [common/config] Validate -> DEBU d03 Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:55.865 UTC [common/config] validateMSP -> DEBU d04 Setting up MSP for org Org1MSP +2018-01-18 01:58:55.865 UTC [msp] NewBccspMsp -> DEBU d05 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.865 UTC [msp] Setup -> DEBU d06 Setting up MSP instance Org1MSP +2018-01-18 01:58:55.865 UTC [msp/identity] newIdentity -> DEBU d07 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6165,7 +6047,7 @@ JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi /IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ H7n8z1pj5w== -----END CERTIFICATE----- -2018-01-14 11:45:36.403 UTC [msp/identity] newIdentity -> DEBU d6f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.866 UTC [msp/identity] newIdentity -> DEBU d08 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6179,7 +6061,7 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.403 UTC [msp/identity] newIdentity -> DEBU d70 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.866 UTC [msp/identity] newIdentity -> DEBU d09 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6193,11 +6075,165 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:45:36.404 UTC [msp] Validate -> DEBU d71 MSP Org1MSP validating identity -2018-01-14 11:45:36.404 UTC [common/config] validateMSP -> DEBU d72 Setting up MSP for org OrdererOrg -2018-01-14 11:45:36.404 UTC [msp] NewBccspMsp -> DEBU d73 Creating BCCSP-based MSP instance -2018-01-14 11:45:36.404 UTC [msp] Setup -> DEBU d74 Setting up MSP instance OrdererMSP -2018-01-14 11:45:36.404 UTC [msp/identity] newIdentity -> DEBU d75 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.867 UTC [msp] Validate -> DEBU d0a MSP Org1MSP validating identity +2018-01-18 01:58:55.867 UTC [msp] Setup -> DEBU d0b Setting up the MSP manager (3 msps) +2018-01-18 01:58:55.867 UTC [msp] Setup -> DEBU d0c MSP manager setup complete, setup 3 msps +2018-01-18 01:58:55.868 UTC [orderer/common/blockcutter] Ordered -> DEBU d0d Found message which requested to be isolated, cutting into its own batch +2018-01-18 01:58:55.868 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU d0e retrieveBlockByNumber() - blockNum = [1] +2018-01-18 01:58:55.868 UTC [fsblkstorage] newBlockfileStream -> DEBU d0f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +2018-01-18 01:58:55.868 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU d10 Remaining bytes=[13732], Going to peek [8] bytes +2018-01-18 01:58:55.868 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU d11 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d12 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d13 Adding to config map: [Groups] /Channel/Orderer +2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d14 Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d15 Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +2018-01-18 01:58:55.868 UTC [common/configtx] addToMap -> DEBU d16 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d17 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d18 Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d19 Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1a Adding to config map: [Values] /Channel/Orderer/ConsensusType +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1b Adding to config map: [Values] /Channel/Orderer/BatchSize +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1c Adding to config map: [Values] /Channel/Orderer/BatchTimeout +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1d Adding to config map: [Policy] /Channel/Orderer/Admins +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1e Adding to config map: [Policy] /Channel/Orderer/BlockValidation +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d1f Adding to config map: [Policy] /Channel/Orderer/Readers +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d20 Adding to config map: [Policy] /Channel/Orderer/Writers +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d21 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d22 Adding to config map: [Groups] /Channel/Application/Org1MSP +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d23 Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d24 Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d25 Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +2018-01-18 01:58:55.869 UTC [common/configtx] addToMap -> DEBU d26 Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d27 Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d28 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d29 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2a Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2b Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2c Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2d Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2e Adding to config map: [Policy] /Channel/Application/Readers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d2f Adding to config map: [Policy] /Channel/Application/Admins +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d30 Adding to config map: [Policy] /Channel/Application/Writers +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d31 Adding to config map: [Values] /Channel/OrdererAddresses +2018-01-18 01:58:55.870 UTC [common/configtx] addToMap -> DEBU d32 Adding to config map: [Values] /Channel/HashingAlgorithm +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d33 Adding to config map: [Values] /Channel/BlockDataHashingStructure +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d34 Adding to config map: [Values] /Channel/Consortium +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d35 Adding to config map: [Policy] /Channel/Writers +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d36 Adding to config map: [Policy] /Channel/Admins +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d37 Adding to config map: [Policy] /Channel/Readers +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d38 Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d39 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3a Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3b Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3c Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3d Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3e Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d3f Adding to config map: [Groups] /Channel +2018-01-18 01:58:55.871 UTC [common/configtx] addToMap -> DEBU d40 Adding to config map: [Groups] /Channel/Application +2018-01-18 01:58:55.872 UTC [common/configtx] addToMap -> DEBU d41 Adding to config map: [Groups] /Channel/Application/Org2MSP +2018-01-18 01:58:55.872 UTC [common/configtx] addToMap -> DEBU d42 Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d43 Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d44 Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d45 Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +2018-01-18 01:58:55.878 UTC [common/configtx] addToMap -> DEBU d46 Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +2018-01-18 01:58:55.879 UTC [policies] GetPolicy -> DEBU d47 Returning policy Admins for evaluation +2018-01-18 01:58:55.879 UTC [cauthdsl] func1 -> DEBU d48 0xc42014b890 gate 1516240735879598755 evaluation starts +2018-01-18 01:58:55.879 UTC [cauthdsl] func2 -> DEBU d49 0xc42014b890 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:55.879 UTC [cauthdsl] func2 -> DEBU d4a 0xc42014b890 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:55.880 UTC [msp/identity] newIdentity -> DEBU d4b Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.880 UTC [msp] SatisfiesPrincipal -> DEBU d4c Checking if identity satisfies ADMIN role for Org2MSP +2018-01-18 01:58:55.880 UTC [cauthdsl] func2 -> DEBU d4d 0xc42014b890 principal matched by identity 0 +2018-01-18 01:58:55.880 UTC [msp/identity] Verify -> DEBU d4e Verify: digest = 00000000 9d 72 b7 0e 95 b2 86 89 3a d9 b1 85 95 8f bb d7 |.r......:.......| +00000010 01 5c 09 c4 93 48 4e 4e 33 65 ec 0d 5f d5 63 3d |.\...HNN3e.._.c=| +2018-01-18 01:58:55.880 UTC [msp/identity] Verify -> DEBU d4f Verify: sig = 00000000 30 44 02 20 7b 5b dd e2 f4 f1 0a 0b d0 d4 b9 93 |0D. {[..........| +00000010 d4 7f 21 c4 a4 ad 70 70 9f f3 5c e5 34 49 d3 8f |..!...pp..\.4I..| +00000020 80 7e 20 4b 02 20 47 1a ed e4 2b 82 43 82 8a b4 |.~ K. G...+.C...| +00000030 7e 02 4b 68 89 0c c3 b8 da ec 5f 89 9c 63 95 a2 |~.Kh......_..c..| +00000040 8d 10 f4 ce 7a 7f |....z.| +2018-01-18 01:58:55.881 UTC [cauthdsl] func2 -> DEBU d50 0xc42014b890 principal evaluation succeeds for identity 0 +2018-01-18 01:58:55.881 UTC [cauthdsl] func1 -> DEBU d51 0xc42014b890 gate 1516240735879598755 evaluation succeeds +2018-01-18 01:58:55.885 UTC [common/configtx] recurseConfigMap -> DEBU d52 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.885 UTC [common/configtx] recurseConfigMap -> DEBU d53 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.894 UTC [common/configtx] recurseConfigMap -> DEBU d54 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d55 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d56 Setting policy for key BlockValidation to policy: mod_policy:"Admins" +2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d57 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d58 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.895 UTC [common/configtx] recurseConfigMap -> DEBU d59 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.896 UTC [common/configtx] recurseConfigMap -> DEBU d5a Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.896 UTC [common/configtx] recurseConfigMap -> DEBU d5b Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.897 UTC [common/configtx] recurseConfigMap -> DEBU d5c Setting policy for key Readers to +2018-01-18 01:58:55.898 UTC [common/configtx] recurseConfigMap -> DEBU d5d Setting policy for key Writers to +2018-01-18 01:58:55.901 UTC [common/configtx] recurseConfigMap -> DEBU d5e Setting policy for key Admins to +2018-01-18 01:58:55.901 UTC [common/configtx] recurseConfigMap -> DEBU d5f Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d60 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d61 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.902 UTC [common/configtx] recurseConfigMap -> DEBU d62 Setting policy for key Admins to policy: mod_policy:"Admins" +2018-01-18 01:58:55.903 UTC [common/configtx] recurseConfigMap -> DEBU d63 Setting policy for key Readers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.903 UTC [common/configtx] recurseConfigMap -> DEBU d64 Setting policy for key Writers to policy: mod_policy:"Admins" +2018-01-18 01:58:55.903 UTC [common/configtx] processConfig -> DEBU d65 Beginning new config for channel businesschannel +2018-01-18 01:58:55.903 UTC [common/config] NewStandardValues -> DEBU d66 Initializing protos for *config.ChannelProtos +2018-01-18 01:58:55.904 UTC [common/config] initializeProtosStruct -> DEBU d67 Processing field: HashingAlgorithm +2018-01-18 01:58:55.904 UTC [common/config] initializeProtosStruct -> DEBU d68 Processing field: BlockDataHashingStructure +2018-01-18 01:58:55.905 UTC [common/config] initializeProtosStruct -> DEBU d69 Processing field: OrdererAddresses +2018-01-18 01:58:55.905 UTC [common/config] initializeProtosStruct -> DEBU d6a Processing field: Consortium +2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6b Proposed new policy Admins for Channel +2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6c Proposed new policy Readers for Channel +2018-01-18 01:58:55.906 UTC [policies] ProposePolicy -> DEBU d6d Proposed new policy Writers for Channel +2018-01-18 01:58:55.906 UTC [common/config] NewStandardValues -> DEBU d6e Initializing protos for *config.OrdererProtos +2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d6f Processing field: ConsensusType +2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d70 Processing field: BatchSize +2018-01-18 01:58:55.906 UTC [common/config] initializeProtosStruct -> DEBU d71 Processing field: BatchTimeout +2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d72 Processing field: KafkaBrokers +2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d73 Processing field: ChannelRestrictions +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d74 Proposed new policy Writers for Orderer +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d75 Proposed new policy Admins for Orderer +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d76 Proposed new policy BlockValidation for Orderer +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d77 Proposed new policy Readers for Orderer +2018-01-18 01:58:55.907 UTC [common/config] NewStandardValues -> DEBU d78 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.907 UTC [common/config] initializeProtosStruct -> DEBU d79 Processing field: MSP +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7a Proposed new policy Writers for OrdererOrg +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7b Proposed new policy Admins for OrdererOrg +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7c Proposed new policy Readers for OrdererOrg +2018-01-18 01:58:55.907 UTC [common/config] NewStandardValues -> DEBU d7d Initializing protos for *struct {} +2018-01-18 01:58:55.907 UTC [policies] ProposePolicy -> DEBU d7e Proposed new policy Admins for Application +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d7f Proposed new policy Writers for Application +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d80 Proposed new policy Readers for Application +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d81 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d82 Processing field: MSP +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d83 Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d84 Processing field: AnchorPeers +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d85 Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d86 Processing field: MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d87 Proposed new policy Admins for Org1MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d88 Proposed new policy Readers for Org1MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d89 Proposed new policy Writers for Org1MSP +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8a Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8b Processing field: MSP +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8c Initializing protos for *config.ApplicationOrgProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8d Processing field: AnchorPeers +2018-01-18 01:58:55.908 UTC [common/config] NewStandardValues -> DEBU d8e Initializing protos for *config.OrganizationProtos +2018-01-18 01:58:55.908 UTC [common/config] initializeProtosStruct -> DEBU d8f Processing field: MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d90 Proposed new policy Readers for Org2MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d91 Proposed new policy Writers for Org2MSP +2018-01-18 01:58:55.908 UTC [policies] ProposePolicy -> DEBU d92 Proposed new policy Admins for Org2MSP +2018-01-18 01:58:55.908 UTC [common/config] validateMSP -> DEBU d93 Setting up MSP for org OrdererOrg +2018-01-18 01:58:55.909 UTC [msp] NewBccspMsp -> DEBU d94 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.909 UTC [msp] Setup -> DEBU d95 Setting up MSP instance OrdererMSP +2018-01-18 01:58:55.909 UTC [msp/identity] newIdentity -> DEBU d96 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICLzCCAdagAwIBAgIRAJ+yzbH/UC7d1+5ycRzodYUwCgYIKoZIzj0EAwIwaTEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xFDASBgNVBAoTC2V4YW1wbGUuY29tMRcwFQYDVQQDEw5jYS5leGFt @@ -6211,7 +6247,7 @@ AQH/MCkGA1UdDgQiBCAZHyahNb+pKoei0h4Iig28xXPbxCmNRvZNLa+1K8uNqjAK BggqhkjOPQQDAgNHADBEAiB/XwanLaD/Nkm3nFIjBjFGLyqOtMcIdFa01QP04oRs KQIgUs1Bbci6IVdRg+h2krVlcL50pi+ZXHjYW9KTJXFJpEA= -----END CERTIFICATE----- -2018-01-14 11:45:36.404 UTC [msp/identity] newIdentity -> DEBU d76 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.909 UTC [msp/identity] newIdentity -> DEBU d97 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -6224,7 +6260,7 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:36.405 UTC [msp/identity] newIdentity -> DEBU d77 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.910 UTC [msp/identity] newIdentity -> DEBU d98 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -6237,116 +6273,212 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:45:36.405 UTC [msp] Validate -> DEBU d78 MSP OrdererMSP validating identity -2018-01-14 11:45:36.405 UTC [msp] Setup -> DEBU d79 Setting up the MSP manager (3 msps) -2018-01-14 11:45:36.405 UTC [msp] Setup -> DEBU d7a MSP manager setup complete, setup 3 msps -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7b Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d7c In commit adding relative sub-policy Org2MSP/Admins to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7d Returning policy Readers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d7e In commit adding relative sub-policy Org2MSP/Readers to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d7f Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d80 In commit adding relative sub-policy Org2MSP/Writers to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d81 Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d82 In commit adding relative sub-policy Org1MSP/Writers to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d83 Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d84 In commit adding relative sub-policy Org1MSP/Admins to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d85 Returning policy Readers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d86 In commit adding relative sub-policy Org1MSP/Readers to Application -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d87 Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d88 Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d89 Returning policy Readers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8a Returning policy Readers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8b Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8c Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8d Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d8e In commit adding relative sub-policy OrdererOrg/Writers to Orderer -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d8f Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d90 In commit adding relative sub-policy OrdererOrg/Admins to Orderer -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d91 Returning policy Readers for evaluation -2018-01-14 11:45:36.406 UTC [policies] CommitProposals -> DEBU d92 In commit adding relative sub-policy OrdererOrg/Readers to Orderer -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d93 Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d94 Returning policy Admins for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d95 Returning policy Writers for evaluation -2018-01-14 11:45:36.406 UTC [policies] GetPolicy -> DEBU d96 Returning policy Readers for evaluation -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d97 Returning policy Writers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d98 In commit adding relative sub-policy Application/Writers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d99 Returning policy Readers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9a In commit adding relative sub-policy Application/Readers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9b Returning policy Org2MSP/Admins for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9c In commit adding relative sub-policy Application/Org2MSP/Admins to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9d Returning policy Org2MSP/Readers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU d9e In commit adding relative sub-policy Application/Org2MSP/Readers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU d9f Returning policy Org2MSP/Writers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da0 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da1 Returning policy Org1MSP/Writers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da2 In commit adding relative sub-policy Application/Org1MSP/Writers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da3 Returning policy Org1MSP/Admins for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da4 In commit adding relative sub-policy Application/Org1MSP/Admins to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da5 Returning policy Admins for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da6 In commit adding relative sub-policy Application/Admins to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da7 Returning policy Org1MSP/Readers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU da8 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU da9 Returning policy Writers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU daa In commit adding relative sub-policy Orderer/Writers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU dab Returning policy Admins for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU dac In commit adding relative sub-policy Orderer/Admins to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU dad Returning policy BlockValidation for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU dae In commit adding relative sub-policy Orderer/BlockValidation to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU daf Returning policy Readers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU db0 In commit adding relative sub-policy Orderer/Readers to Channel -2018-01-14 11:45:36.407 UTC [policies] GetPolicy -> DEBU db1 Returning policy OrdererOrg/Writers for evaluation -2018-01-14 11:45:36.407 UTC [policies] CommitProposals -> DEBU db2 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db3 Returning policy OrdererOrg/Admins for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU db4 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db5 Returning policy OrdererOrg/Readers for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU db6 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db7 Returning policy Admins for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db8 Returning policy Admins for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU db9 Returning policy Readers for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dba Returning policy Readers for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbb Returning policy Writers for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbc Returning policy Writers for evaluation -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbd Returning policy Readers for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dbe As expected, current configuration has policy '/Channel/Readers' -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dbf Returning policy Writers for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc0 As expected, current configuration has policy '/Channel/Writers' -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc1 Returning policy Application/Readers for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc2 As expected, current configuration has policy '/Channel/Application/Readers' -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc3 Returning policy Application/Writers for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc4 As expected, current configuration has policy '/Channel/Application/Writers' -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc5 Returning policy Application/Admins for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc6 As expected, current configuration has policy '/Channel/Application/Admins' -2018-01-14 11:45:36.408 UTC [policies] GetPolicy -> DEBU dc7 Returning policy Orderer/BlockValidation for evaluation -2018-01-14 11:45:36.408 UTC [policies] CommitProposals -> DEBU dc8 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' -2018-01-14 11:45:36.408 UTC [orderer/multichain] addBlockSignature -> DEBU dc9 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:1 lastConfigSeq:2} -2018-01-14 11:45:36.408 UTC [orderer/multichain] addBlockSignature -> DEBU dca &{} -2018-01-14 11:45:36.408 UTC [msp] GetLocalMSP -> DEBU dcb Returning existing local MSP -2018-01-14 11:45:36.408 UTC [msp] GetDefaultSigningIdentity -> DEBU dcc Obtaining default signing identity -2018-01-14 11:45:36.408 UTC [msp] GetLocalMSP -> DEBU dcd Returning existing local MSP -2018-01-14 11:45:36.408 UTC [msp] GetDefaultSigningIdentity -> DEBU dce Obtaining default signing identity -2018-01-14 11:45:36.408 UTC [msp/identity] Sign -> DEBU dcf Sign: plaintext: 0AFA050A0A4F7264657265724D535012...DC38C8D138802B09833C93850A5A9B0F -2018-01-14 11:45:36.408 UTC [msp/identity] Sign -> DEBU dd0 Sign: digest: A6613FC4D4B18AA6BF539E858DF7D751A280885F5B10C2DE360373BBA2F34B69 -2018-01-14 11:45:36.409 UTC [orderer/multichain] addLastConfigSignature -> DEBU dd1 [channel: businesschannel] Detected lastConfigSeq transitioning from 2 to 3, setting lastConfig from 1 to 2 -2018-01-14 11:45:36.409 UTC [msp] GetLocalMSP -> DEBU dd2 Returning existing local MSP -2018-01-14 11:45:36.409 UTC [msp] GetDefaultSigningIdentity -> DEBU dd3 Obtaining default signing identity -2018-01-14 11:45:36.409 UTC [orderer/multichain] addLastConfigSignature -> DEBU dd4 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -2018-01-14 11:45:36.409 UTC [msp] GetLocalMSP -> DEBU dd5 Returning existing local MSP -2018-01-14 11:45:36.409 UTC [msp] GetDefaultSigningIdentity -> DEBU dd6 Obtaining default signing identity -2018-01-14 11:45:36.409 UTC [msp/identity] Sign -> DEBU dd7 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...DC38C8D138802B09833C93850A5A9B0F -2018-01-14 11:45:36.409 UTC [msp/identity] Sign -> DEBU dd8 Sign: digest: 1F5B51E7CC68092D20BDB325CC4AD81AF553F22EDFABCE151A04C1ADD033F0B7 -2018-01-14 11:45:36.514 UTC [fsblkstorage] indexBlock -> DEBU dd9 Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -txId= locPointer=offset=70, bytesLength=11973 +2018-01-18 01:58:55.911 UTC [msp] Validate -> DEBU d99 MSP OrdererMSP validating identity +2018-01-18 01:58:55.912 UTC [common/config] Validate -> DEBU d9a Anchor peers for org Org1MSP are anchor_peers: +2018-01-18 01:58:55.912 UTC [common/config] validateMSP -> DEBU d9b Setting up MSP for org Org1MSP +2018-01-18 01:58:55.912 UTC [msp] NewBccspMsp -> DEBU d9c Creating BCCSP-based MSP instance +2018-01-18 01:58:55.912 UTC [msp] Setup -> DEBU d9d Setting up MSP instance Org1MSP +2018-01-18 01:58:55.912 UTC [msp/identity] newIdentity -> DEBU d9e Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAeqgAwIBAgIRAIhIr5gUi+ye7DNknGQXBXswCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBzMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEZMBcGA1UEChMQb3JnMS5leGFtcGxlLmNvbTEcMBoGA1UE +AxMTY2Eub3JnMS5leGFtcGxlLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IA +BPLOzCIytSnMNGtdCJjtdcBWmPgvYaJryS8lp3Jzo7E/kU5jitiSQrLHHlvgw8cf +db/cHzfxmXVFRvi5PQOc4yCjXzBdMA4GA1UdDwEB/wQEAwIBpjAPBgNVHSUECDAG +BgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEICKbVYgqqe6iftb7gBsx +JR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIAi+fQIljwJuSaXi +/IGZVmwdA0gMVUP2//iHvQYEsaL8AiBOWnmVXXMdxcfHu7Vmypd342lQGA+3gMzQ +H7n8z1pj5w== +-----END CERTIFICATE----- +2018-01-18 01:58:55.913 UTC [msp/identity] newIdentity -> DEBU d9f Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:55.913 UTC [msp/identity] newIdentity -> DEBU da0 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 01:58:55.914 UTC [msp] Validate -> DEBU da1 MSP Org1MSP validating identity +2018-01-18 01:58:55.914 UTC [common/config] Validate -> DEBU da2 Anchor peers for org Org2MSP are anchor_peers: +2018-01-18 01:58:55.914 UTC [common/config] validateMSP -> DEBU da3 Setting up MSP for org Org2MSP +2018-01-18 01:58:55.914 UTC [msp] NewBccspMsp -> DEBU da4 Creating BCCSP-based MSP instance +2018-01-18 01:58:55.915 UTC [msp] Setup -> DEBU da5 Setting up MSP instance Org2MSP +2018-01-18 01:58:55.915 UTC [msp/identity] newIdentity -> DEBU da6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICQzCCAemgAwIBAgIQMAa8FZI5On3gBiNJtpsilTAKBggqhkjOPQQDAjBzMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEZMBcGA1UEChMQb3JnMi5leGFtcGxlLmNvbTEcMBoGA1UEAxMTY2Eu +b3JnMi5leGFtcGxlLmNvbTAeFw0xODAxMDMxMzA5NTRaFw0yODAxMDExMzA5NTRa +MHMxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1T +YW4gRnJhbmNpc2NvMRkwFwYDVQQKExBvcmcyLmV4YW1wbGUuY29tMRwwGgYDVQQD +ExNjYS5vcmcyLmV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE +mDTDv1zFxCCA9oOz5QDNUEoSYQoC7pI7fUZUbbM35iKsyM+VfVykvgRifD5NxUA8 +sN+02JrDaHu0tIqw3zuxaaNfMF0wDgYDVR0PAQH/BAQDAgGmMA8GA1UdJQQIMAYG +BFUdJQAwDwYDVR0TAQH/BAUwAwEB/zApBgNVHQ4EIgQgdjAI1wT4V+tlepkjgks/ +xhePNN+o5VCT3Zvjj91TlO4wCgYIKoZIzj0EAwIDSAAwRQIhAPwafFHd9pw+rinv +WIyiu5WzmGiDSJu6UUJUE3+qEuWMAiBTTgJjldHGUwSBIVWqosSgr6D6n9FJmonk +SCjyRdD3aQ== +-----END CERTIFICATE----- +2018-01-18 01:58:55.916 UTC [msp/identity] newIdentity -> DEBU da7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.916 UTC [msp/identity] newIdentity -> DEBU da8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:58:55.917 UTC [msp] Validate -> DEBU da9 MSP Org2MSP validating identity +2018-01-18 01:58:55.917 UTC [msp] Setup -> DEBU daa Setting up the MSP manager (3 msps) +2018-01-18 01:58:55.917 UTC [msp] Setup -> DEBU dab MSP manager setup complete, setup 3 msps +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU dac Returning policy Writers for evaluation +2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU dad In commit adding relative sub-policy OrdererOrg/Writers to Orderer +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU dae Returning policy Admins for evaluation +2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU daf In commit adding relative sub-policy OrdererOrg/Admins to Orderer +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db0 Returning policy Readers for evaluation +2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU db1 In commit adding relative sub-policy OrdererOrg/Readers to Orderer +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db2 Returning policy Writers for evaluation +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db3 Returning policy Admins for evaluation +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db4 Returning policy Writers for evaluation +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db5 Returning policy Readers for evaluation +2018-01-18 01:58:55.917 UTC [policies] GetPolicy -> DEBU db6 Returning policy Writers for evaluation +2018-01-18 01:58:55.917 UTC [policies] CommitProposals -> DEBU db7 In commit adding relative sub-policy Org1MSP/Writers to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU db8 Returning policy Admins for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU db9 In commit adding relative sub-policy Org1MSP/Admins to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dba Returning policy Readers for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbb In commit adding relative sub-policy Org1MSP/Readers to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dbc Returning policy Admins for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbd In commit adding relative sub-policy Org2MSP/Admins to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dbe Returning policy Readers for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dbf In commit adding relative sub-policy Org2MSP/Readers to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc0 Returning policy Writers for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dc1 In commit adding relative sub-policy Org2MSP/Writers to Application +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc2 Returning policy Admins for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc3 Returning policy Admins for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc4 Returning policy Writers for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc5 Returning policy Writers for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc6 Returning policy Readers for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc7 Returning policy Readers for evaluation +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dc8 Returning policy Writers for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dc9 In commit adding relative sub-policy Orderer/Writers to Channel +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dca Returning policy Admins for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcb In commit adding relative sub-policy Orderer/Admins to Channel +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dcc Returning policy BlockValidation for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcd In commit adding relative sub-policy Orderer/BlockValidation to Channel +2018-01-18 01:58:55.918 UTC [policies] GetPolicy -> DEBU dce Returning policy Readers for evaluation +2018-01-18 01:58:55.918 UTC [policies] CommitProposals -> DEBU dcf In commit adding relative sub-policy Orderer/Readers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd0 Returning policy OrdererOrg/Writers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd1 In commit adding relative sub-policy Orderer/OrdererOrg/Writers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd2 Returning policy OrdererOrg/Admins for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd3 In commit adding relative sub-policy Orderer/OrdererOrg/Admins to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd4 Returning policy OrdererOrg/Readers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd5 In commit adding relative sub-policy Orderer/OrdererOrg/Readers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd6 Returning policy Org2MSP/Admins for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd7 In commit adding relative sub-policy Application/Org2MSP/Admins to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dd8 Returning policy Writers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU dd9 In commit adding relative sub-policy Application/Writers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dda Returning policy Readers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddb In commit adding relative sub-policy Application/Readers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU ddc Returning policy Org1MSP/Writers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddd In commit adding relative sub-policy Application/Org1MSP/Writers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU dde Returning policy Org1MSP/Admins for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU ddf In commit adding relative sub-policy Application/Org1MSP/Admins to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de0 Returning policy Org1MSP/Readers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de1 In commit adding relative sub-policy Application/Org1MSP/Readers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de2 Returning policy Org2MSP/Readers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de3 In commit adding relative sub-policy Application/Org2MSP/Readers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de4 Returning policy Org2MSP/Writers for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de5 In commit adding relative sub-policy Application/Org2MSP/Writers to Channel +2018-01-18 01:58:55.919 UTC [policies] GetPolicy -> DEBU de6 Returning policy Admins for evaluation +2018-01-18 01:58:55.919 UTC [policies] CommitProposals -> DEBU de7 In commit adding relative sub-policy Application/Admins to Channel +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU de8 Returning policy Admins for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU de9 Returning policy Admins for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dea Returning policy Readers for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU deb Returning policy Readers for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dec Returning policy Writers for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU ded Returning policy Writers for evaluation +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU dee Returning policy Readers for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU def As expected, current configuration has policy '/Channel/Readers' +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df0 Returning policy Writers for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df1 As expected, current configuration has policy '/Channel/Writers' +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df2 Returning policy Application/Readers for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df3 As expected, current configuration has policy '/Channel/Application/Readers' +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df4 Returning policy Application/Writers for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df5 As expected, current configuration has policy '/Channel/Application/Writers' +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df6 Returning policy Application/Admins for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df7 As expected, current configuration has policy '/Channel/Application/Admins' +2018-01-18 01:58:55.920 UTC [policies] GetPolicy -> DEBU df8 Returning policy Orderer/BlockValidation for evaluation +2018-01-18 01:58:55.920 UTC [policies] CommitProposals -> DEBU df9 As expected, current configuration has policy '/Channel/Orderer/BlockValidation' +2018-01-18 01:58:55.920 UTC [orderer/multichain] addBlockSignature -> DEBU dfa &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:1 lastConfigSeq:2} +2018-01-18 01:58:55.920 UTC [orderer/multichain] addBlockSignature -> DEBU dfb &{} +2018-01-18 01:58:55.920 UTC [msp] GetLocalMSP -> DEBU dfc Returning existing local MSP +2018-01-18 01:58:55.920 UTC [msp] GetDefaultSigningIdentity -> DEBU dfd Obtaining default signing identity +2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU dfe Returning existing local MSP +2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU dff Obtaining default signing identity +2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e00 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...420A7B9644DC6A15942E833CA656F472 +2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e01 Sign: digest: 2600073B4B70B12F6540260C3F8D9C61B604A8B1AF79943307DBB15862D0F676 +2018-01-18 01:58:55.921 UTC [orderer/multichain] addLastConfigSignature -> DEBU e02 [channel: businesschannel] Detected lastConfigSeq transitioning from 2 to 3, setting lastConfig from 1 to 2 +2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU e03 Returning existing local MSP +2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU e04 Obtaining default signing identity +2018-01-18 01:58:55.921 UTC [orderer/multichain] addLastConfigSignature -> DEBU e05 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +2018-01-18 01:58:55.921 UTC [msp] GetLocalMSP -> DEBU e06 Returning existing local MSP +2018-01-18 01:58:55.921 UTC [msp] GetDefaultSigningIdentity -> DEBU e07 Obtaining default signing identity +2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e08 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...420A7B9644DC6A15942E833CA656F472 +2018-01-18 01:58:55.921 UTC [msp/identity] Sign -> DEBU e09 Sign: digest: 29EE8CEF8F3642B6DADA4AEF5697CD8C91AC9D31716DBBBF033ADAA61AEE158F +2018-01-18 01:58:55.924 UTC [fsblkstorage] indexBlock -> DEBU e0a Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +txId= locPointer=offset=70, bytesLength=11970 ] -2018-01-14 11:45:36.515 UTC [fsblkstorage] updateCheckpoint -> DEBU dda Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39458], isChainEmpty=[false], lastBlockNumber=[2] -2018-01-14 11:45:36.515 UTC [orderer/multichain] WriteBlock -> DEBU ddb [channel: businesschannel] Wrote block 2 -2018-01-14 11:45:39.163 UTC [orderer/main] Deliver -> DEBU ddc Starting new Deliver handler -2018-01-14 11:45:39.163 UTC [orderer/common/deliver] Handle -> DEBU ddd Starting new deliver loop -2018-01-14 11:45:39.163 UTC [orderer/common/deliver] Handle -> DEBU dde Attempting to read seek info message -2018-01-14 11:45:39.164 UTC [policies] GetPolicy -> DEBU ddf Returning policy Readers for evaluation -2018-01-14 11:45:39.164 UTC [cauthdsl] func1 -> DEBU de0 0xc420150c00 gate 1515930339164631864 evaluation starts -2018-01-14 11:45:39.164 UTC [cauthdsl] func2 -> DEBU de1 0xc420150c00 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:39.165 UTC [cauthdsl] func2 -> DEBU de2 0xc420150c00 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:39.165 UTC [msp/identity] newIdentity -> DEBU de3 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:55.924 UTC [fsblkstorage] updateCheckpoint -> DEBU e0b Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39456], isChainEmpty=[false], lastBlockNumber=[2] +2018-01-18 01:58:55.924 UTC [orderer/multichain] WriteBlock -> DEBU e0c [channel: businesschannel] Wrote block 2 +2018-01-18 01:58:58.634 UTC [orderer/main] Deliver -> DEBU e0d Starting new Deliver handler +2018-01-18 01:58:58.634 UTC [orderer/common/deliver] Handle -> DEBU e0e Starting new deliver loop +2018-01-18 01:58:58.634 UTC [orderer/common/deliver] Handle -> DEBU e0f Attempting to read seek info message +2018-01-18 01:58:58.635 UTC [policies] GetPolicy -> DEBU e10 Returning policy Readers for evaluation +2018-01-18 01:58:58.635 UTC [cauthdsl] func1 -> DEBU e11 0xc42014a9b0 gate 1516240738635379475 evaluation starts +2018-01-18 01:58:58.635 UTC [cauthdsl] func2 -> DEBU e12 0xc42014a9b0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:58.635 UTC [cauthdsl] func2 -> DEBU e13 0xc42014a9b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:58.636 UTC [msp/identity] newIdentity -> DEBU e14 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6360,13 +6492,13 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l 05n0MbLw/Ug3egJ3JA== -----END CERTIFICATE----- -2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de4 0xc420150c00 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de5 0xc420150c00 principal evaluation fails -2018-01-14 11:45:39.166 UTC [cauthdsl] func1 -> DEBU de6 0xc420150c00 gate 1515930339164631864 evaluation fails -2018-01-14 11:45:39.166 UTC [cauthdsl] func1 -> DEBU de7 0xc420150c10 gate 1515930339166737864 evaluation starts -2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de8 0xc420150c10 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:39.166 UTC [cauthdsl] func2 -> DEBU de9 0xc420150c10 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:39.168 UTC [msp/identity] newIdentity -> DEBU dea Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:58.636 UTC [cauthdsl] func2 -> DEBU e15 0xc42014a9b0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +2018-01-18 01:58:58.636 UTC [cauthdsl] func2 -> DEBU e16 0xc42014a9b0 principal evaluation fails +2018-01-18 01:58:58.636 UTC [cauthdsl] func1 -> DEBU e17 0xc42014a9b0 gate 1516240738635379475 evaluation fails +2018-01-18 01:58:58.636 UTC [cauthdsl] func1 -> DEBU e18 0xc42014a9c0 gate 1516240738636937796 evaluation starts +2018-01-18 01:58:58.637 UTC [cauthdsl] func2 -> DEBU e19 0xc42014a9c0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:58.637 UTC [cauthdsl] func2 -> DEBU e1a 0xc42014a9c0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d49494347544343416343674177494241674952414c77306a542f4649616e4d78506736773275554d536f77436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424b71666457462f6f592b32796d716a6b2b416c424e2b524254687850702f6b0a6c552b42686d474172706e6c474e643769543670696c2f69534474664135785a397765354e496654656846716d5a63493667314e3137326a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413063414d45514349414c534a7147630a76645a48434a305265635651325264746b646e6f6b353770363858466c524279326c34784169414a53365a32797879456c4275625049304d426e2f2f5873396c0a30356e304d624c772f55673365674a334a413d3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:58.637 UTC [msp/identity] newIdentity -> DEBU e1b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6380,38 +6512,38 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l 05n0MbLw/Ug3egJ3JA== -----END CERTIFICATE----- -2018-01-14 11:45:39.169 UTC [msp] SatisfiesPrincipal -> DEBU deb Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:45:39.169 UTC [msp] Validate -> DEBU dec MSP Org1MSP validating identity -2018-01-14 11:45:39.170 UTC [cauthdsl] func2 -> DEBU ded 0xc420150c10 principal matched by identity 0 -2018-01-14 11:45:39.170 UTC [msp/identity] Verify -> DEBU dee Verify: digest = 00000000 46 f3 26 da 1a 4a 78 63 13 ae a0 e3 d5 9e 97 36 |F.&..Jxc.......6| -00000010 1a 8f e8 f6 e7 66 c7 b1 55 87 48 22 ad e5 13 4c |.....f..U.H"...L| -2018-01-14 11:45:39.170 UTC [msp/identity] Verify -> DEBU def Verify: sig = 00000000 30 44 02 20 5b c1 2e a1 a9 92 67 aa 5c 77 55 6e |0D. [.....g.\wUn| -00000010 b5 40 ba 75 e1 07 12 ae 1a 5d ff 2a 13 c3 76 4f |.@.u.....].*..vO| -00000020 88 11 3f f6 02 20 72 4d 85 22 63 53 e7 05 a0 be |..?.. rM."cS....| -00000030 6a 78 5e ef 21 40 2d 37 16 2e 9c b9 59 a6 8e 52 |jx^.!@-7....Y..R| -00000040 ee 70 bd 89 63 38 |.p..c8| -2018-01-14 11:45:39.170 UTC [cauthdsl] func2 -> DEBU df0 0xc420150c10 principal evaluation succeeds for identity 0 -2018-01-14 11:45:39.170 UTC [cauthdsl] func1 -> DEBU df1 0xc420150c10 gate 1515930339166737864 evaluation succeeds -2018-01-14 11:45:39.170 UTC [orderer/common/sigfilter] Apply -> DEBU df2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:45:39.171 UTC [orderer/common/deliver] Handle -> DEBU df3 [channel: businesschannel] Received seekInfo (0xc420373960) start: > stop: > -2018-01-14 11:45:39.171 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU df4 retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:45:39.171 UTC [fsblkstorage] newBlockfileStream -> DEBU df5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -2018-01-14 11:45:39.171 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU df6 Remaining bytes=[27525], Going to peek [8] bytes -2018-01-14 11:45:39.171 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU df7 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -2018-01-14 11:45:39.172 UTC [orderer/common/deliver] Handle -> DEBU df8 [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:45:39.172 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU df9 retrieveBlockByNumber() - blockNum = [2] -2018-01-14 11:45:39.172 UTC [fsblkstorage] newBlockfileStream -> DEBU dfa newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -2018-01-14 11:45:39.173 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU dfb Remaining bytes=[13792], Going to peek [8] bytes -2018-01-14 11:45:39.173 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU dfc Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -2018-01-14 11:45:39.173 UTC [orderer/common/deliver] Handle -> DEBU dfd [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:45:39.602 UTC [orderer/main] Deliver -> DEBU dfe Starting new Deliver handler -2018-01-14 11:45:39.602 UTC [orderer/common/deliver] Handle -> DEBU dff Starting new deliver loop -2018-01-14 11:45:39.602 UTC [orderer/common/deliver] Handle -> DEBU e00 Attempting to read seek info message -2018-01-14 11:45:39.608 UTC [policies] GetPolicy -> DEBU e01 Returning policy Readers for evaluation -2018-01-14 11:45:39.609 UTC [cauthdsl] func1 -> DEBU e02 0xc420026028 gate 1515930339609038364 evaluation starts -2018-01-14 11:45:39.609 UTC [cauthdsl] func2 -> DEBU e03 0xc420026028 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:45:39.609 UTC [cauthdsl] func2 -> DEBU e04 0xc420026028 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:45:39.609 UTC [msp/identity] newIdentity -> DEBU e05 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:58.638 UTC [msp] SatisfiesPrincipal -> DEBU e1c Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 01:58:58.638 UTC [msp] Validate -> DEBU e1d MSP Org1MSP validating identity +2018-01-18 01:58:58.638 UTC [cauthdsl] func2 -> DEBU e1e 0xc42014a9c0 principal matched by identity 0 +2018-01-18 01:58:58.638 UTC [msp/identity] Verify -> DEBU e1f Verify: digest = 00000000 bc 0f 9e a6 bc 5b 32 af 7c f0 15 c4 b1 f7 4a 25 |.....[2.|.....J%| +00000010 62 f8 d9 04 99 17 31 28 e5 9d 3a 81 83 7d 64 5f |b.....1(..:..}d_| +2018-01-18 01:58:58.639 UTC [msp/identity] Verify -> DEBU e20 Verify: sig = 00000000 30 45 02 21 00 ea e7 60 b2 0d f2 ee e1 c7 93 60 |0E.!...`.......`| +00000010 9b 41 b9 e8 2e 28 d3 b8 e4 f1 1e c6 13 51 c2 35 |.A...(.......Q.5| +00000020 14 44 9d 77 4b 02 20 56 07 b0 7c a8 02 4b c8 22 |.D.wK. V..|..K."| +00000030 34 6e 2a a4 db 2f 53 01 66 b3 12 56 66 dc 1f e8 |4n*../S.f..Vf...| +00000040 39 55 f5 fa 1b bc dd |9U.....| +2018-01-18 01:58:58.639 UTC [cauthdsl] func2 -> DEBU e21 0xc42014a9c0 principal evaluation succeeds for identity 0 +2018-01-18 01:58:58.639 UTC [cauthdsl] func1 -> DEBU e22 0xc42014a9c0 gate 1516240738636937796 evaluation succeeds +2018-01-18 01:58:58.640 UTC [orderer/common/sigfilter] Apply -> DEBU e23 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 01:58:58.640 UTC [orderer/common/deliver] Handle -> DEBU e24 [channel: businesschannel] Received seekInfo (0xc42022a4a0) start: > stop: > +2018-01-18 01:58:58.640 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e25 retrieveBlockByNumber() - blockNum = [1] +2018-01-18 01:58:58.640 UTC [fsblkstorage] newBlockfileStream -> DEBU e26 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +2018-01-18 01:58:58.641 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e27 Remaining bytes=[27522], Going to peek [8] bytes +2018-01-18 01:58:58.641 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e28 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +2018-01-18 01:58:58.641 UTC [orderer/common/deliver] Handle -> DEBU e29 [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 01:58:58.641 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e2a retrieveBlockByNumber() - blockNum = [2] +2018-01-18 01:58:58.642 UTC [fsblkstorage] newBlockfileStream -> DEBU e2b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +2018-01-18 01:58:58.642 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e2c Remaining bytes=[13790], Going to peek [8] bytes +2018-01-18 01:58:58.642 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e2d Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +2018-01-18 01:58:58.642 UTC [orderer/common/deliver] Handle -> DEBU e2e [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 01:58:59.040 UTC [orderer/main] Deliver -> DEBU e2f Starting new Deliver handler +2018-01-18 01:58:59.040 UTC [orderer/common/deliver] Handle -> DEBU e30 Starting new deliver loop +2018-01-18 01:58:59.040 UTC [orderer/common/deliver] Handle -> DEBU e31 Attempting to read seek info message +2018-01-18 01:58:59.044 UTC [policies] GetPolicy -> DEBU e32 Returning policy Readers for evaluation +2018-01-18 01:58:59.044 UTC [cauthdsl] func1 -> DEBU e33 0xc42014aa20 gate 1516240739044738593 evaluation starts +2018-01-18 01:58:59.044 UTC [cauthdsl] func2 -> DEBU e34 0xc42014aa20 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:59.044 UTC [cauthdsl] func2 -> DEBU e35 0xc42014aa20 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:59.045 UTC [msp/identity] newIdentity -> DEBU e36 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6425,38 +6557,78 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU Cp7fopYLAR0CUyw+Xyk= -----END CERTIFICATE----- -2018-01-14 11:45:39.610 UTC [msp] SatisfiesPrincipal -> DEBU e06 Checking if identity satisfies MEMBER role for Org2MSP -2018-01-14 11:45:39.610 UTC [msp] Validate -> DEBU e07 MSP Org2MSP validating identity -2018-01-14 11:45:39.611 UTC [cauthdsl] func2 -> DEBU e08 0xc420026028 principal matched by identity 0 -2018-01-14 11:45:39.611 UTC [msp/identity] Verify -> DEBU e09 Verify: digest = 00000000 04 df fb 71 bd 61 d1 0a c0 26 36 7e f8 ce 68 b6 |...q.a...&6~..h.| -00000010 b9 1f 44 7c f0 49 8d 25 ec c9 00 d1 bf 16 31 80 |..D|.I.%......1.| -2018-01-14 11:45:39.611 UTC [msp/identity] Verify -> DEBU e0a Verify: sig = 00000000 30 44 02 20 74 83 61 59 4e 75 ef c4 be 18 d9 94 |0D. t.aYNu......| -00000010 a9 fe dc 02 92 67 a7 f8 d0 d6 c6 2b dd 79 22 e9 |.....g.....+.y".| -00000020 25 38 28 f4 02 20 46 09 13 72 42 50 d9 95 46 e0 |%8(.. F..rBP..F.| -00000030 28 df cc 49 24 3f 1b 22 09 6d 48 4c ed dc 4f d0 |(..I$?.".mHL..O.| -00000040 c1 82 0c 9c f2 5b |.....[| -2018-01-14 11:45:39.611 UTC [cauthdsl] func2 -> DEBU e0b 0xc420026028 principal evaluation succeeds for identity 0 -2018-01-14 11:45:39.611 UTC [cauthdsl] func1 -> DEBU e0c 0xc420026028 gate 1515930339609038364 evaluation succeeds -2018-01-14 11:45:39.611 UTC [orderer/common/sigfilter] Apply -> DEBU e0d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:45:39.611 UTC [orderer/common/deliver] Handle -> DEBU e0e [channel: businesschannel] Received seekInfo (0xc42034dc80) start: > stop: > -2018-01-14 11:45:39.612 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e0f retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:45:39.612 UTC [fsblkstorage] newBlockfileStream -> DEBU e10 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -2018-01-14 11:45:39.612 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e11 Remaining bytes=[27525], Going to peek [8] bytes -2018-01-14 11:45:39.612 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e12 Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -2018-01-14 11:45:39.612 UTC [orderer/common/deliver] Handle -> DEBU e13 [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:45:39.613 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e14 retrieveBlockByNumber() - blockNum = [2] -2018-01-14 11:45:39.613 UTC [fsblkstorage] newBlockfileStream -> DEBU e15 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -2018-01-14 11:45:39.613 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e16 Remaining bytes=[13792], Going to peek [8] bytes -2018-01-14 11:45:39.613 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e17 Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -2018-01-14 11:45:39.613 UTC [orderer/common/deliver] Handle -> DEBU e18 [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:45:41.094 UTC [orderer/main] Broadcast -> DEBU e19 Starting new Broadcast handler -2018-01-14 11:45:41.094 UTC [orderer/common/broadcast] Handle -> DEBU e1a Starting new broadcast loop -2018-01-14 11:46:00.613 UTC [orderer/common/broadcast] Handle -> DEBU e1b [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -2018-01-14 11:46:00.613 UTC [policies] GetPolicy -> DEBU e1c Returning policy Writers for evaluation -2018-01-14 11:46:00.613 UTC [cauthdsl] func1 -> DEBU e1d 0xc4200260b0 gate 1515930360613725364 evaluation starts -2018-01-14 11:46:00.613 UTC [cauthdsl] func2 -> DEBU e1e 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:00.614 UTC [cauthdsl] func2 -> DEBU e1f 0xc4200260b0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:00.614 UTC [msp/identity] newIdentity -> DEBU e20 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e37 0xc42014aa20 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e38 0xc42014aa20 principal evaluation fails +2018-01-18 01:58:59.045 UTC [cauthdsl] func1 -> DEBU e39 0xc42014aa20 gate 1516240739044738593 evaluation fails +2018-01-18 01:58:59.045 UTC [cauthdsl] func1 -> DEBU e3a 0xc42014aa30 gate 1516240739045641442 evaluation starts +2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e3b 0xc42014aa30 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:59.045 UTC [cauthdsl] func2 -> DEBU e3c 0xc42014aa30 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:59.046 UTC [msp/identity] newIdentity -> DEBU e3d Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +Cp7fopYLAR0CUyw+Xyk= +-----END CERTIFICATE----- +2018-01-18 01:58:59.047 UTC [cauthdsl] func2 -> DEBU e3e 0xc42014aa30 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +2018-01-18 01:58:59.047 UTC [cauthdsl] func2 -> DEBU e3f 0xc42014aa30 principal evaluation fails +2018-01-18 01:58:59.047 UTC [cauthdsl] func1 -> DEBU e40 0xc42014aa30 gate 1516240739045641442 evaluation fails +2018-01-18 01:58:59.047 UTC [cauthdsl] func1 -> DEBU e41 0xc42014aa40 gate 1516240739047993165 evaluation starts +2018-01-18 01:58:59.048 UTC [cauthdsl] func2 -> DEBU e42 0xc42014aa40 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:58:59.048 UTC [cauthdsl] func2 -> DEBU e43 0xc42014aa40 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952415077537a796731505072436556685271446f3449526377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541784d576347566c636a417562334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d343941774548413049414248494f3843636b4e3548675931692f376730494a647a6b31373245327834440a6c45796d73507842544336534d78324837366779415a626155484c7a444f633033575875784e6d2f35434562305043756734674c6d59716a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495144754d4344310a63427a353934367a51536178435875616e626c7676506d446f34454a6a33664e3154546c347749674b364f4a4e6f693555594668762f43577448767238364a550a437037666f70594c415230435579772b58796b3d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:58:59.048 UTC [msp/identity] newIdentity -> DEBU e44 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAPwSzyg1PPrCeVhRqDo4IRcwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAxMWcGVlcjAub3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABHIO8CckN5HgY1i/7g0IJdzk172E2x4D +lEymsPxBTC6SMx2H76gyAZbaUHLzDOc03WXuxNm/5CEb0PCug4gLmYqjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQDuMCD1 +cBz5946zQSaxCXuanblvvPmDo4EJj3fN1TTl4wIgK6OJNoi5UYFhv/CWtHvr86JU +Cp7fopYLAR0CUyw+Xyk= +-----END CERTIFICATE----- +2018-01-18 01:58:59.049 UTC [msp] SatisfiesPrincipal -> DEBU e45 Checking if identity satisfies MEMBER role for Org2MSP +2018-01-18 01:58:59.049 UTC [msp] Validate -> DEBU e46 MSP Org2MSP validating identity +2018-01-18 01:58:59.049 UTC [cauthdsl] func2 -> DEBU e47 0xc42014aa40 principal matched by identity 0 +2018-01-18 01:58:59.049 UTC [msp/identity] Verify -> DEBU e48 Verify: digest = 00000000 ea c4 06 18 48 22 ec 68 dc ce 7a 71 6e 5a 69 f0 |....H".h..zqnZi.| +00000010 be f5 79 4a 09 68 dc 85 50 9b 7a 9a 26 49 51 26 |..yJ.h..P.z.&IQ&| +2018-01-18 01:58:59.049 UTC [msp/identity] Verify -> DEBU e49 Verify: sig = 00000000 30 44 02 20 79 58 49 96 73 76 cf 6d 19 ac b3 84 |0D. yXI.sv.m....| +00000010 69 a8 78 a0 f8 2f ee 5e e6 ab db d1 5b 5c 2b e4 |i.x../.^....[\+.| +00000020 c5 c2 00 c8 02 20 7c ff d4 2d 76 5a 41 3c f0 4c |..... |..-vZA<.L| +00000030 4c fb 21 25 f9 99 56 db 9e 1b a3 ce 4c 43 ae c1 |L.!%..V.....LC..| +00000040 2e 28 2f 47 11 90 |.(/G..| +2018-01-18 01:58:59.050 UTC [cauthdsl] func2 -> DEBU e4a 0xc42014aa40 principal evaluation succeeds for identity 0 +2018-01-18 01:58:59.051 UTC [cauthdsl] func1 -> DEBU e4b 0xc42014aa40 gate 1516240739047993165 evaluation succeeds +2018-01-18 01:58:59.051 UTC [orderer/common/sigfilter] Apply -> DEBU e4c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 01:58:59.052 UTC [orderer/common/deliver] Handle -> DEBU e4d [channel: businesschannel] Received seekInfo (0xc4208701a0) start: > stop: > +2018-01-18 01:58:59.052 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e4e retrieveBlockByNumber() - blockNum = [1] +2018-01-18 01:58:59.053 UTC [fsblkstorage] newBlockfileStream -> DEBU e4f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +2018-01-18 01:58:59.053 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e50 Remaining bytes=[27522], Going to peek [8] bytes +2018-01-18 01:58:59.054 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e51 Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +2018-01-18 01:58:59.054 UTC [orderer/common/deliver] Handle -> DEBU e52 [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 01:58:59.055 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e53 retrieveBlockByNumber() - blockNum = [2] +2018-01-18 01:58:59.055 UTC [fsblkstorage] newBlockfileStream -> DEBU e54 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +2018-01-18 01:58:59.055 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e55 Remaining bytes=[13790], Going to peek [8] bytes +2018-01-18 01:58:59.055 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e56 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +2018-01-18 01:58:59.056 UTC [orderer/common/deliver] Handle -> DEBU e57 [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 01:59:01.306 UTC [orderer/main] Broadcast -> DEBU e58 Starting new Broadcast handler +2018-01-18 01:59:01.306 UTC [orderer/common/broadcast] Handle -> DEBU e59 Starting new broadcast loop +2018-01-18 01:59:25.594 UTC [orderer/common/broadcast] Handle -> DEBU e5a [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +2018-01-18 01:59:25.595 UTC [policies] GetPolicy -> DEBU e5b Returning policy Writers for evaluation +2018-01-18 01:59:25.595 UTC [cauthdsl] func1 -> DEBU e5c 0xc42014aaa0 gate 1516240765595262990 evaluation starts +2018-01-18 01:59:25.595 UTC [cauthdsl] func2 -> DEBU e5d 0xc42014aaa0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:25.595 UTC [cauthdsl] func2 -> DEBU e5e 0xc42014aaa0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:25.596 UTC [msp/identity] newIdentity -> DEBU e5f Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6470,13 +6642,13 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e21 0xc4200260b0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e22 0xc4200260b0 principal evaluation fails -2018-01-14 11:46:00.615 UTC [cauthdsl] func1 -> DEBU e23 0xc4200260b0 gate 1515930360613725364 evaluation fails -2018-01-14 11:46:00.615 UTC [cauthdsl] func1 -> DEBU e24 0xc4200260c0 gate 1515930360615707864 evaluation starts -2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e25 0xc4200260c0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:00.615 UTC [cauthdsl] func2 -> DEBU e26 0xc4200260c0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:00.615 UTC [msp/identity] newIdentity -> DEBU e27 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e60 0xc42014aaa0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e61 0xc42014aaa0 principal evaluation fails +2018-01-18 01:59:25.596 UTC [cauthdsl] func1 -> DEBU e62 0xc42014aaa0 gate 1516240765595262990 evaluation fails +2018-01-18 01:59:25.596 UTC [cauthdsl] func1 -> DEBU e63 0xc42014aab0 gate 1516240765596881880 evaluation starts +2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e64 0xc42014aab0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:25.596 UTC [cauthdsl] func2 -> DEBU e65 0xc42014aab0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:25.597 UTC [msp/identity] newIdentity -> DEBU e66 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6490,25 +6662,25 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:46:00.616 UTC [msp] SatisfiesPrincipal -> DEBU e28 Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:46:00.616 UTC [msp] Validate -> DEBU e29 MSP Org1MSP validating identity -2018-01-14 11:46:00.616 UTC [cauthdsl] func2 -> DEBU e2a 0xc4200260c0 principal matched by identity 0 -2018-01-14 11:46:00.617 UTC [msp/identity] Verify -> DEBU e2b Verify: digest = 00000000 90 d9 40 5a f7 c9 1b 46 58 bf 15 6a 11 07 e0 1b |..@Z...FX..j....| -00000010 d0 a6 0e 16 1b b3 d0 b2 05 39 ce b8 4e 0f 86 95 |.........9..N...| -2018-01-14 11:46:00.617 UTC [msp/identity] Verify -> DEBU e2c Verify: sig = 00000000 30 45 02 21 00 e7 c4 78 21 ef 88 05 bd ea 1a 6c |0E.!...x!......l| -00000010 1f 76 c4 5b 74 cb 8a b2 39 21 00 ae 28 6c 6d fc |.v.[t...9!..(lm.| -00000020 8a 88 8b 7c 57 02 20 06 f5 8a 10 dd d5 94 6f 95 |...|W. .......o.| -00000030 1f 2b 78 a8 83 17 de 43 c9 8e 61 a4 e2 c7 b5 36 |.+x....C..a....6| -00000040 51 b2 b9 b2 be d0 f7 |Q......| -2018-01-14 11:46:00.617 UTC [cauthdsl] func2 -> DEBU e2d 0xc4200260c0 principal evaluation succeeds for identity 0 -2018-01-14 11:46:00.617 UTC [cauthdsl] func1 -> DEBU e2e 0xc4200260c0 gate 1515930360615707864 evaluation succeeds -2018-01-14 11:46:00.617 UTC [orderer/common/sigfilter] Apply -> DEBU e2f Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:00.617 UTC [orderer/common/broadcast] Handle -> DEBU e30 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -2018-01-14 11:46:00.618 UTC [policies] GetPolicy -> DEBU e31 Returning policy Writers for evaluation -2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e32 0xc420150c78 gate 1515930360618240364 evaluation starts -2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e33 0xc420150c78 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e34 0xc420150c78 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:00.618 UTC [msp/identity] newIdentity -> DEBU e35 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:25.597 UTC [msp] SatisfiesPrincipal -> DEBU e67 Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 01:59:25.597 UTC [msp] Validate -> DEBU e68 MSP Org1MSP validating identity +2018-01-18 01:59:25.598 UTC [cauthdsl] func2 -> DEBU e69 0xc42014aab0 principal matched by identity 0 +2018-01-18 01:59:25.598 UTC [msp/identity] Verify -> DEBU e6a Verify: digest = 00000000 64 dd 1a f0 49 32 55 a2 70 d1 85 cd 58 17 6d 69 |d...I2U.p...X.mi| +00000010 27 ed c6 1b f9 41 c2 6f 3e 1b f6 b7 47 b9 89 9c |'....A.o>...G...| +2018-01-18 01:59:25.598 UTC [msp/identity] Verify -> DEBU e6b Verify: sig = 00000000 30 45 02 21 00 91 3f 53 6e 5a 85 d7 5d 56 48 ee |0E.!..?SnZ..]VH.| +00000010 17 5a 33 a7 f0 68 ba 62 dd 2b c2 ff b9 66 0d 0e |.Z3..h.b.+...f..| +00000020 6e 75 cb d7 37 02 20 37 14 28 d4 64 aa 91 f1 73 |nu..7. 7.(.d...s| +00000030 af 82 d7 43 0e 1d 93 78 66 01 9e c6 25 f7 ed 72 |...C...xf...%..r| +00000040 4d e8 33 c9 bb bc 92 |M.3....| +2018-01-18 01:59:25.598 UTC [cauthdsl] func2 -> DEBU e6c 0xc42014aab0 principal evaluation succeeds for identity 0 +2018-01-18 01:59:25.598 UTC [cauthdsl] func1 -> DEBU e6d 0xc42014aab0 gate 1516240765596881880 evaluation succeeds +2018-01-18 01:59:25.598 UTC [orderer/common/sigfilter] Apply -> DEBU e6e Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 01:59:25.598 UTC [orderer/common/broadcast] Handle -> DEBU e6f [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +2018-01-18 01:59:25.599 UTC [policies] GetPolicy -> DEBU e70 Returning policy Writers for evaluation +2018-01-18 01:59:25.599 UTC [cauthdsl] func1 -> DEBU e71 0xc42014aac8 gate 1516240765599119561 evaluation starts +2018-01-18 01:59:25.599 UTC [cauthdsl] func2 -> DEBU e72 0xc42014aac8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:25.599 UTC [cauthdsl] func2 -> DEBU e73 0xc42014aac8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:25.599 UTC [msp/identity] newIdentity -> DEBU e74 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6522,13 +6694,13 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e36 0xc420150c78 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e37 0xc420150c78 principal evaluation fails -2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e38 0xc420150c78 gate 1515930360618240364 evaluation fails -2018-01-14 11:46:00.618 UTC [cauthdsl] func1 -> DEBU e39 0xc420150c88 gate 1515930360618954764 evaluation starts -2018-01-14 11:46:00.618 UTC [cauthdsl] func2 -> DEBU e3a 0xc420150c88 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:00.619 UTC [cauthdsl] func2 -> DEBU e3b 0xc420150c88 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:00.619 UTC [msp/identity] newIdentity -> DEBU e3c Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:25.600 UTC [cauthdsl] func2 -> DEBU e75 0xc42014aac8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +2018-01-18 01:59:25.601 UTC [cauthdsl] func2 -> DEBU e76 0xc42014aac8 principal evaluation fails +2018-01-18 01:59:25.601 UTC [cauthdsl] func1 -> DEBU e77 0xc42014aac8 gate 1516240765599119561 evaluation fails +2018-01-18 01:59:25.601 UTC [cauthdsl] func1 -> DEBU e78 0xc42014aad8 gate 1516240765601876982 evaluation starts +2018-01-18 01:59:25.601 UTC [cauthdsl] func2 -> DEBU e79 0xc42014aad8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:25.602 UTC [cauthdsl] func2 -> DEBU e7a 0xc42014aad8 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:25.602 UTC [msp/identity] newIdentity -> DEBU e7b Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6542,65 +6714,65 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ xHTBvxfK6mAzmUitFmY= -----END CERTIFICATE----- -2018-01-14 11:46:00.619 UTC [msp] SatisfiesPrincipal -> DEBU e3d Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:46:00.620 UTC [msp] Validate -> DEBU e3e MSP Org1MSP validating identity -2018-01-14 11:46:00.620 UTC [cauthdsl] func2 -> DEBU e3f 0xc420150c88 principal matched by identity 0 -2018-01-14 11:46:00.620 UTC [msp/identity] Verify -> DEBU e40 Verify: digest = 00000000 90 d9 40 5a f7 c9 1b 46 58 bf 15 6a 11 07 e0 1b |..@Z...FX..j....| -00000010 d0 a6 0e 16 1b b3 d0 b2 05 39 ce b8 4e 0f 86 95 |.........9..N...| -2018-01-14 11:46:00.620 UTC [msp/identity] Verify -> DEBU e41 Verify: sig = 00000000 30 45 02 21 00 e7 c4 78 21 ef 88 05 bd ea 1a 6c |0E.!...x!......l| -00000010 1f 76 c4 5b 74 cb 8a b2 39 21 00 ae 28 6c 6d fc |.v.[t...9!..(lm.| -00000020 8a 88 8b 7c 57 02 20 06 f5 8a 10 dd d5 94 6f 95 |...|W. .......o.| -00000030 1f 2b 78 a8 83 17 de 43 c9 8e 61 a4 e2 c7 b5 36 |.+x....C..a....6| -00000040 51 b2 b9 b2 be d0 f7 |Q......| -2018-01-14 11:46:00.621 UTC [cauthdsl] func2 -> DEBU e42 0xc420150c88 principal evaluation succeeds for identity 0 -2018-01-14 11:46:00.621 UTC [cauthdsl] func1 -> DEBU e43 0xc420150c88 gate 1515930360618954764 evaluation succeeds -2018-01-14 11:46:00.621 UTC [orderer/common/sigfilter] Apply -> DEBU e44 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:00.621 UTC [orderer/common/blockcutter] Ordered -> DEBU e45 Enqueuing message into batch -2018-01-14 11:46:00.622 UTC [orderer/common/broadcast] Handle -> WARN e46 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:46:00.622 UTC [orderer/main] func1 -> DEBU e47 Closing Broadcast stream -2018-01-14 11:46:00.773 UTC [orderer/main] Broadcast -> DEBU e48 Starting new Broadcast handler -2018-01-14 11:46:00.773 UTC [orderer/common/broadcast] Handle -> DEBU e49 Starting new broadcast loop -2018-01-14 11:46:02.622 UTC [orderer/solo] main -> DEBU e4a Batch timer expired, creating block -2018-01-14 11:46:02.623 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e4b retrieveBlockByNumber() - blockNum = [2] -2018-01-14 11:46:02.624 UTC [fsblkstorage] newBlockfileStream -> DEBU e4c newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -2018-01-14 11:46:02.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e4d Remaining bytes=[13792], Going to peek [8] bytes -2018-01-14 11:46:02.625 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e4e Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -2018-01-14 11:46:02.625 UTC [orderer/multichain] addBlockSignature -> DEBU e4f &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -2018-01-14 11:46:02.625 UTC [orderer/multichain] addBlockSignature -> DEBU e50 &{} -2018-01-14 11:46:02.625 UTC [msp] GetLocalMSP -> DEBU e51 Returning existing local MSP -2018-01-14 11:46:02.625 UTC [msp] GetDefaultSigningIdentity -> DEBU e52 Obtaining default signing identity -2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e53 Returning existing local MSP -2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e54 Obtaining default signing identity -2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e55 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...5D6340F2F922DF5F60A7A910D4273A51 -2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e56 Sign: digest: E92F73C428534CA50BE125EEF0EF6505FFE713D9ED20A6F1CB26FAA5FE1299E2 -2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e57 Returning existing local MSP -2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e58 Obtaining default signing identity -2018-01-14 11:46:02.626 UTC [orderer/multichain] addLastConfigSignature -> DEBU e59 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -2018-01-14 11:46:02.626 UTC [msp] GetLocalMSP -> DEBU e5a Returning existing local MSP -2018-01-14 11:46:02.626 UTC [msp] GetDefaultSigningIdentity -> DEBU e5b Obtaining default signing identity -2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e5c Sign: plaintext: 08020AFA050A0A4F7264657265724D53...5D6340F2F922DF5F60A7A910D4273A51 -2018-01-14 11:46:02.626 UTC [msp/identity] Sign -> DEBU e5d Sign: digest: 53352678F607C203EA5E24CA1F992F3FDD962D09E3D32D24AF8D859C849A1D77 -2018-01-14 11:46:02.630 UTC [fsblkstorage] indexBlock -> DEBU e5e Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 +2018-01-18 01:59:25.603 UTC [orderer/common/broadcast] Handle -> WARN e7c Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:59:25.603 UTC [orderer/main] func1 -> DEBU e7d Closing Broadcast stream +2018-01-18 01:59:25.606 UTC [msp] SatisfiesPrincipal -> DEBU e7e Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 01:59:25.606 UTC [msp] Validate -> DEBU e7f MSP Org1MSP validating identity +2018-01-18 01:59:25.606 UTC [cauthdsl] func2 -> DEBU e80 0xc42014aad8 principal matched by identity 0 +2018-01-18 01:59:25.608 UTC [msp/identity] Verify -> DEBU e81 Verify: digest = 00000000 64 dd 1a f0 49 32 55 a2 70 d1 85 cd 58 17 6d 69 |d...I2U.p...X.mi| +00000010 27 ed c6 1b f9 41 c2 6f 3e 1b f6 b7 47 b9 89 9c |'....A.o>...G...| +2018-01-18 01:59:25.608 UTC [msp/identity] Verify -> DEBU e82 Verify: sig = 00000000 30 45 02 21 00 91 3f 53 6e 5a 85 d7 5d 56 48 ee |0E.!..?SnZ..]VH.| +00000010 17 5a 33 a7 f0 68 ba 62 dd 2b c2 ff b9 66 0d 0e |.Z3..h.b.+...f..| +00000020 6e 75 cb d7 37 02 20 37 14 28 d4 64 aa 91 f1 73 |nu..7. 7.(.d...s| +00000030 af 82 d7 43 0e 1d 93 78 66 01 9e c6 25 f7 ed 72 |...C...xf...%..r| +00000040 4d e8 33 c9 bb bc 92 |M.3....| +2018-01-18 01:59:25.610 UTC [cauthdsl] func2 -> DEBU e83 0xc42014aad8 principal evaluation succeeds for identity 0 +2018-01-18 01:59:25.611 UTC [cauthdsl] func1 -> DEBU e84 0xc42014aad8 gate 1516240765601876982 evaluation succeeds +2018-01-18 01:59:25.611 UTC [orderer/common/sigfilter] Apply -> DEBU e85 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 01:59:25.612 UTC [orderer/common/blockcutter] Ordered -> DEBU e86 Enqueuing message into batch +2018-01-18 01:59:25.907 UTC [orderer/main] Broadcast -> DEBU e87 Starting new Broadcast handler +2018-01-18 01:59:25.908 UTC [orderer/common/broadcast] Handle -> DEBU e88 Starting new broadcast loop +2018-01-18 01:59:27.613 UTC [orderer/solo] main -> DEBU e89 Batch timer expired, creating block +2018-01-18 01:59:27.613 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e8a retrieveBlockByNumber() - blockNum = [2] +2018-01-18 01:59:27.613 UTC [fsblkstorage] newBlockfileStream -> DEBU e8b newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +2018-01-18 01:59:27.614 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8c Remaining bytes=[13790], Going to peek [8] bytes +2018-01-18 01:59:27.614 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8d Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +2018-01-18 01:59:27.614 UTC [orderer/multichain] addBlockSignature -> DEBU e8e &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +2018-01-18 01:59:27.614 UTC [orderer/multichain] addBlockSignature -> DEBU e8f &{} +2018-01-18 01:59:27.614 UTC [msp] GetLocalMSP -> DEBU e90 Returning existing local MSP +2018-01-18 01:59:27.615 UTC [msp] GetDefaultSigningIdentity -> DEBU e91 Obtaining default signing identity +2018-01-18 01:59:27.615 UTC [msp] GetLocalMSP -> DEBU e92 Returning existing local MSP +2018-01-18 01:59:27.615 UTC [msp] GetDefaultSigningIdentity -> DEBU e93 Obtaining default signing identity +2018-01-18 01:59:27.615 UTC [msp/identity] Sign -> DEBU e94 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...093D89017A38B39B5BB88D1158E83F69 +2018-01-18 01:59:27.615 UTC [msp/identity] Sign -> DEBU e95 Sign: digest: A1D50574B4BF0991C80A2A29C8C75F47A6E909C349B61FEE196CBC35A6AE0CBD +2018-01-18 01:59:27.616 UTC [msp] GetLocalMSP -> DEBU e96 Returning existing local MSP +2018-01-18 01:59:27.616 UTC [msp] GetDefaultSigningIdentity -> DEBU e97 Obtaining default signing identity +2018-01-18 01:59:27.616 UTC [orderer/multichain] addLastConfigSignature -> DEBU e98 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +2018-01-18 01:59:27.616 UTC [msp] GetLocalMSP -> DEBU e99 Returning existing local MSP +2018-01-18 01:59:27.616 UTC [msp] GetDefaultSigningIdentity -> DEBU e9a Obtaining default signing identity +2018-01-18 01:59:27.616 UTC [msp/identity] Sign -> DEBU e9b Sign: plaintext: 08020AFA050A0A4F7264657265724D53...093D89017A38B39B5BB88D1158E83F69 +2018-01-18 01:59:27.616 UTC [msp/identity] Sign -> DEBU e9c Sign: digest: 3562A7B51449EA2EC8B21F41866EEFB1081293B996B5041656F6AFC98FDA5037 +2018-01-18 01:59:27.623 UTC [fsblkstorage] indexBlock -> DEBU e9d Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 ] -2018-01-14 11:46:02.630 UTC [fsblkstorage] updateCheckpoint -> DEBU e5f Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44672], isChainEmpty=[false], lastBlockNumber=[3] -2018-01-14 11:46:02.630 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e60 retrieveBlockByNumber() - blockNum = [3] -2018-01-14 11:46:02.631 UTC [fsblkstorage] newBlockfileStream -> DEBU e61 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -2018-01-14 11:46:02.631 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e62 Remaining bytes=[5214], Going to peek [8] bytes -2018-01-14 11:46:02.631 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e63 Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -2018-01-14 11:46:02.631 UTC [orderer/common/deliver] Handle -> DEBU e64 [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:46:02.635 UTC [orderer/multichain] WriteBlock -> DEBU e66 [channel: businesschannel] Wrote block 3 -2018-01-14 11:46:02.635 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e65 retrieveBlockByNumber() - blockNum = [3] -2018-01-14 11:46:02.635 UTC [fsblkstorage] newBlockfileStream -> DEBU e67 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -2018-01-14 11:46:02.636 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e68 Remaining bytes=[5214], Going to peek [8] bytes -2018-01-14 11:46:02.636 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e69 Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -2018-01-14 11:46:02.636 UTC [orderer/common/deliver] Handle -> DEBU e6a [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:46:18.341 UTC [orderer/common/broadcast] Handle -> DEBU e6b [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -2018-01-14 11:46:18.342 UTC [policies] GetPolicy -> DEBU e6c Returning policy Writers for evaluation -2018-01-14 11:46:18.342 UTC [cauthdsl] func1 -> DEBU e6d 0xc420150cf8 gate 1515930378342137164 evaluation starts -2018-01-14 11:46:18.342 UTC [cauthdsl] func2 -> DEBU e6e 0xc420150cf8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:18.342 UTC [cauthdsl] func2 -> DEBU e6f 0xc420150cf8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:18.342 UTC [msp/identity] newIdentity -> DEBU e70 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:27.623 UTC [fsblkstorage] updateCheckpoint -> DEBU e9e Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44671], isChainEmpty=[false], lastBlockNumber=[3] +2018-01-18 01:59:27.623 UTC [orderer/multichain] WriteBlock -> DEBU e9f [channel: businesschannel] Wrote block 3 +2018-01-18 01:59:27.624 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea1 retrieveBlockByNumber() - blockNum = [3] +2018-01-18 01:59:27.623 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea0 retrieveBlockByNumber() - blockNum = [3] +2018-01-18 01:59:27.624 UTC [fsblkstorage] newBlockfileStream -> DEBU ea3 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea4 Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea5 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +2018-01-18 01:59:27.624 UTC [orderer/common/deliver] Handle -> DEBU ea6 [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 01:59:27.624 UTC [fsblkstorage] newBlockfileStream -> DEBU ea2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +2018-01-18 01:59:27.624 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea7 Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 01:59:27.625 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea8 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +2018-01-18 01:59:27.625 UTC [orderer/common/deliver] Handle -> DEBU ea9 [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 01:59:46.173 UTC [orderer/common/broadcast] Handle -> DEBU eaa [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +2018-01-18 01:59:46.173 UTC [policies] GetPolicy -> DEBU eab Returning policy Writers for evaluation +2018-01-18 01:59:46.173 UTC [cauthdsl] func1 -> DEBU eac 0xc4200260a8 gate 1516240786173543803 evaluation starts +2018-01-18 01:59:46.173 UTC [cauthdsl] func2 -> DEBU ead 0xc4200260a8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.173 UTC [cauthdsl] func2 -> DEBU eae 0xc4200260a8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.174 UTC [msp/identity] newIdentity -> DEBU eaf Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6614,25 +6786,13 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:46:18.343 UTC [msp] SatisfiesPrincipal -> DEBU e71 Checking if identity satisfies MEMBER role for Org2MSP -2018-01-14 11:46:18.343 UTC [msp] Validate -> DEBU e72 MSP Org2MSP validating identity -2018-01-14 11:46:18.343 UTC [cauthdsl] func2 -> DEBU e73 0xc420150cf8 principal matched by identity 0 -2018-01-14 11:46:18.343 UTC [msp/identity] Verify -> DEBU e74 Verify: digest = 00000000 fd 8e e4 98 84 ad 46 84 7b 94 99 4d 23 e6 46 82 |......F.{..M#.F.| -00000010 4d a5 e9 a8 42 15 a7 0a 2a 53 f1 9d 36 ea 67 c6 |M...B...*S..6.g.| -2018-01-14 11:46:18.343 UTC [msp/identity] Verify -> DEBU e75 Verify: sig = 00000000 30 45 02 21 00 e5 32 b2 b5 f1 d6 b2 9c 5f 6b 47 |0E.!..2......_kG| -00000010 ab cf c4 61 cd 85 fc 4d 3e 63 5a 08 f5 dc 95 e8 |...a...M>cZ.....| -00000020 99 58 df 37 64 02 20 1b 05 0a 39 53 e7 a7 54 b3 |.X.7d. ...9S..T.| -00000030 ba 89 be 35 cc a6 83 85 54 1d 6b db 74 73 e8 50 |...5....T.k.ts.P| -00000040 8e af d0 01 f8 d0 d4 |.......| -2018-01-14 11:46:18.344 UTC [cauthdsl] func2 -> DEBU e76 0xc420150cf8 principal evaluation succeeds for identity 0 -2018-01-14 11:46:18.344 UTC [cauthdsl] func1 -> DEBU e77 0xc420150cf8 gate 1515930378342137164 evaluation succeeds -2018-01-14 11:46:18.344 UTC [orderer/common/sigfilter] Apply -> DEBU e78 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:18.344 UTC [orderer/common/broadcast] Handle -> DEBU e79 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -2018-01-14 11:46:18.345 UTC [policies] GetPolicy -> DEBU e7a Returning policy Writers for evaluation -2018-01-14 11:46:18.345 UTC [cauthdsl] func1 -> DEBU e7b 0xc420150d10 gate 1515930378345273664 evaluation starts -2018-01-14 11:46:18.345 UTC [cauthdsl] func2 -> DEBU e7c 0xc420150d10 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:18.345 UTC [cauthdsl] func2 -> DEBU e7d 0xc420150d10 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:18.345 UTC [msp/identity] newIdentity -> DEBU e7e Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb0 0xc4200260a8 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb1 0xc4200260a8 principal evaluation fails +2018-01-18 01:59:46.174 UTC [cauthdsl] func1 -> DEBU eb2 0xc4200260a8 gate 1516240786173543803 evaluation fails +2018-01-18 01:59:46.174 UTC [cauthdsl] func1 -> DEBU eb3 0xc420026168 gate 1516240786174653747 evaluation starts +2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb4 0xc420026168 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.174 UTC [cauthdsl] func2 -> DEBU eb5 0xc420026168 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.175 UTC [msp/identity] newIdentity -> DEBU eb6 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6646,209 +6806,13 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:46:18.346 UTC [msp] SatisfiesPrincipal -> DEBU e7f Checking if identity satisfies MEMBER role for Org2MSP -2018-01-14 11:46:18.346 UTC [msp] Validate -> DEBU e80 MSP Org2MSP validating identity -2018-01-14 11:46:18.346 UTC [cauthdsl] func2 -> DEBU e81 0xc420150d10 principal matched by identity 0 -2018-01-14 11:46:18.346 UTC [msp/identity] Verify -> DEBU e82 Verify: digest = 00000000 fd 8e e4 98 84 ad 46 84 7b 94 99 4d 23 e6 46 82 |......F.{..M#.F.| -00000010 4d a5 e9 a8 42 15 a7 0a 2a 53 f1 9d 36 ea 67 c6 |M...B...*S..6.g.| -2018-01-14 11:46:18.347 UTC [msp/identity] Verify -> DEBU e83 Verify: sig = 00000000 30 45 02 21 00 e5 32 b2 b5 f1 d6 b2 9c 5f 6b 47 |0E.!..2......_kG| -00000010 ab cf c4 61 cd 85 fc 4d 3e 63 5a 08 f5 dc 95 e8 |...a...M>cZ.....| -00000020 99 58 df 37 64 02 20 1b 05 0a 39 53 e7 a7 54 b3 |.X.7d. ...9S..T.| -00000030 ba 89 be 35 cc a6 83 85 54 1d 6b db 74 73 e8 50 |...5....T.k.ts.P| -00000040 8e af d0 01 f8 d0 d4 |.......| -2018-01-14 11:46:18.347 UTC [cauthdsl] func2 -> DEBU e84 0xc420150d10 principal evaluation succeeds for identity 0 -2018-01-14 11:46:18.347 UTC [cauthdsl] func1 -> DEBU e85 0xc420150d10 gate 1515930378345273664 evaluation succeeds -2018-01-14 11:46:18.347 UTC [orderer/common/sigfilter] Apply -> DEBU e86 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:18.347 UTC [orderer/common/blockcutter] Ordered -> DEBU e87 Enqueuing message into batch -2018-01-14 11:46:18.349 UTC [orderer/common/broadcast] Handle -> WARN e88 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:46:18.349 UTC [orderer/main] func1 -> DEBU e89 Closing Broadcast stream -2018-01-14 11:46:20.348 UTC [orderer/solo] main -> DEBU e8a Batch timer expired, creating block -2018-01-14 11:46:20.350 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU e8b retrieveBlockByNumber() - blockNum = [3] -2018-01-14 11:46:20.350 UTC [fsblkstorage] newBlockfileStream -> DEBU e8c newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -2018-01-14 11:46:20.350 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8d Remaining bytes=[5214], Going to peek [8] bytes -2018-01-14 11:46:20.351 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU e8e Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -2018-01-14 11:46:20.351 UTC [orderer/multichain] addBlockSignature -> DEBU e8f &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -2018-01-14 11:46:20.351 UTC [orderer/multichain] addBlockSignature -> DEBU e90 &{} -2018-01-14 11:46:20.351 UTC [msp] GetLocalMSP -> DEBU e91 Returning existing local MSP -2018-01-14 11:46:20.351 UTC [msp] GetDefaultSigningIdentity -> DEBU e92 Obtaining default signing identity -2018-01-14 11:46:20.352 UTC [msp] GetLocalMSP -> DEBU e93 Returning existing local MSP -2018-01-14 11:46:20.352 UTC [msp] GetDefaultSigningIdentity -> DEBU e94 Obtaining default signing identity -2018-01-14 11:46:20.352 UTC [msp/identity] Sign -> DEBU e95 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...CE40CD81DBD263DEAC9BDBB8DF2E12D4 -2018-01-14 11:46:20.352 UTC [msp/identity] Sign -> DEBU e96 Sign: digest: 0D921CCE52C1DEF8D5CD73D9AA13F9BFFA3857338FFCAFCCE35310107852839A -2018-01-14 11:46:20.353 UTC [msp] GetLocalMSP -> DEBU e97 Returning existing local MSP -2018-01-14 11:46:20.353 UTC [msp] GetDefaultSigningIdentity -> DEBU e98 Obtaining default signing identity -2018-01-14 11:46:20.353 UTC [orderer/multichain] addLastConfigSignature -> DEBU e99 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -2018-01-14 11:46:20.353 UTC [msp] GetLocalMSP -> DEBU e9a Returning existing local MSP -2018-01-14 11:46:20.353 UTC [msp] GetDefaultSigningIdentity -> DEBU e9b Obtaining default signing identity -2018-01-14 11:46:20.354 UTC [msp/identity] Sign -> DEBU e9c Sign: plaintext: 08020AFA050A0A4F7264657265724D53...CE40CD81DBD263DEAC9BDBB8DF2E12D4 -2018-01-14 11:46:20.354 UTC [msp/identity] Sign -> DEBU e9d Sign: digest: 557D0E03D2CDAE786234FC6C8774245A336AACC9AE2D1873839E6F5CA5AF4697 -2018-01-14 11:46:20.360 UTC [fsblkstorage] indexBlock -> DEBU e9e Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 -] -2018-01-14 11:46:20.360 UTC [fsblkstorage] updateCheckpoint -> DEBU e9f Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49888], isChainEmpty=[false], lastBlockNumber=[4] -2018-01-14 11:46:20.360 UTC [orderer/multichain] WriteBlock -> DEBU ea0 [channel: businesschannel] Wrote block 4 -2018-01-14 11:46:20.360 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea1 retrieveBlockByNumber() - blockNum = [4] -2018-01-14 11:46:20.361 UTC [fsblkstorage] newBlockfileStream -> DEBU ea2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -2018-01-14 11:46:20.361 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea3 Remaining bytes=[5216], Going to peek [8] bytes -2018-01-14 11:46:20.361 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea4 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -2018-01-14 11:46:20.361 UTC [orderer/common/deliver] Handle -> DEBU ea5 [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:46:20.366 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ea6 retrieveBlockByNumber() - blockNum = [4] -2018-01-14 11:46:20.366 UTC [fsblkstorage] newBlockfileStream -> DEBU ea7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -2018-01-14 11:46:20.366 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea8 Remaining bytes=[5216], Going to peek [8] bytes -2018-01-14 11:46:20.366 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ea9 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -2018-01-14 11:46:20.367 UTC [orderer/common/deliver] Handle -> DEBU eaa [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:46:38.924 UTC [orderer/main] Broadcast -> DEBU eab Starting new Broadcast handler -2018-01-14 11:46:38.924 UTC [orderer/common/broadcast] Handle -> DEBU eac Starting new broadcast loop -2018-01-14 11:46:38.989 UTC [orderer/common/broadcast] Handle -> DEBU ead [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -2018-01-14 11:46:38.989 UTC [policies] GetPolicy -> DEBU eae Returning policy Writers for evaluation -2018-01-14 11:46:38.989 UTC [cauthdsl] func1 -> DEBU eaf 0xc420150d48 gate 1515930398989424064 evaluation starts -2018-01-14 11:46:38.989 UTC [cauthdsl] func2 -> DEBU eb0 0xc420150d48 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:38.989 UTC [cauthdsl] func2 -> DEBU eb1 0xc420150d48 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:38.990 UTC [msp/identity] newIdentity -> DEBU eb2 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb3 0xc420150d48 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb4 0xc420150d48 principal evaluation fails -2018-01-14 11:46:38.991 UTC [cauthdsl] func1 -> DEBU eb5 0xc420150d48 gate 1515930398989424064 evaluation fails -2018-01-14 11:46:38.991 UTC [cauthdsl] func1 -> DEBU eb6 0xc420150d60 gate 1515930398991653164 evaluation starts -2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb7 0xc420150d60 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:38.991 UTC [cauthdsl] func2 -> DEBU eb8 0xc420150d60 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:38.992 UTC [msp/identity] newIdentity -> DEBU eb9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:46:38.992 UTC [msp] SatisfiesPrincipal -> DEBU eba Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:46:38.992 UTC [msp] Validate -> DEBU ebb MSP Org1MSP validating identity -2018-01-14 11:46:38.993 UTC [cauthdsl] func2 -> DEBU ebc 0xc420150d60 principal matched by identity 0 -2018-01-14 11:46:38.993 UTC [msp/identity] Verify -> DEBU ebd Verify: digest = 00000000 aa 57 df f9 b0 80 37 ca 02 7f 2d ee 62 2b 64 55 |.W....7...-.b+dU| -00000010 62 b0 05 4e 34 66 46 cf 97 58 fb d0 a2 cf b3 ee |b..N4fF..X......| -2018-01-14 11:46:38.993 UTC [msp/identity] Verify -> DEBU ebe Verify: sig = 00000000 30 45 02 21 00 e3 39 2f fa f2 90 30 d6 01 41 8f |0E.!..9/...0..A.| -00000010 7f a8 64 ce b7 5e 74 4f 34 0a 1b 0e 42 a6 15 ff |..d..^tO4...B...| -00000020 21 b8 97 5b 07 02 20 41 7a 0f 8e 0a 65 60 d0 2a |!..[.. Az...e`.*| -00000030 e0 88 ac f8 7d 50 12 2d b5 69 a4 e6 8a 13 50 c3 |....}P.-.i....P.| -00000040 24 90 f5 e3 30 a1 08 |$...0..| -2018-01-14 11:46:38.994 UTC [cauthdsl] func2 -> DEBU ebf 0xc420150d60 principal evaluation succeeds for identity 0 -2018-01-14 11:46:38.994 UTC [cauthdsl] func1 -> DEBU ec0 0xc420150d60 gate 1515930398991653164 evaluation succeeds -2018-01-14 11:46:38.995 UTC [orderer/common/sigfilter] Apply -> DEBU ec1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:38.995 UTC [orderer/common/broadcast] Handle -> DEBU ec2 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -2018-01-14 11:46:38.996 UTC [policies] GetPolicy -> DEBU ec3 Returning policy Writers for evaluation -2018-01-14 11:46:38.997 UTC [cauthdsl] func1 -> DEBU ec4 0xc420150da0 gate 1515930398997057664 evaluation starts -2018-01-14 11:46:38.997 UTC [cauthdsl] func2 -> DEBU ec5 0xc420150da0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:38.997 UTC [cauthdsl] func2 -> DEBU ec6 0xc420150da0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:38.998 UTC [msp/identity] newIdentity -> DEBU ec7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ec8 0xc420150da0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got Org1MSP) -2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ec9 0xc420150da0 principal evaluation fails -2018-01-14 11:46:38.999 UTC [cauthdsl] func1 -> DEBU eca 0xc420150da0 gate 1515930398997057664 evaluation fails -2018-01-14 11:46:38.999 UTC [cauthdsl] func1 -> DEBU ecb 0xc420150df0 gate 1515930398999223864 evaluation starts -2018-01-14 11:46:38.999 UTC [cauthdsl] func2 -> DEBU ecc 0xc420150df0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:46:39.000 UTC [cauthdsl] func2 -> DEBU ecd 0xc420150df0 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:46:39.005 UTC [orderer/common/broadcast] Handle -> WARN ece Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:46:39.005 UTC [orderer/main] func1 -> DEBU ecf Closing Broadcast stream -2018-01-14 11:46:39.006 UTC [msp/identity] newIdentity -> DEBU ed0 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL -MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG -cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh -Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 -WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN -U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ -MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB -xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G -A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i -ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY -gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ -xHTBvxfK6mAzmUitFmY= ------END CERTIFICATE----- -2018-01-14 11:46:39.006 UTC [msp] SatisfiesPrincipal -> DEBU ed1 Checking if identity satisfies MEMBER role for Org1MSP -2018-01-14 11:46:39.006 UTC [msp] Validate -> DEBU ed2 MSP Org1MSP validating identity -2018-01-14 11:46:39.013 UTC [cauthdsl] func2 -> DEBU ed3 0xc420150df0 principal matched by identity 0 -2018-01-14 11:46:39.013 UTC [msp/identity] Verify -> DEBU ed4 Verify: digest = 00000000 aa 57 df f9 b0 80 37 ca 02 7f 2d ee 62 2b 64 55 |.W....7...-.b+dU| -00000010 62 b0 05 4e 34 66 46 cf 97 58 fb d0 a2 cf b3 ee |b..N4fF..X......| -2018-01-14 11:46:39.014 UTC [msp/identity] Verify -> DEBU ed5 Verify: sig = 00000000 30 45 02 21 00 e3 39 2f fa f2 90 30 d6 01 41 8f |0E.!..9/...0..A.| -00000010 7f a8 64 ce b7 5e 74 4f 34 0a 1b 0e 42 a6 15 ff |..d..^tO4...B...| -00000020 21 b8 97 5b 07 02 20 41 7a 0f 8e 0a 65 60 d0 2a |!..[.. Az...e`.*| -00000030 e0 88 ac f8 7d 50 12 2d b5 69 a4 e6 8a 13 50 c3 |....}P.-.i....P.| -00000040 24 90 f5 e3 30 a1 08 |$...0..| -2018-01-14 11:46:39.016 UTC [cauthdsl] func2 -> DEBU ed6 0xc420150df0 principal evaluation succeeds for identity 0 -2018-01-14 11:46:39.016 UTC [cauthdsl] func1 -> DEBU ed7 0xc420150df0 gate 1515930398999223864 evaluation succeeds -2018-01-14 11:46:39.017 UTC [orderer/common/sigfilter] Apply -> DEBU ed8 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:46:39.018 UTC [orderer/common/blockcutter] Ordered -> DEBU ed9 Enqueuing message into batch -2018-01-14 11:46:41.019 UTC [orderer/solo] main -> DEBU eda Batch timer expired, creating block -2018-01-14 11:46:41.019 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU edb retrieveBlockByNumber() - blockNum = [4] -2018-01-14 11:46:41.019 UTC [fsblkstorage] newBlockfileStream -> DEBU edc newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -2018-01-14 11:46:41.019 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU edd Remaining bytes=[5216], Going to peek [8] bytes -2018-01-14 11:46:41.019 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ede Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -2018-01-14 11:46:41.020 UTC [orderer/multichain] addBlockSignature -> DEBU edf &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -2018-01-14 11:46:41.020 UTC [orderer/multichain] addBlockSignature -> DEBU ee0 &{} -2018-01-14 11:46:41.020 UTC [msp] GetLocalMSP -> DEBU ee1 Returning existing local MSP -2018-01-14 11:46:41.020 UTC [msp] GetDefaultSigningIdentity -> DEBU ee2 Obtaining default signing identity -2018-01-14 11:46:41.020 UTC [msp] GetLocalMSP -> DEBU ee3 Returning existing local MSP -2018-01-14 11:46:41.020 UTC [msp] GetDefaultSigningIdentity -> DEBU ee4 Obtaining default signing identity -2018-01-14 11:46:41.020 UTC [msp/identity] Sign -> DEBU ee5 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...B6512A4E48AF9C6948683A6124ECCEFF -2018-01-14 11:46:41.020 UTC [msp/identity] Sign -> DEBU ee6 Sign: digest: 988F06EC25427688B61CAF5C94EEA1D94FAF311C8B7B2D7D2A5A58F73D755E85 -2018-01-14 11:46:41.021 UTC [msp] GetLocalMSP -> DEBU ee7 Returning existing local MSP -2018-01-14 11:46:41.021 UTC [msp] GetDefaultSigningIdentity -> DEBU ee8 Obtaining default signing identity -2018-01-14 11:46:41.021 UTC [orderer/multichain] addLastConfigSignature -> DEBU ee9 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -2018-01-14 11:46:41.021 UTC [msp] GetLocalMSP -> DEBU eea Returning existing local MSP -2018-01-14 11:46:41.021 UTC [msp] GetDefaultSigningIdentity -> DEBU eeb Obtaining default signing identity -2018-01-14 11:46:41.021 UTC [msp/identity] Sign -> DEBU eec Sign: plaintext: 08020AFA050A0A4F7264657265724D53...B6512A4E48AF9C6948683A6124ECCEFF -2018-01-14 11:46:41.021 UTC [msp/identity] Sign -> DEBU eed Sign: digest: EDC138B5DEC193D583AE02A8E31A813F771808B7A4CBAF146AE72AD02BB698F9 -2018-01-14 11:46:41.031 UTC [fsblkstorage] indexBlock -> DEBU eee Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 -] -2018-01-14 11:46:41.031 UTC [fsblkstorage] updateCheckpoint -> DEBU eef Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54563], isChainEmpty=[false], lastBlockNumber=[5] -2018-01-14 11:46:41.031 UTC [orderer/multichain] WriteBlock -> DEBU ef0 [channel: businesschannel] Wrote block 5 -2018-01-14 11:46:41.031 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ef1 retrieveBlockByNumber() - blockNum = [5] -2018-01-14 11:46:41.031 UTC [fsblkstorage] newBlockfileStream -> DEBU ef2 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -2018-01-14 11:46:41.031 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef3 Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:46:41.031 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef4 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -2018-01-14 11:46:41.031 UTC [orderer/common/deliver] Handle -> DEBU ef5 [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:46:41.035 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ef6 retrieveBlockByNumber() - blockNum = [5] -2018-01-14 11:46:41.036 UTC [fsblkstorage] newBlockfileStream -> DEBU ef7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -2018-01-14 11:46:41.036 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef8 Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:46:41.036 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ef9 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -2018-01-14 11:46:41.036 UTC [orderer/common/deliver] Handle -> DEBU efa [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:47:02.311 UTC [orderer/main] Broadcast -> DEBU efb Starting new Broadcast handler -2018-01-14 11:47:02.311 UTC [orderer/common/broadcast] Handle -> DEBU efc Starting new broadcast loop -2018-01-14 11:47:02.332 UTC [orderer/common/broadcast] Handle -> DEBU efd [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION -2018-01-14 11:47:02.332 UTC [policies] GetPolicy -> DEBU efe Returning policy Writers for evaluation -2018-01-14 11:47:02.332 UTC [cauthdsl] func1 -> DEBU eff 0xc420150e68 gate 1515930422332191264 evaluation starts -2018-01-14 11:47:02.332 UTC [cauthdsl] func2 -> DEBU f00 0xc420150e68 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:02.332 UTC [cauthdsl] func2 -> DEBU f01 0xc420150e68 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:02.333 UTC [msp/identity] newIdentity -> DEBU f02 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:46.175 UTC [cauthdsl] func2 -> DEBU eb7 0xc420026168 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +2018-01-18 01:59:46.176 UTC [cauthdsl] func2 -> DEBU eb8 0xc420026168 principal evaluation fails +2018-01-18 01:59:46.176 UTC [cauthdsl] func1 -> DEBU eb9 0xc420026168 gate 1516240786174653747 evaluation fails +2018-01-18 01:59:46.176 UTC [cauthdsl] func1 -> DEBU eba 0xc4200261f8 gate 1516240786176752098 evaluation starts +2018-01-18 01:59:46.176 UTC [cauthdsl] func2 -> DEBU ebb 0xc4200261f8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.177 UTC [cauthdsl] func2 -> DEBU ebc 0xc4200261f8 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.177 UTC [msp/identity] newIdentity -> DEBU ebd Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6862,25 +6826,24 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:47:02.333 UTC [msp] SatisfiesPrincipal -> DEBU f03 Checking if identity satisfies MEMBER role for Org2MSP -2018-01-14 11:47:02.333 UTC [msp] Validate -> DEBU f04 MSP Org2MSP validating identity -2018-01-14 11:47:02.333 UTC [cauthdsl] func2 -> DEBU f05 0xc420150e68 principal matched by identity 0 -2018-01-14 11:47:02.333 UTC [msp/identity] Verify -> DEBU f06 Verify: digest = 00000000 71 42 33 02 69 90 b2 80 34 a2 8b 8a 30 78 7d e4 |qB3.i...4...0x}.| -00000010 21 9a 96 64 3c 41 0c b2 81 56 7d aa fd f5 21 77 |!..d DEBU f07 Verify: sig = 00000000 30 45 02 21 00 8d 48 db 23 eb 6a 9e 8a 9c 10 0b |0E.!..H.#.j.....| -00000010 02 11 ce f9 6c c4 11 8f 9d 27 1b 1f 76 c7 c9 ed |....l....'..v...| -00000020 5c ef a8 f8 f2 02 20 77 a8 6e 02 bb 64 71 62 a6 |\..... w.n..dqb.| -00000030 5f 59 af e1 cb 32 6c 98 aa 93 1b 90 27 5c 11 0c |_Y...2l.....'\..| -00000040 38 f1 94 5c 47 62 2a |8..\Gb*| -2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f08 0xc420150e68 principal evaluation succeeds for identity 0 -2018-01-14 11:47:02.334 UTC [cauthdsl] func1 -> DEBU f09 0xc420150e68 gate 1515930422332191264 evaluation succeeds -2018-01-14 11:47:02.334 UTC [orderer/common/sigfilter] Apply -> DEBU f0a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:47:02.334 UTC [orderer/common/broadcast] Handle -> DEBU f0b [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION -2018-01-14 11:47:02.334 UTC [policies] GetPolicy -> DEBU f0c Returning policy Writers for evaluation -2018-01-14 11:47:02.334 UTC [cauthdsl] func1 -> DEBU f0d 0xc420150e90 gate 1515930422334730064 evaluation starts -2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f0e 0xc420150e90 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:02.334 UTC [cauthdsl] func2 -> DEBU f0f 0xc420150e90 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:02.335 UTC [msp/identity] newIdentity -> DEBU f10 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:46.178 UTC [msp] SatisfiesPrincipal -> DEBU ebe Checking if identity satisfies MEMBER role for Org2MSP +2018-01-18 01:59:46.178 UTC [msp] Validate -> DEBU ebf MSP Org2MSP validating identity +2018-01-18 01:59:46.178 UTC [cauthdsl] func2 -> DEBU ec0 0xc4200261f8 principal matched by identity 0 +2018-01-18 01:59:46.178 UTC [msp/identity] Verify -> DEBU ec1 Verify: digest = 00000000 8c e3 dd 13 52 02 29 6b 7a b0 c2 58 92 56 63 ec |....R.)kz..X.Vc.| +00000010 85 63 36 bb fc 7a 28 52 ec b4 7a f4 20 27 f2 05 |.c6..z(R..z. '..| +2018-01-18 01:59:46.178 UTC [msp/identity] Verify -> DEBU ec2 Verify: sig = 00000000 30 45 02 21 00 d8 96 15 30 ad d6 fc 5b 8d 1f 09 |0E.!....0...[...| +00000010 3a ee 80 2b b9 e5 46 76 42 80 66 82 cb 64 46 41 |:..+..FvB.f..dFA| +00000020 05 2c 75 c9 67 02 20 60 bd 82 5c 6d da b3 c7 f8 |.,u.g. `..\m....| +00000030 97 3a 78 62 8a 1c 95 d4 d0 5b 6b 59 77 cc a2 22 |.:xb.....[kYw.."| +00000040 a8 0d 36 b5 ad aa fc |..6....| +2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec3 0xc4200261f8 principal evaluation succeeds for identity 0 +2018-01-18 01:59:46.179 UTC [cauthdsl] func1 -> DEBU ec4 0xc4200261f8 gate 1516240786176752098 evaluation succeeds +2018-01-18 01:59:46.179 UTC [orderer/common/sigfilter] Apply -> DEBU ec5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 01:59:46.179 UTC [policies] GetPolicy -> DEBU ec6 Returning policy Writers for evaluation +2018-01-18 01:59:46.179 UTC [cauthdsl] func1 -> DEBU ec7 0xc42014ab18 gate 1516240786179651047 evaluation starts +2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec8 0xc42014ab18 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.179 UTC [cauthdsl] func2 -> DEBU ec9 0xc42014ab18 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.179 UTC [msp/identity] newIdentity -> DEBU eca Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -6894,65 +6857,434 @@ ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ 84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS AXYxULZpXYDQXt1KaLI= -----END CERTIFICATE----- -2018-01-14 11:47:02.335 UTC [msp] SatisfiesPrincipal -> DEBU f11 Checking if identity satisfies MEMBER role for Org2MSP -2018-01-14 11:47:02.335 UTC [msp] Validate -> DEBU f12 MSP Org2MSP validating identity -2018-01-14 11:47:02.336 UTC [cauthdsl] func2 -> DEBU f13 0xc420150e90 principal matched by identity 0 -2018-01-14 11:47:02.336 UTC [msp/identity] Verify -> DEBU f14 Verify: digest = 00000000 71 42 33 02 69 90 b2 80 34 a2 8b 8a 30 78 7d e4 |qB3.i...4...0x}.| -00000010 21 9a 96 64 3c 41 0c b2 81 56 7d aa fd f5 21 77 |!..d DEBU f15 Verify: sig = 00000000 30 45 02 21 00 8d 48 db 23 eb 6a 9e 8a 9c 10 0b |0E.!..H.#.j.....| -00000010 02 11 ce f9 6c c4 11 8f 9d 27 1b 1f 76 c7 c9 ed |....l....'..v...| -00000020 5c ef a8 f8 f2 02 20 77 a8 6e 02 bb 64 71 62 a6 |\..... w.n..dqb.| -00000030 5f 59 af e1 cb 32 6c 98 aa 93 1b 90 27 5c 11 0c |_Y...2l.....'\..| -00000040 38 f1 94 5c 47 62 2a |8..\Gb*| -2018-01-14 11:47:02.336 UTC [cauthdsl] func2 -> DEBU f16 0xc420150e90 principal evaluation succeeds for identity 0 -2018-01-14 11:47:02.336 UTC [cauthdsl] func1 -> DEBU f17 0xc420150e90 gate 1515930422334730064 evaluation succeeds -2018-01-14 11:47:02.336 UTC [orderer/common/sigfilter] Apply -> DEBU f18 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57880 1 [0xc4201509c8 0xc420150a70]}) %!s(*policies.implicitMetaPolicy=&{0xc420b425e0 1 [0xc420150ac0]})]} -2018-01-14 11:47:02.336 UTC [orderer/common/blockcutter] Ordered -> DEBU f19 Enqueuing message into batch -2018-01-14 11:47:02.337 UTC [orderer/common/broadcast] Handle -> WARN f1a Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:02.337 UTC [orderer/main] func1 -> DEBU f1b Closing Broadcast stream -2018-01-14 11:47:04.337 UTC [orderer/solo] main -> DEBU f1c Batch timer expired, creating block -2018-01-14 11:47:04.337 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f1d retrieveBlockByNumber() - blockNum = [5] -2018-01-14 11:47:04.337 UTC [fsblkstorage] newBlockfileStream -> DEBU f1e newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -2018-01-14 11:47:04.337 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f1f Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:04.338 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f20 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -2018-01-14 11:47:04.339 UTC [orderer/multichain] addBlockSignature -> DEBU f21 &{ledgerResources:0xc42080f8e0 chain:0xc420bd01a0 cutter:0xc420bb4550 filters:0xc42080fde0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} -2018-01-14 11:47:04.339 UTC [orderer/multichain] addBlockSignature -> DEBU f22 &{} -2018-01-14 11:47:04.339 UTC [msp] GetLocalMSP -> DEBU f23 Returning existing local MSP -2018-01-14 11:47:04.339 UTC [msp] GetDefaultSigningIdentity -> DEBU f24 Obtaining default signing identity -2018-01-14 11:47:04.341 UTC [msp] GetLocalMSP -> DEBU f25 Returning existing local MSP -2018-01-14 11:47:04.341 UTC [msp] GetDefaultSigningIdentity -> DEBU f26 Obtaining default signing identity -2018-01-14 11:47:04.341 UTC [msp/identity] Sign -> DEBU f27 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...019AFECC2613A2D0EB31A845E3B661EC -2018-01-14 11:47:04.342 UTC [msp/identity] Sign -> DEBU f28 Sign: digest: 3A3B7D0B9AF66EF5D70900C6D59E77E2EF04A15C0C161DF276E69F9E1A72C437 -2018-01-14 11:47:04.342 UTC [msp] GetLocalMSP -> DEBU f29 Returning existing local MSP -2018-01-14 11:47:04.342 UTC [msp] GetDefaultSigningIdentity -> DEBU f2a Obtaining default signing identity -2018-01-14 11:47:04.343 UTC [orderer/multichain] addLastConfigSignature -> DEBU f2b [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 -2018-01-14 11:47:04.343 UTC [msp] GetLocalMSP -> DEBU f2c Returning existing local MSP -2018-01-14 11:47:04.344 UTC [msp] GetDefaultSigningIdentity -> DEBU f2d Obtaining default signing identity -2018-01-14 11:47:04.344 UTC [msp/identity] Sign -> DEBU f2e Sign: plaintext: 08020AFA050A0A4F7264657265724D53...019AFECC2613A2D0EB31A845E3B661EC -2018-01-14 11:47:04.344 UTC [msp/identity] Sign -> DEBU f2f Sign: digest: EEEBA22234A465B4A67EFFDA712DECE40FD027DB5049281799443A08006AF809 -2018-01-14 11:47:04.354 UTC [fsblkstorage] indexBlock -> DEBU f30 Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 +2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecb 0xc42014ab18 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecc 0xc42014ab18 principal evaluation fails +2018-01-18 01:59:46.180 UTC [cauthdsl] func1 -> DEBU ecd 0xc42014ab18 gate 1516240786179651047 evaluation fails +2018-01-18 01:59:46.180 UTC [cauthdsl] func1 -> DEBU ece 0xc42014ab28 gate 1516240786180450148 evaluation starts +2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ecf 0xc42014ab28 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.180 UTC [cauthdsl] func2 -> DEBU ed0 0xc42014ab28 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.180 UTC [msp/identity] newIdentity -> DEBU ed1 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed2 0xc42014ab28 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed3 0xc42014ab28 principal evaluation fails +2018-01-18 01:59:46.181 UTC [cauthdsl] func1 -> DEBU ed4 0xc42014ab28 gate 1516240786180450148 evaluation fails +2018-01-18 01:59:46.181 UTC [cauthdsl] func1 -> DEBU ed5 0xc42014ab38 gate 1516240786181298923 evaluation starts +2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed6 0xc42014ab38 signed by 0 principal evaluation starts (used [false]) +2018-01-18 01:59:46.181 UTC [cauthdsl] func2 -> DEBU ed7 0xc42014ab38 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 01:59:46.181 UTC [msp/identity] newIdentity -> DEBU ed8 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 01:59:46.181 UTC [msp] SatisfiesPrincipal -> DEBU ed9 Checking if identity satisfies MEMBER role for Org2MSP +2018-01-18 01:59:46.181 UTC [msp] Validate -> DEBU eda MSP Org2MSP validating identity +2018-01-18 01:59:46.182 UTC [cauthdsl] func2 -> DEBU edb 0xc42014ab38 principal matched by identity 0 +2018-01-18 01:59:46.182 UTC [msp/identity] Verify -> DEBU edc Verify: digest = 00000000 8c e3 dd 13 52 02 29 6b 7a b0 c2 58 92 56 63 ec |....R.)kz..X.Vc.| +00000010 85 63 36 bb fc 7a 28 52 ec b4 7a f4 20 27 f2 05 |.c6..z(R..z. '..| +2018-01-18 01:59:46.182 UTC [msp/identity] Verify -> DEBU edd Verify: sig = 00000000 30 45 02 21 00 d8 96 15 30 ad d6 fc 5b 8d 1f 09 |0E.!....0...[...| +00000010 3a ee 80 2b b9 e5 46 76 42 80 66 82 cb 64 46 41 |:..+..FvB.f..dFA| +00000020 05 2c 75 c9 67 02 20 60 bd 82 5c 6d da b3 c7 f8 |.,u.g. `..\m....| +00000030 97 3a 78 62 8a 1c 95 d4 d0 5b 6b 59 77 cc a2 22 |.:xb.....[kYw.."| +00000040 a8 0d 36 b5 ad aa fc |..6....| +2018-01-18 01:59:46.182 UTC [cauthdsl] func2 -> DEBU ede 0xc42014ab38 principal evaluation succeeds for identity 0 +2018-01-18 01:59:46.182 UTC [cauthdsl] func1 -> DEBU edf 0xc42014ab38 gate 1516240786181298923 evaluation succeeds +2018-01-18 01:59:46.182 UTC [orderer/common/sigfilter] Apply -> DEBU ee0 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 01:59:46.182 UTC [orderer/common/blockcutter] Ordered -> DEBU ee1 Enqueuing message into batch +2018-01-18 01:59:46.182 UTC [orderer/common/broadcast] Handle -> DEBU ee2 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +2018-01-18 01:59:46.183 UTC [orderer/common/broadcast] Handle -> WARN ee3 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 01:59:46.184 UTC [orderer/main] func1 -> DEBU ee4 Closing Broadcast stream +2018-01-18 01:59:48.183 UTC [orderer/solo] main -> DEBU ee5 Batch timer expired, creating block +2018-01-18 01:59:48.183 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ee6 retrieveBlockByNumber() - blockNum = [3] +2018-01-18 01:59:48.183 UTC [fsblkstorage] newBlockfileStream -> DEBU ee7 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +2018-01-18 01:59:48.183 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ee8 Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 01:59:48.183 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ee9 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +2018-01-18 01:59:48.184 UTC [orderer/multichain] addBlockSignature -> DEBU eea &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +2018-01-18 01:59:48.184 UTC [orderer/multichain] addBlockSignature -> DEBU eeb &{} +2018-01-18 01:59:48.184 UTC [msp] GetLocalMSP -> DEBU eec Returning existing local MSP +2018-01-18 01:59:48.184 UTC [msp] GetDefaultSigningIdentity -> DEBU eed Obtaining default signing identity +2018-01-18 01:59:48.184 UTC [msp] GetLocalMSP -> DEBU eee Returning existing local MSP +2018-01-18 01:59:48.184 UTC [msp] GetDefaultSigningIdentity -> DEBU eef Obtaining default signing identity +2018-01-18 01:59:48.184 UTC [msp/identity] Sign -> DEBU ef0 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...3735B56DC62A2CCCB5080A8B6EF4E8DA +2018-01-18 01:59:48.184 UTC [msp/identity] Sign -> DEBU ef1 Sign: digest: 8B938DD8A2AB2424E817CBACB3749BEC57D8F3E91A2D16213AD6EEDFECB83DE8 +2018-01-18 01:59:48.185 UTC [msp] GetLocalMSP -> DEBU ef2 Returning existing local MSP +2018-01-18 01:59:48.185 UTC [msp] GetDefaultSigningIdentity -> DEBU ef3 Obtaining default signing identity +2018-01-18 01:59:48.185 UTC [orderer/multichain] addLastConfigSignature -> DEBU ef4 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +2018-01-18 01:59:48.185 UTC [msp] GetLocalMSP -> DEBU ef5 Returning existing local MSP +2018-01-18 01:59:48.185 UTC [msp] GetDefaultSigningIdentity -> DEBU ef6 Obtaining default signing identity +2018-01-18 01:59:48.185 UTC [msp/identity] Sign -> DEBU ef7 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...3735B56DC62A2CCCB5080A8B6EF4E8DA +2018-01-18 01:59:48.185 UTC [msp/identity] Sign -> DEBU ef8 Sign: digest: D7E97D05D33C08C91A2092B621DD6386B7B08D645448C25CB415FD00AC269E2F +2018-01-18 01:59:48.188 UTC [fsblkstorage] indexBlock -> DEBU ef9 Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 ] -2018-01-14 11:47:04.354 UTC [fsblkstorage] updateCheckpoint -> DEBU f31 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59238], isChainEmpty=[false], lastBlockNumber=[6] -2018-01-14 11:47:04.354 UTC [orderer/multichain] WriteBlock -> DEBU f32 [channel: businesschannel] Wrote block 6 -2018-01-14 11:47:04.354 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f33 retrieveBlockByNumber() - blockNum = [6] -2018-01-14 11:47:04.354 UTC [fsblkstorage] newBlockfileStream -> DEBU f34 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -2018-01-14 11:47:04.354 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f35 Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:04.355 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f36 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -2018-01-14 11:47:04.355 UTC [orderer/common/deliver] Handle -> DEBU f37 [channel: businesschannel] Delivering block for (0xc420373960) -2018-01-14 11:47:04.363 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f38 retrieveBlockByNumber() - blockNum = [6] -2018-01-14 11:47:04.364 UTC [fsblkstorage] newBlockfileStream -> DEBU f39 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -2018-01-14 11:47:04.364 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f3a Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:04.364 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f3b Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -2018-01-14 11:47:04.364 UTC [orderer/common/deliver] Handle -> DEBU f3c [channel: businesschannel] Delivering block for (0xc42034dc80) -2018-01-14 11:47:04.792 UTC [orderer/main] Deliver -> DEBU f3d Starting new Deliver handler -2018-01-14 11:47:04.792 UTC [orderer/common/deliver] Handle -> DEBU f3e Starting new deliver loop -2018-01-14 11:47:04.793 UTC [orderer/common/deliver] Handle -> DEBU f3f Attempting to read seek info message -2018-01-14 11:47:04.794 UTC [policies] GetPolicy -> DEBU f40 Returning policy Readers for evaluation -2018-01-14 11:47:04.794 UTC [cauthdsl] func1 -> DEBU f41 0xc420150108 gate 1515930424794459464 evaluation starts -2018-01-14 11:47:04.794 UTC [cauthdsl] func2 -> DEBU f42 0xc420150108 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:04.794 UTC [cauthdsl] func2 -> DEBU f43 0xc420150108 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:04.795 UTC [msp/identity] newIdentity -> DEBU f44 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 01:59:48.189 UTC [fsblkstorage] updateCheckpoint -> DEBU efa Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49886], isChainEmpty=[false], lastBlockNumber=[4] +2018-01-18 01:59:48.189 UTC [orderer/multichain] WriteBlock -> DEBU efb [channel: businesschannel] Wrote block 4 +2018-01-18 01:59:48.189 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU efd retrieveBlockByNumber() - blockNum = [4] +2018-01-18 01:59:48.189 UTC [fsblkstorage] newBlockfileStream -> DEBU efe newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +2018-01-18 01:59:48.189 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU eff Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 01:59:48.189 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f00 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +2018-01-18 01:59:48.190 UTC [orderer/common/deliver] Handle -> DEBU f01 [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 01:59:48.189 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU efc retrieveBlockByNumber() - blockNum = [4] +2018-01-18 01:59:48.190 UTC [fsblkstorage] newBlockfileStream -> DEBU f02 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +2018-01-18 01:59:48.191 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f03 Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 01:59:48.191 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f04 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +2018-01-18 01:59:48.191 UTC [orderer/common/deliver] Handle -> DEBU f05 [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 02:00:09.277 UTC [orderer/main] Broadcast -> DEBU f06 Starting new Broadcast handler +2018-01-18 02:00:09.277 UTC [orderer/common/broadcast] Handle -> DEBU f07 Starting new broadcast loop +2018-01-18 02:00:09.301 UTC [orderer/common/broadcast] Handle -> DEBU f08 [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +2018-01-18 02:00:09.301 UTC [policies] GetPolicy -> DEBU f09 Returning policy Writers for evaluation +2018-01-18 02:00:09.301 UTC [cauthdsl] func1 -> DEBU f0a 0xc42014ab78 gate 1516240809301525227 evaluation starts +2018-01-18 02:00:09.301 UTC [cauthdsl] func2 -> DEBU f0b 0xc42014ab78 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:09.301 UTC [cauthdsl] func2 -> DEBU f0c 0xc42014ab78 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:09.302 UTC [msp/identity] newIdentity -> DEBU f0d Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f0e 0xc42014ab78 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f0f 0xc42014ab78 principal evaluation fails +2018-01-18 02:00:09.302 UTC [cauthdsl] func1 -> DEBU f10 0xc42014ab78 gate 1516240809301525227 evaluation fails +2018-01-18 02:00:09.302 UTC [cauthdsl] func1 -> DEBU f11 0xc42014ab88 gate 1516240809302659660 evaluation starts +2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f12 0xc42014ab88 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:09.302 UTC [cauthdsl] func2 -> DEBU f13 0xc42014ab88 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:09.303 UTC [msp/identity] newIdentity -> DEBU f14 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 02:00:09.303 UTC [msp] SatisfiesPrincipal -> DEBU f15 Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 02:00:09.303 UTC [msp] Validate -> DEBU f16 MSP Org1MSP validating identity +2018-01-18 02:00:09.303 UTC [cauthdsl] func2 -> DEBU f17 0xc42014ab88 principal matched by identity 0 +2018-01-18 02:00:09.303 UTC [msp/identity] Verify -> DEBU f18 Verify: digest = 00000000 96 19 82 b0 1b 1a 93 1b 3d 3e e0 a8 79 46 e4 3a |........=>..yF.:| +00000010 f1 cf d7 e3 5b 10 7a b2 c4 12 37 e6 82 85 64 1a |....[.z...7...d.| +2018-01-18 02:00:09.303 UTC [msp/identity] Verify -> DEBU f19 Verify: sig = 00000000 30 45 02 21 00 97 aa 92 1b a1 52 43 4a 9f 30 36 |0E.!......RCJ.06| +00000010 ae 07 d0 26 0f c9 ca 95 f5 7f 64 a6 fa 13 d8 25 |...&......d....%| +00000020 01 fa f0 84 8f 02 20 3b 8f 60 cf 38 b2 c3 12 0c |...... ;.`.8....| +00000030 81 7f 0c e7 ca 92 c9 fe 1e b4 fb ad 1c d8 13 f3 |................| +00000040 ff 74 37 7f 36 eb 12 |.t7.6..| +2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f1a 0xc42014ab88 principal evaluation succeeds for identity 0 +2018-01-18 02:00:09.304 UTC [cauthdsl] func1 -> DEBU f1b 0xc42014ab88 gate 1516240809302659660 evaluation succeeds +2018-01-18 02:00:09.304 UTC [orderer/common/sigfilter] Apply -> DEBU f1c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 02:00:09.304 UTC [orderer/common/broadcast] Handle -> DEBU f1d [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +2018-01-18 02:00:09.304 UTC [policies] GetPolicy -> DEBU f1e Returning policy Writers for evaluation +2018-01-18 02:00:09.304 UTC [cauthdsl] func1 -> DEBU f1f 0xc420026260 gate 1516240809304605586 evaluation starts +2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f20 0xc420026260 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:09.304 UTC [cauthdsl] func2 -> DEBU f21 0xc420026260 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:09.305 UTC [msp/identity] newIdentity -> DEBU f22 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 02:00:09.305 UTC [cauthdsl] func2 -> DEBU f23 0xc420026260 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org1MSP) +2018-01-18 02:00:09.305 UTC [cauthdsl] func2 -> DEBU f24 0xc420026260 principal evaluation fails +2018-01-18 02:00:09.305 UTC [cauthdsl] func1 -> DEBU f25 0xc420026260 gate 1516240809304605586 evaluation fails +2018-01-18 02:00:09.306 UTC [cauthdsl] func1 -> DEBU f26 0xc420026270 gate 1516240809305997390 evaluation starts +2018-01-18 02:00:09.306 UTC [cauthdsl] func2 -> DEBU f27 0xc420026270 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:09.306 UTC [cauthdsl] func2 -> DEBU f28 0xc420026270 processing identity 0 with bytes of 0a074f7267314d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a434341634367417749424167495241502b5a38386b376e6a734870396c336b69576d64397377436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a45755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a45755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455305768634e4d6a67774d5441784d544d774f5455300a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d53356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d3439417745484130494142443430496956725274634e6b43344547503744585578375a457a45473244420a786e596573704b4356316a3051596f5272325253656f567544563152485351772f55724f744c666e4d73614d53795538557047784270576a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149434b6256596771716536690a66746237674273784a52314f474c6c437a3874467936535647446855436441524d416f4743437147534d343942414d43413067414d45554349514431546b4c590a6766526b4c674b4868564c6d4b476e56526630696f686f59754154356278556a72665647777749674e674e354c30486649737330534766445a385a454a32552b0a784854427678664b366d417a6d556974466d593d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:09.306 UTC [msp/identity] newIdentity -> DEBU f29 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB +xnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i +ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY +gfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+ +xHTBvxfK6mAzmUitFmY= +-----END CERTIFICATE----- +2018-01-18 02:00:09.307 UTC [msp] SatisfiesPrincipal -> DEBU f2a Checking if identity satisfies MEMBER role for Org1MSP +2018-01-18 02:00:09.307 UTC [msp] Validate -> DEBU f2b MSP Org1MSP validating identity +2018-01-18 02:00:09.307 UTC [cauthdsl] func2 -> DEBU f2c 0xc420026270 principal matched by identity 0 +2018-01-18 02:00:09.307 UTC [msp/identity] Verify -> DEBU f2d Verify: digest = 00000000 96 19 82 b0 1b 1a 93 1b 3d 3e e0 a8 79 46 e4 3a |........=>..yF.:| +00000010 f1 cf d7 e3 5b 10 7a b2 c4 12 37 e6 82 85 64 1a |....[.z...7...d.| +2018-01-18 02:00:09.307 UTC [msp/identity] Verify -> DEBU f2e Verify: sig = 00000000 30 45 02 21 00 97 aa 92 1b a1 52 43 4a 9f 30 36 |0E.!......RCJ.06| +00000010 ae 07 d0 26 0f c9 ca 95 f5 7f 64 a6 fa 13 d8 25 |...&......d....%| +00000020 01 fa f0 84 8f 02 20 3b 8f 60 cf 38 b2 c3 12 0c |...... ;.`.8....| +00000030 81 7f 0c e7 ca 92 c9 fe 1e b4 fb ad 1c d8 13 f3 |................| +00000040 ff 74 37 7f 36 eb 12 |.t7.6..| +2018-01-18 02:00:09.308 UTC [cauthdsl] func2 -> DEBU f2f 0xc420026270 principal evaluation succeeds for identity 0 +2018-01-18 02:00:09.308 UTC [cauthdsl] func1 -> DEBU f30 0xc420026270 gate 1516240809305997390 evaluation succeeds +2018-01-18 02:00:09.308 UTC [orderer/common/sigfilter] Apply -> DEBU f31 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 02:00:09.308 UTC [orderer/common/blockcutter] Ordered -> DEBU f32 Enqueuing message into batch +2018-01-18 02:00:09.309 UTC [orderer/common/broadcast] Handle -> WARN f33 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:09.309 UTC [orderer/main] func1 -> DEBU f34 Closing Broadcast stream +2018-01-18 02:00:11.308 UTC [orderer/solo] main -> DEBU f35 Batch timer expired, creating block +2018-01-18 02:00:11.309 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f36 retrieveBlockByNumber() - blockNum = [4] +2018-01-18 02:00:11.309 UTC [fsblkstorage] newBlockfileStream -> DEBU f37 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +2018-01-18 02:00:11.310 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f38 Remaining bytes=[5215], Going to peek [8] bytes +2018-01-18 02:00:11.310 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f39 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +2018-01-18 02:00:11.310 UTC [orderer/multichain] addBlockSignature -> DEBU f3a &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +2018-01-18 02:00:11.310 UTC [orderer/multichain] addBlockSignature -> DEBU f3b &{} +2018-01-18 02:00:11.310 UTC [msp] GetLocalMSP -> DEBU f3c Returning existing local MSP +2018-01-18 02:00:11.310 UTC [msp] GetDefaultSigningIdentity -> DEBU f3d Obtaining default signing identity +2018-01-18 02:00:11.311 UTC [msp] GetLocalMSP -> DEBU f3e Returning existing local MSP +2018-01-18 02:00:11.311 UTC [msp] GetDefaultSigningIdentity -> DEBU f3f Obtaining default signing identity +2018-01-18 02:00:11.311 UTC [msp/identity] Sign -> DEBU f40 Sign: plaintext: 0AFA050A0A4F7264657265724D535012...F5AFC3E2E26272A2C289CCF8EC919A40 +2018-01-18 02:00:11.311 UTC [msp/identity] Sign -> DEBU f41 Sign: digest: 41F5C2FFD4E3F3764631F0CC9B51423E80B0CFD028C567638CB15B3492EFC43E +2018-01-18 02:00:11.312 UTC [msp] GetLocalMSP -> DEBU f42 Returning existing local MSP +2018-01-18 02:00:11.312 UTC [msp] GetDefaultSigningIdentity -> DEBU f43 Obtaining default signing identity +2018-01-18 02:00:11.312 UTC [orderer/multichain] addLastConfigSignature -> DEBU f44 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +2018-01-18 02:00:11.312 UTC [msp] GetLocalMSP -> DEBU f45 Returning existing local MSP +2018-01-18 02:00:11.312 UTC [msp] GetDefaultSigningIdentity -> DEBU f46 Obtaining default signing identity +2018-01-18 02:00:11.312 UTC [msp/identity] Sign -> DEBU f47 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...F5AFC3E2E26272A2C289CCF8EC919A40 +2018-01-18 02:00:11.312 UTC [msp/identity] Sign -> DEBU f48 Sign: digest: 0160E79333D6FA9A4EF397B28B5D14C832E73DF1CC892344EA3D7A9D6F5E8C07 +2018-01-18 02:00:11.316 UTC [fsblkstorage] indexBlock -> DEBU f49 Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 +] +2018-01-18 02:00:11.316 UTC [fsblkstorage] updateCheckpoint -> DEBU f4a Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54560], isChainEmpty=[false], lastBlockNumber=[5] +2018-01-18 02:00:11.316 UTC [orderer/multichain] WriteBlock -> DEBU f4b [channel: businesschannel] Wrote block 5 +2018-01-18 02:00:11.316 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f4c retrieveBlockByNumber() - blockNum = [5] +2018-01-18 02:00:11.316 UTC [fsblkstorage] newBlockfileStream -> DEBU f4d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +2018-01-18 02:00:11.317 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f4e Remaining bytes=[4674], Going to peek [8] bytes +2018-01-18 02:00:11.317 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f4f Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +2018-01-18 02:00:11.317 UTC [orderer/common/deliver] Handle -> DEBU f50 [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 02:00:11.317 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f51 retrieveBlockByNumber() - blockNum = [5] +2018-01-18 02:00:11.317 UTC [fsblkstorage] newBlockfileStream -> DEBU f52 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +2018-01-18 02:00:11.319 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f53 Remaining bytes=[4674], Going to peek [8] bytes +2018-01-18 02:00:11.319 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f54 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +2018-01-18 02:00:11.320 UTC [orderer/common/deliver] Handle -> DEBU f55 [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 02:00:26.293 UTC [orderer/main] Broadcast -> DEBU f56 Starting new Broadcast handler +2018-01-18 02:00:26.293 UTC [orderer/common/broadcast] Handle -> DEBU f57 Starting new broadcast loop +2018-01-18 02:00:26.323 UTC [orderer/common/broadcast] Handle -> DEBU f58 [channel: businesschannel] Broadcast is filtering message of type ENDORSER_TRANSACTION +2018-01-18 02:00:26.323 UTC [policies] GetPolicy -> DEBU f59 Returning policy Writers for evaluation +2018-01-18 02:00:26.323 UTC [cauthdsl] func1 -> DEBU f5a 0xc42014ac10 gate 1516240826323776444 evaluation starts +2018-01-18 02:00:26.323 UTC [cauthdsl] func2 -> DEBU f5b 0xc42014ac10 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.323 UTC [cauthdsl] func2 -> DEBU f5c 0xc42014ac10 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.324 UTC [msp/identity] newIdentity -> DEBU f5d Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f5e 0xc42014ac10 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f5f 0xc42014ac10 principal evaluation fails +2018-01-18 02:00:26.324 UTC [cauthdsl] func1 -> DEBU f60 0xc42014ac10 gate 1516240826323776444 evaluation fails +2018-01-18 02:00:26.324 UTC [cauthdsl] func1 -> DEBU f61 0xc42014ac20 gate 1516240826324933565 evaluation starts +2018-01-18 02:00:26.324 UTC [cauthdsl] func2 -> DEBU f62 0xc42014ac20 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f63 0xc42014ac20 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.325 UTC [msp/identity] newIdentity -> DEBU f64 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f65 0xc42014ac20 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +2018-01-18 02:00:26.325 UTC [cauthdsl] func2 -> DEBU f66 0xc42014ac20 principal evaluation fails +2018-01-18 02:00:26.325 UTC [cauthdsl] func1 -> DEBU f67 0xc42014ac20 gate 1516240826324933565 evaluation fails +2018-01-18 02:00:26.326 UTC [cauthdsl] func1 -> DEBU f68 0xc42014ac30 gate 1516240826326025519 evaluation starts +2018-01-18 02:00:26.326 UTC [cauthdsl] func2 -> DEBU f69 0xc42014ac30 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.326 UTC [cauthdsl] func2 -> DEBU f6a 0xc42014ac30 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.326 UTC [msp/identity] newIdentity -> DEBU f6b Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.326 UTC [msp] SatisfiesPrincipal -> DEBU f6c Checking if identity satisfies MEMBER role for Org2MSP +2018-01-18 02:00:26.326 UTC [msp] Validate -> DEBU f6d MSP Org2MSP validating identity +2018-01-18 02:00:26.327 UTC [cauthdsl] func2 -> DEBU f6e 0xc42014ac30 principal matched by identity 0 +2018-01-18 02:00:26.327 UTC [msp/identity] Verify -> DEBU f6f Verify: digest = 00000000 41 86 c1 8f 5d 78 6d 5b 0b a3 49 3c af bd 81 5d |A...]xm[..I<...]| +00000010 aa 9e 24 eb 91 62 77 67 3e 0b 1a a3 87 0a 62 e8 |..$..bwg>.....b.| +2018-01-18 02:00:26.328 UTC [msp/identity] Verify -> DEBU f70 Verify: sig = 00000000 30 44 02 20 61 5b 5f 47 d9 9c 61 24 67 7c c3 10 |0D. a[_G..a$g|..| +00000010 de 77 61 e1 7c 05 55 ec 7c 58 af 8c 42 42 89 7a |.wa.|.U.|X..BB.z| +00000020 1d db ea d1 02 20 0f 19 02 c4 a9 ea b6 17 28 29 |..... ........()| +00000030 f3 eb 90 dd 3a 9e 40 36 d4 92 e5 59 8c 39 d1 f6 |....:.@6...Y.9..| +00000040 9d 13 2a 4b 0c 90 |..*K..| +2018-01-18 02:00:26.329 UTC [cauthdsl] func2 -> DEBU f71 0xc42014ac30 principal evaluation succeeds for identity 0 +2018-01-18 02:00:26.329 UTC [cauthdsl] func1 -> DEBU f72 0xc42014ac30 gate 1516240826326025519 evaluation succeeds +2018-01-18 02:00:26.329 UTC [orderer/common/sigfilter] Apply -> DEBU f73 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 02:00:26.330 UTC [orderer/common/broadcast] Handle -> DEBU f74 [channel: businesschannel] Broadcast has successfully enqueued message of type ENDORSER_TRANSACTION +2018-01-18 02:00:26.331 UTC [policies] GetPolicy -> DEBU f75 Returning policy Writers for evaluation +2018-01-18 02:00:26.331 UTC [cauthdsl] func1 -> DEBU f76 0xc42014ac48 gate 1516240826331671894 evaluation starts +2018-01-18 02:00:26.331 UTC [cauthdsl] func2 -> DEBU f77 0xc42014ac48 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.331 UTC [cauthdsl] func2 -> DEBU f78 0xc42014ac48 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.332 UTC [msp/identity] newIdentity -> DEBU f79 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7a 0xc42014ac48 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected OrdererMSP, got Org2MSP) +2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7b 0xc42014ac48 principal evaluation fails +2018-01-18 02:00:26.332 UTC [cauthdsl] func1 -> DEBU f7c 0xc42014ac48 gate 1516240826331671894 evaluation fails +2018-01-18 02:00:26.332 UTC [cauthdsl] func1 -> DEBU f7d 0xc42014ac58 gate 1516240826332453103 evaluation starts +2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7e 0xc42014ac58 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.332 UTC [cauthdsl] func2 -> DEBU f7f 0xc42014ac58 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.332 UTC [msp/identity] newIdentity -> DEBU f80 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f81 0xc42014ac58 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got Org2MSP) +2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f82 0xc42014ac58 principal evaluation fails +2018-01-18 02:00:26.333 UTC [cauthdsl] func1 -> DEBU f83 0xc42014ac58 gate 1516240826332453103 evaluation fails +2018-01-18 02:00:26.333 UTC [cauthdsl] func1 -> DEBU f84 0xc42014ac68 gate 1516240826333329965 evaluation starts +2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f85 0xc42014ac68 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:26.333 UTC [cauthdsl] func2 -> DEBU f86 0xc42014ac68 processing identity 0 with bytes of 0a074f7267324d53501280062d2d2d2d2d424547494e202d2d2d2d2d0a4d494943476a4343416343674177494241674952414e32754a64326e784d55544f5739774b4e6f5864786777436759494b6f5a497a6a304541774977637a454c0a4d416b474131554542684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e68626942470a636d467559326c7a593238784754415842674e5642416f54454739795a7a49755a586868625842735a53356a623230784844416142674e5642414d5445324e680a4c6d39795a7a49755a586868625842735a53356a623230774868634e4d5467774d54417a4d544d774f5455315768634e4d6a67774d5441784d544d774f5455310a576a42624d517377435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e0a5532467549455a795957356a61584e6a627a45664d4230474131554541777757515752746157354162334a6e4d69356c654746746347786c4c6d4e766254425a0a4d424d4742797147534d34394167454743437147534d34394177454841304941424a475378465a4537736f7036556d6564727666583342434455454a497538340a6d514e4d63616433317a543664774a6d336872412f587a764d6e33352f4b6e6c597a644b684c32634f5877556c444759716a476a7851366a5454424c4d4134470a41315564447745422f775145417749486744414d42674e5648524d4241663845416a41414d437347413155644977516b4d434b4149485977434e63452b4666720a5a58715a49344a4c503859586a7a5466714f56516b39326234342f64553554754d416f4743437147534d343942414d43413067414d455543495143624a6964510a3834433878686a556d52706f696c484b6c35464349775542773639445a514f2f375a7a65507749674270435163674b4434466e4e56592b4773345335537652530a41585978554c5a70585944515874314b614c493d0a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:26.333 UTC [msp/identity] newIdentity -> DEBU f87 Creating identity instance for ID -----BEGIN CERTIFICATE----- +MIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh +Lm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1 +WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN +U2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ +MBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84 +mQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G +A1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr +ZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ +84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS +AXYxULZpXYDQXt1KaLI= +-----END CERTIFICATE----- +2018-01-18 02:00:26.336 UTC [orderer/common/broadcast] Handle -> WARN f88 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:26.336 UTC [orderer/main] func1 -> DEBU f89 Closing Broadcast stream +2018-01-18 02:00:26.337 UTC [msp] SatisfiesPrincipal -> DEBU f8a Checking if identity satisfies MEMBER role for Org2MSP +2018-01-18 02:00:26.337 UTC [msp] Validate -> DEBU f8b MSP Org2MSP validating identity +2018-01-18 02:00:26.337 UTC [cauthdsl] func2 -> DEBU f8c 0xc42014ac68 principal matched by identity 0 +2018-01-18 02:00:26.338 UTC [msp/identity] Verify -> DEBU f8d Verify: digest = 00000000 41 86 c1 8f 5d 78 6d 5b 0b a3 49 3c af bd 81 5d |A...]xm[..I<...]| +00000010 aa 9e 24 eb 91 62 77 67 3e 0b 1a a3 87 0a 62 e8 |..$..bwg>.....b.| +2018-01-18 02:00:26.339 UTC [msp/identity] Verify -> DEBU f8e Verify: sig = 00000000 30 44 02 20 61 5b 5f 47 d9 9c 61 24 67 7c c3 10 |0D. a[_G..a$g|..| +00000010 de 77 61 e1 7c 05 55 ec 7c 58 af 8c 42 42 89 7a |.wa.|.U.|X..BB.z| +00000020 1d db ea d1 02 20 0f 19 02 c4 a9 ea b6 17 28 29 |..... ........()| +00000030 f3 eb 90 dd 3a 9e 40 36 d4 92 e5 59 8c 39 d1 f6 |....:.@6...Y.9..| +00000040 9d 13 2a 4b 0c 90 |..*K..| +2018-01-18 02:00:26.339 UTC [cauthdsl] func2 -> DEBU f8f 0xc42014ac68 principal evaluation succeeds for identity 0 +2018-01-18 02:00:26.339 UTC [cauthdsl] func1 -> DEBU f90 0xc42014ac68 gate 1516240826333329965 evaluation succeeds +2018-01-18 02:00:26.339 UTC [orderer/common/sigfilter] Apply -> DEBU f91 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Writers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc4202911c0 1 [0xc42014a3a8]}) %!s(*policies.implicitMetaPolicy=&{0xc420291840 1 [0xc42014a5f0 0xc42014a878]})]} +2018-01-18 02:00:26.340 UTC [orderer/common/blockcutter] Ordered -> DEBU f92 Enqueuing message into batch +2018-01-18 02:00:28.348 UTC [orderer/solo] main -> DEBU f93 Batch timer expired, creating block +2018-01-18 02:00:28.348 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f94 retrieveBlockByNumber() - blockNum = [5] +2018-01-18 02:00:28.348 UTC [fsblkstorage] newBlockfileStream -> DEBU f95 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +2018-01-18 02:00:28.349 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f96 Remaining bytes=[4674], Going to peek [8] bytes +2018-01-18 02:00:28.349 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f97 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +2018-01-18 02:00:28.357 UTC [orderer/multichain] addBlockSignature -> DEBU f98 &{ledgerResources:0xc420208040 chain:0xc420208da0 cutter:0xc420a51270 filters:0xc4202089e0 signer:0x1274e88 lastConfig:2 lastConfigSeq:3} +2018-01-18 02:00:28.359 UTC [orderer/multichain] addBlockSignature -> DEBU f99 &{} +2018-01-18 02:00:28.360 UTC [msp] GetLocalMSP -> DEBU f9a Returning existing local MSP +2018-01-18 02:00:28.360 UTC [msp] GetDefaultSigningIdentity -> DEBU f9b Obtaining default signing identity +2018-01-18 02:00:28.360 UTC [msp] GetLocalMSP -> DEBU f9c Returning existing local MSP +2018-01-18 02:00:28.360 UTC [msp] GetDefaultSigningIdentity -> DEBU f9d Obtaining default signing identity +2018-01-18 02:00:28.360 UTC [msp/identity] Sign -> DEBU f9e Sign: plaintext: 0AFA050A0A4F7264657265724D535012...4EAA05659B82E25AB8B5F70E14686F7D +2018-01-18 02:00:28.360 UTC [msp/identity] Sign -> DEBU f9f Sign: digest: F76C3255731275255EADBB7C0048B4406FF4684ED39790721AFE4FE67BC36CC1 +2018-01-18 02:00:28.361 UTC [msp] GetLocalMSP -> DEBU fa0 Returning existing local MSP +2018-01-18 02:00:28.361 UTC [msp] GetDefaultSigningIdentity -> DEBU fa1 Obtaining default signing identity +2018-01-18 02:00:28.361 UTC [orderer/multichain] addLastConfigSignature -> DEBU fa2 [channel: businesschannel] About to write block, setting its LAST_CONFIG to 2 +2018-01-18 02:00:28.361 UTC [msp] GetLocalMSP -> DEBU fa3 Returning existing local MSP +2018-01-18 02:00:28.361 UTC [msp] GetDefaultSigningIdentity -> DEBU fa4 Obtaining default signing identity +2018-01-18 02:00:28.361 UTC [msp/identity] Sign -> DEBU fa5 Sign: plaintext: 08020AFA050A0A4F7264657265724D53...4EAA05659B82E25AB8B5F70E14686F7D +2018-01-18 02:00:28.361 UTC [msp/identity] Sign -> DEBU fa6 Sign: digest: EA2FF3B9A0ABFE801A00922F42B11F81CB185585F46550AB5A38926F66CC3740 +2018-01-18 02:00:28.381 UTC [fsblkstorage] indexBlock -> DEBU fa7 Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 +] +2018-01-18 02:00:28.381 UTC [fsblkstorage] updateCheckpoint -> DEBU fa8 Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59235], isChainEmpty=[false], lastBlockNumber=[6] +2018-01-18 02:00:28.382 UTC [orderer/multichain] WriteBlock -> DEBU fa9 [channel: businesschannel] Wrote block 6 +2018-01-18 02:00:28.382 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU faa retrieveBlockByNumber() - blockNum = [6] +2018-01-18 02:00:28.383 UTC [fsblkstorage] newBlockfileStream -> DEBU fac newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +2018-01-18 02:00:28.383 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fad Remaining bytes=[4675], Going to peek [8] bytes +2018-01-18 02:00:28.384 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fae Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +2018-01-18 02:00:28.384 UTC [orderer/common/deliver] Handle -> DEBU faf [channel: businesschannel] Delivering block for (0xc4208701a0) +2018-01-18 02:00:28.382 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fab retrieveBlockByNumber() - blockNum = [6] +2018-01-18 02:00:28.390 UTC [fsblkstorage] newBlockfileStream -> DEBU fb0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +2018-01-18 02:00:28.391 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fb1 Remaining bytes=[4675], Going to peek [8] bytes +2018-01-18 02:00:28.391 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fb2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +2018-01-18 02:00:28.392 UTC [orderer/common/deliver] Handle -> DEBU fb3 [channel: businesschannel] Delivering block for (0xc42022a4a0) +2018-01-18 02:00:28.657 UTC [orderer/main] Deliver -> DEBU fb4 Starting new Deliver handler +2018-01-18 02:00:28.657 UTC [orderer/common/deliver] Handle -> DEBU fb5 Starting new deliver loop +2018-01-18 02:00:28.657 UTC [orderer/common/deliver] Handle -> DEBU fb6 Attempting to read seek info message +2018-01-18 02:00:28.658 UTC [policies] GetPolicy -> DEBU fb7 Returning policy Readers for evaluation +2018-01-18 02:00:28.658 UTC [cauthdsl] func1 -> DEBU fb8 0xc42014ac90 gate 1516240828658245825 evaluation starts +2018-01-18 02:00:28.658 UTC [cauthdsl] func2 -> DEBU fb9 0xc42014ac90 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:28.658 UTC [cauthdsl] func2 -> DEBU fba 0xc42014ac90 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:28.658 UTC [msp/identity] newIdentity -> DEBU fbb Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -6965,13 +7297,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f45 0xc420150108 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f46 0xc420150108 principal evaluation fails -2018-01-14 11:47:04.795 UTC [cauthdsl] func1 -> DEBU f47 0xc420150108 gate 1515930424794459464 evaluation fails -2018-01-14 11:47:04.795 UTC [cauthdsl] func1 -> DEBU f48 0xc420150408 gate 1515930424795628664 evaluation starts -2018-01-14 11:47:04.795 UTC [cauthdsl] func2 -> DEBU f49 0xc420150408 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:04.796 UTC [cauthdsl] func2 -> DEBU f4a 0xc420150408 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:04.796 UTC [msp/identity] newIdentity -> DEBU f4b Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:28.659 UTC [msp] SatisfiesPrincipal -> DEBU fbc Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:28.659 UTC [msp] Validate -> DEBU fbd MSP OrdererMSP validating identity +2018-01-18 02:00:28.660 UTC [cauthdsl] func2 -> DEBU fbe 0xc42014ac90 principal matched by identity 0 +2018-01-18 02:00:28.660 UTC [msp/identity] Verify -> DEBU fbf Verify: digest = 00000000 d5 4d 4a d1 b9 89 dc 80 8b ec d0 2f bd da 9e 42 |.MJ......../...B| +00000010 3b 65 d4 db 9f 58 dc 3e 34 19 4a f1 2c 34 11 bf |;e...X.>4.J.,4..| +2018-01-18 02:00:28.660 UTC [msp/identity] Verify -> DEBU fc0 Verify: sig = 00000000 30 45 02 21 00 f1 56 d1 53 8b 25 9c 50 8c 40 7d |0E.!..V.S.%.P.@}| +00000010 47 ff b1 5a df d2 67 fb 11 7a 23 a9 8c f9 1e 7b |G..Z..g..z#....{| +00000020 35 85 4d d7 f9 02 20 13 e8 2e 13 6a e3 17 5c 27 |5.M... ....j..\'| +00000030 13 9a a2 06 56 a6 b5 c6 2f a5 fc 8f 3d 45 3c f4 |....V.../...=E<.| +00000040 7b 85 c5 88 02 04 24 |{.....$| +2018-01-18 02:00:28.660 UTC [cauthdsl] func2 -> DEBU fc1 0xc42014ac90 principal evaluation succeeds for identity 0 +2018-01-18 02:00:28.660 UTC [cauthdsl] func1 -> DEBU fc2 0xc42014ac90 gate 1516240828658245825 evaluation succeeds +2018-01-18 02:00:28.661 UTC [orderer/common/sigfilter] Apply -> DEBU fc3 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:28.661 UTC [orderer/common/deliver] Handle -> DEBU fc4 [channel: businesschannel] Received seekInfo (0xc420b24e40) start: > stop: > +2018-01-18 02:00:28.661 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fc5 retrieveBlockByNumber() - blockNum = [6] +2018-01-18 02:00:28.662 UTC [fsblkstorage] newBlockfileStream -> DEBU fc6 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +2018-01-18 02:00:28.662 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fc7 Remaining bytes=[4675], Going to peek [8] bytes +2018-01-18 02:00:28.662 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fc8 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fc9 [channel: businesschannel] Delivering block for (0xc420b24e40) +2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fca [channel: businesschannel] Done delivering for (0xc420b24e40), waiting for new SeekInfo +2018-01-18 02:00:28.662 UTC [orderer/common/deliver] Handle -> DEBU fcb Attempting to read seek info message +2018-01-18 02:00:28.664 UTC [orderer/common/deliver] Handle -> WARN fcc Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:28.665 UTC [orderer/main] func1 -> DEBU fcd Closing Deliver stream +2018-01-18 02:00:28.908 UTC [orderer/main] Deliver -> DEBU fce Starting new Deliver handler +2018-01-18 02:00:28.908 UTC [orderer/common/deliver] Handle -> DEBU fcf Starting new deliver loop +2018-01-18 02:00:28.908 UTC [orderer/common/deliver] Handle -> DEBU fd0 Attempting to read seek info message +2018-01-18 02:00:28.909 UTC [policies] GetPolicy -> DEBU fd1 Returning policy Readers for evaluation +2018-01-18 02:00:28.909 UTC [cauthdsl] func1 -> DEBU fd2 0xc42014acd8 gate 1516240828909257257 evaluation starts +2018-01-18 02:00:28.909 UTC [cauthdsl] func2 -> DEBU fd3 0xc42014acd8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:28.909 UTC [cauthdsl] func2 -> DEBU fd4 0xc42014acd8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:28.909 UTC [msp/identity] newIdentity -> DEBU fd5 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -6984,13 +7340,32 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:04.796 UTC [cauthdsl] func2 -> DEBU f4c 0xc420150408 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f4d 0xc420150408 principal evaluation fails -2018-01-14 11:47:04.797 UTC [cauthdsl] func1 -> DEBU f4e 0xc420150408 gate 1515930424795628664 evaluation fails -2018-01-14 11:47:04.797 UTC [cauthdsl] func1 -> DEBU f4f 0xc420150420 gate 1515930424797284064 evaluation starts -2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f50 0xc420150420 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:04.797 UTC [cauthdsl] func2 -> DEBU f51 0xc420150420 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:04.798 UTC [msp/identity] newIdentity -> DEBU f52 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:28.910 UTC [msp] SatisfiesPrincipal -> DEBU fd6 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:28.910 UTC [msp] Validate -> DEBU fd7 MSP OrdererMSP validating identity +2018-01-18 02:00:28.910 UTC [cauthdsl] func2 -> DEBU fd8 0xc42014acd8 principal matched by identity 0 +2018-01-18 02:00:28.910 UTC [msp/identity] Verify -> DEBU fd9 Verify: digest = 00000000 24 cf 21 25 ee f7 a3 10 9b da 15 00 82 fd 1d 2d |$.!%...........-| +00000010 9e d6 70 3c df bf 68 7f c9 c2 84 76 d8 c0 ea c0 |..p<..h....v....| +2018-01-18 02:00:28.910 UTC [msp/identity] Verify -> DEBU fda Verify: sig = 00000000 30 44 02 20 18 8e 64 2d 67 99 06 2b e4 00 77 7e |0D. ..d-g..+..w~| +00000010 f3 da fb 6c 3a 71 29 44 a2 ad a0 37 02 8f 70 f1 |...l:q)D...7..p.| +00000020 65 d5 7f f5 02 20 1e 62 d5 5b 7b a7 ce b1 c6 99 |e.... .b.[{.....| +00000030 74 dc 38 30 04 9c a6 2c 59 0f 9f 14 56 89 9f 0c |t.80...,Y...V...| +00000040 1a 50 81 30 2a 23 |.P.0*#| +2018-01-18 02:00:28.911 UTC [cauthdsl] func2 -> DEBU fdb 0xc42014acd8 principal evaluation succeeds for identity 0 +2018-01-18 02:00:28.911 UTC [cauthdsl] func1 -> DEBU fdc 0xc42014acd8 gate 1516240828909257257 evaluation succeeds +2018-01-18 02:00:28.911 UTC [orderer/common/sigfilter] Apply -> DEBU fdd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:28.911 UTC [orderer/common/deliver] Handle -> DEBU fde [channel: businesschannel] Received seekInfo (0xc4208dfda0) start: > stop: > +2018-01-18 02:00:28.913 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fdf retrieveBlockByNumber() - blockNum = [6] +2018-01-18 02:00:28.913 UTC [fsblkstorage] newBlockfileStream -> DEBU fe0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +2018-01-18 02:00:28.913 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fe1 Remaining bytes=[4675], Going to peek [8] bytes +2018-01-18 02:00:28.913 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fe2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +2018-01-18 02:00:28.913 UTC [orderer/common/deliver] Handle -> DEBU fe3 [channel: businesschannel] Delivering block for (0xc4208dfda0) +2018-01-18 02:00:28.914 UTC [orderer/common/deliver] Handle -> DEBU fe4 [channel: businesschannel] Done delivering for (0xc4208dfda0), waiting for new SeekInfo +2018-01-18 02:00:28.915 UTC [orderer/common/deliver] Handle -> DEBU fe5 Attempting to read seek info message +2018-01-18 02:00:28.917 UTC [policies] GetPolicy -> DEBU fe6 Returning policy Readers for evaluation +2018-01-18 02:00:28.917 UTC [cauthdsl] func1 -> DEBU fe7 0xc42014a058 gate 1516240828917345111 evaluation starts +2018-01-18 02:00:28.917 UTC [cauthdsl] func2 -> DEBU fe8 0xc42014a058 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:28.917 UTC [cauthdsl] func2 -> DEBU fe9 0xc42014a058 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:28.917 UTC [msp/identity] newIdentity -> DEBU fea Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7003,37 +7378,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:04.798 UTC [msp] SatisfiesPrincipal -> DEBU f53 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:04.798 UTC [msp] Validate -> DEBU f54 MSP OrdererMSP validating identity -2018-01-14 11:47:04.799 UTC [cauthdsl] func2 -> DEBU f55 0xc420150420 principal matched by identity 0 -2018-01-14 11:47:04.799 UTC [msp/identity] Verify -> DEBU f56 Verify: digest = 00000000 07 5b 81 a6 5c e3 42 9e 14 7c 30 37 7f b0 b7 c3 |.[..\.B..|07....| -00000010 e9 f6 90 c6 12 2a 77 43 3d 9f ca 38 a4 26 1c be |.....*wC=..8.&..| -2018-01-14 11:47:04.799 UTC [msp/identity] Verify -> DEBU f57 Verify: sig = 00000000 30 44 02 20 08 cf 9a 28 23 6f 5c e9 d2 77 97 9d |0D. ...(#o\..w..| -00000010 f5 e0 0b 70 66 99 ff 6a 58 5d ad 78 09 1b e3 bc |...pf..jX].x....| -00000020 00 5b fb ee 02 20 7f e5 2e 7f e2 98 58 22 7f 4d |.[... ......X".M| -00000030 80 f0 19 e4 e8 d7 05 bc 68 cb 97 51 26 1c f3 82 |........h..Q&...| -00000040 9c ab 7f 9e ae 07 |......| -2018-01-14 11:47:04.800 UTC [cauthdsl] func2 -> DEBU f58 0xc420150420 principal evaluation succeeds for identity 0 -2018-01-14 11:47:04.800 UTC [cauthdsl] func1 -> DEBU f59 0xc420150420 gate 1515930424797284064 evaluation succeeds -2018-01-14 11:47:04.800 UTC [orderer/common/sigfilter] Apply -> DEBU f5a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:04.800 UTC [orderer/common/deliver] Handle -> DEBU f5b [channel: businesschannel] Received seekInfo (0xc420b439c0) start: > stop: > -2018-01-14 11:47:04.801 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f5c retrieveBlockByNumber() - blockNum = [6] -2018-01-14 11:47:04.801 UTC [fsblkstorage] newBlockfileStream -> DEBU f5d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -2018-01-14 11:47:04.801 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f5e Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:04.801 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f5f Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -2018-01-14 11:47:04.801 UTC [orderer/common/deliver] Handle -> DEBU f60 [channel: businesschannel] Delivering block for (0xc420b439c0) -2018-01-14 11:47:04.802 UTC [orderer/common/deliver] Handle -> DEBU f61 [channel: businesschannel] Done delivering for (0xc420b439c0), waiting for new SeekInfo -2018-01-14 11:47:04.802 UTC [orderer/common/deliver] Handle -> DEBU f62 Attempting to read seek info message -2018-01-14 11:47:04.805 UTC [orderer/common/deliver] Handle -> WARN f63 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:04.806 UTC [orderer/main] func1 -> DEBU f64 Closing Deliver stream -2018-01-14 11:47:05.001 UTC [orderer/main] Deliver -> DEBU f65 Starting new Deliver handler -2018-01-14 11:47:05.001 UTC [orderer/common/deliver] Handle -> DEBU f66 Starting new deliver loop -2018-01-14 11:47:05.001 UTC [orderer/common/deliver] Handle -> DEBU f67 Attempting to read seek info message -2018-01-14 11:47:05.002 UTC [policies] GetPolicy -> DEBU f68 Returning policy Readers for evaluation -2018-01-14 11:47:05.003 UTC [cauthdsl] func1 -> DEBU f69 0xc420150730 gate 1515930425003040764 evaluation starts -2018-01-14 11:47:05.003 UTC [cauthdsl] func2 -> DEBU f6a 0xc420150730 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.003 UTC [cauthdsl] func2 -> DEBU f6b 0xc420150730 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.003 UTC [msp/identity] newIdentity -> DEBU f6c Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:28.917 UTC [msp] SatisfiesPrincipal -> DEBU feb Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:28.917 UTC [msp] Validate -> DEBU fec MSP OrdererMSP validating identity +2018-01-18 02:00:28.918 UTC [cauthdsl] func2 -> DEBU fed 0xc42014a058 principal matched by identity 0 +2018-01-18 02:00:28.918 UTC [msp/identity] Verify -> DEBU fee Verify: digest = 00000000 8c 69 bf 6b b0 96 b1 b5 5a 42 15 d7 ee d6 ef ac |.i.k....ZB......| +00000010 60 83 9a 47 0a 92 4d 52 e9 33 5e 70 3b 88 27 7b |`..G..MR.3^p;.'{| +2018-01-18 02:00:28.918 UTC [msp/identity] Verify -> DEBU fef Verify: sig = 00000000 30 44 02 20 62 e8 50 55 c9 6f 7c 61 f6 de b7 3b |0D. b.PU.o|a...;| +00000010 31 a8 22 11 28 3a a9 1e cd a6 cc cc 7e e2 60 7c |1.".(:......~.`|| +00000020 e4 e3 75 0b 02 20 71 9b 98 38 29 35 20 d2 ea 15 |..u.. q..8)5 ...| +00000030 b0 f1 37 bb 58 0a 5c f1 4f ef bf 91 09 8d 71 78 |..7.X.\.O.....qx| +00000040 18 9f 8c 7e 3e e1 |...~>.| +2018-01-18 02:00:28.918 UTC [cauthdsl] func2 -> DEBU ff0 0xc42014a058 principal evaluation succeeds for identity 0 +2018-01-18 02:00:28.918 UTC [cauthdsl] func1 -> DEBU ff1 0xc42014a058 gate 1516240828917345111 evaluation succeeds +2018-01-18 02:00:28.918 UTC [orderer/common/sigfilter] Apply -> DEBU ff2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:28.918 UTC [orderer/common/deliver] Handle -> DEBU ff3 [channel: businesschannel] Received seekInfo (0xc420a781e0) start: > stop: > +2018-01-18 02:00:28.918 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ff4 retrieveBlockByNumber() - blockNum = [2] +2018-01-18 02:00:28.918 UTC [fsblkstorage] newBlockfileStream -> DEBU ff5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +2018-01-18 02:00:28.919 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff6 Remaining bytes=[33569], Going to peek [8] bytes +2018-01-18 02:00:28.919 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff7 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +2018-01-18 02:00:28.919 UTC [orderer/common/deliver] Handle -> DEBU ff8 [channel: businesschannel] Delivering block for (0xc420a781e0) +2018-01-18 02:00:28.920 UTC [orderer/common/deliver] Handle -> DEBU ff9 [channel: businesschannel] Done delivering for (0xc420a781e0), waiting for new SeekInfo +2018-01-18 02:00:28.920 UTC [orderer/common/deliver] Handle -> DEBU ffa Attempting to read seek info message +2018-01-18 02:00:28.927 UTC [orderer/common/deliver] Handle -> WARN ffb Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:28.927 UTC [orderer/main] func1 -> DEBU ffc Closing Deliver stream +2018-01-18 02:00:29.070 UTC [orderer/main] Deliver -> DEBU ffd Starting new Deliver handler +2018-01-18 02:00:29.070 UTC [orderer/common/deliver] Handle -> DEBU ffe Starting new deliver loop +2018-01-18 02:00:29.070 UTC [orderer/common/deliver] Handle -> DEBU fff Attempting to read seek info message +2018-01-18 02:00:29.071 UTC [policies] GetPolicy -> DEBU 1000 Returning policy Readers for evaluation +2018-01-18 02:00:29.071 UTC [cauthdsl] func1 -> DEBU 1001 0xc420026028 gate 1516240829071903393 evaluation starts +2018-01-18 02:00:29.071 UTC [cauthdsl] func2 -> DEBU 1002 0xc420026028 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.071 UTC [cauthdsl] func2 -> DEBU 1003 0xc420026028 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.072 UTC [msp/identity] newIdentity -> DEBU 1004 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7046,13 +7421,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f6d 0xc420150730 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f6e 0xc420150730 principal evaluation fails -2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f6f 0xc420150730 gate 1515930425003040764 evaluation fails -2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f70 0xc420150780 gate 1515930425004191064 evaluation starts -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f71 0xc420150780 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f72 0xc420150780 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.004 UTC [msp/identity] newIdentity -> DEBU f73 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.072 UTC [msp] SatisfiesPrincipal -> DEBU 1005 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.072 UTC [msp] Validate -> DEBU 1006 MSP OrdererMSP validating identity +2018-01-18 02:00:29.072 UTC [cauthdsl] func2 -> DEBU 1007 0xc420026028 principal matched by identity 0 +2018-01-18 02:00:29.072 UTC [msp/identity] Verify -> DEBU 1008 Verify: digest = 00000000 65 12 3c 11 a2 4e 86 a8 47 e7 76 6f 87 c2 b3 38 |e.<..N..G.vo...8| +00000010 6c e2 3c e9 4d 71 09 4e ab d3 05 84 fa 51 4b 22 |l.<.Mq.N.....QK"| +2018-01-18 02:00:29.072 UTC [msp/identity] Verify -> DEBU 1009 Verify: sig = 00000000 30 44 02 20 12 62 19 57 d6 a2 92 51 d8 15 48 a1 |0D. .b.W...Q..H.| +00000010 ad 02 9c 2d 0c 9f c6 de 9f e6 0a 87 83 f5 43 c0 |...-..........C.| +00000020 64 ff 8d 7a 02 20 45 07 0e f6 77 03 43 f9 63 dd |d..z. E...w.C.c.| +00000030 fd 1b ab 6b 7d 57 59 f6 da 89 58 f4 37 51 1a 62 |...k}WY...X.7Q.b| +00000040 74 52 3c fb 59 2d |tR<.Y-| +2018-01-18 02:00:29.072 UTC [cauthdsl] func2 -> DEBU 100a 0xc420026028 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.072 UTC [cauthdsl] func1 -> DEBU 100b 0xc420026028 gate 1516240829071903393 evaluation succeeds +2018-01-18 02:00:29.072 UTC [orderer/common/sigfilter] Apply -> DEBU 100c Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.072 UTC [orderer/common/deliver] Handle -> DEBU 100d [channel: businesschannel] Received seekInfo (0xc420b24280) start: > stop: > +2018-01-18 02:00:29.072 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 100e retrieveBlockByNumber() - blockNum = [0] +2018-01-18 02:00:29.072 UTC [fsblkstorage] newBlockfileStream -> DEBU 100f newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] +2018-01-18 02:00:29.072 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1010 Remaining bytes=[59235], Going to peek [8] bytes +2018-01-18 02:00:29.073 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1011 Returning blockbytes - length=[11932], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1012 [channel: businesschannel] Delivering block for (0xc420b24280) +2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1013 [channel: businesschannel] Done delivering for (0xc420b24280), waiting for new SeekInfo +2018-01-18 02:00:29.073 UTC [orderer/common/deliver] Handle -> DEBU 1014 Attempting to read seek info message +2018-01-18 02:00:29.077 UTC [orderer/common/deliver] Handle -> WARN 1015 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:29.077 UTC [orderer/main] func1 -> DEBU 1016 Closing Deliver stream +2018-01-18 02:00:29.287 UTC [orderer/main] Deliver -> DEBU 1017 Starting new Deliver handler +2018-01-18 02:00:29.287 UTC [orderer/common/deliver] Handle -> DEBU 1018 Starting new deliver loop +2018-01-18 02:00:29.287 UTC [orderer/common/deliver] Handle -> DEBU 1019 Attempting to read seek info message +2018-01-18 02:00:29.288 UTC [policies] GetPolicy -> DEBU 101a Returning policy Readers for evaluation +2018-01-18 02:00:29.288 UTC [cauthdsl] func1 -> DEBU 101b 0xc42014a5a0 gate 1516240829288989595 evaluation starts +2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 101c 0xc42014a5a0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 101d 0xc42014a5a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.289 UTC [msp/identity] newIdentity -> DEBU 101e Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7065,13 +7464,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f74 0xc420150780 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f75 0xc420150780 principal evaluation fails -2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f76 0xc420150780 gate 1515930425004191064 evaluation fails -2018-01-14 11:47:05.004 UTC [cauthdsl] func1 -> DEBU f77 0xc4201507b0 gate 1515930425004941264 evaluation starts -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f78 0xc4201507b0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.004 UTC [cauthdsl] func2 -> DEBU f79 0xc4201507b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.005 UTC [msp/identity] newIdentity -> DEBU f7a Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.289 UTC [msp] SatisfiesPrincipal -> DEBU 101f Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.289 UTC [msp] Validate -> DEBU 1020 MSP OrdererMSP validating identity +2018-01-18 02:00:29.289 UTC [cauthdsl] func2 -> DEBU 1021 0xc42014a5a0 principal matched by identity 0 +2018-01-18 02:00:29.289 UTC [msp/identity] Verify -> DEBU 1022 Verify: digest = 00000000 b2 35 16 42 a6 c3 55 da 5e 38 bf b6 92 11 5a b5 |.5.B..U.^8....Z.| +00000010 e9 0b a8 43 2c b0 ec 10 30 2a 40 60 b2 3f 38 a7 |...C,...0*@`.?8.| +2018-01-18 02:00:29.289 UTC [msp/identity] Verify -> DEBU 1023 Verify: sig = 00000000 30 44 02 20 5b 10 e4 02 04 6a 48 6c 35 0d ef 13 |0D. [....jHl5...| +00000010 4b fe 22 60 06 ac c7 60 4a 3d 90 86 69 60 17 eb |K."`...`J=..i`..| +00000020 89 80 08 45 02 20 2c 6e 08 bc 97 18 ac ca 3d a1 |...E. ,n......=.| +00000030 0a e2 7d fa 37 82 dd fa 53 aa e8 b7 3f 8d f2 eb |..}.7...S...?...| +00000040 60 7d 93 d2 80 ad |`}....| +2018-01-18 02:00:29.290 UTC [cauthdsl] func2 -> DEBU 1024 0xc42014a5a0 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.290 UTC [cauthdsl] func1 -> DEBU 1025 0xc42014a5a0 gate 1516240829288989595 evaluation succeeds +2018-01-18 02:00:29.290 UTC [orderer/common/sigfilter] Apply -> DEBU 1026 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 1027 [channel: businesschannel] Received seekInfo (0xc42090bde0) start: > stop: > +2018-01-18 02:00:29.290 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1028 retrieveBlockByNumber() - blockNum = [1] +2018-01-18 02:00:29.290 UTC [fsblkstorage] newBlockfileStream -> DEBU 1029 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11934] +2018-01-18 02:00:29.290 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 102a Remaining bytes=[47301], Going to peek [8] bytes +2018-01-18 02:00:29.290 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 102b Returning blockbytes - length=[13730], placementInfo={fileNum=[0], startOffset=[11934], bytesOffset=[11936]} +2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102c [channel: businesschannel] Delivering block for (0xc42090bde0) +2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102d [channel: businesschannel] Done delivering for (0xc42090bde0), waiting for new SeekInfo +2018-01-18 02:00:29.290 UTC [orderer/common/deliver] Handle -> DEBU 102e Attempting to read seek info message +2018-01-18 02:00:29.298 UTC [orderer/common/deliver] Handle -> WARN 102f Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:29.298 UTC [orderer/main] func1 -> DEBU 1030 Closing Deliver stream +2018-01-18 02:00:29.451 UTC [orderer/main] Deliver -> DEBU 1031 Starting new Deliver handler +2018-01-18 02:00:29.452 UTC [orderer/common/deliver] Handle -> DEBU 1032 Starting new deliver loop +2018-01-18 02:00:29.452 UTC [orderer/common/deliver] Handle -> DEBU 1033 Attempting to read seek info message +2018-01-18 02:00:29.452 UTC [policies] GetPolicy -> DEBU 1034 Returning policy Readers for evaluation +2018-01-18 02:00:29.453 UTC [cauthdsl] func1 -> DEBU 1035 0xc4200260b0 gate 1516240829453047126 evaluation starts +2018-01-18 02:00:29.453 UTC [cauthdsl] func2 -> DEBU 1036 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.453 UTC [cauthdsl] func2 -> DEBU 1037 0xc4200260b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.453 UTC [msp/identity] newIdentity -> DEBU 1038 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7084,32 +7507,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.005 UTC [msp] SatisfiesPrincipal -> DEBU f7b Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.005 UTC [msp] Validate -> DEBU f7c MSP OrdererMSP validating identity -2018-01-14 11:47:05.006 UTC [cauthdsl] func2 -> DEBU f7d 0xc4201507b0 principal matched by identity 0 -2018-01-14 11:47:05.006 UTC [msp/identity] Verify -> DEBU f7e Verify: digest = 00000000 09 2c af c8 db 03 09 c4 7a 5d c4 3f ed 66 6f a7 |.,......z].?.fo.| -00000010 97 49 dc c7 0e 94 24 6f 30 f0 98 bc 87 c3 48 f5 |.I....$o0.....H.| -2018-01-14 11:47:05.006 UTC [msp/identity] Verify -> DEBU f7f Verify: sig = 00000000 30 44 02 20 0a d3 db af bf 7d a0 cf 09 d9 3d 3a |0D. .....}....=:| -00000010 c1 5a 2c 41 80 dc e6 d0 38 ff c2 0a 22 ec ad 0b |.Z,A....8..."...| -00000020 07 d7 6d 36 02 20 31 d1 56 87 20 0b e3 6e 37 ec |..m6. 1.V. ..n7.| -00000030 0a 28 40 f7 75 23 0e ad c9 55 29 fe 61 92 01 1c |.(@.u#...U).a...| -00000040 27 e2 1f f1 46 2b |'...F+| -2018-01-14 11:47:05.006 UTC [cauthdsl] func2 -> DEBU f80 0xc4201507b0 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.006 UTC [cauthdsl] func1 -> DEBU f81 0xc4201507b0 gate 1515930425004941264 evaluation succeeds -2018-01-14 11:47:05.006 UTC [orderer/common/sigfilter] Apply -> DEBU f82 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.006 UTC [orderer/common/deliver] Handle -> DEBU f83 [channel: businesschannel] Received seekInfo (0xc4203add00) start: > stop: > -2018-01-14 11:47:05.007 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU f84 retrieveBlockByNumber() - blockNum = [6] -2018-01-14 11:47:05.007 UTC [fsblkstorage] newBlockfileStream -> DEBU f85 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -2018-01-14 11:47:05.007 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f86 Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:05.007 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU f87 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -2018-01-14 11:47:05.007 UTC [orderer/common/deliver] Handle -> DEBU f88 [channel: businesschannel] Delivering block for (0xc4203add00) -2018-01-14 11:47:05.013 UTC [orderer/common/deliver] Handle -> DEBU f89 [channel: businesschannel] Done delivering for (0xc4203add00), waiting for new SeekInfo -2018-01-14 11:47:05.013 UTC [orderer/common/deliver] Handle -> DEBU f8a Attempting to read seek info message -2018-01-14 11:47:05.015 UTC [policies] GetPolicy -> DEBU f8b Returning policy Readers for evaluation -2018-01-14 11:47:05.016 UTC [cauthdsl] func1 -> DEBU f8c 0xc420150828 gate 1515930425015944464 evaluation starts -2018-01-14 11:47:05.016 UTC [cauthdsl] func2 -> DEBU f8d 0xc420150828 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.016 UTC [cauthdsl] func2 -> DEBU f8e 0xc420150828 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.016 UTC [msp/identity] newIdentity -> DEBU f8f Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.454 UTC [msp] SatisfiesPrincipal -> DEBU 1039 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.454 UTC [msp] Validate -> DEBU 103a MSP OrdererMSP validating identity +2018-01-18 02:00:29.454 UTC [cauthdsl] func2 -> DEBU 103b 0xc4200260b0 principal matched by identity 0 +2018-01-18 02:00:29.454 UTC [msp/identity] Verify -> DEBU 103c Verify: digest = 00000000 d0 f7 c7 01 35 76 09 54 7d c9 2e f5 26 77 ae 06 |....5v.T}...&w..| +00000010 50 e2 fa 60 1c 12 ce 17 33 02 b0 8d 0c 55 8e 98 |P..`....3....U..| +2018-01-18 02:00:29.454 UTC [msp/identity] Verify -> DEBU 103d Verify: sig = 00000000 30 44 02 20 72 01 bc fb 21 09 19 9c 3d 75 b3 a4 |0D. r...!...=u..| +00000010 12 9e bd 2f af 50 80 4c a0 ef f9 67 16 b7 c1 55 |.../.P.L...g...U| +00000020 1f 0a 16 9a 02 20 66 06 9a 72 e2 fd 4e 8e 9c 75 |..... f..r..N..u| +00000030 47 f7 af 11 10 67 ef c7 c6 24 f1 87 a9 af 88 fc |G....g...$......| +00000040 78 70 a8 75 1b e3 |xp.u..| +2018-01-18 02:00:29.454 UTC [cauthdsl] func2 -> DEBU 103e 0xc4200260b0 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.454 UTC [cauthdsl] func1 -> DEBU 103f 0xc4200260b0 gate 1516240829453047126 evaluation succeeds +2018-01-18 02:00:29.454 UTC [orderer/common/sigfilter] Apply -> DEBU 1040 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.454 UTC [orderer/common/deliver] Handle -> DEBU 1041 [channel: businesschannel] Received seekInfo (0xc420273fc0) start: > stop: > +2018-01-18 02:00:29.454 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1042 retrieveBlockByNumber() - blockNum = [2] +2018-01-18 02:00:29.454 UTC [fsblkstorage] newBlockfileStream -> DEBU 1043 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] +2018-01-18 02:00:29.455 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1044 Remaining bytes=[33569], Going to peek [8] bytes +2018-01-18 02:00:29.455 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1045 Returning blockbytes - length=[13788], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} +2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1046 [channel: businesschannel] Delivering block for (0xc420273fc0) +2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1047 [channel: businesschannel] Done delivering for (0xc420273fc0), waiting for new SeekInfo +2018-01-18 02:00:29.455 UTC [orderer/common/deliver] Handle -> DEBU 1048 Attempting to read seek info message +2018-01-18 02:00:29.460 UTC [orderer/common/deliver] Handle -> WARN 1049 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:29.460 UTC [orderer/main] func1 -> DEBU 104a Closing Deliver stream +2018-01-18 02:00:29.603 UTC [orderer/main] Deliver -> DEBU 104b Starting new Deliver handler +2018-01-18 02:00:29.603 UTC [orderer/common/deliver] Handle -> DEBU 104c Starting new deliver loop +2018-01-18 02:00:29.604 UTC [orderer/common/deliver] Handle -> DEBU 104d Attempting to read seek info message +2018-01-18 02:00:29.605 UTC [policies] GetPolicy -> DEBU 104e Returning policy Readers for evaluation +2018-01-18 02:00:29.605 UTC [cauthdsl] func1 -> DEBU 104f 0xc42014a908 gate 1516240829605264679 evaluation starts +2018-01-18 02:00:29.605 UTC [cauthdsl] func2 -> DEBU 1050 0xc42014a908 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.605 UTC [cauthdsl] func2 -> DEBU 1051 0xc42014a908 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.605 UTC [msp/identity] newIdentity -> DEBU 1052 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7122,13 +7550,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f90 0xc420150828 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f91 0xc420150828 principal evaluation fails -2018-01-14 11:47:05.017 UTC [cauthdsl] func1 -> DEBU f92 0xc420150828 gate 1515930425015944464 evaluation fails -2018-01-14 11:47:05.017 UTC [cauthdsl] func1 -> DEBU f93 0xc420150870 gate 1515930425017290864 evaluation starts -2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f94 0xc420150870 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.017 UTC [cauthdsl] func2 -> DEBU f95 0xc420150870 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.017 UTC [msp/identity] newIdentity -> DEBU f96 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.605 UTC [msp] SatisfiesPrincipal -> DEBU 1053 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.606 UTC [msp] Validate -> DEBU 1054 MSP OrdererMSP validating identity +2018-01-18 02:00:29.606 UTC [cauthdsl] func2 -> DEBU 1055 0xc42014a908 principal matched by identity 0 +2018-01-18 02:00:29.606 UTC [msp/identity] Verify -> DEBU 1056 Verify: digest = 00000000 cf f0 f4 40 7b 2e 13 9c 5f 1a 6f ec 5e 65 d7 5d |...@{..._.o.^e.]| +00000010 7d 41 c6 a9 5c 1a f5 6d 46 b4 7a a0 33 7b b7 b6 |}A..\..mF.z.3{..| +2018-01-18 02:00:29.606 UTC [msp/identity] Verify -> DEBU 1057 Verify: sig = 00000000 30 44 02 20 5d 91 28 c5 cb 5a 50 d9 9c 32 71 e1 |0D. ].(..ZP..2q.| +00000010 cd c8 58 2d f6 82 3b 56 a4 a1 2a fe 5e 3b 2a b1 |..X-..;V..*.^;*.| +00000020 5b f3 86 fd 02 20 15 a4 91 72 a6 24 db 44 84 aa |[.... ...r.$.D..| +00000030 56 38 86 0d 1a 2f f4 06 e1 51 23 d4 f3 08 e7 06 |V8.../...Q#.....| +00000040 49 b8 22 d4 f5 36 |I."..6| +2018-01-18 02:00:29.606 UTC [cauthdsl] func2 -> DEBU 1058 0xc42014a908 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.606 UTC [cauthdsl] func1 -> DEBU 1059 0xc42014a908 gate 1516240829605264679 evaluation succeeds +2018-01-18 02:00:29.606 UTC [orderer/common/sigfilter] Apply -> DEBU 105a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.606 UTC [orderer/common/deliver] Handle -> DEBU 105b [channel: businesschannel] Received seekInfo (0xc420222b80) start: > stop: > +2018-01-18 02:00:29.606 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 105c retrieveBlockByNumber() - blockNum = [3] +2018-01-18 02:00:29.606 UTC [fsblkstorage] newBlockfileStream -> DEBU 105d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39456] +2018-01-18 02:00:29.606 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 105e Remaining bytes=[19779], Going to peek [8] bytes +2018-01-18 02:00:29.606 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 105f Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[39456], bytesOffset=[39458]} +2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1060 [channel: businesschannel] Delivering block for (0xc420222b80) +2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1061 [channel: businesschannel] Done delivering for (0xc420222b80), waiting for new SeekInfo +2018-01-18 02:00:29.607 UTC [orderer/common/deliver] Handle -> DEBU 1062 Attempting to read seek info message +2018-01-18 02:00:29.612 UTC [orderer/common/deliver] Handle -> WARN 1063 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:29.612 UTC [orderer/main] func1 -> DEBU 1064 Closing Deliver stream +2018-01-18 02:00:29.767 UTC [orderer/main] Deliver -> DEBU 1065 Starting new Deliver handler +2018-01-18 02:00:29.767 UTC [orderer/common/deliver] Handle -> DEBU 1066 Starting new deliver loop +2018-01-18 02:00:29.767 UTC [orderer/common/deliver] Handle -> DEBU 1067 Attempting to read seek info message +2018-01-18 02:00:29.767 UTC [policies] GetPolicy -> DEBU 1068 Returning policy Readers for evaluation +2018-01-18 02:00:29.768 UTC [cauthdsl] func1 -> DEBU 1069 0xc420026230 gate 1516240829768055043 evaluation starts +2018-01-18 02:00:29.768 UTC [cauthdsl] func2 -> DEBU 106a 0xc420026230 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.768 UTC [cauthdsl] func2 -> DEBU 106b 0xc420026230 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.768 UTC [msp/identity] newIdentity -> DEBU 106c Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7141,13 +7593,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f97 0xc420150870 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f98 0xc420150870 principal evaluation fails -2018-01-14 11:47:05.018 UTC [cauthdsl] func1 -> DEBU f99 0xc420150870 gate 1515930425017290864 evaluation fails -2018-01-14 11:47:05.018 UTC [cauthdsl] func1 -> DEBU f9a 0xc420150898 gate 1515930425018498464 evaluation starts -2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f9b 0xc420150898 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.018 UTC [cauthdsl] func2 -> DEBU f9c 0xc420150898 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.018 UTC [msp/identity] newIdentity -> DEBU f9d Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.768 UTC [msp] SatisfiesPrincipal -> DEBU 106d Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.768 UTC [msp] Validate -> DEBU 106e MSP OrdererMSP validating identity +2018-01-18 02:00:29.769 UTC [cauthdsl] func2 -> DEBU 106f 0xc420026230 principal matched by identity 0 +2018-01-18 02:00:29.769 UTC [msp/identity] Verify -> DEBU 1070 Verify: digest = 00000000 06 a7 1f 00 2b f6 e7 74 8d de c7 27 25 ac e1 9c |....+..t...'%...| +00000010 77 c8 01 96 8f bd 89 cd d3 fc de f8 c5 00 22 e5 |w.............".| +2018-01-18 02:00:29.769 UTC [msp/identity] Verify -> DEBU 1071 Verify: sig = 00000000 30 44 02 20 4f 63 98 0f 46 6a 7a 54 d4 fd 50 2b |0D. Oc..FjzT..P+| +00000010 80 81 9e cb 4b f5 2c 07 75 59 ee 0e cc b6 64 ab |....K.,.uY....d.| +00000020 2b 62 5e 43 02 20 63 68 a9 b0 d0 7f 49 65 6d 67 |+b^C. ch....Iemg| +00000030 3a 7a f8 f7 43 44 5f a2 ca 79 ba 79 92 3e 4f 3d |:z..CD_..y.y.>O=| +00000040 66 6a 87 ce a0 bb |fj....| +2018-01-18 02:00:29.769 UTC [cauthdsl] func2 -> DEBU 1072 0xc420026230 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.769 UTC [cauthdsl] func1 -> DEBU 1073 0xc420026230 gate 1516240829768055043 evaluation succeeds +2018-01-18 02:00:29.769 UTC [orderer/common/sigfilter] Apply -> DEBU 1074 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.769 UTC [orderer/common/deliver] Handle -> DEBU 1075 [channel: businesschannel] Received seekInfo (0xc42033d620) start: > stop: > +2018-01-18 02:00:29.769 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1076 retrieveBlockByNumber() - blockNum = [4] +2018-01-18 02:00:29.769 UTC [fsblkstorage] newBlockfileStream -> DEBU 1077 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44671] +2018-01-18 02:00:29.769 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1078 Remaining bytes=[14564], Going to peek [8] bytes +2018-01-18 02:00:29.769 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1079 Returning blockbytes - length=[5213], placementInfo={fileNum=[0], startOffset=[44671], bytesOffset=[44673]} +2018-01-18 02:00:29.769 UTC [orderer/common/deliver] Handle -> DEBU 107a [channel: businesschannel] Delivering block for (0xc42033d620) +2018-01-18 02:00:29.770 UTC [orderer/common/deliver] Handle -> DEBU 107b [channel: businesschannel] Done delivering for (0xc42033d620), waiting for new SeekInfo +2018-01-18 02:00:29.770 UTC [orderer/common/deliver] Handle -> DEBU 107c Attempting to read seek info message +2018-01-18 02:00:29.776 UTC [orderer/common/deliver] Handle -> WARN 107d Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:29.776 UTC [orderer/main] func1 -> DEBU 107e Closing Deliver stream +2018-01-18 02:00:29.994 UTC [orderer/main] Deliver -> DEBU 107f Starting new Deliver handler +2018-01-18 02:00:29.994 UTC [orderer/common/deliver] Handle -> DEBU 1080 Starting new deliver loop +2018-01-18 02:00:29.994 UTC [orderer/common/deliver] Handle -> DEBU 1081 Attempting to read seek info message +2018-01-18 02:00:29.995 UTC [policies] GetPolicy -> DEBU 1082 Returning policy Readers for evaluation +2018-01-18 02:00:29.996 UTC [cauthdsl] func1 -> DEBU 1083 0xc42014a988 gate 1516240829995996615 evaluation starts +2018-01-18 02:00:29.996 UTC [cauthdsl] func2 -> DEBU 1084 0xc42014a988 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:29.996 UTC [cauthdsl] func2 -> DEBU 1085 0xc42014a988 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:29.996 UTC [msp/identity] newIdentity -> DEBU 1086 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7160,37 +7636,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.019 UTC [msp] SatisfiesPrincipal -> DEBU f9e Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.019 UTC [msp] Validate -> DEBU f9f MSP OrdererMSP validating identity -2018-01-14 11:47:05.019 UTC [cauthdsl] func2 -> DEBU fa0 0xc420150898 principal matched by identity 0 -2018-01-14 11:47:05.019 UTC [msp/identity] Verify -> DEBU fa1 Verify: digest = 00000000 9e 29 3e 06 d2 1b 9b 51 61 f8 37 76 8f 6c ad ed |.)>....Qa.7v.l..| -00000010 e9 70 c8 b3 7c 05 6e 34 4d 53 8c f0 ce 47 e8 b0 |.p..|.n4MS...G..| -2018-01-14 11:47:05.020 UTC [msp/identity] Verify -> DEBU fa2 Verify: sig = 00000000 30 45 02 21 00 ff fe 14 26 00 f2 6b 9c 1b d2 cd |0E.!....&..k....| -00000010 af 09 60 8d 67 8f 79 0c b6 ca 86 f4 4e 60 c3 3e |..`.g.y.....N`.>| -00000020 9e f8 7f e0 7d 02 20 7a 04 c1 f5 12 da fc c9 17 |....}. z........| -00000030 ad ec 0b 82 bd cb 6b 0f 26 3a 0c fc e3 f8 3d e2 |......k.&:....=.| -00000040 9f 5a d7 99 98 7c 74 |.Z...|t| -2018-01-14 11:47:05.020 UTC [cauthdsl] func2 -> DEBU fa3 0xc420150898 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.020 UTC [cauthdsl] func1 -> DEBU fa4 0xc420150898 gate 1515930425018498464 evaluation succeeds -2018-01-14 11:47:05.020 UTC [orderer/common/sigfilter] Apply -> DEBU fa5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.020 UTC [orderer/common/deliver] Handle -> DEBU fa6 [channel: businesschannel] Received seekInfo (0xc42094dba0) start: > stop: > -2018-01-14 11:47:05.021 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fa7 retrieveBlockByNumber() - blockNum = [2] -2018-01-14 11:47:05.021 UTC [fsblkstorage] newBlockfileStream -> DEBU fa8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -2018-01-14 11:47:05.021 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fa9 Remaining bytes=[33572], Going to peek [8] bytes -2018-01-14 11:47:05.021 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU faa Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -2018-01-14 11:47:05.021 UTC [orderer/common/deliver] Handle -> DEBU fab [channel: businesschannel] Delivering block for (0xc42094dba0) -2018-01-14 11:47:05.022 UTC [orderer/common/deliver] Handle -> DEBU fac [channel: businesschannel] Done delivering for (0xc42094dba0), waiting for new SeekInfo -2018-01-14 11:47:05.022 UTC [orderer/common/deliver] Handle -> DEBU fad Attempting to read seek info message -2018-01-14 11:47:05.033 UTC [orderer/common/deliver] Handle -> WARN fae Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.033 UTC [orderer/main] func1 -> DEBU faf Closing Deliver stream -2018-01-14 11:47:05.121 UTC [orderer/main] Deliver -> DEBU fb0 Starting new Deliver handler -2018-01-14 11:47:05.121 UTC [orderer/common/deliver] Handle -> DEBU fb1 Starting new deliver loop -2018-01-14 11:47:05.121 UTC [orderer/common/deliver] Handle -> DEBU fb2 Attempting to read seek info message -2018-01-14 11:47:05.123 UTC [policies] GetPolicy -> DEBU fb3 Returning policy Readers for evaluation -2018-01-14 11:47:05.123 UTC [cauthdsl] func1 -> DEBU fb4 0xc420026080 gate 1515930425123321664 evaluation starts -2018-01-14 11:47:05.123 UTC [cauthdsl] func2 -> DEBU fb5 0xc420026080 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.123 UTC [cauthdsl] func2 -> DEBU fb6 0xc420026080 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.123 UTC [msp/identity] newIdentity -> DEBU fb7 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:29.996 UTC [msp] SatisfiesPrincipal -> DEBU 1087 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:29.997 UTC [msp] Validate -> DEBU 1088 MSP OrdererMSP validating identity +2018-01-18 02:00:29.997 UTC [cauthdsl] func2 -> DEBU 1089 0xc42014a988 principal matched by identity 0 +2018-01-18 02:00:29.997 UTC [msp/identity] Verify -> DEBU 108a Verify: digest = 00000000 57 9a 8a 18 5d 01 a7 a0 23 d9 83 80 c7 fa 1b 75 |W...]...#......u| +00000010 b5 cb 4d d5 cb 4f 9c 03 1a 35 4c 90 a4 f4 01 68 |..M..O...5L....h| +2018-01-18 02:00:29.997 UTC [msp/identity] Verify -> DEBU 108b Verify: sig = 00000000 30 44 02 20 4e 54 52 55 0d f7 74 76 69 46 13 56 |0D. NTRU..tviF.V| +00000010 9d f2 a0 de af 46 87 ac b5 fc 32 b2 e4 04 b8 de |.....F....2.....| +00000020 ca 94 ea b7 02 20 56 d2 95 b1 ae d6 ad 7a 5a 84 |..... V......zZ.| +00000030 ef 0c fd 4d ec e6 79 4c 03 b8 a5 19 66 44 a7 84 |...M..yL....fD..| +00000040 c4 c1 bf 4e 97 a0 |...N..| +2018-01-18 02:00:29.997 UTC [cauthdsl] func2 -> DEBU 108c 0xc42014a988 principal evaluation succeeds for identity 0 +2018-01-18 02:00:29.997 UTC [cauthdsl] func1 -> DEBU 108d 0xc42014a988 gate 1516240829995996615 evaluation succeeds +2018-01-18 02:00:29.997 UTC [orderer/common/sigfilter] Apply -> DEBU 108e Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:29.997 UTC [orderer/common/deliver] Handle -> DEBU 108f [channel: businesschannel] Received seekInfo (0xc4209f2720) start: > stop: > +2018-01-18 02:00:29.997 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1090 retrieveBlockByNumber() - blockNum = [5] +2018-01-18 02:00:29.997 UTC [fsblkstorage] newBlockfileStream -> DEBU 1091 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49886] +2018-01-18 02:00:29.997 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1092 Remaining bytes=[9349], Going to peek [8] bytes +2018-01-18 02:00:29.997 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1093 Returning blockbytes - length=[4672], placementInfo={fileNum=[0], startOffset=[49886], bytesOffset=[49888]} +2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1094 [channel: businesschannel] Delivering block for (0xc4209f2720) +2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1095 [channel: businesschannel] Done delivering for (0xc4209f2720), waiting for new SeekInfo +2018-01-18 02:00:29.998 UTC [orderer/common/deliver] Handle -> DEBU 1096 Attempting to read seek info message +2018-01-18 02:00:30.003 UTC [orderer/common/deliver] Handle -> WARN 1097 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.003 UTC [orderer/main] func1 -> DEBU 1098 Closing Deliver stream +2018-01-18 02:00:30.160 UTC [orderer/main] Deliver -> DEBU 1099 Starting new Deliver handler +2018-01-18 02:00:30.160 UTC [orderer/common/deliver] Handle -> DEBU 109a Starting new deliver loop +2018-01-18 02:00:30.160 UTC [orderer/common/deliver] Handle -> DEBU 109b Attempting to read seek info message +2018-01-18 02:00:30.161 UTC [policies] GetPolicy -> DEBU 109c Returning policy Readers for evaluation +2018-01-18 02:00:30.161 UTC [cauthdsl] func1 -> DEBU 109d 0xc420026288 gate 1516240830161826659 evaluation starts +2018-01-18 02:00:30.161 UTC [cauthdsl] func2 -> DEBU 109e 0xc420026288 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.161 UTC [cauthdsl] func2 -> DEBU 109f 0xc420026288 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.162 UTC [msp/identity] newIdentity -> DEBU 10a0 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7203,13 +7679,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fb8 0xc420026080 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fb9 0xc420026080 principal evaluation fails -2018-01-14 11:47:05.124 UTC [cauthdsl] func1 -> DEBU fba 0xc420026080 gate 1515930425123321664 evaluation fails -2018-01-14 11:47:05.124 UTC [cauthdsl] func1 -> DEBU fbb 0xc420026098 gate 1515930425124440564 evaluation starts -2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fbc 0xc420026098 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.124 UTC [cauthdsl] func2 -> DEBU fbd 0xc420026098 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.125 UTC [msp/identity] newIdentity -> DEBU fbe Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:30.162 UTC [msp] SatisfiesPrincipal -> DEBU 10a1 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.162 UTC [msp] Validate -> DEBU 10a2 MSP OrdererMSP validating identity +2018-01-18 02:00:30.162 UTC [cauthdsl] func2 -> DEBU 10a3 0xc420026288 principal matched by identity 0 +2018-01-18 02:00:30.162 UTC [msp/identity] Verify -> DEBU 10a4 Verify: digest = 00000000 0b aa 3f dc eb 56 96 9f f1 e4 39 16 7f 15 c9 75 |..?..V....9....u| +00000010 da d2 14 f0 d5 e4 aa 10 99 2a 07 3d 67 c8 7b 68 |.........*.=g.{h| +2018-01-18 02:00:30.162 UTC [msp/identity] Verify -> DEBU 10a5 Verify: sig = 00000000 30 44 02 20 32 43 4c 3b 79 f9 a7 74 88 26 dc ca |0D. 2CL;y..t.&..| +00000010 20 90 b0 33 d9 db 63 34 22 86 e1 a6 38 dd 89 3b | ..3..c4"...8..;| +00000020 b4 10 e9 6f 02 20 0d e4 23 a1 dc 54 3b 7a 9f ae |...o. ..#..T;z..| +00000030 02 72 56 94 82 7e af 86 dd a7 30 59 8a 42 bb 47 |.rV..~....0Y.B.G| +00000040 31 25 d4 09 e6 a5 |1%....| +2018-01-18 02:00:30.163 UTC [cauthdsl] func2 -> DEBU 10a6 0xc420026288 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.163 UTC [cauthdsl] func1 -> DEBU 10a7 0xc420026288 gate 1516240830161826659 evaluation succeeds +2018-01-18 02:00:30.163 UTC [orderer/common/sigfilter] Apply -> DEBU 10a8 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420291360 1 [0xc42014a4b8]}) %!s(*policies.implicitMetaPolicy=&{0xc4202918c0 1 [0xc42014a548 0xc42014a820]})]} +2018-01-18 02:00:30.163 UTC [orderer/common/deliver] Handle -> DEBU 10a9 [channel: businesschannel] Received seekInfo (0xc420af0640) start: > stop: > +2018-01-18 02:00:30.163 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10aa retrieveBlockByNumber() - blockNum = [6] +2018-01-18 02:00:30.163 UTC [fsblkstorage] newBlockfileStream -> DEBU 10ab newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54560] +2018-01-18 02:00:30.163 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10ac Remaining bytes=[4675], Going to peek [8] bytes +2018-01-18 02:00:30.163 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10ad Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54560], bytesOffset=[54562]} +2018-01-18 02:00:30.163 UTC [orderer/common/deliver] Handle -> DEBU 10ae [channel: businesschannel] Delivering block for (0xc420af0640) +2018-01-18 02:00:30.164 UTC [orderer/common/deliver] Handle -> DEBU 10af [channel: businesschannel] Done delivering for (0xc420af0640), waiting for new SeekInfo +2018-01-18 02:00:30.164 UTC [orderer/common/deliver] Handle -> DEBU 10b0 Attempting to read seek info message +2018-01-18 02:00:30.171 UTC [orderer/common/deliver] Handle -> WARN 10b1 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.171 UTC [orderer/main] func1 -> DEBU 10b2 Closing Deliver stream +2018-01-18 02:00:30.340 UTC [orderer/main] Deliver -> DEBU 10b3 Starting new Deliver handler +2018-01-18 02:00:30.340 UTC [orderer/common/deliver] Handle -> DEBU 10b4 Starting new deliver loop +2018-01-18 02:00:30.340 UTC [orderer/common/deliver] Handle -> DEBU 10b5 Attempting to read seek info message +2018-01-18 02:00:30.341 UTC [policies] GetPolicy -> DEBU 10b6 Returning policy Readers for evaluation +2018-01-18 02:00:30.341 UTC [cauthdsl] func1 -> DEBU 10b7 0xc42014a9f8 gate 1516240830341505074 evaluation starts +2018-01-18 02:00:30.341 UTC [cauthdsl] func2 -> DEBU 10b8 0xc42014a9f8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.341 UTC [cauthdsl] func2 -> DEBU 10b9 0xc42014a9f8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.342 UTC [msp/identity] newIdentity -> DEBU 10ba Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7222,13 +7722,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fbf 0xc420026098 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc0 0xc420026098 principal evaluation fails -2018-01-14 11:47:05.126 UTC [cauthdsl] func1 -> DEBU fc1 0xc420026098 gate 1515930425124440564 evaluation fails -2018-01-14 11:47:05.126 UTC [cauthdsl] func1 -> DEBU fc2 0xc4200260b0 gate 1515930425126845264 evaluation starts -2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc3 0xc4200260b0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.126 UTC [cauthdsl] func2 -> DEBU fc4 0xc4200260b0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.127 UTC [msp/identity] newIdentity -> DEBU fc5 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:30.342 UTC [msp] SatisfiesPrincipal -> DEBU 10bb Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.342 UTC [msp] Validate -> DEBU 10bc MSP OrdererMSP validating identity +2018-01-18 02:00:30.342 UTC [cauthdsl] func2 -> DEBU 10bd 0xc42014a9f8 principal matched by identity 0 +2018-01-18 02:00:30.343 UTC [msp/identity] Verify -> DEBU 10be Verify: digest = 00000000 b1 5e e0 66 21 b8 c1 75 57 52 b4 bf 95 b3 5e 3b |.^.f!..uWR....^;| +00000010 c3 33 d1 fc 86 ee f5 02 f4 d5 9d fe 39 81 a8 ab |.3..........9...| +2018-01-18 02:00:30.343 UTC [msp/identity] Verify -> DEBU 10bf Verify: sig = 00000000 30 44 02 20 5f d3 45 92 d1 d3 49 ad 3d f4 10 f1 |0D. _.E...I.=...| +00000010 12 bf b6 f6 f0 4a c9 38 8e 08 e5 6a d8 a1 cb 63 |.....J.8...j...c| +00000020 f3 1b bf a5 02 20 3a 10 ca 91 77 a2 2f 1e a7 42 |..... :...w./..B| +00000030 51 80 8f 66 6f 17 5a e7 4c af 25 25 a3 e4 50 06 |Q..fo.Z.L.%%..P.| +00000040 7c e3 19 4f 19 18 ||..O..| +2018-01-18 02:00:30.343 UTC [cauthdsl] func2 -> DEBU 10c0 0xc42014a9f8 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.343 UTC [cauthdsl] func1 -> DEBU 10c1 0xc42014a9f8 gate 1516240830341505074 evaluation succeeds +2018-01-18 02:00:30.343 UTC [orderer/common/sigfilter] Apply -> DEBU 10c2 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +2018-01-18 02:00:30.343 UTC [orderer/common/deliver] Handle -> DEBU 10c3 [channel: testchainid] Received seekInfo (0xc42088ed40) start: > stop: > +2018-01-18 02:00:30.343 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10c4 retrieveBlockByNumber() - blockNum = [1] +2018-01-18 02:00:30.343 UTC [fsblkstorage] newBlockfileStream -> DEBU 10c5 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +2018-01-18 02:00:30.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c6 Remaining bytes=[14608], Going to peek [8] bytes +2018-01-18 02:00:30.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c7 Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +2018-01-18 02:00:30.343 UTC [orderer/common/deliver] Handle -> DEBU 10c8 [channel: testchainid] Delivering block for (0xc42088ed40) +2018-01-18 02:00:30.344 UTC [orderer/common/deliver] Handle -> DEBU 10c9 [channel: testchainid] Done delivering for (0xc42088ed40), waiting for new SeekInfo +2018-01-18 02:00:30.344 UTC [orderer/common/deliver] Handle -> DEBU 10ca Attempting to read seek info message +2018-01-18 02:00:30.346 UTC [orderer/common/deliver] Handle -> WARN 10cb Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.347 UTC [orderer/main] func1 -> DEBU 10cc Closing Deliver stream +2018-01-18 02:00:30.486 UTC [orderer/main] Deliver -> DEBU 10cd Starting new Deliver handler +2018-01-18 02:00:30.486 UTC [orderer/common/deliver] Handle -> DEBU 10ce Starting new deliver loop +2018-01-18 02:00:30.486 UTC [orderer/common/deliver] Handle -> DEBU 10cf Attempting to read seek info message +2018-01-18 02:00:30.488 UTC [policies] GetPolicy -> DEBU 10d0 Returning policy Readers for evaluation +2018-01-18 02:00:30.488 UTC [cauthdsl] func1 -> DEBU 10d1 0xc42014aa68 gate 1516240830488812984 evaluation starts +2018-01-18 02:00:30.489 UTC [cauthdsl] func2 -> DEBU 10d2 0xc42014aa68 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.489 UTC [cauthdsl] func2 -> DEBU 10d3 0xc42014aa68 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.489 UTC [msp/identity] newIdentity -> DEBU 10d4 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7241,37 +7765,32 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.127 UTC [msp] SatisfiesPrincipal -> DEBU fc6 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.127 UTC [msp] Validate -> DEBU fc7 MSP OrdererMSP validating identity -2018-01-14 11:47:05.128 UTC [cauthdsl] func2 -> DEBU fc8 0xc4200260b0 principal matched by identity 0 -2018-01-14 11:47:05.128 UTC [msp/identity] Verify -> DEBU fc9 Verify: digest = 00000000 03 5d 41 6e d4 85 16 54 fb 95 8f 7e 18 1a a6 82 |.]An...T...~....| -00000010 20 6f a5 b7 cb f5 ec 2b be d9 e5 91 10 3d f1 8b | o.....+.....=..| -2018-01-14 11:47:05.128 UTC [msp/identity] Verify -> DEBU fca Verify: sig = 00000000 30 45 02 21 00 c5 a9 a5 28 f8 7b 63 45 16 59 3f |0E.!....(.{cE.Y?| -00000010 33 86 05 30 05 61 84 ce 56 28 89 36 f6 f1 48 2b |3..0.a..V(.6..H+| -00000020 b1 15 9e dc a2 02 20 5c 44 75 f6 51 cd 9f f8 75 |...... \Du.Q...u| -00000030 7f 5d d9 9c 1b ad 40 50 f2 71 b7 aa ef 1b 1d 99 |.]....@P.q......| -00000040 23 40 d3 a6 0d c6 fe |#@.....| -2018-01-14 11:47:05.129 UTC [cauthdsl] func2 -> DEBU fcb 0xc4200260b0 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.129 UTC [cauthdsl] func1 -> DEBU fcc 0xc4200260b0 gate 1515930425126845264 evaluation succeeds -2018-01-14 11:47:05.129 UTC [orderer/common/sigfilter] Apply -> DEBU fcd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.129 UTC [orderer/common/deliver] Handle -> DEBU fce [channel: businesschannel] Received seekInfo (0xc4207ec060) start: > stop: > -2018-01-14 11:47:05.129 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU fcf retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:47:05.129 UTC [fsblkstorage] newBlockfileStream -> DEBU fd0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[0] -2018-01-14 11:47:05.130 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fd1 Remaining bytes=[59238], Going to peek [8] bytes -2018-01-14 11:47:05.130 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU fd2 Returning blockbytes - length=[11931], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:47:05.131 UTC [orderer/common/deliver] Handle -> DEBU fd3 [channel: businesschannel] Delivering block for (0xc4207ec060) -2018-01-14 11:47:05.132 UTC [orderer/common/deliver] Handle -> DEBU fd4 [channel: businesschannel] Done delivering for (0xc4207ec060), waiting for new SeekInfo -2018-01-14 11:47:05.132 UTC [orderer/common/deliver] Handle -> DEBU fd5 Attempting to read seek info message -2018-01-14 11:47:05.136 UTC [orderer/common/deliver] Handle -> WARN fd6 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.136 UTC [orderer/main] func1 -> DEBU fd7 Closing Deliver stream -2018-01-14 11:47:05.336 UTC [orderer/main] Deliver -> DEBU fd8 Starting new Deliver handler -2018-01-14 11:47:05.336 UTC [orderer/common/deliver] Handle -> DEBU fd9 Starting new deliver loop -2018-01-14 11:47:05.336 UTC [orderer/common/deliver] Handle -> DEBU fda Attempting to read seek info message -2018-01-14 11:47:05.337 UTC [policies] GetPolicy -> DEBU fdb Returning policy Readers for evaluation -2018-01-14 11:47:05.337 UTC [cauthdsl] func1 -> DEBU fdc 0xc420150a08 gate 1515930425337555964 evaluation starts -2018-01-14 11:47:05.337 UTC [cauthdsl] func2 -> DEBU fdd 0xc420150a08 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.337 UTC [cauthdsl] func2 -> DEBU fde 0xc420150a08 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.338 UTC [msp/identity] newIdentity -> DEBU fdf Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:30.490 UTC [msp] SatisfiesPrincipal -> DEBU 10d5 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.490 UTC [msp] Validate -> DEBU 10d6 MSP OrdererMSP validating identity +2018-01-18 02:00:30.490 UTC [cauthdsl] func2 -> DEBU 10d7 0xc42014aa68 principal matched by identity 0 +2018-01-18 02:00:30.490 UTC [msp/identity] Verify -> DEBU 10d8 Verify: digest = 00000000 6e 2f 97 da 32 4d 7b d0 4b ff 52 aa 65 67 26 63 |n/..2M{.K.R.eg&c| +00000010 d9 a4 e2 72 b1 c0 f7 7a 05 b5 64 72 87 f3 2f a2 |...r...z..dr../.| +2018-01-18 02:00:30.490 UTC [msp/identity] Verify -> DEBU 10d9 Verify: sig = 00000000 30 45 02 21 00 9b ef 1a cc 35 3f 61 c4 b4 71 e3 |0E.!.....5?a..q.| +00000010 af bd 28 be dc 4c b4 47 9e 20 24 ac 01 95 96 64 |..(..L.G. $....d| +00000020 a0 8b 5c 92 df 02 20 7e 7b 30 05 02 ad 91 91 c9 |..\... ~{0......| +00000030 30 47 6c 40 92 24 08 40 a8 cb 0d 89 df 98 f3 19 |0Gl@.$.@........| +00000040 45 e7 48 21 aa 56 25 |E.H!.V%| +2018-01-18 02:00:30.491 UTC [cauthdsl] func2 -> DEBU 10da 0xc42014aa68 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.491 UTC [cauthdsl] func1 -> DEBU 10db 0xc42014aa68 gate 1516240830488812984 evaluation succeeds +2018-01-18 02:00:30.491 UTC [orderer/common/sigfilter] Apply -> DEBU 10dc Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +2018-01-18 02:00:30.491 UTC [orderer/common/deliver] Handle -> DEBU 10dd [channel: testchainid] Received seekInfo (0xc420a20300) start: > stop: > +2018-01-18 02:00:30.491 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10de retrieveBlockByNumber() - blockNum = [1] +2018-01-18 02:00:30.491 UTC [fsblkstorage] newBlockfileStream -> DEBU 10df newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +2018-01-18 02:00:30.492 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10e0 Remaining bytes=[14608], Going to peek [8] bytes +2018-01-18 02:00:30.492 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10e1 Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e2 [channel: testchainid] Delivering block for (0xc420a20300) +2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e3 [channel: testchainid] Done delivering for (0xc420a20300), waiting for new SeekInfo +2018-01-18 02:00:30.492 UTC [orderer/common/deliver] Handle -> DEBU 10e4 Attempting to read seek info message +2018-01-18 02:00:30.494 UTC [policies] GetPolicy -> DEBU 10e5 Returning policy Readers for evaluation +2018-01-18 02:00:30.494 UTC [cauthdsl] func1 -> DEBU 10e6 0xc42014aab8 gate 1516240830494120229 evaluation starts +2018-01-18 02:00:30.494 UTC [cauthdsl] func2 -> DEBU 10e7 0xc42014aab8 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.494 UTC [cauthdsl] func2 -> DEBU 10e8 0xc42014aab8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.494 UTC [msp/identity] newIdentity -> DEBU 10e9 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7284,13 +7803,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe0 0xc420150a08 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe1 0xc420150a08 principal evaluation fails -2018-01-14 11:47:05.338 UTC [cauthdsl] func1 -> DEBU fe2 0xc420150a08 gate 1515930425337555964 evaluation fails -2018-01-14 11:47:05.338 UTC [cauthdsl] func1 -> DEBU fe3 0xc420150a60 gate 1515930425338868664 evaluation starts -2018-01-14 11:47:05.338 UTC [cauthdsl] func2 -> DEBU fe4 0xc420150a60 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.339 UTC [cauthdsl] func2 -> DEBU fe5 0xc420150a60 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.339 UTC [msp/identity] newIdentity -> DEBU fe6 Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:30.495 UTC [msp] SatisfiesPrincipal -> DEBU 10ea Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.495 UTC [msp] Validate -> DEBU 10eb MSP OrdererMSP validating identity +2018-01-18 02:00:30.495 UTC [cauthdsl] func2 -> DEBU 10ec 0xc42014aab8 principal matched by identity 0 +2018-01-18 02:00:30.495 UTC [msp/identity] Verify -> DEBU 10ed Verify: digest = 00000000 c1 f2 4d 98 94 12 5c 8f 20 aa 9b ac ee 13 df 8c |..M...\. .......| +00000010 a0 de d2 86 d6 5a 37 35 99 1d 1d 4c 86 16 ae e2 |.....Z75...L....| +2018-01-18 02:00:30.495 UTC [msp/identity] Verify -> DEBU 10ee Verify: sig = 00000000 30 45 02 21 00 84 af 45 90 b2 c5 4e 2f ad 9f e0 |0E.!...E...N/...| +00000010 c1 34 c3 35 d7 47 7d 1a 40 5e 07 b5 d3 dd 41 b6 |.4.5.G}.@^....A.| +00000020 89 0b 55 03 38 02 20 32 80 62 13 73 95 e4 74 37 |..U.8. 2.b.s..t7| +00000030 2d 87 65 26 1c 97 c4 0a fb fa fb ec 7e 36 61 b6 |-.e&........~6a.| +00000040 36 4c bb 7f ac 8c f8 |6L.....| +2018-01-18 02:00:30.495 UTC [cauthdsl] func2 -> DEBU 10ef 0xc42014aab8 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.495 UTC [cauthdsl] func1 -> DEBU 10f0 0xc42014aab8 gate 1516240830494120229 evaluation succeeds +2018-01-18 02:00:30.495 UTC [orderer/common/sigfilter] Apply -> DEBU 10f1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +2018-01-18 02:00:30.495 UTC [orderer/common/deliver] Handle -> DEBU 10f2 [channel: testchainid] Received seekInfo (0xc420a38b20) start: > stop: > +2018-01-18 02:00:30.495 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10f3 retrieveBlockByNumber() - blockNum = [0] +2018-01-18 02:00:30.495 UTC [fsblkstorage] newBlockfileStream -> DEBU 10f4 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 02:00:30.495 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f5 Remaining bytes=[23690], Going to peek [8] bytes +2018-01-18 02:00:30.496 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f6 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f7 [channel: testchainid] Delivering block for (0xc420a38b20) +2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f8 [channel: testchainid] Done delivering for (0xc420a38b20), waiting for new SeekInfo +2018-01-18 02:00:30.496 UTC [orderer/common/deliver] Handle -> DEBU 10f9 Attempting to read seek info message +2018-01-18 02:00:30.501 UTC [orderer/common/deliver] Handle -> WARN 10fa Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.501 UTC [orderer/main] func1 -> DEBU 10fb Closing Deliver stream +2018-01-18 02:00:30.645 UTC [orderer/main] Deliver -> DEBU 10fc Starting new Deliver handler +2018-01-18 02:00:30.645 UTC [orderer/common/deliver] Handle -> DEBU 10fd Starting new deliver loop +2018-01-18 02:00:30.645 UTC [orderer/common/deliver] Handle -> DEBU 10fe Attempting to read seek info message +2018-01-18 02:00:30.646 UTC [policies] GetPolicy -> DEBU 10ff Returning policy Readers for evaluation +2018-01-18 02:00:30.646 UTC [cauthdsl] func1 -> DEBU 1100 0xc4200262f0 gate 1516240830646459721 evaluation starts +2018-01-18 02:00:30.646 UTC [cauthdsl] func2 -> DEBU 1101 0xc4200262f0 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.646 UTC [cauthdsl] func2 -> DEBU 1102 0xc4200262f0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.647 UTC [msp/identity] newIdentity -> DEBU 1103 Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7303,13 +7846,37 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fe7 0xc420150a60 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fe8 0xc420150a60 principal evaluation fails -2018-01-14 11:47:05.340 UTC [cauthdsl] func1 -> DEBU fe9 0xc420150a60 gate 1515930425338868664 evaluation fails -2018-01-14 11:47:05.340 UTC [cauthdsl] func1 -> DEBU fea 0xc420150a88 gate 1515930425340184564 evaluation starts -2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU feb 0xc420150a88 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.340 UTC [cauthdsl] func2 -> DEBU fec 0xc420150a88 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.340 UTC [msp/identity] newIdentity -> DEBU fed Creating identity instance for ID -----BEGIN CERTIFICATE----- +2018-01-18 02:00:30.647 UTC [msp] SatisfiesPrincipal -> DEBU 1104 Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.647 UTC [msp] Validate -> DEBU 1105 MSP OrdererMSP validating identity +2018-01-18 02:00:30.648 UTC [cauthdsl] func2 -> DEBU 1106 0xc4200262f0 principal matched by identity 0 +2018-01-18 02:00:30.648 UTC [msp/identity] Verify -> DEBU 1107 Verify: digest = 00000000 78 59 3b f2 6b 52 86 c6 21 fb 46 bf 89 ad 05 8c |xY;.kR..!.F.....| +00000010 ba 32 c3 b8 ba 39 3e d5 b8 7d 58 9e 45 c3 6a 43 |.2...9>..}X.E.jC| +2018-01-18 02:00:30.648 UTC [msp/identity] Verify -> DEBU 1108 Verify: sig = 00000000 30 45 02 21 00 89 0e b1 bf 9a d9 fd 17 9f f9 cc |0E.!............| +00000010 41 06 91 d5 84 79 0b 91 e4 53 82 9a 15 97 a6 2b |A....y...S.....+| +00000020 5d 47 97 35 bc 02 20 2e 95 60 db f4 b4 e0 59 c6 |]G.5.. ..`....Y.| +00000030 55 8a 54 d8 b6 89 53 b7 7b 15 0a 11 7c fa 17 e9 |U.T...S.{...|...| +00000040 b5 29 30 88 fb 59 57 |.)0..YW| +2018-01-18 02:00:30.648 UTC [cauthdsl] func2 -> DEBU 1109 0xc4200262f0 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.648 UTC [cauthdsl] func1 -> DEBU 110a 0xc4200262f0 gate 1516240830646459721 evaluation succeeds +2018-01-18 02:00:30.648 UTC [orderer/common/sigfilter] Apply -> DEBU 110b Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +2018-01-18 02:00:30.648 UTC [orderer/common/deliver] Handle -> DEBU 110c [channel: testchainid] Received seekInfo (0xc42039f5a0) start: > stop: > +2018-01-18 02:00:30.649 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 110d retrieveBlockByNumber() - blockNum = [0] +2018-01-18 02:00:30.649 UTC [fsblkstorage] newBlockfileStream -> DEBU 110e newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] +2018-01-18 02:00:30.649 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110f Remaining bytes=[23690], Going to peek [8] bytes +2018-01-18 02:00:30.649 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1110 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} +2018-01-18 02:00:30.649 UTC [orderer/common/deliver] Handle -> DEBU 1111 [channel: testchainid] Delivering block for (0xc42039f5a0) +2018-01-18 02:00:30.650 UTC [orderer/common/deliver] Handle -> DEBU 1112 [channel: testchainid] Done delivering for (0xc42039f5a0), waiting for new SeekInfo +2018-01-18 02:00:30.650 UTC [orderer/common/deliver] Handle -> DEBU 1113 Attempting to read seek info message +2018-01-18 02:00:30.655 UTC [orderer/common/deliver] Handle -> WARN 1114 Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.655 UTC [orderer/main] func1 -> DEBU 1115 Closing Deliver stream +2018-01-18 02:00:30.800 UTC [orderer/main] Deliver -> DEBU 1116 Starting new Deliver handler +2018-01-18 02:00:30.800 UTC [orderer/common/deliver] Handle -> DEBU 1117 Starting new deliver loop +2018-01-18 02:00:30.800 UTC [orderer/common/deliver] Handle -> DEBU 1118 Attempting to read seek info message +2018-01-18 02:00:30.801 UTC [policies] GetPolicy -> DEBU 1119 Returning policy Readers for evaluation +2018-01-18 02:00:30.801 UTC [cauthdsl] func1 -> DEBU 111a 0xc420026340 gate 1516240830801422801 evaluation starts +2018-01-18 02:00:30.801 UTC [cauthdsl] func2 -> DEBU 111b 0xc420026340 signed by 0 principal evaluation starts (used [false]) +2018-01-18 02:00:30.801 UTC [cauthdsl] func2 -> DEBU 111c 0xc420026340 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a +2018-01-18 02:00:30.801 UTC [msp/identity] newIdentity -> DEBU 111d Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w @@ -7322,641 +7889,26 @@ A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 -----END CERTIFICATE----- -2018-01-14 11:47:05.341 UTC [msp] SatisfiesPrincipal -> DEBU fee Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.341 UTC [msp] Validate -> DEBU fef MSP OrdererMSP validating identity -2018-01-14 11:47:05.341 UTC [cauthdsl] func2 -> DEBU ff0 0xc420150a88 principal matched by identity 0 -2018-01-14 11:47:05.341 UTC [msp/identity] Verify -> DEBU ff1 Verify: digest = 00000000 7f 3b da ca 3e 68 c0 78 b0 32 8c 79 33 56 84 cb |.;..>h.x.2.y3V..| -00000010 f8 05 50 2a fa 23 3a 74 c8 80 8b 57 41 8f bf aa |..P*.#:t...WA...| -2018-01-14 11:47:05.341 UTC [msp/identity] Verify -> DEBU ff2 Verify: sig = 00000000 30 45 02 21 00 99 80 74 f4 00 cd 33 5c 0d 8b 25 |0E.!...t...3\..%| -00000010 97 32 4e 51 22 0f 5e a9 57 7d 5f e7 6d 92 d6 7f |.2NQ".^.W}_.m...| -00000020 52 d9 78 67 6b 02 20 2b 77 17 0d a9 70 6f 0c 52 |R.xgk. +w...po.R| -00000030 06 ea 1f bf 16 b6 f0 00 ad 40 30 7b 85 cd 78 52 |.........@0{..xR| -00000040 cf 67 d0 91 22 72 6b |.g.."rk| -2018-01-14 11:47:05.342 UTC [cauthdsl] func2 -> DEBU ff3 0xc420150a88 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.342 UTC [cauthdsl] func1 -> DEBU ff4 0xc420150a88 gate 1515930425340184564 evaluation succeeds -2018-01-14 11:47:05.342 UTC [orderer/common/sigfilter] Apply -> DEBU ff5 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.342 UTC [orderer/common/deliver] Handle -> DEBU ff6 [channel: businesschannel] Received seekInfo (0xc420a46aa0) start: > stop: > -2018-01-14 11:47:05.342 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU ff7 retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:47:05.343 UTC [fsblkstorage] newBlockfileStream -> DEBU ff8 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[11933] -2018-01-14 11:47:05.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ff9 Remaining bytes=[47305], Going to peek [8] bytes -2018-01-14 11:47:05.343 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU ffa Returning blockbytes - length=[13731], placementInfo={fileNum=[0], startOffset=[11933], bytesOffset=[11935]} -2018-01-14 11:47:05.343 UTC [orderer/common/deliver] Handle -> DEBU ffb [channel: businesschannel] Delivering block for (0xc420a46aa0) -2018-01-14 11:47:05.344 UTC [orderer/common/deliver] Handle -> DEBU ffc [channel: businesschannel] Done delivering for (0xc420a46aa0), waiting for new SeekInfo -2018-01-14 11:47:05.344 UTC [orderer/common/deliver] Handle -> DEBU ffd Attempting to read seek info message -2018-01-14 11:47:05.350 UTC [orderer/common/deliver] Handle -> WARN ffe Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.350 UTC [orderer/main] func1 -> DEBU fff Closing Deliver stream -2018-01-14 11:47:05.507 UTC [orderer/main] Deliver -> DEBU 1000 Starting new Deliver handler -2018-01-14 11:47:05.507 UTC [orderer/common/deliver] Handle -> DEBU 1001 Starting new deliver loop -2018-01-14 11:47:05.507 UTC [orderer/common/deliver] Handle -> DEBU 1002 Attempting to read seek info message -2018-01-14 11:47:05.510 UTC [policies] GetPolicy -> DEBU 1003 Returning policy Readers for evaluation -2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 1004 0xc420026108 gate 1515930425510328364 evaluation starts -2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1005 0xc420026108 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1006 0xc420026108 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.510 UTC [msp/identity] newIdentity -> DEBU 1007 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1008 0xc420026108 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 1009 0xc420026108 principal evaluation fails -2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 100a 0xc420026108 gate 1515930425510328364 evaluation fails -2018-01-14 11:47:05.510 UTC [cauthdsl] func1 -> DEBU 100b 0xc420026118 gate 1515930425510979664 evaluation starts -2018-01-14 11:47:05.510 UTC [cauthdsl] func2 -> DEBU 100c 0xc420026118 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 100d 0xc420026118 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.511 UTC [msp/identity] newIdentity -> DEBU 100e Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 100f 0xc420026118 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1010 0xc420026118 principal evaluation fails -2018-01-14 11:47:05.511 UTC [cauthdsl] func1 -> DEBU 1011 0xc420026118 gate 1515930425510979664 evaluation fails -2018-01-14 11:47:05.511 UTC [cauthdsl] func1 -> DEBU 1012 0xc420026128 gate 1515930425511773964 evaluation starts -2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1013 0xc420026128 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.511 UTC [cauthdsl] func2 -> DEBU 1014 0xc420026128 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.512 UTC [msp/identity] newIdentity -> DEBU 1015 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.516 UTC [msp] SatisfiesPrincipal -> DEBU 1016 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.516 UTC [msp] Validate -> DEBU 1017 MSP OrdererMSP validating identity -2018-01-14 11:47:05.516 UTC [cauthdsl] func2 -> DEBU 1018 0xc420026128 principal matched by identity 0 -2018-01-14 11:47:05.516 UTC [msp/identity] Verify -> DEBU 1019 Verify: digest = 00000000 82 a2 42 b9 b2 9b 9c 2a ca 62 04 1c 5b d1 e5 11 |..B....*.b..[...| -00000010 92 4c 71 7b 9d 9b 08 5d ae db 38 33 31 b1 f1 8c |.Lq{...]..831...| -2018-01-14 11:47:05.516 UTC [msp/identity] Verify -> DEBU 101a Verify: sig = 00000000 30 45 02 21 00 e0 ba 72 22 07 52 72 be 8c fd 56 |0E.!...r".Rr...V| -00000010 a4 6a 3a 18 8c 30 11 15 74 df 9f f4 51 a5 ea ab |.j:..0..t...Q...| -00000020 24 00 a2 77 f7 02 20 50 7e d2 49 54 7d c6 81 bf |$..w.. P~.IT}...| -00000030 68 d0 d1 e3 95 61 fe 21 89 e2 a5 28 2c 75 c8 81 |h....a.!...(,u..| -00000040 29 c4 09 84 df b1 fb |)......| -2018-01-14 11:47:05.518 UTC [cauthdsl] func2 -> DEBU 101b 0xc420026128 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.518 UTC [cauthdsl] func1 -> DEBU 101c 0xc420026128 gate 1515930425511773964 evaluation succeeds -2018-01-14 11:47:05.518 UTC [orderer/common/sigfilter] Apply -> DEBU 101d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.518 UTC [orderer/common/deliver] Handle -> DEBU 101e [channel: businesschannel] Received seekInfo (0xc420398560) start: > stop: > -2018-01-14 11:47:05.518 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 101f retrieveBlockByNumber() - blockNum = [2] -2018-01-14 11:47:05.518 UTC [fsblkstorage] newBlockfileStream -> DEBU 1020 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[25666] -2018-01-14 11:47:05.519 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1021 Remaining bytes=[33572], Going to peek [8] bytes -2018-01-14 11:47:05.519 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1022 Returning blockbytes - length=[13790], placementInfo={fileNum=[0], startOffset=[25666], bytesOffset=[25668]} -2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1023 [channel: businesschannel] Delivering block for (0xc420398560) -2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1024 [channel: businesschannel] Done delivering for (0xc420398560), waiting for new SeekInfo -2018-01-14 11:47:05.519 UTC [orderer/common/deliver] Handle -> DEBU 1025 Attempting to read seek info message -2018-01-14 11:47:05.529 UTC [orderer/common/deliver] Handle -> WARN 1026 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.529 UTC [orderer/main] func1 -> DEBU 1027 Closing Deliver stream -2018-01-14 11:47:05.682 UTC [orderer/main] Deliver -> DEBU 1028 Starting new Deliver handler -2018-01-14 11:47:05.682 UTC [orderer/common/deliver] Handle -> DEBU 1029 Starting new deliver loop -2018-01-14 11:47:05.682 UTC [orderer/common/deliver] Handle -> DEBU 102a Attempting to read seek info message -2018-01-14 11:47:05.683 UTC [policies] GetPolicy -> DEBU 102b Returning policy Readers for evaluation -2018-01-14 11:47:05.683 UTC [cauthdsl] func1 -> DEBU 102c 0xc420026178 gate 1515930425683616764 evaluation starts -2018-01-14 11:47:05.683 UTC [cauthdsl] func2 -> DEBU 102d 0xc420026178 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.683 UTC [cauthdsl] func2 -> DEBU 102e 0xc420026178 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.684 UTC [msp/identity] newIdentity -> DEBU 102f Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.694 UTC [cauthdsl] func2 -> DEBU 1030 0xc420026178 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.694 UTC [cauthdsl] func2 -> DEBU 1031 0xc420026178 principal evaluation fails -2018-01-14 11:47:05.694 UTC [cauthdsl] func1 -> DEBU 1032 0xc420026178 gate 1515930425683616764 evaluation fails -2018-01-14 11:47:05.694 UTC [cauthdsl] func1 -> DEBU 1033 0xc420026188 gate 1515930425694993264 evaluation starts -2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1034 0xc420026188 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1035 0xc420026188 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.695 UTC [msp/identity] newIdentity -> DEBU 1036 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1037 0xc420026188 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.695 UTC [cauthdsl] func2 -> DEBU 1038 0xc420026188 principal evaluation fails -2018-01-14 11:47:05.695 UTC [cauthdsl] func1 -> DEBU 1039 0xc420026188 gate 1515930425694993264 evaluation fails -2018-01-14 11:47:05.695 UTC [cauthdsl] func1 -> DEBU 103a 0xc4200261a0 gate 1515930425695891764 evaluation starts -2018-01-14 11:47:05.696 UTC [cauthdsl] func2 -> DEBU 103b 0xc4200261a0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.696 UTC [cauthdsl] func2 -> DEBU 103c 0xc4200261a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.696 UTC [msp/identity] newIdentity -> DEBU 103d Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.697 UTC [msp] SatisfiesPrincipal -> DEBU 103e Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.698 UTC [msp] Validate -> DEBU 103f MSP OrdererMSP validating identity -2018-01-14 11:47:05.698 UTC [cauthdsl] func2 -> DEBU 1040 0xc4200261a0 principal matched by identity 0 -2018-01-14 11:47:05.699 UTC [msp/identity] Verify -> DEBU 1041 Verify: digest = 00000000 2a 70 fb 9c f3 77 df da ab 29 1f bf 53 4f 97 0f |*p...w...)..SO..| -00000010 35 be 5e 01 0f 43 f4 96 57 1c a5 6d ce 23 f6 fb |5.^..C..W..m.#..| -2018-01-14 11:47:05.699 UTC [msp/identity] Verify -> DEBU 1042 Verify: sig = 00000000 30 45 02 21 00 ca 0e c9 54 de ef 84 b0 fa 71 47 |0E.!....T.....qG| -00000010 7d 5b 93 ab 2f 33 e2 44 ef e2 c2 8c d6 bf d1 1c |}[../3.D........| -00000020 ca 91 b6 72 32 02 20 79 44 36 b9 6f bc 0f fd 62 |...r2. yD6.o...b| -00000030 94 46 3c 23 10 46 75 5d 06 0b 10 ff da e2 d3 40 |.F<#.Fu].......@| -00000040 94 ff 09 a5 bc 4b 85 |.....K.| -2018-01-14 11:47:05.699 UTC [cauthdsl] func2 -> DEBU 1043 0xc4200261a0 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.699 UTC [cauthdsl] func1 -> DEBU 1044 0xc4200261a0 gate 1515930425695891764 evaluation succeeds -2018-01-14 11:47:05.699 UTC [orderer/common/sigfilter] Apply -> DEBU 1045 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.700 UTC [orderer/common/deliver] Handle -> DEBU 1046 [channel: businesschannel] Received seekInfo (0xc4203733e0) start: > stop: > -2018-01-14 11:47:05.700 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1047 retrieveBlockByNumber() - blockNum = [3] -2018-01-14 11:47:05.700 UTC [fsblkstorage] newBlockfileStream -> DEBU 1048 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[39458] -2018-01-14 11:47:05.700 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1049 Remaining bytes=[19780], Going to peek [8] bytes -2018-01-14 11:47:05.700 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 104a Returning blockbytes - length=[5212], placementInfo={fileNum=[0], startOffset=[39458], bytesOffset=[39460]} -2018-01-14 11:47:05.700 UTC [orderer/common/deliver] Handle -> DEBU 104b [channel: businesschannel] Delivering block for (0xc4203733e0) -2018-01-14 11:47:05.701 UTC [orderer/common/deliver] Handle -> DEBU 104c [channel: businesschannel] Done delivering for (0xc4203733e0), waiting for new SeekInfo -2018-01-14 11:47:05.701 UTC [orderer/common/deliver] Handle -> DEBU 104d Attempting to read seek info message -2018-01-14 11:47:05.708 UTC [orderer/common/deliver] Handle -> WARN 104e Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.708 UTC [orderer/main] func1 -> DEBU 104f Closing Deliver stream -2018-01-14 11:47:05.874 UTC [orderer/main] Deliver -> DEBU 1050 Starting new Deliver handler -2018-01-14 11:47:05.874 UTC [orderer/common/deliver] Handle -> DEBU 1051 Starting new deliver loop -2018-01-14 11:47:05.874 UTC [orderer/common/deliver] Handle -> DEBU 1052 Attempting to read seek info message -2018-01-14 11:47:05.875 UTC [policies] GetPolicy -> DEBU 1053 Returning policy Readers for evaluation -2018-01-14 11:47:05.875 UTC [cauthdsl] func1 -> DEBU 1054 0xc420150b88 gate 1515930425875673364 evaluation starts -2018-01-14 11:47:05.875 UTC [cauthdsl] func2 -> DEBU 1055 0xc420150b88 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.875 UTC [cauthdsl] func2 -> DEBU 1056 0xc420150b88 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.876 UTC [msp/identity] newIdentity -> DEBU 1057 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 1058 0xc420150b88 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 1059 0xc420150b88 principal evaluation fails -2018-01-14 11:47:05.876 UTC [cauthdsl] func1 -> DEBU 105a 0xc420150b88 gate 1515930425875673364 evaluation fails -2018-01-14 11:47:05.876 UTC [cauthdsl] func1 -> DEBU 105b 0xc420150b98 gate 1515930425876664264 evaluation starts -2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 105c 0xc420150b98 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.876 UTC [cauthdsl] func2 -> DEBU 105d 0xc420150b98 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.877 UTC [msp/identity] newIdentity -> DEBU 105e Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 105f 0xc420150b98 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1060 0xc420150b98 principal evaluation fails -2018-01-14 11:47:05.877 UTC [cauthdsl] func1 -> DEBU 1061 0xc420150b98 gate 1515930425876664264 evaluation fails -2018-01-14 11:47:05.877 UTC [cauthdsl] func1 -> DEBU 1062 0xc420150bb8 gate 1515930425877481864 evaluation starts -2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1063 0xc420150bb8 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:05.877 UTC [cauthdsl] func2 -> DEBU 1064 0xc420150bb8 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:05.878 UTC [msp/identity] newIdentity -> DEBU 1065 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:05.878 UTC [msp] SatisfiesPrincipal -> DEBU 1066 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:05.878 UTC [msp] Validate -> DEBU 1067 MSP OrdererMSP validating identity -2018-01-14 11:47:05.878 UTC [cauthdsl] func2 -> DEBU 1068 0xc420150bb8 principal matched by identity 0 -2018-01-14 11:47:05.878 UTC [msp/identity] Verify -> DEBU 1069 Verify: digest = 00000000 09 b4 c3 ec 3e ab 07 cb 57 ca 1c bd db 00 04 cb |....>...W.......| -00000010 23 dd ab a1 23 bf 81 ec a8 87 20 aa 12 97 e2 f8 |#...#..... .....| -2018-01-14 11:47:05.878 UTC [msp/identity] Verify -> DEBU 106a Verify: sig = 00000000 30 45 02 21 00 da 00 c5 8c 72 a5 4f 24 71 69 b8 |0E.!.....r.O$qi.| -00000010 47 7f ec e9 62 7f ae 77 64 85 9c 34 11 d1 46 40 |G...b..wd..4..F@| -00000020 49 84 d0 15 da 02 20 3f a4 7a c6 13 3f 5d 60 70 |I..... ?.z..?]`p| -00000030 a2 5e 9e a3 72 19 8f 3c 08 6b 48 4e 3b 2b aa f0 |.^..r..<.kHN;+..| -00000040 8c de 98 c0 e0 42 98 |.....B.| -2018-01-14 11:47:05.879 UTC [cauthdsl] func2 -> DEBU 106b 0xc420150bb8 principal evaluation succeeds for identity 0 -2018-01-14 11:47:05.879 UTC [cauthdsl] func1 -> DEBU 106c 0xc420150bb8 gate 1515930425877481864 evaluation succeeds -2018-01-14 11:47:05.879 UTC [orderer/common/sigfilter] Apply -> DEBU 106d Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:05.879 UTC [orderer/common/deliver] Handle -> DEBU 106e [channel: businesschannel] Received seekInfo (0xc42080f940) start: > stop: > -2018-01-14 11:47:05.879 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 106f retrieveBlockByNumber() - blockNum = [4] -2018-01-14 11:47:05.879 UTC [fsblkstorage] newBlockfileStream -> DEBU 1070 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[44672] -2018-01-14 11:47:05.879 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1071 Remaining bytes=[14566], Going to peek [8] bytes -2018-01-14 11:47:05.879 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1072 Returning blockbytes - length=[5214], placementInfo={fileNum=[0], startOffset=[44672], bytesOffset=[44674]} -2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1073 [channel: businesschannel] Delivering block for (0xc42080f940) -2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1074 [channel: businesschannel] Done delivering for (0xc42080f940), waiting for new SeekInfo -2018-01-14 11:47:05.880 UTC [orderer/common/deliver] Handle -> DEBU 1075 Attempting to read seek info message -2018-01-14 11:47:05.884 UTC [orderer/common/deliver] Handle -> WARN 1076 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:05.885 UTC [orderer/main] func1 -> DEBU 1077 Closing Deliver stream -2018-01-14 11:47:06.094 UTC [orderer/main] Deliver -> DEBU 1078 Starting new Deliver handler -2018-01-14 11:47:06.094 UTC [orderer/common/deliver] Handle -> DEBU 1079 Starting new deliver loop -2018-01-14 11:47:06.094 UTC [orderer/common/deliver] Handle -> DEBU 107a Attempting to read seek info message -2018-01-14 11:47:06.094 UTC [policies] GetPolicy -> DEBU 107b Returning policy Readers for evaluation -2018-01-14 11:47:06.095 UTC [cauthdsl] func1 -> DEBU 107c 0xc420150c08 gate 1515930426095003064 evaluation starts -2018-01-14 11:47:06.095 UTC [cauthdsl] func2 -> DEBU 107d 0xc420150c08 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.095 UTC [cauthdsl] func2 -> DEBU 107e 0xc420150c08 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.095 UTC [msp/identity] newIdentity -> DEBU 107f Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1080 0xc420150c08 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1081 0xc420150c08 principal evaluation fails -2018-01-14 11:47:06.096 UTC [cauthdsl] func1 -> DEBU 1082 0xc420150c08 gate 1515930426095003064 evaluation fails -2018-01-14 11:47:06.096 UTC [cauthdsl] func1 -> DEBU 1083 0xc420150c18 gate 1515930426096369764 evaluation starts -2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1084 0xc420150c18 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.096 UTC [cauthdsl] func2 -> DEBU 1085 0xc420150c18 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.096 UTC [msp/identity] newIdentity -> DEBU 1086 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.097 UTC [cauthdsl] func2 -> DEBU 1087 0xc420150c18 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:06.097 UTC [cauthdsl] func2 -> DEBU 1088 0xc420150c18 principal evaluation fails -2018-01-14 11:47:06.097 UTC [cauthdsl] func1 -> DEBU 1089 0xc420150c18 gate 1515930426096369764 evaluation fails -2018-01-14 11:47:06.097 UTC [cauthdsl] func1 -> DEBU 108a 0xc420150c38 gate 1515930426097971964 evaluation starts -2018-01-14 11:47:06.098 UTC [cauthdsl] func2 -> DEBU 108b 0xc420150c38 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.098 UTC [cauthdsl] func2 -> DEBU 108c 0xc420150c38 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.098 UTC [msp/identity] newIdentity -> DEBU 108d Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.099 UTC [msp] SatisfiesPrincipal -> DEBU 108e Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.099 UTC [msp] Validate -> DEBU 108f MSP OrdererMSP validating identity -2018-01-14 11:47:06.099 UTC [cauthdsl] func2 -> DEBU 1090 0xc420150c38 principal matched by identity 0 -2018-01-14 11:47:06.099 UTC [msp/identity] Verify -> DEBU 1091 Verify: digest = 00000000 e2 73 0f 2d 4f 8a f7 e6 58 66 3f d0 a1 06 cf d7 |.s.-O...Xf?.....| -00000010 85 71 c1 b1 4e 6c d8 22 ef a4 b8 a3 9a e2 eb 48 |.q..Nl.".......H| -2018-01-14 11:47:06.099 UTC [msp/identity] Verify -> DEBU 1092 Verify: sig = 00000000 30 45 02 21 00 da 43 a0 55 11 b5 ad 69 66 05 7c |0E.!..C.U...if.|| -00000010 37 b6 4e 2f 5a c9 15 d1 1f 43 ee 35 ac 3d 3f 3d |7.N/Z....C.5.=?=| -00000020 5c ee 8e ef 44 02 20 53 74 0c a3 ae e2 2d 28 fa |\...D. St....-(.| -00000030 cf 59 ff 2f 44 c5 3d 8a 29 2e fa 23 05 aa 93 0c |.Y./D.=.)..#....| -00000040 ad 62 9a f1 77 f6 e2 |.b..w..| -2018-01-14 11:47:06.100 UTC [cauthdsl] func2 -> DEBU 1093 0xc420150c38 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.100 UTC [cauthdsl] func1 -> DEBU 1094 0xc420150c38 gate 1515930426097971964 evaluation succeeds -2018-01-14 11:47:06.100 UTC [orderer/common/sigfilter] Apply -> DEBU 1095 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:06.100 UTC [orderer/common/deliver] Handle -> DEBU 1096 [channel: businesschannel] Received seekInfo (0xc420bd1e80) start: > stop: > -2018-01-14 11:47:06.100 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1097 retrieveBlockByNumber() - blockNum = [5] -2018-01-14 11:47:06.101 UTC [fsblkstorage] newBlockfileStream -> DEBU 1098 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[49888] -2018-01-14 11:47:06.101 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1099 Remaining bytes=[9350], Going to peek [8] bytes -2018-01-14 11:47:06.101 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 109a Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[49888], bytesOffset=[49890]} -2018-01-14 11:47:06.101 UTC [orderer/common/deliver] Handle -> DEBU 109b [channel: businesschannel] Delivering block for (0xc420bd1e80) -2018-01-14 11:47:06.102 UTC [orderer/common/deliver] Handle -> DEBU 109c [channel: businesschannel] Done delivering for (0xc420bd1e80), waiting for new SeekInfo -2018-01-14 11:47:06.103 UTC [orderer/common/deliver] Handle -> DEBU 109d Attempting to read seek info message -2018-01-14 11:47:06.106 UTC [orderer/common/deliver] Handle -> WARN 109e Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.107 UTC [orderer/main] func1 -> DEBU 109f Closing Deliver stream -2018-01-14 11:47:06.269 UTC [orderer/main] Deliver -> DEBU 10a0 Starting new Deliver handler -2018-01-14 11:47:06.269 UTC [orderer/common/deliver] Handle -> DEBU 10a1 Starting new deliver loop -2018-01-14 11:47:06.269 UTC [orderer/common/deliver] Handle -> DEBU 10a2 Attempting to read seek info message -2018-01-14 11:47:06.270 UTC [policies] GetPolicy -> DEBU 10a3 Returning policy Readers for evaluation -2018-01-14 11:47:06.270 UTC [cauthdsl] func1 -> DEBU 10a4 0xc420150ca0 gate 1515930426270331564 evaluation starts -2018-01-14 11:47:06.270 UTC [cauthdsl] func2 -> DEBU 10a5 0xc420150ca0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.270 UTC [cauthdsl] func2 -> DEBU 10a6 0xc420150ca0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.270 UTC [msp/identity] newIdentity -> DEBU 10a7 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10a8 0xc420150ca0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org2MSP, got OrdererMSP) -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10a9 0xc420150ca0 principal evaluation fails -2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10aa 0xc420150ca0 gate 1515930426270331564 evaluation fails -2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10ab 0xc420150cb0 gate 1515930426271113164 evaluation starts -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10ac 0xc420150cb0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10ad 0xc420150cb0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.271 UTC [msp/identity] newIdentity -> DEBU 10ae Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10af 0xc420150cb0 identity 0 does not satisfy principal: The identity is a member of a different MSP (expected Org1MSP, got OrdererMSP) -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b0 0xc420150cb0 principal evaluation fails -2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10b1 0xc420150cb0 gate 1515930426271113164 evaluation fails -2018-01-14 11:47:06.271 UTC [cauthdsl] func1 -> DEBU 10b2 0xc420150cc0 gate 1515930426271865364 evaluation starts -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b3 0xc420150cc0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.271 UTC [cauthdsl] func2 -> DEBU 10b4 0xc420150cc0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.272 UTC [msp/identity] newIdentity -> DEBU 10b5 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.272 UTC [msp] SatisfiesPrincipal -> DEBU 10b6 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.272 UTC [msp] Validate -> DEBU 10b7 MSP OrdererMSP validating identity -2018-01-14 11:47:06.272 UTC [cauthdsl] func2 -> DEBU 10b8 0xc420150cc0 principal matched by identity 0 -2018-01-14 11:47:06.272 UTC [msp/identity] Verify -> DEBU 10b9 Verify: digest = 00000000 2c 54 d2 54 45 30 59 b7 b3 8a 97 2f 96 6f 7f 40 |,T.TE0Y..../.o.@| -00000010 f1 86 b3 13 d5 9c a3 15 2a ef 72 07 bc cc 20 aa |........*.r... .| -2018-01-14 11:47:06.272 UTC [msp/identity] Verify -> DEBU 10ba Verify: sig = 00000000 30 44 02 20 56 0b 5e bc 9a 20 89 cd d9 71 d4 c3 |0D. V.^.. ...q..| -00000010 57 fa ca 1a 5c 81 d8 79 31 3e 97 8c ba fd 62 e5 |W...\..y1>....b.| -00000020 43 fe 85 a8 02 20 37 41 76 16 b7 95 8f 02 fd 9e |C.... 7Av.......| -00000030 a1 17 44 46 71 72 63 f5 99 f0 fb d9 8e c1 2e a1 |..DFqrc.........| -00000040 42 d0 84 98 48 a2 |B...H.| -2018-01-14 11:47:06.273 UTC [cauthdsl] func2 -> DEBU 10bb 0xc420150cc0 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.273 UTC [cauthdsl] func1 -> DEBU 10bc 0xc420150cc0 gate 1515930426271865364 evaluation succeeds -2018-01-14 11:47:06.273 UTC [orderer/common/sigfilter] Apply -> DEBU 10bd Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420b57900 1 [0xc4201509a0 0xc420150a48]}) %!s(*policies.implicitMetaPolicy=&{0xc420b42780 1 [0xc420150b18]})]} -2018-01-14 11:47:06.273 UTC [orderer/common/deliver] Handle -> DEBU 10be [channel: businesschannel] Received seekInfo (0xc42081db80) start: > stop: > -2018-01-14 11:47:06.273 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10bf retrieveBlockByNumber() - blockNum = [6] -2018-01-14 11:47:06.273 UTC [fsblkstorage] newBlockfileStream -> DEBU 10c0 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/businesschannel/blockfile_000000], startOffset=[54563] -2018-01-14 11:47:06.273 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c1 Remaining bytes=[4675], Going to peek [8] bytes -2018-01-14 11:47:06.273 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10c2 Returning blockbytes - length=[4673], placementInfo={fileNum=[0], startOffset=[54563], bytesOffset=[54565]} -2018-01-14 11:47:06.273 UTC [orderer/common/deliver] Handle -> DEBU 10c3 [channel: businesschannel] Delivering block for (0xc42081db80) -2018-01-14 11:47:06.274 UTC [orderer/common/deliver] Handle -> DEBU 10c4 [channel: businesschannel] Done delivering for (0xc42081db80), waiting for new SeekInfo -2018-01-14 11:47:06.274 UTC [orderer/common/deliver] Handle -> DEBU 10c5 Attempting to read seek info message -2018-01-14 11:47:06.278 UTC [orderer/common/deliver] Handle -> WARN 10c6 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.278 UTC [orderer/main] func1 -> DEBU 10c7 Closing Deliver stream -2018-01-14 11:47:06.393 UTC [orderer/main] Deliver -> DEBU 10c8 Starting new Deliver handler -2018-01-14 11:47:06.393 UTC [orderer/common/deliver] Handle -> DEBU 10c9 Starting new deliver loop -2018-01-14 11:47:06.393 UTC [orderer/common/deliver] Handle -> DEBU 10ca Attempting to read seek info message -2018-01-14 11:47:06.395 UTC [policies] GetPolicy -> DEBU 10cb Returning policy Readers for evaluation -2018-01-14 11:47:06.395 UTC [cauthdsl] func1 -> DEBU 10cc 0xc420150d10 gate 1515930426395200564 evaluation starts -2018-01-14 11:47:06.395 UTC [cauthdsl] func2 -> DEBU 10cd 0xc420150d10 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.395 UTC [cauthdsl] func2 -> DEBU 10ce 0xc420150d10 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.395 UTC [msp/identity] newIdentity -> DEBU 10cf Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.396 UTC [msp] SatisfiesPrincipal -> DEBU 10d0 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.396 UTC [msp] Validate -> DEBU 10d1 MSP OrdererMSP validating identity -2018-01-14 11:47:06.396 UTC [cauthdsl] func2 -> DEBU 10d2 0xc420150d10 principal matched by identity 0 -2018-01-14 11:47:06.396 UTC [msp/identity] Verify -> DEBU 10d3 Verify: digest = 00000000 c9 a1 89 41 27 85 f8 9a 1f 9f 0c cc 3d 86 d6 7b |...A'.......=..{| -00000010 bb cc 46 e3 b7 42 51 5a 10 55 65 ea 8f b0 90 da |..F..BQZ.Ue.....| -2018-01-14 11:47:06.397 UTC [msp/identity] Verify -> DEBU 10d4 Verify: sig = 00000000 30 45 02 21 00 e8 10 a9 3b dd 03 88 b6 bb ab 06 |0E.!....;.......| -00000010 72 1c b9 79 c0 2c 22 be 30 c4 95 81 ae 68 a2 6e |r..y.,".0....h.n| -00000020 0c 70 42 ba c1 02 20 14 e1 47 c5 f9 99 a8 b4 de |.pB... ..G......| -00000030 e3 15 49 c8 2a f2 eb 43 64 a0 05 2d ec 83 7a d7 |..I.*..Cd..-..z.| -00000040 92 e1 dc 06 d7 89 fe |.......| -2018-01-14 11:47:06.397 UTC [cauthdsl] func2 -> DEBU 10d5 0xc420150d10 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.397 UTC [cauthdsl] func1 -> DEBU 10d6 0xc420150d10 gate 1515930426395200564 evaluation succeeds -2018-01-14 11:47:06.397 UTC [orderer/common/sigfilter] Apply -> DEBU 10d7 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -2018-01-14 11:47:06.397 UTC [orderer/common/deliver] Handle -> DEBU 10d8 [channel: testchainid] Received seekInfo (0xc4201da340) start: > stop: > -2018-01-14 11:47:06.397 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10d9 retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:47:06.397 UTC [fsblkstorage] newBlockfileStream -> DEBU 10da newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -2018-01-14 11:47:06.397 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10db Remaining bytes=[14606], Going to peek [8] bytes -2018-01-14 11:47:06.398 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10dc Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -2018-01-14 11:47:06.398 UTC [orderer/common/deliver] Handle -> DEBU 10dd [channel: testchainid] Delivering block for (0xc4201da340) -2018-01-14 11:47:06.399 UTC [orderer/common/deliver] Handle -> DEBU 10de [channel: testchainid] Done delivering for (0xc4201da340), waiting for new SeekInfo -2018-01-14 11:47:06.399 UTC [orderer/common/deliver] Handle -> DEBU 10df Attempting to read seek info message -2018-01-14 11:47:06.401 UTC [orderer/common/deliver] Handle -> WARN 10e0 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.401 UTC [orderer/main] func1 -> DEBU 10e1 Closing Deliver stream -2018-01-14 11:47:06.540 UTC [orderer/main] Deliver -> DEBU 10e2 Starting new Deliver handler -2018-01-14 11:47:06.540 UTC [orderer/common/deliver] Handle -> DEBU 10e3 Starting new deliver loop -2018-01-14 11:47:06.541 UTC [orderer/common/deliver] Handle -> DEBU 10e4 Attempting to read seek info message -2018-01-14 11:47:06.542 UTC [policies] GetPolicy -> DEBU 10e5 Returning policy Readers for evaluation -2018-01-14 11:47:06.542 UTC [cauthdsl] func1 -> DEBU 10e6 0xc420026218 gate 1515930426542374364 evaluation starts -2018-01-14 11:47:06.542 UTC [cauthdsl] func2 -> DEBU 10e7 0xc420026218 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.542 UTC [cauthdsl] func2 -> DEBU 10e8 0xc420026218 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.542 UTC [msp/identity] newIdentity -> DEBU 10e9 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.543 UTC [msp] SatisfiesPrincipal -> DEBU 10ea Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.543 UTC [msp] Validate -> DEBU 10eb MSP OrdererMSP validating identity -2018-01-14 11:47:06.544 UTC [cauthdsl] func2 -> DEBU 10ec 0xc420026218 principal matched by identity 0 -2018-01-14 11:47:06.544 UTC [msp/identity] Verify -> DEBU 10ed Verify: digest = 00000000 c3 bf 91 b9 8c cd db ad 75 9a d4 e4 96 8c 31 c2 |........u.....1.| -00000010 c5 0a c8 f1 b0 ab 67 bb b8 c4 7a 8c 91 9b da 45 |......g...z....E| -2018-01-14 11:47:06.544 UTC [msp/identity] Verify -> DEBU 10ee Verify: sig = 00000000 30 45 02 21 00 c1 8b cb 93 77 93 c7 ee 7f 55 8b |0E.!.....w....U.| -00000010 64 3b 91 96 ce b7 d8 0d 73 e1 be 02 1b 07 97 df |d;......s.......| -00000020 bc 45 dd e3 a9 02 20 37 c4 51 60 0b 76 32 dc 4c |.E.... 7.Q`.v2.L| -00000030 21 0b c1 84 7b 56 66 d6 b6 12 78 1a 7a 3e 3e 75 |!...{Vf...x.z>>u| -00000040 44 30 29 2d 33 fa 75 |D0)-3.u| -2018-01-14 11:47:06.544 UTC [cauthdsl] func2 -> DEBU 10ef 0xc420026218 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.544 UTC [cauthdsl] func1 -> DEBU 10f0 0xc420026218 gate 1515930426542374364 evaluation succeeds -2018-01-14 11:47:06.544 UTC [orderer/common/sigfilter] Apply -> DEBU 10f1 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -2018-01-14 11:47:06.544 UTC [orderer/common/deliver] Handle -> DEBU 10f2 [channel: testchainid] Received seekInfo (0xc4201dd160) start: > stop: > -2018-01-14 11:47:06.545 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 10f3 retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:47:06.545 UTC [fsblkstorage] newBlockfileStream -> DEBU 10f4 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -2018-01-14 11:47:06.545 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f5 Remaining bytes=[14606], Going to peek [8] bytes -2018-01-14 11:47:06.545 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 10f6 Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -2018-01-14 11:47:06.545 UTC [orderer/common/deliver] Handle -> DEBU 10f7 [channel: testchainid] Delivering block for (0xc4201dd160) -2018-01-14 11:47:06.546 UTC [orderer/common/deliver] Handle -> DEBU 10f8 [channel: testchainid] Done delivering for (0xc4201dd160), waiting for new SeekInfo -2018-01-14 11:47:06.546 UTC [orderer/common/deliver] Handle -> DEBU 10f9 Attempting to read seek info message -2018-01-14 11:47:06.547 UTC [policies] GetPolicy -> DEBU 10fa Returning policy Readers for evaluation -2018-01-14 11:47:06.547 UTC [cauthdsl] func1 -> DEBU 10fb 0xc420026258 gate 1515930426547347864 evaluation starts -2018-01-14 11:47:06.547 UTC [cauthdsl] func2 -> DEBU 10fc 0xc420026258 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.547 UTC [cauthdsl] func2 -> DEBU 10fd 0xc420026258 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.548 UTC [msp/identity] newIdentity -> DEBU 10fe Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.548 UTC [msp] SatisfiesPrincipal -> DEBU 10ff Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.548 UTC [msp] Validate -> DEBU 1100 MSP OrdererMSP validating identity -2018-01-14 11:47:06.549 UTC [cauthdsl] func2 -> DEBU 1101 0xc420026258 principal matched by identity 0 -2018-01-14 11:47:06.549 UTC [msp/identity] Verify -> DEBU 1102 Verify: digest = 00000000 2e eb d4 87 6f a4 fa 0a 53 ca 3c 45 dc 0d ce 15 |....o...S. DEBU 1103 Verify: sig = 00000000 30 45 02 21 00 f5 be 6d 92 1c 0d d0 8f c8 0e 41 |0E.!...m.......A| -00000010 d9 f1 5f a9 24 34 ed 54 24 2e c0 89 dd e7 4a ca |.._.$4.T$.....J.| -00000020 81 19 d1 e0 81 02 20 70 38 55 7e 60 de d8 6f bf |...... p8U~`..o.| -00000030 83 02 66 1b 53 33 77 0a 5f 25 07 08 f9 6c 80 f7 |..f.S3w._%...l..| -00000040 77 8f 24 61 66 ee 4f |w.$af.O| -2018-01-14 11:47:06.549 UTC [cauthdsl] func2 -> DEBU 1104 0xc420026258 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.549 UTC [cauthdsl] func1 -> DEBU 1105 0xc420026258 gate 1515930426547347864 evaluation succeeds -2018-01-14 11:47:06.549 UTC [orderer/common/sigfilter] Apply -> DEBU 1106 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -2018-01-14 11:47:06.550 UTC [orderer/common/deliver] Handle -> DEBU 1107 [channel: testchainid] Received seekInfo (0xc420042680) start: > stop: > -2018-01-14 11:47:06.550 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1108 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:47:06.550 UTC [fsblkstorage] newBlockfileStream -> DEBU 1109 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:47:06.550 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110a Remaining bytes=[23688], Going to peek [8] bytes -2018-01-14 11:47:06.550 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 110b Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:47:06.550 UTC [orderer/common/deliver] Handle -> DEBU 110c [channel: testchainid] Delivering block for (0xc420042680) -2018-01-14 11:47:06.551 UTC [orderer/common/deliver] Handle -> DEBU 110d [channel: testchainid] Done delivering for (0xc420042680), waiting for new SeekInfo -2018-01-14 11:47:06.551 UTC [orderer/common/deliver] Handle -> DEBU 110e Attempting to read seek info message -2018-01-14 11:47:06.555 UTC [orderer/common/deliver] Handle -> WARN 110f Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.556 UTC [orderer/main] func1 -> DEBU 1110 Closing Deliver stream -2018-01-14 11:47:06.675 UTC [orderer/main] Deliver -> DEBU 1111 Starting new Deliver handler -2018-01-14 11:47:06.675 UTC [orderer/common/deliver] Handle -> DEBU 1112 Starting new deliver loop -2018-01-14 11:47:06.675 UTC [orderer/common/deliver] Handle -> DEBU 1113 Attempting to read seek info message -2018-01-14 11:47:06.676 UTC [policies] GetPolicy -> DEBU 1114 Returning policy Readers for evaluation -2018-01-14 11:47:06.676 UTC [cauthdsl] func1 -> DEBU 1115 0xc4200262a0 gate 1515930426676661864 evaluation starts -2018-01-14 11:47:06.676 UTC [cauthdsl] func2 -> DEBU 1116 0xc4200262a0 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.676 UTC [cauthdsl] func2 -> DEBU 1117 0xc4200262a0 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.677 UTC [msp/identity] newIdentity -> DEBU 1118 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.677 UTC [msp] SatisfiesPrincipal -> DEBU 1119 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.677 UTC [msp] Validate -> DEBU 111a MSP OrdererMSP validating identity -2018-01-14 11:47:06.678 UTC [cauthdsl] func2 -> DEBU 111b 0xc4200262a0 principal matched by identity 0 -2018-01-14 11:47:06.678 UTC [msp/identity] Verify -> DEBU 111c Verify: digest = 00000000 28 fc 06 6d dd 6f 90 ae 5a 80 a7 7c de f4 38 36 |(..m.o..Z..|..86| -00000010 5c b1 fa ba 79 d9 4d 86 e0 11 2a 42 81 89 3c 7e |\...y.M...*B..<~| -2018-01-14 11:47:06.678 UTC [msp/identity] Verify -> DEBU 111d Verify: sig = 00000000 30 45 02 21 00 e9 ab 24 7c f5 27 24 72 10 27 d1 |0E.!...$|.'$r.'.| -00000010 eb 44 72 3c 8c fe bf 58 ea e5 3a 4f 02 8a d7 84 |.Dr<...X..:O....| -00000020 c2 a5 2e 3a e4 02 20 44 a5 e8 d5 42 1a 0a 9b ff |...:.. D...B....| -00000030 bd 8c 8e c4 ee 37 95 0b b4 00 da 06 f7 cf 39 0e |.....7........9.| -00000040 99 05 b4 57 80 de f9 |...W...| -2018-01-14 11:47:06.678 UTC [cauthdsl] func2 -> DEBU 111e 0xc4200262a0 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.678 UTC [cauthdsl] func1 -> DEBU 111f 0xc4200262a0 gate 1515930426676661864 evaluation succeeds -2018-01-14 11:47:06.678 UTC [orderer/common/sigfilter] Apply -> DEBU 1120 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -2018-01-14 11:47:06.678 UTC [orderer/common/deliver] Handle -> DEBU 1121 [channel: testchainid] Received seekInfo (0xc4202e5920) start: > stop: > -2018-01-14 11:47:06.678 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1122 retrieveBlockByNumber() - blockNum = [0] -2018-01-14 11:47:06.678 UTC [fsblkstorage] newBlockfileStream -> DEBU 1123 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[0] -2018-01-14 11:47:06.679 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1124 Remaining bytes=[23688], Going to peek [8] bytes -2018-01-14 11:47:06.679 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1125 Returning blockbytes - length=[9080], placementInfo={fileNum=[0], startOffset=[0], bytesOffset=[2]} -2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1126 [channel: testchainid] Delivering block for (0xc4202e5920) -2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1127 [channel: testchainid] Done delivering for (0xc4202e5920), waiting for new SeekInfo -2018-01-14 11:47:06.679 UTC [orderer/common/deliver] Handle -> DEBU 1128 Attempting to read seek info message -2018-01-14 11:47:06.683 UTC [orderer/common/deliver] Handle -> WARN 1129 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.683 UTC [orderer/main] func1 -> DEBU 112a Closing Deliver stream -2018-01-14 11:47:06.880 UTC [orderer/main] Deliver -> DEBU 112b Starting new Deliver handler -2018-01-14 11:47:06.880 UTC [orderer/common/deliver] Handle -> DEBU 112c Starting new deliver loop -2018-01-14 11:47:06.880 UTC [orderer/common/deliver] Handle -> DEBU 112d Attempting to read seek info message -2018-01-14 11:47:06.881 UTC [policies] GetPolicy -> DEBU 112e Returning policy Readers for evaluation -2018-01-14 11:47:06.881 UTC [cauthdsl] func1 -> DEBU 112f 0xc420150d70 gate 1515930426881595664 evaluation starts -2018-01-14 11:47:06.881 UTC [cauthdsl] func2 -> DEBU 1130 0xc420150d70 signed by 0 principal evaluation starts (used [false]) -2018-01-14 11:47:06.882 UTC [cauthdsl] func2 -> DEBU 1131 0xc420150d70 processing identity 0 with bytes of 0a0a4f7264657265724d535012e7052d2d2d2d2d424547494e202d2d2d2d2d0a4d49494343544343416243674177494241674951434f6437734134654d6e78663374324a4c5951664444414b42676771686b6a4f50515144416a42704d5173770a435159445651514745774a56557a45544d4245474131554543424d4b5132467361575a76636d3570595445574d4251474131554542784d4e5532467549455a790a5957356a61584e6a627a45554d4249474131554543684d4c5a586868625842735a53356a62323078467a415642674e5642414d54446d4e684c6d5634595731770a62475575593239744d423458445445344d4445774d7a457a4d446b314e6c6f58445449344d4445774d54457a4d446b314e6c6f77566a454c4d416b47413155450a42684d4356564d78457a415242674e5642416754436b4e6862476c6d62334a7561574578466a415542674e564241635444564e6862694247636d467559326c7a0a59323878476a415942674e5642414d4d4555466b62576c75514756345957317762475575593239744d466b77457759484b6f5a497a6a3043415159494b6f5a490a7a6a304441516344516741457448556a766f616f32537035714c6a4c42442b586358664b39387a662b56705866365435585470773944317a54494d72665441580a795765334f3677536d2b50576c67507151777a6b59656b3669303879424d354e424b4e4e4d45737744675944565230504151482f42415144416765414d4177470a41315564457745422f7751434d4141774b7759445652306a42435177496f41674752386d6f54572f715371486f74496543496f4e764d567a323851706a5562320a545332767453764c6a616f77436759494b6f5a497a6a3045417749445277417752414967577a6272626f6c5464325843466254672b44664547365332386e73680a456a476e477741547268497753696f4349417a585558646c74716a2b6343796941466c424b634a556863302b77485674514e7451725073584d5363300a2d2d2d2d2d454e44202d2d2d2d2d0a -2018-01-14 11:47:06.883 UTC [msp/identity] newIdentity -> DEBU 1132 Creating identity instance for ID -----BEGIN CERTIFICATE----- -MIICCTCCAbCgAwIBAgIQCOd7sA4eMnxf3t2JLYQfDDAKBggqhkjOPQQDAjBpMQsw -CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy -YW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w -bGUuY29tMB4XDTE4MDEwMzEzMDk1NloXDTI4MDEwMTEzMDk1NlowVjELMAkGA1UE -BhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz -Y28xGjAYBgNVBAMMEUFkbWluQGV4YW1wbGUuY29tMFkwEwYHKoZIzj0CAQYIKoZI -zj0DAQcDQgAEtHUjvoao2Sp5qLjLBD+XcXfK98zf+VpXf6T5XTpw9D1zTIMrfTAX -yWe3O6wSm+PWlgPqQwzkYek6i08yBM5NBKNNMEswDgYDVR0PAQH/BAQDAgeAMAwG -A1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAgGR8moTW/qSqHotIeCIoNvMVz28QpjUb2 -TS2vtSvLjaowCgYIKoZIzj0EAwIDRwAwRAIgWzbrbolTd2XCFbTg+DfEG6S28nsh -EjGnGwATrhIwSioCIAzXUXdltqj+cCyiAFlBKcJUhc0+wHVtQNtQrPsXMSc0 ------END CERTIFICATE----- -2018-01-14 11:47:06.883 UTC [msp] SatisfiesPrincipal -> DEBU 1133 Checking if identity satisfies MEMBER role for OrdererMSP -2018-01-14 11:47:06.883 UTC [msp] Validate -> DEBU 1134 MSP OrdererMSP validating identity -2018-01-14 11:47:06.883 UTC [cauthdsl] func2 -> DEBU 1135 0xc420150d70 principal matched by identity 0 -2018-01-14 11:47:06.884 UTC [msp/identity] Verify -> DEBU 1136 Verify: digest = 00000000 09 25 19 ac 6f 93 7e a5 2f dc f2 0b 77 59 8e a0 |.%..o.~./...wY..| -00000010 de a2 68 bf a4 24 f1 ad 7c ce 42 5b a1 ae 95 3d |..h..$..|.B[...=| -2018-01-14 11:47:06.884 UTC [msp/identity] Verify -> DEBU 1137 Verify: sig = 00000000 30 44 02 20 53 81 eb bd 1b 37 67 b9 52 e4 1f f7 |0D. S....7g.R...| -00000010 9d 0d 1a 00 5a 43 3a 6e fb 7a 6f 0b 19 b2 37 93 |....ZC:n.zo...7.| -00000020 58 1f ed 3b 02 20 3f 62 3b 26 6a 1e 0f 83 a2 61 |X..;. ?b;&j....a| -00000030 7d 08 af 53 e7 b1 c8 37 65 ef 61 ff e5 fb 06 5f |}..S...7e.a...._| -00000040 5e c1 fc 3b be 72 |^..;.r| -2018-01-14 11:47:06.884 UTC [cauthdsl] func2 -> DEBU 1138 0xc420150d70 principal evaluation succeeds for identity 0 -2018-01-14 11:47:06.884 UTC [cauthdsl] func1 -> DEBU 1139 0xc420150d70 gate 1515930426881595664 evaluation succeeds -2018-01-14 11:47:06.884 UTC [orderer/common/sigfilter] Apply -> DEBU 113a Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420380b80 1 [0xc420150620]}) Readers]} -2018-01-14 11:47:06.885 UTC [orderer/common/deliver] Handle -> DEBU 113b [channel: testchainid] Received seekInfo (0xc420a1dbe0) start: > stop: > -2018-01-14 11:47:06.885 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 113c retrieveBlockByNumber() - blockNum = [1] -2018-01-14 11:47:06.885 UTC [fsblkstorage] newBlockfileStream -> DEBU 113d newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] -2018-01-14 11:47:06.885 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 113e Remaining bytes=[14606], Going to peek [8] bytes -2018-01-14 11:47:06.885 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 113f Returning blockbytes - length=[14604], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} -2018-01-14 11:47:06.886 UTC [orderer/common/deliver] Handle -> DEBU 1140 [channel: testchainid] Delivering block for (0xc420a1dbe0) -2018-01-14 11:47:06.889 UTC [orderer/common/deliver] Handle -> DEBU 1141 [channel: testchainid] Done delivering for (0xc420a1dbe0), waiting for new SeekInfo -2018-01-14 11:47:06.889 UTC [orderer/common/deliver] Handle -> DEBU 1142 Attempting to read seek info message -2018-01-14 11:47:06.896 UTC [orderer/common/deliver] Handle -> WARN 1143 Error reading from stream: rpc error: code = Canceled desc = context canceled -2018-01-14 11:47:06.896 UTC [orderer/main] func1 -> DEBU 1144 Closing Deliver stream +2018-01-18 02:00:30.802 UTC [msp] SatisfiesPrincipal -> DEBU 111e Checking if identity satisfies MEMBER role for OrdererMSP +2018-01-18 02:00:30.802 UTC [msp] Validate -> DEBU 111f MSP OrdererMSP validating identity +2018-01-18 02:00:30.802 UTC [cauthdsl] func2 -> DEBU 1120 0xc420026340 principal matched by identity 0 +2018-01-18 02:00:30.802 UTC [msp/identity] Verify -> DEBU 1121 Verify: digest = 00000000 74 bb 6f 3b c3 97 92 46 f6 e3 45 99 91 d9 7b 65 |t.o;...F..E...{e| +00000010 92 eb 44 ac 4b 16 95 a5 4b 6d 01 77 a0 48 d0 6d |..D.K...Km.w.H.m| +2018-01-18 02:00:30.802 UTC [msp/identity] Verify -> DEBU 1122 Verify: sig = 00000000 30 45 02 21 00 ef 01 b6 bf a9 61 47 ad 89 d0 e9 |0E.!......aG....| +00000010 22 8f b7 44 d5 4f c3 b2 42 e0 d4 83 7c d7 d4 12 |"..D.O..B...|...| +00000020 68 ec 34 db 2f 02 20 31 c0 a5 01 64 a5 b4 e5 50 |h.4./. 1...d...P| +00000030 77 3c be 37 b4 4d 9e 64 5a 59 b4 b6 f0 08 90 d8 |w<.7.M.dZY......| +00000040 36 ad 78 6b ad 1d 44 |6.xk..D| +2018-01-18 02:00:30.802 UTC [cauthdsl] func2 -> DEBU 1123 0xc420026340 principal evaluation succeeds for identity 0 +2018-01-18 02:00:30.803 UTC [cauthdsl] func1 -> DEBU 1124 0xc420026340 gate 1516240830801422801 evaluation succeeds +2018-01-18 02:00:30.803 UTC [orderer/common/sigfilter] Apply -> DEBU 1125 Forwarding validly signed message for policy &{%!s(*common.ImplicitMetaPolicy=&{Readers 0}) %!s(int=1) [%!s(*policies.implicitMetaPolicy=&{0xc420381420 1 [0xc42014a628]}) Readers]} +2018-01-18 02:00:30.803 UTC [orderer/common/deliver] Handle -> DEBU 1126 [channel: testchainid] Received seekInfo (0xc420381780) start: > stop: > +2018-01-18 02:00:30.803 UTC [fsblkstorage] retrieveBlockByNumber -> DEBU 1127 retrieveBlockByNumber() - blockNum = [1] +2018-01-18 02:00:30.803 UTC [fsblkstorage] newBlockfileStream -> DEBU 1128 newBlockfileStream(): filePath=[/var/hyperledger/production/orderer/chains/testchainid/blockfile_000000], startOffset=[9082] +2018-01-18 02:00:30.803 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 1129 Remaining bytes=[14608], Going to peek [8] bytes +2018-01-18 02:00:30.803 UTC [fsblkstorage] nextBlockBytesAndPlacementInfo -> DEBU 112a Returning blockbytes - length=[14606], placementInfo={fileNum=[0], startOffset=[9082], bytesOffset=[9084]} +2018-01-18 02:00:30.803 UTC [orderer/common/deliver] Handle -> DEBU 112b [channel: testchainid] Delivering block for (0xc420381780) +2018-01-18 02:00:30.804 UTC [orderer/common/deliver] Handle -> DEBU 112c [channel: testchainid] Done delivering for (0xc420381780), waiting for new SeekInfo +2018-01-18 02:00:30.804 UTC [orderer/common/deliver] Handle -> DEBU 112d Attempting to read seek info message +2018-01-18 02:00:30.809 UTC [orderer/common/deliver] Handle -> WARN 112e Error reading from stream: rpc error: code = Canceled desc = context canceled +2018-01-18 02:00:30.809 UTC [orderer/main] func1 -> DEBU 112f Closing Deliver stream diff --git a/hyperledger_fabric/v1.0.2/solo/logs/dev_peer0.log b/hyperledger_fabric/v1.0.2/solo/logs/dev_peer0.log index 47c64993..eb72adda 100644 --- a/hyperledger_fabric/v1.0.2/solo/logs/dev_peer0.log +++ b/hyperledger_fabric/v1.0.2/solo/logs/dev_peer0.log @@ -1,4 +1,4 @@ -[001 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: +[001 01-18 01:58:46.62 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer: Version: 1.0.2 Go version: go1.9 OS/Arch: linux/amd64 @@ -8,52 +8,52 @@ Base Docker Label: org.hyperledger.fabric Docker Namespace: hyperledger -[002 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt -[003 01-14 11:45:30.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider -[004 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] -[005 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist -[006 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists -[007 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] -[008 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist -[009 01-14 11:45:30.10 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists -[00a 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider -[00b 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb -[00c 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] -[00d 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist -[00e 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists -[00f 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb -[010 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] -[011 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist -[012 01-14 11:45:30.11 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists -[013 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized -[014 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger -[015 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery -[016 01-14 11:45:30.12 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized -[017 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled -[018 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK -[019 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE -[01a 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION -[01b 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER -[01c 01-14 11:45:30.13 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started -[01d 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s -[01e 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org1.example.com:7052 -[01f 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) -[020 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s -[021 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info -[022 01-14 11:45:30.14 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning -[023 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -[024 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -[025 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered -[026 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered -[027 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered -[028 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer -[029 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP -[02a 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP -[02b 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -[02c 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] -[02d 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -[02e 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -[02f 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +[002 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO Initializing ledger mgmt +[003 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO Initializing ledger provider +[004 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/ledgerProvider/] +[005 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] does not exist +[006 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.openIDStore.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/ledgerProvider/] exists +[007 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/chains/index/] +[008 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/chains/index/] does not exist +[009 01-18 01:58:46.63 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/chains/index/] exists +[00a 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> DEBU Constructing leveldb VersionedDBProvider +[00b 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider -> DEBU constructing VersionedDBProvider dbPath=/var/hyperledger/production/ledgersData/stateLeveldb +[00c 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/stateLeveldb/] +[00d 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] does not exist +[00e 01-18 01:58:46.64 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewVersionedDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/stateLeveldb/] exists +[00f 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider -> DEBU constructing HistoryDBProvider dbPath=/var/hyperledger/production/ledgersData/historyLeveldb +[010 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing -> DEBU CreateDirIfMissing [/var/hyperledger/production/ledgersData/historyLeveldb/] +[011 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU Before creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] does not exist +[012 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/common/ledger/util] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.NewHistoryDBProvider.NewProvider.Open.CreateDirIfMissing.logDirStatus -> DEBU After creating dir - [/var/hyperledger/production/ledgersData/historyLeveldb/] exists +[013 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider -> INFO ledger provider Initialized +[014 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU Recovering under construction ledger +[015 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize.NewProvider.recoverUnderConstructionLedger -> DEBU No under construction ledger found. Quitting recovery +[016 01-18 01:58:46.65 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] main.Execute.ExecuteC.execute.func1.serve.Initialize.Do.func1.initialize -> INFO ledger mgmt initialized +[017 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with TLS enabled +[018 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering BLOCK +[019 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering CHAINCODE +[01a 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REJECTION +[01b 01-18 01:58:46.66 UTC] [github.com/hyperledger/fabric/events/producer] main.Execute.ExecuteC.execute.func1.serve.createEventHubServer.NewEventsServer.initializeEvents.addInternalEventTypes.AddEventType -> DEBU Registering REGISTER +[01c 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/events/producer] -> INFO Event processor started +[01d 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport -> DEBU Chaincode startup timeout value set to 5m0s +[01e 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> INFO Chaincode support using peerAddress: peer0.org1.example.com:7052 +[01f 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Turn off keepalive(value 0) +[020 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport -> DEBU Setting execute timeout value to 30s +[021 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_LEVEL set to level info +[022 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.NewChaincodeSupport.getLogLevelFromViper -> DEBU CORE_CHAINCODE_SHIM set to level warning +[023 01-18 01:58:46.67 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +[024 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +[025 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode escc(github.com/hyperledger/fabric/core/scc/escc) registered +[026 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode vscc(github.com/hyperledger/fabric/core/scc/vscc) registered +[027 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.registerChaincodeSupport.RegisterSysCCs.RegisterSysCC -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/chaincode/qscc) registered +[028 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> DEBU Running peer +[029 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.NewEndorserServer.GetLocalMSP -> DEBU Returning existing local MSP +[02a 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetLocalMSP -> DEBU Returning existing local MSP +[02b 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.GetLocalSigningIdentityOrPanic.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +[02c 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/gossip/service] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1 -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] +[02d 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +[02e 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +[02f 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -67,11 +67,11 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l 05n0MbLw/Ug3egJ3JA== -----END CERTIFICATE----- -[030 01-14 11:45:30.15 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -[031 01-14 11:45:30.16 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -[032 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -[033 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity -[034 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +[030 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +[031 01-18 01:58:46.68 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewIdentityMapper.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +[032 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +[033 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity -> INFO Obtaining identity +[034 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.OrgByPeerIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -85,11 +85,13 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l 05n0MbLw/Ug3egJ3JA== -----END CERTIFICATE----- -[035 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} incTime is 1515930330174727564 -[036 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} -[037 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP -[038 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity -[039 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- +[036 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s +[037 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s +[035 01-18 01:58:46.69 UTC] [github.com/hyperledger/fabric/gossip/discovery] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.NewDiscoveryService -> INFO Started {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} incTime is 1516240726695314194 +[038 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService -> INFO Creating gossip service with self membership of {peer0.org1.example.com:7051 [] [67 57 124 107 226 101 123 170 242 161 114 171 7 37 125 129 66 25 246 152 76 9 231 202 239 174 113 90 43 207 127 228] peer0.org1.example.com:7051} +[039 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalDeserializer.GetLocalMSP -> DEBU Returning existing local MSP +[03a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity -> INFO Obtaining identity +[03b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.DeserializeIdentity.deserializeIdentityInternal.newIdentity -> DEBU Creating identity instance for ID -----BEGIN CERTIFICATE----- MIICGTCCAcCgAwIBAgIRALw0jT/FIanMxPg6w2uUMSowCgYIKoZIzj0EAwIwczEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh @@ -103,1133 +105,1131 @@ ftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0cAMEQCIALSJqGc vdZHCJ0RecVQ2Rdtkdnok57p68XFlRBy2l4xAiAJS6Z2yxyElBubPI0MBn//Xs9l 05n0MbLw/Ug3egJ3JA== -----END CERTIFICATE----- -[03a 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP -[03b 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity -[03c 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -[03d 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -[03e 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2043397C6BE2657BAA...0A2D2D2D2D2D454E44202D2D2D2D2D0A -[03f 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 69B0B99854ABC12C15CEC60EABCF9E5C3A71C9284F1136F83AF170B4B7A7CAB3 -[040 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=e97372cd-4ec9-4566-8d5e-52b2afc14c5f,syscc=true,proposal=0x0,canname=cscc:1.0.2 -[041 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched -[042 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[043 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[044 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -[045 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[046 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[03c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.GetLocalMSPIdentifier.GetLocalMSP -> DEBU Returning existing local MSP +[03d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.Put.ValidateIdentity.getValidatedIdentity.Validate.Validate -> DEBU MSP Org1MSP validating identity +[03e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +[03f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +[040 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: plaintext: 1801AA01B1060A2043397C6BE2657BAA...0A2D2D2D2D2D454E44202D2D2D2D2D0A +[041 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] main.Execute.ExecuteC.execute.func1.serve.InitGossipService.InitGossipServiceCustomDeliveryFactory.Do.func1.NewGossipComponent.NewGossipService.newCertStore.createIdentityMessage.Sign.func1.Sign.Sign.Sign.Sign -> DEBU Sign: digest: 69B0B99854ABC12C15CEC60EABCF9E5C3A71C9284F1136F83AF170B4B7A7CAB3 +[042 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org1.example.com:7051 started +[043 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s +[044 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +[045 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +[046 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A +[047 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: FB2CA073A64C76E9CFBD656CB37101A33E3B5CDAB5C2E9D150311399C4C33E85 +[048 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP +[049 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity +[04a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267312E6578616D706C652E636F6D3A37303531 +[04b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: A785FC0B61B5045A71C0FA6B50D12EB1E6F0CDB152C6F79E6575060F54022160 +[04c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself +[04d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=4e6ad60f-209e-4371-925b-e297e6246b42,syscc=true,proposal=0x0,canname=cscc:1.0.2 +[04e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode cscc:1.0.2 is being launched +[04f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[050 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[051 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: cscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +[052 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[053 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=cscc:1.0.2 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[047 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock -[048 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock -[049 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 -[04a 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) -[04b 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 5s -[04c 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> INFO Gossip instance peer0.org1.example.com:7051 started -[04d 01-14 11:45:30.17 UTC] [github.com/hyperledger/fabric/gossip/gossip] -> DEBU Entering discovery sync with interval 4s -[04e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -[04f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -[050 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 18012ADE060A3F0A1B70656572302E6F...0A2D2D2D2D2D454E44202D2D2D2D2D0A -[051 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.Sign.func1.Sign.Sign.Sign -> DEBU Sign: digest: E0B2CB369971E5FB676BC3CE19ED8E0121611AE9BB191DA46EDC41FB16A5F1F9 -[052 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetLocalMSP -> DEBU Returning existing local MSP -[053 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.GetDefaultSigningIdentity -> DEBU Obtaining default signing identity -[054 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: plaintext: 0A1B70656572302E6F7267312E6578616D706C652E636F6D3A37303531 -[055 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp] InitiateSync.createMembershipRequest.createAliveMessage.SignMessage.SignSecret.func1.Sign.Sign.Sign -> DEBU Sign: digest: A785FC0B61B5045A71C0FA6B50D12EB1E6F0CDB152C6F79E6575060F54022160 -[056 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/gossip/discovery] -> DEBU Sleeping 25s -[057 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/gossip/discovery] Connect -> DEBU Skipping connecting to myself -[058 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 -[059 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[05a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -[05b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 -[05c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -[05d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 -[05e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -[05f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[060 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[061 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[062 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 -[063 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED -[064 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[065 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -[066 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -[067 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -[068 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed -[069 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -[06a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[06b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Move state message READY -[06c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: READY in state established -[06d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [e97372cd]Entered state ready -[06e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:e97372cd-4ec9-4566-8d5e-52b2afc14c5f -[06f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]sending state message READY -[070 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -[071 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -[073 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[072 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Received message READY from shim -[075 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: READY(state:established) -[074 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -[076 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e97372cd]Inside sendExecuteMessage. Message INIT -[077 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[078 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e97372cd]sendExecuteMsg trigger event INIT -[079 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Move state message INIT -[07a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[07b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[07c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]sending state message INIT -[07d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Received message INIT from shim -[07e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: INIT(state:ready) -[07f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[080 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e97372cd]Received INIT, initializing chaincode -[081 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -[082 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -[083 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Init get response status: 200 -[084 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Init succeeded. Sending COMPLETED -[085 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]Move state message COMPLETED -[086 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e97372cd]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[087 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e97372cd]send state message COMPLETED -[088 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e97372cd]Received message COMPLETED from shim -[089 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[08a 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e97372cd-4ec9-4566-8d5e-52b2afc14c5f]HandleMessage- COMPLETED. Notify -[08b 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e97372cd-4ec9-4566-8d5e-52b2afc14c5f -[08c 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[08d 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -[08e 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=4c4d1096-e875-4d04-938b-93edf478417b,syscc=true,proposal=0x0,canname=lscc:1.0.2 -[08f 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched -[090 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[091 01-14 11:45:30.18 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[092 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -[093 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[094 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[054 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(cscc-1.0.2) lock +[055 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (cscc-1.0.2) lock +[056 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for cscc-1.0.2 +[057 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(cscc-1.0.2) +[058 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for cscc-1.0.2 +[059 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[05a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +[05b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for cscc-1.0.2 +[05c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +[05d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=cscc:1.0.2 +[05e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +[05f 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[060 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[061 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[062 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode cscc:1.0.2 +[063 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"cscc:1.0.2" , sending back REGISTERED +[064 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[065 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +[066 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +[067 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +[068 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode cscc:1.0.2 launch seq completed +[069 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +[06a 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[06b 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Move state message READY +[06c 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: READY in state established +[06d 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [4e6ad60f]Entered state ready +[06e 01-18 01:58:46.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:4e6ad60f-209e-4371-925b-e297e6246b42 +[06f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]sending state message READY +[070 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Received message READY from shim +[072 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +[073 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +[074 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[075 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +[076 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4e6ad60f]Inside sendExecuteMessage. Message INIT +[077 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[078 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4e6ad60f]sendExecuteMsg trigger event INIT +[079 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Move state message INIT +[07a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[07b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[07c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]sending state message INIT +[071 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: READY(state:established) +[07d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Received message INIT from shim +[07e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: INIT(state:ready) +[07f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[080 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [4e6ad60f]Received INIT, initializing chaincode +[081 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +[082 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +[083 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Init get response status: 200 +[084 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Init succeeded. Sending COMPLETED +[085 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]Move state message COMPLETED +[086 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e6ad60f]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[087 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e6ad60f]send state message COMPLETED +[088 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e6ad60f]Received message COMPLETED from shim +[089 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[08a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e6ad60f-209e-4371-925b-e297e6246b42]HandleMessage- COMPLETED. Notify +[08b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4e6ad60f-209e-4371-925b-e297e6246b42 +[08c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[08d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +[08e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=76bd883f-10b8-454f-9ce2-12866c5ddc22,syscc=true,proposal=0x0,canname=lscc:1.0.2 +[08f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode lscc:1.0.2 is being launched +[090 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[091 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[092 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: lscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +[093 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[094 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=lscc:1.0.2 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[095 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock -[096 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock -[097 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 -[098 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) -[099 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 -[09a 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[09c 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -[09b 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 -[09d 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -[09e 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 -[09f 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -[0a0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[0a1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[0a2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[0a3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 -[0a4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED -[0a5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[0a6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -[0a8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -[0a9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -[0a7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed -[0aa 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -[0ab 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[0ac 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Move state message READY -[0ad 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: READY in state established -[0ae 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [4c4d1096]Entered state ready -[0af 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:4c4d1096-e875-4d04-938b-93edf478417b -[0b1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -[0b2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -[0b3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[0b4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[0b5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4c4d1096]Inside sendExecuteMessage. Message INIT -[0b6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[0b7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [4c4d1096]sendExecuteMsg trigger event INIT -[0b0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]sending state message READY -[0b8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Move state message INIT -[0ba 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[0b9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Received message READY from shim -[0bc 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: READY(state:established) -[0bb 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[0bd 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]sending state message INIT -[0be 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Received message INIT from shim -[0bf 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: INIT(state:ready) -[0c0 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[0c1 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [4c4d1096]Received INIT, initializing chaincode -[0c2 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP -[0c3 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Init get response status: 200 -[0c4 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Init succeeded. Sending COMPLETED -[0c5 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]Move state message COMPLETED -[0c6 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4c4d1096]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[0c7 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4c4d1096]send state message COMPLETED -[0c8 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4c4d1096]Received message COMPLETED from shim -[0c9 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[0ca 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4c4d1096-e875-4d04-938b-93edf478417b]HandleMessage- COMPLETED. Notify -[0cb 01-14 11:45:30.19 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4c4d1096-e875-4d04-938b-93edf478417b -[0cc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[0cd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -[0ce 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=13c86352-2bad-44f6-8edd-2fdb7eb8b658,syscc=true,proposal=0x0,canname=escc:1.0.2 -[0cf 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched -[0d0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[0d1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[0d2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -[0d3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[0d4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[095 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(lscc-1.0.2) lock +[096 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (lscc-1.0.2) lock +[097 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for lscc-1.0.2 +[098 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(lscc-1.0.2) +[099 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for lscc-1.0.2 +[09a 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[09b 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +[09c 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for lscc-1.0.2 +[09d 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +[09e 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=lscc:1.0.2 +[09f 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +[0a0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[0a1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[0a2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[0a3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode lscc:1.0.2 +[0a4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"lscc:1.0.2" , sending back REGISTERED +[0a5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[0a6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +[0a7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +[0a8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +[0a9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode lscc:1.0.2 launch seq completed +[0aa 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +[0ab 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[0ac 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Move state message READY +[0ad 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: READY in state established +[0ae 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [76bd883f]Entered state ready +[0af 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:76bd883f-10b8-454f-9ce2-12866c5ddc22 +[0b0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]sending state message READY +[0b1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Received message READY from shim +[0b2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: READY(state:established) +[0b3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +[0b4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +[0b5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[0b6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[0b7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [76bd883f]Inside sendExecuteMessage. Message INIT +[0b8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[0b9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [76bd883f]sendExecuteMsg trigger event INIT +[0ba 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Move state message INIT +[0bb 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[0bc 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[0bd 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]sending state message INIT +[0be 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Received message INIT from shim +[0bf 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: INIT(state:ready) +[0c0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[0c1 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [76bd883f]Received INIT, initializing chaincode +[0c2 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetPolicyChecker.GetPolicyChecker.NewPolicyChecker.GetLocalMSP -> DEBU Returning existing local MSP +[0c3 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Init get response status: 200 +[0c4 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Init succeeded. Sending COMPLETED +[0c5 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]Move state message COMPLETED +[0c6 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [76bd883f]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[0c7 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [76bd883f]send state message COMPLETED +[0c8 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [76bd883f]Received message COMPLETED from shim +[0c9 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[0ca 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [76bd883f-10b8-454f-9ce2-12866c5ddc22]HandleMessage- COMPLETED. Notify +[0cb 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:76bd883f-10b8-454f-9ce2-12866c5ddc22 +[0cc 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[0cd 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +[0ce 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=escc,version=1.0.2,txid=ddc87722-6b8f-4ebf-9693-099a66d5e6b6,syscc=true,proposal=0x0,canname=escc:1.0.2 +[0cf 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode escc:1.0.2 is being launched +[0d0 01-18 01:58:46.71 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[0d1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[0d2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: escc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +[0d3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[0d4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=escc:1.0.2 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[0d5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock -[0d6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock -[0d7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 -[0d8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) -[0d9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 -[0da 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -[0db 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 -[0dc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -[0dd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 -[0de 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[0df 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -[0e0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[0e1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[0e2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[0e3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 -[0e4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED -[0e6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -[0e7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -[0e8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -[0e5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[0e9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed -[0ea 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -[0eb 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[0ec 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Move state message READY -[0ed 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: READY in state established -[0ee 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [13c86352]Entered state ready -[0ef 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:13c86352-2bad-44f6-8edd-2fdb7eb8b658 -[0f0 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]sending state message READY -[0f2 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Received message READY from shim -[0f3 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: READY(state:established) -[0f1 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -[0f4 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -[0f5 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[0f6 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[0f7 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [13c86352]Inside sendExecuteMessage. Message INIT -[0f8 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[0f9 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [13c86352]sendExecuteMsg trigger event INIT -[0fa 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Move state message INIT -[0fb 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[0fc 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[0fd 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]sending state message INIT -[0fe 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Received message INIT from shim -[0ff 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: INIT(state:ready) -[100 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[101 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [13c86352]Received INIT, initializing chaincode -[102 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -[103 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Init get response status: 200 -[104 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Init succeeded. Sending COMPLETED -[105 01-14 11:45:30.20 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]Move state message COMPLETED -[106 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [13c86352]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[107 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [13c86352]send state message COMPLETED -[108 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [13c86352]Received message COMPLETED from shim -[109 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[10a 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [13c86352-2bad-44f6-8edd-2fdb7eb8b658]HandleMessage- COMPLETED. Notify -[10b 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:13c86352-2bad-44f6-8edd-2fdb7eb8b658 -[10c 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[10d 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed -[10e 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=818854db-b07a-47b8-a9d4-f4729c5718de,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[10f 01-14 11:45:30.21 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched -[110 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[111 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[112 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -[113 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[114 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[0d5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(escc-1.0.2) lock +[0d6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (escc-1.0.2) lock +[0d7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for escc-1.0.2 +[0d8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(escc-1.0.2) +[0d9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for escc-1.0.2 +[0da 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[0dc 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for escc-1.0.2 +[0db 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +[0dd 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +[0de 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=escc:1.0.2 +[0df 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +[0e0 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[0e1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[0e2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[0e3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode escc:1.0.2 +[0e4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"escc:1.0.2" , sending back REGISTERED +[0e5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +[0e7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +[0e8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +[0e6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[0e9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode escc:1.0.2 launch seq completed +[0ea 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +[0eb 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[0ec 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Move state message READY +[0ed 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: READY in state established +[0ee 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [ddc87722]Entered state ready +[0ef 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:ddc87722-6b8f-4ebf-9693-099a66d5e6b6 +[0f0 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]sending state message READY +[0f1 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Received message READY from shim +[0f2 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: READY(state:established) +[0f3 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +[0f4 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +[0f5 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[0f6 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[0f7 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [ddc87722]Inside sendExecuteMessage. Message INIT +[0f8 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[0f9 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [ddc87722]sendExecuteMsg trigger event INIT +[0fa 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Move state message INIT +[0fb 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[0fc 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[0fd 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]sending state message INIT +[0fe 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Received message INIT from shim +[0ff 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: INIT(state:ready) +[100 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[101 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [ddc87722]Received INIT, initializing chaincode +[102 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +[103 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Init get response status: 200 +[104 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Init succeeded. Sending COMPLETED +[105 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]Move state message COMPLETED +[106 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ddc87722]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[107 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ddc87722]send state message COMPLETED +[108 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ddc87722]Received message COMPLETED from shim +[109 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[10a 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ddc87722-6b8f-4ebf-9693-099a66d5e6b6]HandleMessage- COMPLETED. Notify +[10b 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ddc87722-6b8f-4ebf-9693-099a66d5e6b6 +[10c 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[10d 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode escc/(github.com/hyperledger/fabric/core/scc/escc) deployed +[10e 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=vscc,version=1.0.2,txid=b779b768-0068-4aca-8f72-c87db67d87f3,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[10f 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode vscc:1.0.2 is being launched +[110 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[111 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[112 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: vscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +[113 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[114 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=vscc:1.0.2 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[115 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock -[116 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock -[117 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 -[118 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) -[119 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 -[11b 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[11c 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -[11a 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 -[11d 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -[11e 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 -[11f 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -[120 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[121 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[122 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[123 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 -[124 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED -[125 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[126 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -[128 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -[129 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -[127 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed -[12a 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -[12b 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[12c 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Move state message READY -[12d 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: READY in state established -[12e 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [818854db]Entered state ready -[12f 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:818854db-b07a-47b8-a9d4-f4729c5718de -[130 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]sending state message READY -[131 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Received message READY from shim -[133 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: READY(state:established) -[132 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -[134 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -[135 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[136 01-14 11:45:30.22 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[137 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [818854db]Inside sendExecuteMessage. Message INIT -[138 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[139 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [818854db]sendExecuteMsg trigger event INIT -[13a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Move state message INIT -[13b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[13c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[13d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]sending state message INIT -[13e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Received message INIT from shim -[13f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: INIT(state:ready) -[140 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[141 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [818854db]Received INIT, initializing chaincode -[142 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Init get response status: 200 -[143 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Init succeeded. Sending COMPLETED -[144 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]Move state message COMPLETED -[145 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [818854db]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[146 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [818854db]send state message COMPLETED -[147 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [818854db]Received message COMPLETED from shim -[148 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[149 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [818854db-b07a-47b8-a9d4-f4729c5718de]HandleMessage- COMPLETED. Notify -[14a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:818854db-b07a-47b8-a9d4-f4729c5718de -[14b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[14c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed -[14d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=9902c4b9-dc72-4da4-8e81-e5e1991dcdca,syscc=true,proposal=0x0,canname=qscc:1.0.2 -[14e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched -[14f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[150 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[151 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) -[152 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[153 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[115 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(vscc-1.0.2) lock +[116 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (vscc-1.0.2) lock +[117 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for vscc-1.0.2 +[119 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for vscc-1.0.2 +[11a 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[11b 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +[11c 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for vscc-1.0.2 +[11d 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +[11e 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=vscc:1.0.2 +[11f 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +[120 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[121 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[122 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[123 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode vscc:1.0.2 +[124 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"vscc:1.0.2" , sending back REGISTERED +[125 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[126 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +[127 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +[128 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +[118 01-18 01:58:46.72 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(vscc-1.0.2) +[129 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode vscc:1.0.2 launch seq completed +[12a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +[12b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[12c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Move state message READY +[12d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: READY in state established +[12e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [b779b768]Entered state ready +[12f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:b779b768-0068-4aca-8f72-c87db67d87f3 +[131 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +[132 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +[133 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[134 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[135 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b779b768]Inside sendExecuteMessage. Message INIT +[136 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[137 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b779b768]sendExecuteMsg trigger event INIT +[130 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]sending state message READY +[138 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Received message READY from shim +[139 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: READY(state:established) +[13a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Move state message INIT +[13b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[13c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[13d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]sending state message INIT +[13e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Received message INIT from shim +[13f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: INIT(state:ready) +[140 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[141 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b779b768]Received INIT, initializing chaincode +[142 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Init get response status: 200 +[143 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Init succeeded. Sending COMPLETED +[144 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]Move state message COMPLETED +[145 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b779b768]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[146 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b779b768]send state message COMPLETED +[147 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b779b768]Received message COMPLETED from shim +[148 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[149 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b779b768-0068-4aca-8f72-c87db67d87f3]HandleMessage- COMPLETED. Notify +[14a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b779b768-0068-4aca-8f72-c87db67d87f3 +[14b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[14c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/(github.com/hyperledger/fabric/core/scc/vscc) deployed +[14d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=,chaincode=qscc,version=1.0.2,txid=95b30129-1f02-4a31-b36e-3adf2dc2b571,syscc=true,proposal=0x0,canname=qscc:1.0.2 +[14e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode qscc:1.0.2 is being launched +[14f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[150 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[151 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container: qscc:1.0.2(networkid:dev,peerid:peer0.org1.example.com) +[152 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[153 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=qscc:1.0.2 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[154 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock -[155 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock -[156 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 -[157 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) -[158 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 -[15a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[159 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 -[15b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] -[15c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 -[15d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP -[15e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER -[15f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[160 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[161 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[162 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 -[163 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED -[164 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[165 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim -[166 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) -[167 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations -[168 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed -[169 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY -[16a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[16b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Move state message READY -[16c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: READY in state established -[16d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [9902c4b9]Entered state ready -[16e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:9902c4b9-dc72-4da4-8e81-e5e1991dcdca -[16f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]sending state message READY -[170 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Received message READY from shim -[171 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: READY(state:established) -[172 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed -[173 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete -[174 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[175 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -[176 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9902c4b9]Inside sendExecuteMessage. Message INIT -[177 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[178 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [9902c4b9]sendExecuteMsg trigger event INIT -[179 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Move state message INIT -[17a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[17b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[17c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]sending state message INIT -[17d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Received message INIT from shim -[17e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: INIT(state:ready) -[17f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[180 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [9902c4b9]Received INIT, initializing chaincode -[181 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -[182 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP -[183 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Init get response status: 200 -[184 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Init succeeded. Sending COMPLETED -[185 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]Move state message COMPLETED -[186 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9902c4b9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[187 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9902c4b9]send state message COMPLETED -[188 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9902c4b9]Received message COMPLETED from shim -[189 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[18a 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9902c4b9-dc72-4da4-8e81-e5e1991dcdca]HandleMessage- COMPLETED. Notify -[18b 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9902c4b9-dc72-4da4-8e81-e5e1991dcdca -[18c 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[18d 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -[18e 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess -[18f 01-14 11:45:30.23 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -[190 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -[191 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' -[192 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' -[193 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' -[194 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' -[195 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' -[196 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' -[197 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' -[198 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' -[199 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' -[19a 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' -[19b 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' -[19c 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' -[19d 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' -[19e 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' -[19f 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' -[1a0 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' -[1a1 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' -[1a2 01-14 11:45:30.24 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' -[1a3 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[1a4 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4216c4300 -[1a5 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -[1a6 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[1a7 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[1a8 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[1a9 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[1aa 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421617ae0, header 0xc4216c4390 -[1ab 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" -[1ac 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 -[1ad 01-14 11:45:33.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 channel id: -[1ae 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 channel id: version: 1.0.2 -[1af 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2,syscc=true,proposal=0xc421617ae0,canname=cscc:1.0.2 -[1b0 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -[1b1 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[1b2 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -[1b3 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [1973ce8a]Inside sendExecuteMessage. Message TRANSACTION -[1b4 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[1b5 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[1b6 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [1973ce8a]sendExecuteMsg trigger event TRANSACTION -[1b7 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]Move state message TRANSACTION -[1b8 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[1b9 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[1ba 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]sending state message TRANSACTION -[1bb 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Received message TRANSACTION from shim -[1bc 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1973ce8a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[1bd 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [1973ce8a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[1be 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain -[1bf 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block -[1c0 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel -[1c1 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] -[1c2 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] -[1c3 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] -[1c4 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] -[1c5 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] -[1c6 01-14 11:45:33.11 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] -[1c7 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[1c8 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421595440), Data:(*common.BlockData)(0xc421702880), Metadata:(*common.BlockMetadata)(0xc4217028c0)}, doMVCCValidation=true -[1c9 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[1ca 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] -[1cb 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0x8f, 0xc4, 0xf6, 0xef, 0x6e, 0xea, 0xc7, 0xd1, 0xa2, 0x1, 0xa, 0x48, 0x37, 0x3d, 0xf9, 0x14, 0x71, 0x13, 0xd2, 0x9, 0x4f, 0x96, 0x3b, 0x2c, 0xc3, 0xaf, 0xef, 0x96, 0xc4, 0x7b, 0xba, 0x6d} txOffsets= -txId= locPointer=offset=38, bytesLength=11890 +[154 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(qscc-1.0.2) lock +[155 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (qscc-1.0.2) lock +[156 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] do.do.Start.getInstance -> DEBU chaincode instance created for qscc-1.0.2 +[157 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(qscc-1.0.2) +[159 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode started for qscc-1.0.2 +[15a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU in proc [chaincode -peer.address=peer0.org1.example.com:7052] +[15b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc -> DEBU starting chat with peer using name=qscc:1.0.2 +[15c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] StartInProc.chatWithPeer -> DEBU Registering.. sending REGISTER +[158 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/container/inproccontroller] -> DEBU chaincode-support started for qscc-1.0.2 +[15d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[15e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] HandleChaincodeStream.HandleChaincodeStream.newChaincodeSupportHandler.GetLocalMSP -> DEBU Returning existing local MSP +[15f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[160 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[161 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[162 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode qscc:1.0.2 +[163 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"qscc:1.0.2" , sending back REGISTERED +[165 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU []Received message REGISTERED from shim +[166 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU []Handling ChaincodeMessage of type: REGISTERED(state:created) +[167 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func1.beforeRegistered -> DEBU Received REGISTERED, ready for invocations +[164 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[168 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode qscc:1.0.2 launch seq completed +[169 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready -> DEBU sending READY +[16a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[16b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Move state message READY +[16c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: READY in state established +[16d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [95b30129]Entered state ready +[16e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:95b30129-1f02-4a31-b36e-3adf2dc2b571 +[16f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]sending state message READY +[170 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Received message READY from shim +[172 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU sending init completed +[173 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU LaunchChaincode complete +[174 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[175 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +[176 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95b30129]Inside sendExecuteMessage. Message INIT +[177 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[178 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [95b30129]sendExecuteMsg trigger event INIT +[179 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Move state message INIT +[17a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[17b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[17c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]sending state message INIT +[171 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: READY(state:established) +[17d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Received message INIT from shim +[17e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: INIT(state:ready) +[17f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[180 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [95b30129]Received INIT, initializing chaincode +[181 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +[182 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/msp/mgmt] Init.GetLocalMSP -> DEBU Returning existing local MSP +[183 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Init get response status: 200 +[184 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Init succeeded. Sending COMPLETED +[185 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]Move state message COMPLETED +[186 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [95b30129]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[187 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [95b30129]send state message COMPLETED +[188 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [95b30129]Received message COMPLETED from shim +[189 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[18a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [95b30129-1f02-4a31-b36e-3adf2dc2b571]HandleMessage- COMPLETED. Notify +[18b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:95b30129-1f02-4a31-b36e-3adf2dc2b571 +[18c 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/chaincode] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[18d 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/core/scc] main.Execute.ExecuteC.execute.func1.serve.initSysCCs.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +[18e 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve.initSysCCs -> INFO Deployed system chaincodess +[18f 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +[190 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/peer/node] main.Execute.ExecuteC.execute.func1.serve -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +[191 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp/identity' logger enabled for log level 'WARNING' +[192 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'msp' logger enabled for log level 'WARNING' +[193 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'configvalues/msp' logger enabled for log level 'WARNING' +[194 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/election' logger enabled for log level 'WARNING' +[195 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/mcs' logger enabled for log level 'WARNING' +[196 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'peer/gossip/sa' logger enabled for log level 'WARNING' +[197 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/state' logger enabled for log level 'WARNING' +[198 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/service' logger enabled for log level 'WARNING' +[199 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/discovery' logger enabled for log level 'WARNING' +[19a 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/gossip' logger enabled for log level 'WARNING' +[19b 01-18 01:58:46.73 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/pull' logger enabled for log level 'WARNING' +[19c 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'gossip/comm' logger enabled for log level 'WARNING' +[19d 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger' logger enabled for log level 'INFO' +[19e 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'kvledger.util' logger enabled for log level 'INFO' +[19f 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'ledgermgmt' logger enabled for log level 'INFO' +[1a0 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'cauthdsl' logger enabled for log level 'WARNING' +[1a1 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'policies' logger enabled for log level 'WARNING' +[1a2 01-18 01:58:46.74 UTC] [github.com/hyperledger/fabric/common/flogging] main.Execute.ExecuteC.execute.func1.serve.SetLogLevelFromViper.SetModuleLevel.setModuleLevel -> DEBU Module 'grpc' logger enabled for log level 'ERROR' +[1a3 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[1a4 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421739770 +[1a5 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +[1a6 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[1a7 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[1a8 01-18 01:58:52.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[1a9 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[1aa 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421741040, header 0xc421739800 +[1ab 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"cscc" +[1ac 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 +[1ad 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 channel id: +[1ae 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 channel id: version: 1.0.2 +[1af 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=cscc,version=1.0.2,txid=9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824,syscc=true,proposal=0xc421741040,canname=cscc:1.0.2 +[1b0 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +[1b1 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[1b2 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +[1b3 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9a812e3c]Inside sendExecuteMessage. Message TRANSACTION +[1b4 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[1b5 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[1b6 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9a812e3c]sendExecuteMsg trigger event TRANSACTION +[1b7 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]Move state message TRANSACTION +[1b8 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[1b9 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[1ba 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]sending state message TRANSACTION +[1bb 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Received message TRANSACTION from shim +[1bc 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9a812e3c]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[1bd 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9a812e3c]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[1be 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Invoke -> DEBU Invoke function: JoinChain +[1bf 01-18 01:58:52.57 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Creating ledger [businesschannel] with genesis block +[1c0 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr -> DEBU newBlockfileMgr() initializing file-based block storage for ledger: businesschannel +[1c1 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU Starting checkpoint=latestFileChunkSuffixNum=[0], latestFileChunksize=[0], isChainEmpty=[true], lastBlockNumber=[0] +[1c2 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncCPInfoFromFS -> DEBU status of file [/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000]: exists=[false], size=[0] +[1c3 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.newBlockIndex -> DEBU newBlockIndex() - indexItems:[[BlockHash BlockNum TxID BlockNumTranNum BlockTxID TxValidationCode]] +[1c4 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.newBlockStream.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[0] +[1c5 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo.nextBlockBytesAndPlacementInfo -> DEBU Finished reading file number [0] +[1c6 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.openInternal.OpenBlockStore.newFsBlockStore.newBlockfileMgr.syncIndex.nextBlockBytesAndPlacementInfo -> DEBU blockbytes [0] read from file [0] +[1c7 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[1c8 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42171cd40), Data:(*common.BlockData)(0xc4217b4580), Metadata:(*common.BlockMetadata)(0xc4217b45c0)}, doMVCCValidation=true +[1c9 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[1ca 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [0] Transaction index [0] because, the transaction type is [CONFIG] +[1cb 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=0, blockHash=[]byte{0xe1, 0x44, 0x7d, 0x23, 0xdf, 0xa2, 0x20, 0x82, 0xd4, 0xe4, 0x74, 0x4d, 0x77, 0xfd, 0x41, 0x93, 0xb7, 0xdb, 0xc6, 0xb0, 0x34, 0x30, 0xc2, 0xa7, 0xc6, 0x50, 0xfb, 0x2b, 0x1c, 0x26, 0xcf, 0x43} txOffsets= +txId= locPointer=offset=38, bytesLength=11891 ] -[1cc 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx ID: [] to index -[1cd 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11890] for tx number:[0] ID: [] to blockNumTranNum index -[1ce 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11934], isChainEmpty=[false], lastBlockNumber=[0] -[1cf 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) -[1d0 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database -[1d1 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[1d2 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database -[1d3 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions -[1d4 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -[1d5 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] -[1d6 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block -[1d7 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -[1d8 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -[1d9 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -[1da 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -[1db 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -[1dc 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[1dd 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -[1de 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -[1df 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -[1e0 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -[1e1 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -[1e2 01-14 11:45:33.12 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -[1e3 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -[1e4 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -[1e5 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -[1e6 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -[1e7 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -[1e8 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -[1e9 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -[1ea 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -[1eb 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[1ec 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -[1ed 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -[1ee 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -[1ef 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -[1f0 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -[1f1 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -[1f2 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -[1f3 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -[1f4 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -[1f5 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -[1f6 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -[1f7 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -[1f8 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -[1f9 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -[1fa 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -[1fb 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -[1fc 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -[1fd 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -[1fe 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -[1ff 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -[200 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel -[201 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -[202 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -[203 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -[204 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -[205 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -[206 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -[207 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[208 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[209 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[20a 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[20b 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[20c 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[20d 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[20e 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[20f 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[210 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[211 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[212 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[213 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -[214 01-14 11:45:33.13 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -[215 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -[216 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -[217 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -[218 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -[219 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[21a 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[21b 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are -[21c 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -[21d 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -[21e 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -[21f 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -[220 01-14 11:45:33.14 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -[221 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -[222 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -[223 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -[224 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -[225 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel -[226 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain -[227 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[228 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [09c3921f-7278-4f34-bcb5-eb6d8b90cb8e] -[229 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=18560eed-ed27-4836-8a71-1c257edeb8cf,syscc=true,proposal=0x0,canname=cscc:1.0.2 -[22a 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 -[22b 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[22c 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 -[22d 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [18560eed]Inside sendExecuteMessage. Message INIT -[22e 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[22f 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [18560eed]sendExecuteMsg trigger event INIT -[230 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]Move state message INIT -[231 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[232 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[233 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]sending state message INIT -[234 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Received message INIT from shim -[235 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18560eed]Handling ChaincodeMessage of type: INIT(state:ready) -[236 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[237 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [18560eed]Received INIT, initializing chaincode -[238 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC -[239 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Init get response status: 200 -[23a 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Init succeeded. Sending COMPLETED -[23b 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]Move state message COMPLETED -[23c 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [18560eed]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[23d 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [18560eed]send state message COMPLETED -[23e 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [18560eed]Received message COMPLETED from shim -[23f 01-14 11:45:33.15 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[240 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [18560eed-ed27-4836-8a71-1c257edeb8cf]HandleMessage- COMPLETED. Notify -[241 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:18560eed-ed27-4836-8a71-1c257edeb8cf -[242 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[243 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -[244 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [09c3921f-7278-4f34-bcb5-eb6d8b90cb8e] -[245 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[246 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b99f7c75-a36e-4ac1-ae2f-bed62c3f2bf0] -[247 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=e46d4d8d-609b-4c06-a3cf-5054c8cda936,syscc=true,proposal=0x0,canname=lscc:1.0.2 -[248 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[249 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[24a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[24b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e46d4d8d]Inside sendExecuteMessage. Message INIT -[24c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[24d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [e46d4d8d]sendExecuteMsg trigger event INIT -[24e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]Move state message INIT -[24f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[250 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[251 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]sending state message INIT -[252 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Received message INIT from shim -[253 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e46d4d8d]Handling ChaincodeMessage of type: INIT(state:ready) -[254 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[255 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [e46d4d8d]Received INIT, initializing chaincode -[256 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Init get response status: 200 -[257 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Init succeeded. Sending COMPLETED -[258 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]Move state message COMPLETED -[259 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [e46d4d8d]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[25a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [e46d4d8d]send state message COMPLETED -[25b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [e46d4d8d]Received message COMPLETED from shim -[25c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[25d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [e46d4d8d-609b-4c06-a3cf-5054c8cda936]HandleMessage- COMPLETED. Notify -[25e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:e46d4d8d-609b-4c06-a3cf-5054c8cda936 -[25f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[260 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -[261 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [b99f7c75-a36e-4ac1-ae2f-bed62c3f2bf0] -[262 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[263 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [9af62c01-714a-4a7d-b862-6861262b0a29] -[264 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=b0b2862d-2e0a-44cb-a9f3-4285aeef8061,syscc=true,proposal=0x0,canname=escc:1.0.2 -[265 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[266 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[267 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[268 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b0b2862d]Inside sendExecuteMessage. Message INIT -[269 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[26a 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [b0b2862d]sendExecuteMsg trigger event INIT -[26b 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]Move state message INIT -[26c 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[26d 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[26e 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]sending state message INIT -[26f 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Received message INIT from shim -[270 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b0b2862d]Handling ChaincodeMessage of type: INIT(state:ready) -[271 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[272 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [b0b2862d]Received INIT, initializing chaincode -[273 01-14 11:45:33.16 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC -[274 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Init get response status: 200 -[275 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Init succeeded. Sending COMPLETED -[276 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]Move state message COMPLETED -[277 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [b0b2862d]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[278 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [b0b2862d]send state message COMPLETED -[279 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [b0b2862d]Received message COMPLETED from shim -[27a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[27b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [b0b2862d-2e0a-44cb-a9f3-4285aeef8061]HandleMessage- COMPLETED. Notify -[27c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:b0b2862d-2e0a-44cb-a9f3-4285aeef8061 -[27d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[27e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed -[27f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [9af62c01-714a-4a7d-b862-6861262b0a29] -[280 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[281 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [e1853bb4-6a7a-4287-bbec-89c604c23806] -[282 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=5f902ab2-bd41-43ef-99a6-70fef791cea8,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[283 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -[284 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[285 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[286 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5f902ab2]Inside sendExecuteMessage. Message INIT -[287 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[288 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [5f902ab2]sendExecuteMsg trigger event INIT -[289 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]Move state message INIT -[28a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[28b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[28c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]sending state message INIT -[28d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Received message INIT from shim -[28e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f902ab2]Handling ChaincodeMessage of type: INIT(state:ready) -[28f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[290 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [5f902ab2]Received INIT, initializing chaincode -[291 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Init get response status: 200 -[292 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Init succeeded. Sending COMPLETED -[293 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]Move state message COMPLETED -[294 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [5f902ab2]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[295 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [5f902ab2]send state message COMPLETED -[296 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [5f902ab2]Received message COMPLETED from shim -[297 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[298 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [5f902ab2-bd41-43ef-99a6-70fef791cea8]HandleMessage- COMPLETED. Notify -[299 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:5f902ab2-bd41-43ef-99a6-70fef791cea8 -[29a 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[29b 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed -[29c 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [e1853bb4-6a7a-4287-bbec-89c604c23806] -[29d 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[29e 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [84dfd666-8d81-417c-b6d2-04668eae53a9] -[29f 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=21230186-8728-487d-8580-94adb281be2a,syscc=true,proposal=0x0,canname=qscc:1.0.2 -[2a0 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -[2a1 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry -[2a2 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -[2a3 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [21230186]Inside sendExecuteMessage. Message INIT -[2a4 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[2a5 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [21230186]sendExecuteMsg trigger event INIT -[2a6 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]Move state message INIT -[2a7 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[2a8 01-14 11:45:33.17 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[2a9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]sending state message INIT -[2aa 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Received message INIT from shim -[2ab 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [21230186]Handling ChaincodeMessage of type: INIT(state:ready) -[2ac 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready -[2ad 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [21230186]Received INIT, initializing chaincode -[2ae 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC -[2af 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Init get response status: 200 -[2b0 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Init succeeded. Sending COMPLETED -[2b1 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]Move state message COMPLETED -[2b2 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [21230186]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[2b3 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [21230186]send state message COMPLETED -[2b4 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [21230186]Received message COMPLETED from shim -[2b5 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[2b6 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [21230186-8728-487d-8580-94adb281be2a]HandleMessage- COMPLETED. Notify -[2b7 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:21230186-8728-487d-8580-94adb281be2a -[2b8 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit -[2b9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed -[2ba 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [84dfd666-8d81-417c-b6d2-04668eae53a9] -[2bb 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry -[2bc 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] -[2bd 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry -[2be 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[2bf 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[2c0 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit -[2c1 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit -[2c2 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Transaction completed. Sending COMPLETED -[2c3 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]Move state message COMPLETED -[2c4 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1973ce8a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[2c5 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1973ce8a]send state message COMPLETED -[2c6 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1973ce8a]Received message COMPLETED from shim -[2c7 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[2c8 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2]HandleMessage- COMPLETED. Notify -[2c9 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1973ce8ac87c23116bf0fe0661cf06767f340f825f5e0b44617089dcd5b96bb2 -[2ca 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[2cb 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[2cc 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[2cd 01-14 11:45:33.18 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[2ce 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[2cf 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4216c4180 -[2d0 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[2d1 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[2d2 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[2d3 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[2d4 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[2d5 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4219aa0a0, header 0xc4216c41e0 -[2d6 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[2d7 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a -[2d8 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a channel id: -[2d9 01-14 11:45:38.96 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a channel id: version: 1.0.2 -[2da 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a,syscc=true,proposal=0xc4219aa0a0,canname=lscc:1.0.2 -[2db 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[2dc 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[2dd 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[2de 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b4a560b]Inside sendExecuteMessage. Message TRANSACTION -[2df 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[2e0 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[2e1 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b4a560b]sendExecuteMsg trigger event TRANSACTION -[2e2 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]Move state message TRANSACTION -[2e3 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[2e4 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[2e5 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]sending state message TRANSACTION -[2e6 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Received message TRANSACTION from shim -[2e7 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b4a560b]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[2e8 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b4a560b]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[2e9 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Transaction completed. Sending COMPLETED -[2ea 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]Move state message COMPLETED -[2eb 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b4a560b]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[2ec 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b4a560b]send state message COMPLETED -[2ed 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b4a560b]Received message COMPLETED from shim -[2ee 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[2ef 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a]HandleMessage- COMPLETED. Notify -[2f0 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b4a560b1f8854d2798700d561c8f1ef475a0f959f6aa7f2e88264e144971f1a -[2f1 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[2f2 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[2f3 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[2f4 01-14 11:45:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[2f5 01-14 11:45:39.15 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel -[2f6 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 -[2f7 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... -[2f8 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering -[2f9 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel -[2fa 01-14 11:45:39.16 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting -[2fb 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] -[2fc 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] -[2fd 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[2fe 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[2ff 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[300 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421791c50 -[301 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -[302 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -[303 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[304 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -[305 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[306 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[307 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc42032f000, header channel_header:"\010\001\032\006\010\336\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\330\313\000\2642\267\214\014Gm\177\231\0312\220\303I\255\025\365\315.\206\r" -[308 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[309 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[30a 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[30b 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -[30c 01-14 11:45:39.17 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -[30d 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -[30e 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -[30f 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -[310 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -[311 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -[312 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -[313 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -[314 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -[315 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -[316 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -[317 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -[318 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -[319 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -[31a 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -[31b 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -[31c 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -[31d 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -[31e 01-14 11:45:39.18 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -[31f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -[320 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -[321 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -[322 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -[323 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -[324 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -[325 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -[326 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -[327 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -[328 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -[329 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -[32a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -[32b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -[32c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -[32d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -[32e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[32f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[330 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -[331 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -[332 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -[333 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -[334 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -[335 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[336 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[337 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -[338 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -[339 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -[33a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -[33b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -[33c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -[33d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -[33e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -[33f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -[340 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[341 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[342 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[343 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[344 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[345 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[346 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[347 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[348 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[349 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[34a 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[34b 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[34c 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -[34d 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[34e 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[34f 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[350 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -[351 01-14 11:45:39.19 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -[352 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -[353 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -[354 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -[355 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -[356 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -[357 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[358 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[359 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[35a 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[35b 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[35c 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[35d 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[35e 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[35f 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[360 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[361 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[362 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[363 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -[364 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -[365 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -[366 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -[367 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -[368 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -[369 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[36a 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[36b 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -[36c 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -[36d 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are -[36f 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -[370 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -[36e 01-14 11:45:39.20 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] -[371 01-14 11:45:39.22 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] -[372 01-14 11:45:39.23 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -[373 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -[374 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -[375 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -[376 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -[377 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -[378 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[379 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -[37a 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[37b 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421595dc0), Data:(*common.BlockData)(0xc4219d02e0), Metadata:(*common.BlockMetadata)(0xc4219d0320)}, doMVCCValidation=true -[37c 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[37d 01-14 11:45:39.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] -[37e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0x6b, 0x28, 0x9a, 0xc6, 0x29, 0x57, 0x67, 0x99, 0x80, 0xcd, 0x5a, 0xa4, 0xc6, 0x31, 0xbb, 0xad, 0x21, 0x5a, 0x5e, 0x1b, 0xfa, 0x80, 0xe7, 0x68, 0xf1, 0x60, 0x5b, 0xdd, 0x90, 0x2, 0x8c, 0xbd} txOffsets= +[1cc 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx ID: [] to index +[1cd 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=38, bytesLength=11891] for tx number:[0] ID: [] to blockNumTranNum index +[1ce 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[11935], isChainEmpty=[false], lastBlockNumber=[0] +[1cf 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit -> INFO Channel [businesschannel]: Created block [0] with 1 transaction(s) +[1d0 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Committing updates to state database +[1d1 01-18 01:58:52.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[1d2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Updates committed to state database +[1d3 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [0] with [1] transactions +[1d4 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +[1d5 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] Invoke.joinChain.CreateChainFromBlock.CreateLedger.Create.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [0] +[1d6 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/core/ledger/ledgermgmt] Invoke.joinChain.CreateChainFromBlock.CreateLedger -> INFO Created ledger [businesschannel] with genesis block +[1d7 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +[1d8 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +[1d9 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +[1da 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +[1db 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewInitializer.newResources.NewRoot.NewChannelGroup.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +[1dc 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[1dd 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[1de 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +[1df 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +[1e0 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +[1e1 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +[1e2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +[1e3 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +[1e4 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +[1e5 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +[1e6 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +[1e7 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +[1e8 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +[1e9 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +[1ea 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +[1eb 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +[1ec 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +[1ed 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +[1ee 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +[1ef 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +[1f0 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +[1f1 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +[1f2 01-18 01:58:52.59 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +[1f3 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +[1f4 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +[1f5 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +[1f6 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +[1f7 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +[1f8 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +[1f9 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +[1fa 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +[1fb 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +[1fc 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +[1fd 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +[1fe 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +[1ff 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +[200 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/configtx] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig -> DEBU Beginning new config for channel businesschannel +[201 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +[202 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +[203 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +[204 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +[205 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +[206 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +[207 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[208 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[209 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[20a 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[20b 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[20c 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[20d 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[20e 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[20f 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[210 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[211 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[212 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[213 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +[214 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +[215 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +[216 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +[217 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +[218 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +[219 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[21a 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[21b 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are +[21c 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +[21d 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +[21e 01-18 01:58:52.60 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +[21f 01-18 01:58:52.61 UTC] [github.com/hyperledger/fabric/common/config] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +[220 01-18 01:58:52.61 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +[221 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +[222 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +[223 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +[224 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.CreateChainFromBlock.createChain.NewManagerImpl.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +[225 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/peer] Invoke.joinChain.InitChain -> DEBU Init chain businesschannel +[226 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/peer/node] Invoke.joinChain.InitChain.func2 -> DEBU Deploying system CC, for chain +[227 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[228 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [61c6d196-c80c-40bd-8f37-de29b630278a] +[229 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=cscc,version=1.0.2,txid=8b8168bc-ebd3-46b8-a2e4-7dd16faa3728,syscc=true,proposal=0x0,canname=cscc:1.0.2 +[22a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : cscc:1.0.2 +[22b 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[22c 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: cscc:1.0.2 +[22d 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b8168bc]Inside sendExecuteMessage. Message INIT +[22e 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[22f 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [8b8168bc]sendExecuteMsg trigger event INIT +[230 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]Move state message INIT +[231 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[232 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[233 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]sending state message INIT +[234 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Received message INIT from shim +[235 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b8168bc]Handling ChaincodeMessage of type: INIT(state:ready) +[236 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[237 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [8b8168bc]Received INIT, initializing chaincode +[238 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/scc/cscc] Init -> INFO Init CSCC +[239 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Init get response status: 200 +[23a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Init succeeded. Sending COMPLETED +[23b 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]Move state message COMPLETED +[23c 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [8b8168bc]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[23d 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [8b8168bc]send state message COMPLETED +[23e 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [8b8168bc]Received message COMPLETED from shim +[23f 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[240 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [8b8168bc-ebd3-46b8-a2e4-7dd16faa3728]HandleMessage- COMPLETED. Notify +[241 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:8b8168bc-ebd3-46b8-a2e4-7dd16faa3728 +[242 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[243 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +[244 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [61c6d196-c80c-40bd-8f37-de29b630278a] +[245 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[246 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [6a126f0a-eca2-4f59-8039-364e40e40984] +[247 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=722e691b-fdd9-4e1a-b7d1-86ccce182f8c,syscc=true,proposal=0x0,canname=lscc:1.0.2 +[248 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[249 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[24a 01-18 01:58:52.62 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[24b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [722e691b]Inside sendExecuteMessage. Message INIT +[24c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[24d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [722e691b]sendExecuteMsg trigger event INIT +[24e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]Move state message INIT +[24f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[250 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[251 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]sending state message INIT +[252 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Received message INIT from shim +[253 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [722e691b]Handling ChaincodeMessage of type: INIT(state:ready) +[254 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[255 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [722e691b]Received INIT, initializing chaincode +[256 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Init get response status: 200 +[257 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Init succeeded. Sending COMPLETED +[258 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]Move state message COMPLETED +[259 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [722e691b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[25a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [722e691b]send state message COMPLETED +[25b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [722e691b]Received message COMPLETED from shim +[25c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[25d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [722e691b-fdd9-4e1a-b7d1-86ccce182f8c]HandleMessage- COMPLETED. Notify +[25e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:722e691b-fdd9-4e1a-b7d1-86ccce182f8c +[25f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[260 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +[261 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [6a126f0a-eca2-4f59-8039-364e40e40984] +[262 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[263 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [38520231-1dbe-4a5a-955d-f85c9426f01d] +[264 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=1222de68-b8a8-42e1-a6a1-2f9173d7f65a,syscc=true,proposal=0x0,canname=escc:1.0.2 +[265 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[266 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[267 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[268 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1222de68]Inside sendExecuteMessage. Message INIT +[269 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[26a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [1222de68]sendExecuteMsg trigger event INIT +[26b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]Move state message INIT +[26c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[26d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[26e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]sending state message INIT +[26f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Received message INIT from shim +[270 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1222de68]Handling ChaincodeMessage of type: INIT(state:ready) +[271 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[272 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [1222de68]Received INIT, initializing chaincode +[273 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc/escc] Init -> INFO Successfully initialized ESCC +[274 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Init get response status: 200 +[275 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Init succeeded. Sending COMPLETED +[276 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]Move state message COMPLETED +[277 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [1222de68]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[278 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [1222de68]send state message COMPLETED +[279 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [1222de68]Received message COMPLETED from shim +[27a 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[27b 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [1222de68-b8a8-42e1-a6a1-2f9173d7f65a]HandleMessage- COMPLETED. Notify +[27c 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:1222de68-b8a8-42e1-a6a1-2f9173d7f65a +[27d 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[27e 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode escc/businesschannel(github.com/hyperledger/fabric/core/scc/escc) deployed +[27f 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [38520231-1dbe-4a5a-955d-f85c9426f01d] +[280 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[281 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [1b7167ca-3b4e-4df0-8c4d-bbefcb25f31c] +[282 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=0692cc16-7dc0-4d66-8e77-393d6290c2d0,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[283 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +[284 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[285 01-18 01:58:52.63 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[286 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0692cc16]Inside sendExecuteMessage. Message INIT +[287 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[288 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [0692cc16]sendExecuteMsg trigger event INIT +[289 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]Move state message INIT +[28a 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[28b 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[28c 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]sending state message INIT +[28d 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Received message INIT from shim +[28e 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0692cc16]Handling ChaincodeMessage of type: INIT(state:ready) +[28f 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[290 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [0692cc16]Received INIT, initializing chaincode +[291 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Init get response status: 200 +[292 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Init succeeded. Sending COMPLETED +[293 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]Move state message COMPLETED +[294 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0692cc16]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[295 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0692cc16]send state message COMPLETED +[296 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0692cc16]Received message COMPLETED from shim +[297 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[298 01-18 01:58:52.64 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0692cc16-7dc0-4d66-8e77-393d6290c2d0]HandleMessage- COMPLETED. Notify +[299 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0692cc16-7dc0-4d66-8e77-393d6290c2d0 +[29a 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[29b 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode vscc/businesschannel(github.com/hyperledger/fabric/core/scc/vscc) deployed +[29c 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [1b7167ca-3b4e-4df0-8c4d-bbefcb25f31c] +[29d 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[29e 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [375c6fdd-9af8-4cf0-9b96-7fd92a04e3c0] +[29f 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=7111ed7e-fa87-4d4b-afe5-4b875d04b98a,syscc=true,proposal=0x0,canname=qscc:1.0.2 +[2a0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +[2a1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Entry +[2a2 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +[2a3 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7111ed7e]Inside sendExecuteMessage. Message INIT +[2a4 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[2a5 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute.sendExecuteMessage -> DEBU [7111ed7e]sendExecuteMsg trigger event INIT +[2a6 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]Move state message INIT +[2a7 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[2a8 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[2a9 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]sending state message INIT +[2aa 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Received message INIT from shim +[2ab 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7111ed7e]Handling ChaincodeMessage of type: INIT(state:ready) +[2ac 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU Entered state ready +[2ad 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func4.beforeInit -> DEBU [7111ed7e]Received INIT, initializing chaincode +[2ae 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Init -> INFO Init QSCC +[2af 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Init get response status: 200 +[2b0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Init succeeded. Sending COMPLETED +[2b1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]Move state message COMPLETED +[2b2 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [7111ed7e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[2b3 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [7111ed7e]send state message COMPLETED +[2b4 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [7111ed7e]Received message COMPLETED from shim +[2b5 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[2b6 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [7111ed7e-fa87-4d4b-afe5-4b875d04b98a]HandleMessage- COMPLETED. Notify +[2b7 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:7111ed7e-fa87-4d4b-afe5-4b875d04b98a +[2b8 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/chaincode] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ExecuteWithErrorFilter.ExecuteWithErrorFilter.Execute.Execute -> DEBU Exit +[2b9 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/scc] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/chaincode/qscc) deployed +[2ba 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.joinChain.InitChain.func2.DeploySysCCs.deploySysCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [375c6fdd-9af8-4cf0-9b96-7fd92a04e3c0] +[2bb 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Entry +[2bc 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [0] +[2bd 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Entry +[2be 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[2bf 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[2c0 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent.Send -> DEBU Exit +[2c1 01-18 01:58:52.65 UTC] [github.com/hyperledger/fabric/events/producer] Invoke.joinChain.SendProducerBlockEvent -> DEBU Exit +[2c2 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Transaction completed. Sending COMPLETED +[2c3 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]Move state message COMPLETED +[2c4 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9a812e3c]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[2c5 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9a812e3c]send state message COMPLETED +[2c6 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9a812e3c]Received message COMPLETED from shim +[2c7 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[2c8 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824]HandleMessage- COMPLETED. Notify +[2c9 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9a812e3c2cfcc8f8b117f8b54e442fd0889aa7ba2d8f513bd13e29ea55fa0824 +[2ca 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[2cb 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[2cc 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[2cd 01-18 01:58:52.66 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[2ce 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[2cf 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc420378330 +[2d0 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[2d1 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[2d2 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[2d3 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[2d4 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[2d5 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc42015d450, header 0xc420378360 +[2d6 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[2d7 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 +[2d8 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 channel id: +[2d9 01-18 01:58:58.51 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 channel id: version: 1.0.2 +[2da 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=,chaincode=lscc,version=1.0.2,txid=10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629,syscc=true,proposal=0xc42015d450,canname=lscc:1.0.2 +[2db 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[2dc 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[2dd 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[2de 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [10aa154b]Inside sendExecuteMessage. Message TRANSACTION +[2df 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[2e0 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[2e1 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [10aa154b]sendExecuteMsg trigger event TRANSACTION +[2e2 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]Move state message TRANSACTION +[2e3 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[2e4 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[2e5 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]sending state message TRANSACTION +[2e6 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Received message TRANSACTION from shim +[2e7 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [10aa154b]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[2e8 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [10aa154b]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[2e9 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Transaction completed. Sending COMPLETED +[2ea 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]Move state message COMPLETED +[2eb 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [10aa154b]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[2ec 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [10aa154b]send state message COMPLETED +[2ed 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [10aa154b]Received message COMPLETED from shim +[2ee 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[2ef 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629]HandleMessage- COMPLETED. Notify +[2f0 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:10aa154b1bd6fca35e259248bedb95c36f3d8b764c6791a7356f2f87a6b1f629 +[2f1 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[2f2 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[2f3 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[2f4 01-18 01:58:58.52 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[2f5 01-18 01:58:58.62 UTC] [github.com/hyperledger/fabric/core/deliverservice] leaderElection.beLeader.func1.StartDeliverForChannel -> DEBU This peer will pass blocks from orderer service to other peers for channel businesschannel +[2f6 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Connected to orderer.example.com:7050 +[2f7 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect -> DEBU Establishing gRPC stream with orderer.example.com:7050 ... +[2f8 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Entering +[2f9 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect.func1.RequestBlocks -> DEBU Starting deliver with block [1] for channel businesschannel +[2fa 01-18 01:58:58.63 UTC] [github.com/hyperledger/fabric/core/deliverservice] DeliverBlocks.Recv.try.doAction.connect.afterConnect -> DEBU Exiting +[2fb 01-18 01:58:58.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [1], peers number [1] +[2fd 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[2fe 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[2ff 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[300 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421488990 +[301 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +[302 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +[303 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[304 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +[305 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[306 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[307 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc42147c000, header channel_header:"\010\001\032\006\010\335\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\262UG\022W~\350\r\312y3\226w\332\373\025\335\225\376z\200n&\340" +[308 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[309 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[30a 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +[30b 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +[30c 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +[30d 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +[30e 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +[30f 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +[310 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +[311 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +[312 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +[313 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +[314 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +[315 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +[316 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +[317 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +[318 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[319 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +[31a 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +[31b 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +[31c 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +[31d 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +[31e 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +[31f 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +[320 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +[321 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +[322 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +[323 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +[324 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +[325 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +[326 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +[327 01-18 01:58:58.67 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +[328 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +[329 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +[32a 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +[32b 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +[32c 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +[32d 01-18 01:58:58.68 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +[2fc 01-18 01:58:58.66 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [1], peers number [1] +[32e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [2], peers number [1] +[32f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [2], peers number [1] +[330 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[331 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[332 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +[333 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +[334 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +[335 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +[336 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +[337 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[338 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[339 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +[33a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +[33b 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +[33c 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +[33d 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +[33e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +[33f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +[340 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +[341 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +[342 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[343 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[344 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[345 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[346 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[347 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[348 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[349 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[34a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[34b 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +[34c 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[34d 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[34e 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[34f 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[350 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[351 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[352 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +[353 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +[354 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +[355 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +[356 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +[357 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +[358 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +[359 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +[35a 01-18 01:58:58.69 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +[35b 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +[35c 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +[35d 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +[35e 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[35f 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[360 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +[361 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[362 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[363 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[364 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[365 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[366 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[367 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[368 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[369 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[36a 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[36b 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[36c 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[36d 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +[36e 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +[36f 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +[370 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are +[371 01-18 01:58:58.70 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +[372 01-18 01:58:58.74 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +[373 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +[374 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +[375 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +[376 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +[377 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +[378 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[379 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +[37a 01-18 01:58:58.90 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[37b 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42014bf00), Data:(*common.BlockData)(0xc4215ef2a0), Metadata:(*common.BlockMetadata)(0xc4215ef2e0)}, doMVCCValidation=true +[37c 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[37d 01-18 01:58:58.91 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [1] Transaction index [0] because, the transaction type is [CONFIG] +[37e 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=1, blockHash=[]byte{0xc3, 0xab, 0xaa, 0xb3, 0xa5, 0x22, 0xad, 0x43, 0xc, 0xa3, 0xc5, 0x33, 0x33, 0xd, 0x4f, 0xc2, 0xaa, 0x7, 0xee, 0xbc, 0xcd, 0x3b, 0xac, 0x1a, 0x3, 0xe2, 0x17, 0xb3, 0x1b, 0x87, 0x6d, 0x94} txOffsets= txId= locPointer=offset=70, bytesLength=11913 ] -[37f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx ID: [] to index -[380 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12004, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index -[381 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] -[382 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) -[383 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[384 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[385 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[386 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions -[387 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -[388 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] -[389 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[38a 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] -[38b 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[38c 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[38d 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[38e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[38f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -[390 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[391 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[392 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[393 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421c261b0 -[394 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -[395 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 -[396 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[397 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} -[398 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[399 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[39a 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421c32000, header channel_header:"\010\001\032\006\010\340\205\355\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030\265IC)Ii\223\201\301j\021Vy$\356\300\353\246on\024C\032\232" -[39b 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[39c 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[39d 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[39e 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -[39f 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -[3a0 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -[3a1 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -[3a2 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -[3a3 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -[3a4 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP -[3a5 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP -[3a6 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers -[3a7 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers -[3a8 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins -[3a9 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers -[3aa 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers -[3ab 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers -[3ac 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins -[3ad 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer -[3ae 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg -[3af 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP -[3b0 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers -[3b1 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins -[3b2 01-14 11:45:39.26 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers -[3b3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions -[3b4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType -[3b5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize -[3b6 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout -[3b7 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers -[3b8 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers -[3b9 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins -[3ba 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation -[3bb 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium -[3bc 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses -[3bd 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm -[3be 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure -[3bf 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins -[3c0 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers -[3c1 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers -[3c2 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[3c3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[3c4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -[3c5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -[3c6 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -[3c7 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -[3c8 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -[3c9 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel -[3ca 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application -[3cb 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP -[3cc 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers -[3cd 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP -[3ce 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins -[3cf 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers -[3d0 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers -[3d1 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to -[3d2 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to -[3d3 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to -[3d4 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[3d5 01-14 11:45:39.27 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[3d6 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[3d7 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[3d8 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[3d9 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[3da 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[3db 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[3dc 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[3dd 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" -[3de 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[3df 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[3e0 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[3e1 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" -[3e2 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" -[3e3 01-14 11:45:39.28 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" -[3e4 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel -[3e5 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos -[3e6 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm -[3e7 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure -[3e8 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses -[3e9 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium -[3ea 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} -[3eb 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[3ec 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[3ed 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[3ee 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[3ef 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[3f0 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[3f1 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[3f2 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[3f3 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos -[3f4 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers -[3f5 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[3f6 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[3f7 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos -[3f8 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType -[3f9 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize -[3fa 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout -[3fb 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers -[3fc 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions -[3fd 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos -[3fe 01-14 11:45:39.29 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP -[3ff 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: -[400 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP -[401 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: -[402 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP -[403 01-14 11:45:39.30 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg -[404 01-14 11:45:39.33 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel -[405 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] -[406 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] -[407 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] -[408 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] -[409 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel -[40a 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[40b 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate -[40c 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[40d 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4219dcb00), Data:(*common.BlockData)(0xc42186a880), Metadata:(*common.BlockMetadata)(0xc42186a8c0)}, doMVCCValidation=true -[40e 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[40f 01-14 11:45:39.34 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] -[410 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0xb9, 0x70, 0xfc, 0x86, 0xfa, 0x16, 0xa, 0x76, 0xc0, 0x74, 0xfe, 0xf4, 0x31, 0x60, 0x81, 0x1, 0x3f, 0x85, 0x4f, 0x9c, 0xcf, 0xe9, 0xaf, 0x6b, 0xf7, 0x1a, 0xbf, 0x6b, 0x65, 0x32, 0x5c, 0xd7} txOffsets= -txId= locPointer=offset=70, bytesLength=11973 +[37f 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx ID: [] to index +[380 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=12005, bytesLength=11913] for tx number:[0] ID: [] to blockNumTranNum index +[381 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[25668], isChainEmpty=[false], lastBlockNumber=[1] +[382 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [1] with 1 transaction(s) +[383 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[384 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[385 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[386 01-18 01:58:58.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [1] with [1] transactions +[387 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +[388 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [1] +[389 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[38a 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [1] +[38b 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[38c 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[38d 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[38e 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[38f 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[390 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[391 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[392 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[393 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc4217394a0 +[394 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +[395 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 1 +[396 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[397 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{OrdererMSP 685c3e542c5c7e71cc8ac51ff9728a4a798d38a5cb22c31b73b7dddaa87ffa02} +[398 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[399 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[39a 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateConfigTransaction -> DEBU validateConfigTransaction starts for data 0xc421c43000, header channel_header:"\010\001\032\006\010\337\376\377\322\005\"\017businesschannel" signature_header:"\n\372\005\n\nOrdererMSP\022\353\005-----BEGIN -----\nMIICDDCCAbKgAwIBAgIQMFw5QhVfwkdvrB3+YfYfpzAKBggqhkjOPQQDAjBpMQsw\nCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy\nYW5jaXNjbzEUMBIGA1UEChMLZXhhbXBsZS5jb20xFzAVBgNVBAMTDmNhLmV4YW1w\nbGUuY29tMB4XDTE4MDEwMzEzMDk1NVoXDTI4MDEwMTEzMDk1NVowWDELMAkGA1UE\nBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lz\nY28xHDAaBgNVBAMTE29yZGVyZXIuZXhhbXBsZS5jb20wWTATBgcqhkjOPQIBBggq\nhkjOPQMBBwNCAARickRgGTqouBaO+IVL9+W0c00Su7x16rX8IjNGjo6gZkUAYjpz\nMKmB1CRW3eoU2tUd6rIBMXj4MQFURE9WzOeto00wSzAOBgNVHQ8BAf8EBAMCB4Aw\nDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCAZHyahNb+pKoei0h4Iig28xXPbxCmN\nRvZNLa+1K8uNqjAKBggqhkjOPQQDAgNIADBFAiEAvTrI3By4MRp+3J1BWOkua8HH\n/4VwYF64jn2OLIlN//0CID69Sn8rsGnjxr4SjF4k73sHo0d3dWY9Xpn7MMGpD+vl\n-----END -----\n\022\030a\n\340,\262`\335\020Q\311?\302\002%\0013\232C|\240\316T\363\221" +[39b 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[39c 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[39d 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer +[39e 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Orderer/OrdererOrg +[39f 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/OrdererOrg/MSP +[3a0 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Admins +[3a1 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Readers +[3a2 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/OrdererOrg/Writers +[3a3 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchSize +[3a4 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/BatchTimeout +[3a5 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ChannelRestrictions +[3a6 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Orderer/ConsensusType +[3a7 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Admins +[3a8 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/BlockValidation +[3a9 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Readers +[3aa 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Orderer/Writers +[3ab 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[3ac 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org1MSP +[3ad 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/AnchorPeers +[3ae 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org1MSP/MSP +[3af 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Admins +[3b0 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Readers +[3b1 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org1MSP/Writers +[3b2 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +[3b3 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +[3b4 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +[3b5 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +[3b6 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +[3b7 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +[3b8 01-18 01:58:58.94 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Admins +[3b9 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Writers +[3ba 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Readers +[3bb 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/OrdererAddresses +[3bc 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/HashingAlgorithm +[3bd 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/BlockDataHashingStructure +[3be 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Consortium +[3bf 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Writers +[3c0 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Admins +[3c1 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Readers +[3c2 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[3c3 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[3c4 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +[3c5 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +[3c6 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +[3c7 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +[3c8 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +[3c9 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel +[3ca 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig.recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application +[3cb 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Groups] /Channel/Application/Org2MSP +[3cc 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/AnchorPeers +[3cd 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Values] /Channel/Application/Org2MSP/MSP +[3ce 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Writers +[3cf 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Admins +[3d0 01-18 01:58:58.95 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.authorizeUpdate.MapConfig.recurseConfig...recurseConfig.addToMap -> DEBU Adding to config map: [Policy] /Channel/Application/Org2MSP/Readers +[3d1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[3d2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[3d3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[3d4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[3d5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[3d6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[3d7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key BlockValidation to policy: mod_policy:"Admins" +[3d8 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[3d9 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[3da 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[3db 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Readers to +[3dc 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Writers to +[3dd 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap...recurseConfigMap -> DEBU Setting policy for key Admins to +[3de 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[3df 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[3e0 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[3e1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Admins to policy: mod_policy:"Admins" +[3e2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Readers to policy: mod_policy:"Admins" +[3e3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.configMapToConfig.recurseConfigMap -> DEBU Setting policy for key Writers to policy: mod_policy:"Admins" +[3e4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/configtx] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig -> DEBU Beginning new config for channel businesschannel +[3e5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues -> DEBU Initializing protos for *config.ChannelProtos +[3e6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: HashingAlgorithm +[3e7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BlockDataHashingStructure +[3e8 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: OrdererAddresses +[3e9 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup.proposeGroup.BeginValueProposals.Allocate.NewChannelConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: Consortium +[3ea 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues -> DEBU Initializing protos for *config.OrdererProtos +[3eb 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ConsensusType +[3ec 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchSize +[3ed 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: BatchTimeout +[3ee 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: KafkaBrokers +[3ef 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrdererConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: ChannelRestrictions +[3f0 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[3f1 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[3f2 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationConfig.NewStandardValues -> DEBU Initializing protos for *struct {} +[3f3 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[3f4 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[3f5 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[3f6 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[3f7 01-18 01:58:58.96 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[3f8 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[3f9 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[3fa 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewOrganizationConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[3fb 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.ApplicationOrgProtos +[3fc 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: AnchorPeers +[3fd 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues -> DEBU Initializing protos for *config.OrganizationProtos +[3fe 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.processConfig.proposeGroup...proposeGroup.BeginValueProposals.Allocate.NewApplicationOrgConfig.NewStandardValues.initializeProtosStruct -> DEBU Processing field: MSP +[3ff 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.validateMSP -> DEBU Setting up MSP for org OrdererOrg +[400 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org1MSP are anchor_peers: +[401 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org1MSP +[402 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate -> DEBU Anchor peers for org Org2MSP are anchor_peers: +[403 01-18 01:58:58.97 UTC] [github.com/hyperledger/fabric/common/config] commitBlock.Commit.Validate.Apply.Apply.prepareApply.processConfig.preCommit...preCommit.PreCommit.Validate.Validate.validateMSP -> DEBU Setting up MSP for org Org2MSP +[404 01-18 01:58:58.98 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots -> DEBU Updating trusted root authorities for channel businesschannel +[405 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU updating root CAs for channel [businesschannel] +[406 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding orderer root CAs for MSP [OrdererMSP] +[407 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org1MSP] +[408 01-18 01:58:59.03 UTC] [github.com/hyperledger/fabric/core/peer] commitBlock.Commit.Validate.Apply.Apply.commitCallbacks.func2.updateTrustedRoots.buildTrustedRootsForChain -> DEBU adding app root CAs for MSP [Org2MSP] +[409 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU config transaction received for chain businesschannel +[40a 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[40b 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Received configuration update, calling CSCC ConfigUpdate +[40c 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[40d 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4202c7a00), Data:(*common.BlockData)(0xc421c85fa0), Metadata:(*common.BlockMetadata)(0xc421c85fe0)}, doMVCCValidation=true +[40e 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[40f 01-18 01:58:59.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Skipping mvcc validation for Block [2] Transaction index [0] because, the transaction type is [CONFIG] +[410 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=2, blockHash=[]byte{0x5b, 0x7c, 0x4e, 0xf2, 0x74, 0xb6, 0x7f, 0xc2, 0x96, 0x1b, 0xb2, 0x5a, 0xd4, 0x86, 0x64, 0x1e, 0xc, 0x21, 0xb0, 0xdd, 0x91, 0xb8, 0xb5, 0x9d, 0x7f, 0x79, 0xeb, 0xbd, 0x3a, 0x97, 0xb8, 0xa1} txOffsets= +txId= locPointer=offset=70, bytesLength=11970 ] -[411 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx ID: [] to index -[412 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11973] for tx number:[0] ID: [] to blockNumTranNum index -[413 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39461], isChainEmpty=[false], lastBlockNumber=[2] -[414 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) -[415 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[416 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[417 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[418 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions -[419 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction -[41a 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] -[41b 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[41c 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] -[41d 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[41e 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[41f 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[420 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[421 01-14 11:45:39.35 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -[422 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[423 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f5e4b0 -[424 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[425 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[426 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[427 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[428 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[429 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422135810, header 0xc421f5e4e0 -[42a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[42b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[42c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -[42d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[42e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [03bbbed3-1493-4684-aac4-9bf6055bbb87] -[42f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel -[430 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel version: 1.0.2 -[431 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=true,proposal=0xc422135810,canname=lscc:1.0.2 -[432 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[433 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[434 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[435 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message TRANSACTION -[436 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[437 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[438 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event TRANSACTION -[439 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message TRANSACTION -[43a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[43b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[43c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message TRANSACTION -[43d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message TRANSACTION from shim -[43e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[43f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [df774408]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[440 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [df774408]Sending GET_STATE -[441 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message GET_STATE from shim -[442 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[443 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [df774408]Received GET_STATE, invoking get state from ledger -[444 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[445 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408] getting state for chaincode lscc, key exp02, channel businesschannel -[446 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[447 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]No state associated with key: exp02. Sending RESPONSE with an empty payload -[448 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]handleGetState serial send RESPONSE -[449 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message RESPONSE from shim -[44a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[44b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]before send -[44c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]after send -[44d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [df774408]Received RESPONSE, communicated (state:ready) -[44e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [df774408]GetState received payload RESPONSE -[44f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Inside putstate -[450 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Sending PUT_STATE -[451 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -[452 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -[453 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[454 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -[455 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -[456 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -[457 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -[458 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -[459 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[45a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -[45b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message RESPONSE from shim -[45c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[45d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]before send -[45e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [df774408]after send -[45f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [df774408]Received RESPONSE, communicated (state:ready) -[460 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [df774408]Received RESPONSE. Successfully updated state -[461 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Transaction completed. Sending COMPLETED -[462 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Move state message COMPLETED -[463 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[464 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]send state message COMPLETED -[465 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -[466 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[467 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -[468 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[469 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[46a 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=false,proposal=0xc422135810,canname=exp02:1.0 -[46b 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system -[46c 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched -[46d 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode -[46e 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] -[46f 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org1.example.com) -[470 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 -[471 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: +[411 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx ID: [] to index +[412 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=25738, bytesLength=11970] for tx number:[0] ID: [] to blockNumTranNum index +[413 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[39459], isChainEmpty=[false], lastBlockNumber=[2] +[414 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [2] with 1 transaction(s) +[415 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[416 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[417 01-18 01:58:59.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[418 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [2] with [1] transactions +[419 01-18 01:58:59.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Skipping transaction [0] since it is not an endorsement transaction +[41a 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [2] +[41b 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[41c 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [2] +[41d 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[41e 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[41f 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[420 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[421 01-18 01:58:59.08 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[422 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[423 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422040540 +[424 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[425 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[426 01-18 01:59:01.30 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[427 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[428 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[429 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421c4d9a0, header 0xc422040570 +[42a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[42b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[42c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +[42d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[42e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +[42f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel +[430 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel version: 1.0.2 +[431 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=true,proposal=0xc421c4d9a0,canname=lscc:1.0.2 +[432 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[433 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[434 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[435 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message TRANSACTION +[436 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[437 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[438 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event TRANSACTION +[439 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message TRANSACTION +[43a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[43b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[43c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message TRANSACTION +[43d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message TRANSACTION from shim +[43e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[43f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ebabbeb4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[440 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [ebabbeb4]Sending GET_STATE +[441 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message GET_STATE from shim +[442 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[443 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [ebabbeb4]Received GET_STATE, invoking get state from ledger +[444 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[445 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4] getting state for chaincode lscc, key exp02, channel businesschannel +[446 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[447 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]No state associated with key: exp02. Sending RESPONSE with an empty payload +[448 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]handleGetState serial send RESPONSE +[449 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message RESPONSE from shim +[44a 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[44b 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]before send +[44c 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]after send +[44d 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [ebabbeb4]Received RESPONSE, communicated (state:ready) +[44e 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.getCCInstance.GetState.handleGetState -> DEBU [ebabbeb4]GetState received payload RESPONSE +[44f 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Inside putstate +[450 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Sending PUT_STATE +[451 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +[452 01-18 01:59:01.31 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +[453 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[454 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +[455 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +[456 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +[457 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +[458 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +[459 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[45a 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +[45b 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message RESPONSE from shim +[45c 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[45d 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]before send +[45e 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [ebabbeb4]after send +[460 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [ebabbeb4]Received RESPONSE, communicated (state:ready) +[45f 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.executeDeploy.createChaincode.putChaincodeData.PutState.handlePutState -> DEBU [ebabbeb4]Received RESPONSE. Successfully updated state +[461 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Transaction completed. Sending COMPLETED +[462 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Move state message COMPLETED +[463 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[464 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]send state message COMPLETED +[465 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +[466 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[467 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +[468 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[469 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[46a 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=false,proposal=0xc421c4d9a0,canname=exp02:1.0 +[46b 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU launchAndWaitForRegister fetched 2248 bytes from file system +[46c 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU chaincode exp02:1.0 is being launched +[46d 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Executable is chaincode +[46e 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.getArgsAndEnv -> DEBU Args [chaincode -peer.address=peer0.org1.example.com:7052] +[46f 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container: exp02:1.0(networkid:dev,peerid:peer0.org1.example.com) +[470 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with args: chaincode -peer.address=peer0.org1.example.com:7052 +[471 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister -> DEBU start container with env: CORE_CHAINCODE_ID_NAME=exp02:1.0 CORE_PEER_TLS_ENABLED=true CORE_CHAINCODE_LOGGING_LEVEL=info CORE_CHAINCODE_LOGGING_SHIM=warning CORE_CHAINCODE_LOGGING_FORMAT=%{color}%{time:2006-01-02 15:04:05.000 MST} [%{module}] %{shortfunc} -> %{level:.4s} %{id:03x}%{color:reset} %{message} -[472 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org1.example.com-exp02-1.0) lock -[473 01-14 11:45:41.09 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org1.example.com-exp02-1.0) lock -[474 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org1.example.com-exp02-1.0 -[475 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org1.example.com-exp02-1.0(No such container: dev-peer0.org1.example.com-exp02-1.0) -[476 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) -[477 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) -[478 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org1.example.com-exp02-1.0 -[479 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default -[47a 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 -[47b 01-14 11:45:41.10 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image -[47c 01-14 11:45:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU +[472 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU waiting for container(dev-peer0.org1.example.com-exp02-1.0) lock +[473 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container] lockContainer -> DEBU got container (dev-peer0.org1.example.com-exp02-1.0) lock +[474 01-18 01:59:01.32 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Cleanup container dev-peer0.org1.example.com-exp02-1.0 +[475 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Stop container dev-peer0.org1.example.com-exp02-1.0(No such container: dev-peer0.org1.example.com-exp02-1.0) +[476 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Kill container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) +[477 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.stopInternal -> DEBU Remove container dev-peer0.org1.example.com-exp02-1.0 (No such container: dev-peer0.org1.example.com-exp02-1.0) +[478 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Start container dev-peer0.org1.example.com-exp02-1.0 +[479 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer.getDockerHostConfig -> DEBU docker container hostconfig NetworkMode: v102_default +[47a 01-18 01:59:01.33 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 +[47b 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-could not find image (container id ), because of ...attempt to recreate image +[47c 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms] do.do.Start.func1.GenerateDockerBuild.generateDockerfile -> DEBU FROM hyperledger/fabric-baseos:x86_64-0.3.2 ADD binpackage.tar /usr/local/bin LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ @@ -1240,1314 +1240,1314 @@ LABEL org.hyperledger.fabric.chaincode.id.name="exp02" \ ENV CORE_CHAINCODE_BUILDLEVEL=1.0.2 ENV CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/peer.crt COPY peer.crt /etc/hyperledger/fabric/peer.crt -[47d 01-14 11:45:41.11 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 -[47e 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 -[47f 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully -[480 01-14 11:45:59.98 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 -[481 01-14 11:46:00.08 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 -[482 01-14 11:46:00.56 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org1.example.com-exp02-1.0 -[483 01-14 11:46:00.56 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org1.example.com-exp02-1.0) -[484 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false -[485 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim -[486 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created -[487 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created -[488 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 -[489 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED -[48a 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup -[48b 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed -[48c 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY -[48d 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[48e 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[48f 01-14 11:46:00.59 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message READY -[490 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: READY in state established -[491 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [df774408]Entered state ready -[492 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[493 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message READY -[494 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed -[495 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete -[496 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry -[497 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -[498 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message INIT -[499 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[49a 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[49b 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event INIT -[49c 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message INIT -[49d 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: INIT in state ready -[49e 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[49f 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message INIT -[4a0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -[4a1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -[4a2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4a3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -[4a4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -[4a5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -[4a6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -[4a7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -[4a8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4a9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -[4aa 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message PUT_STATE from shim -[4ab 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -[4ac 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4ad 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]state is ready -[4ae 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [df774408]Completed PUT_STATE. Sending RESPONSE -[4af 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [df774408]enterBusyState trigger event RESPONSE -[4b0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message RESPONSE -[4b1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -[4b2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4b3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message RESPONSE -[4b4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -[4b5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[4b6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -[4b7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[4b8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit -[4b9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[4ba 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[4bb 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [03bbbed3-1493-4684-aac4-9bf6055bbb87] -[4bc 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[4bd 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel chaincode id: name:"lscc" -[4be 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[4bf 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d channel id: businesschannel version: 1.0.2 -[4c0 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d,syscc=true,proposal=0xc422135810,canname=escc:1.0.2 -[4c1 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[4c2 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[4c3 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[4c4 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]Inside sendExecuteMessage. Message TRANSACTION -[4c5 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[4c6 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[4c7 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [df774408]sendExecuteMsg trigger event TRANSACTION -[4c8 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Move state message TRANSACTION -[4c9 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[4ca 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4cb 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]sending state message TRANSACTION -[4cc 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Received message TRANSACTION from shim -[4cd 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[4ce 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [df774408]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[4cf 01-14 11:46:00.60 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[4d0 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[4d1 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Transaction completed. Sending COMPLETED -[4d2 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]Move state message COMPLETED -[4d3 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [df774408]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[4d4 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [df774408]send state message COMPLETED -[4d5 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [df774408]Received message COMPLETED from shim -[4d6 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[4d7 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d]HandleMessage- COMPLETED. Notify -[4d8 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[4d9 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[4da 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[4db 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[4dc 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [03bbbed3-1493-4684-aac4-9bf6055bbb87] -[4dd 01-14 11:46:00.61 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[4de 01-14 11:46:02.64 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] -[4df 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] -[4e0 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[4e1 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[4e2 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[4e3 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421791920 -[4e4 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -[4e5 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[4e6 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[4e7 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[4e8 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[4e9 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[4ea 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421c45500, header channel_header:"\010\003\032\013\010\345\205\355\322\005\020\274\332\251-\"\017businesschannel*@df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\366\371\230\375\030\262\020)\315\207\344\263y\366\323$5=s\372\032\007)$" -[4eb 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -[4ec 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -[4ed 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -[4ee 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[4ef 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] -[4f0 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -[4f1 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[4f2 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [cc9b60df-823a-4a76-b996-ae1133dd827d] -[4f3 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=0f1aa104-a129-4edc-8308-a095fdbb096f,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[4f4 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d chaindID businesschannel -[4f5 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -[4f6 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[4f7 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[4f8 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0f1aa104]Inside sendExecuteMessage. Message TRANSACTION -[4f9 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[4fa 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0f1aa104]sendExecuteMsg trigger event TRANSACTION -[4fb 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]Move state message TRANSACTION -[4fc 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[4fd 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[4fe 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]sending state message TRANSACTION -[4ff 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Received message TRANSACTION from shim -[500 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0f1aa104]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[501 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0f1aa104]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[502 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -[503 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -[504 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -[505 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -[506 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -[507 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -[508 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -[509 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [f534177d-e4e2-4fd1-b7ef-ca9c1243d12c] -[50a 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[50b 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [f534177d-e4e2-4fd1-b7ef-ca9c1243d12c] -[50c 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -[50d 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -[50e 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -[50f 01-14 11:46:02.65 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Transaction completed. Sending COMPLETED -[510 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]Move state message COMPLETED -[511 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0f1aa104]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[512 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0f1aa104]send state message COMPLETED -[513 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0f1aa104]Received message COMPLETED from shim -[514 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[515 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0f1aa104-a129-4edc-8308-a095fdbb096f]HandleMessage- COMPLETED. Notify -[516 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0f1aa104-a129-4edc-8308-a095fdbb096f -[517 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[518 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [cc9b60df-823a-4a76-b996-ae1133dd827d] -[519 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[51a 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[51b 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421b9f340), Data:(*common.BlockData)(0xc421f10f80), Metadata:(*common.BlockMetadata)(0xc421f10fc0)}, doMVCCValidation=true -[51c 01-14 11:46:02.68 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[51d 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[51e 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] marked as valid by state validator -[51f 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0xba, 0x24, 0x96, 0x98, 0xea, 0x83, 0xc, 0x88, 0x92, 0x2d, 0x8d, 0xe0, 0x99, 0x42, 0x2d, 0x3a, 0xe0, 0x84, 0xec, 0x46, 0x3c, 0xa6, 0xc, 0x6, 0xc2, 0x1e, 0xe1, 0x1a, 0x22, 0xb8, 0xa2, 0x6b} txOffsets= -txId=df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d locPointer=offset=70, bytesLength=3394 +[47d 01-18 01:59:01.34 UTC] [github.com/hyperledger/fabric/core/chaincode/platforms/util] generateDockerBuild.GenerateDockerBuild.DockerBuild -> DEBU Attempting build with image hyperledger/fabric-ccenv:x86_64-1.0.2 +[47e 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.deployImage -> DEBU Created image: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 +[47f 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU start-recreated image successfully +[480 01-18 01:59:24.68 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Create container: dev-peer0.org1.example.com-exp02-1.0 +[481 01-18 01:59:24.89 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start.createContainer -> DEBU Created container: dev-peer0.org1.example.com-exp02-1.0-207541cceae707183f8108fcfc8ad03b450411570fb69827d3d40dc2ffdddbb4 +[482 01-18 01:59:25.55 UTC] [github.com/hyperledger/fabric/core/container/dockercontroller] do.do.Start -> DEBU Started container dev-peer0.org1.example.com-exp02-1.0 +[483 01-18 01:59:25.55 UTC] [github.com/hyperledger/fabric/core/container] unlockContainer -> DEBU container lock deleted(dev-peer0.org1.example.com-exp02-1.0) +[484 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream -> DEBU Current context deadline = 0001-01-01 00:00:00 +0000 UTC, ok = false +[485 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU []Received message REGISTER from shim +[486 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU []Fabric side Handling ChaincodeMessage of type: REGISTER in state created +[487 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Received REGISTER in state created +[488 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent.registerHandler -> DEBU registered handler complete for chaincode exp02:1.0 +[489 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.beforeEventCallbacks.func1.beforeRegisterEvent -> DEBU Got REGISTER for chaincodeID = name:"exp02:1.0" , sending back REGISTERED +[48a 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func12.enterEstablishedState.notifyDuringStartup -> DEBU Notifying during startup +[48b 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.launchAndWaitForRegister.func1 -> DEBU chaincode exp02:1.0 launch seq completed +[48c 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready -> DEBU sending READY +[48d 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[48e 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch.sendReady.ready.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[48f 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message READY +[490 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: READY in state established +[491 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState -> DEBU [ebabbeb4]Entered state ready +[492 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.Transition.func1.enterStateCallbacks.func13.enterReadyState.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[493 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message READY +[494 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU sending init completed +[495 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Launch -> DEBU LaunchChaincode complete +[496 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Entry +[497 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +[498 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message INIT +[499 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[49a 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[49b 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event INIT +[49c 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message INIT +[49d 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: INIT in state ready +[49e 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[49f 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message INIT +[4a0 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +[4a1 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +[4a2 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4a3 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +[4a4 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +[4a5 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +[4a6 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +[4a7 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +[4a8 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4a9 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +[4aa 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message PUT_STATE from shim +[4ab 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +[4ac 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4ad 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]state is ready +[4ae 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [ebabbeb4]Completed PUT_STATE. Sending RESPONSE +[4af 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [ebabbeb4]enterBusyState trigger event RESPONSE +[4b0 01-18 01:59:25.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message RESPONSE +[4b1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +[4b2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4b3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message RESPONSE +[4b4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +[4b5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[4b6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +[4b7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[4b8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.Execute.Execute -> DEBU Exit +[4b9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[4ba 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[4bb 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +[4bc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[4bd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel chaincode id: name:"lscc" +[4be 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[4bf 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 channel id: businesschannel version: 1.0.2 +[4c0 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824,syscc=true,proposal=0xc421c4d9a0,canname=escc:1.0.2 +[4c1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[4c2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[4c3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[4c4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]Inside sendExecuteMessage. Message TRANSACTION +[4c5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[4c6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[4c7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [ebabbeb4]sendExecuteMsg trigger event TRANSACTION +[4c8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Move state message TRANSACTION +[4c9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[4ca 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4cb 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]sending state message TRANSACTION +[4cc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Received message TRANSACTION from shim +[4cd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[4ce 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [ebabbeb4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[4cf 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[4d0 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[4d1 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Transaction completed. Sending COMPLETED +[4d2 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]Move state message COMPLETED +[4d3 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [ebabbeb4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[4d4 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [ebabbeb4]send state message COMPLETED +[4d5 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [ebabbeb4]Received message COMPLETED from shim +[4d6 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[4d7 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824]HandleMessage- COMPLETED. Notify +[4d8 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[4d9 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[4da 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[4db 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[4dc 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b2886e93-0dcf-4cd2-aef9-ab99e897e7b2] +[4dd 01-18 01:59:25.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[4de 01-18 01:59:27.63 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [3], peers number [3] +[4df 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [3], peers number [3] +[4e0 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[4e1 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[4e2 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[4e3 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421daeba0 +[4e4 01-18 01:59:27.65 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +[4e5 01-18 01:59:27.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[4e6 01-18 01:59:27.66 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[4e7 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[4e8 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[4e9 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[4ea 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421968000, header channel_header:"\010\003\032\014\010\345\376\377\322\005\020\211\346\356\222\001\"\017businesschannel*@ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\301\237\303\"+C\367\344\024\317<\323\262\343\371\027\307\t\002\340b0*\253" +[4eb 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +[4ec 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +[4ed 01-18 01:59:27.67 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +[4ee 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[4ef 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] +[4f0 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +[4f1 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[4f2 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [5f60fc0c-7094-4f1a-8683-3a0d0b75530a] +[4f3 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=da0f241e-8a8e-4378-829a-c45835b2f3cc,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[4f4 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 chaindID businesschannel +[4f5 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +[4f6 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[4f7 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[4f8 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [da0f241e]Inside sendExecuteMessage. Message TRANSACTION +[4f9 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[4fa 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [da0f241e]sendExecuteMsg trigger event TRANSACTION +[4fb 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]Move state message TRANSACTION +[4fc 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[4fd 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[4fe 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]sending state message TRANSACTION +[4ff 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Received message TRANSACTION from shim +[500 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [da0f241e]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[501 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [da0f241e]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[502 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +[503 01-18 01:59:27.71 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +[504 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +[505 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +[506 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +[507 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +[508 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +[509 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [acc729d2-4178-413e-bd67-6b770cf04f8d] +[50a 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[50b 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [acc729d2-4178-413e-bd67-6b770cf04f8d] +[50c 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +[50d 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +[50e 01-18 01:59:27.73 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +[50f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Transaction completed. Sending COMPLETED +[510 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]Move state message COMPLETED +[511 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [da0f241e]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[512 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [da0f241e]send state message COMPLETED +[513 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [da0f241e]Received message COMPLETED from shim +[514 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[515 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [da0f241e-8a8e-4378-829a-c45835b2f3cc]HandleMessage- COMPLETED. Notify +[516 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:da0f241e-8a8e-4378-829a-c45835b2f3cc +[517 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[518 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [5f60fc0c-7094-4f1a-8683-3a0d0b75530a] +[519 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[51a 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[51b 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421eff400), Data:(*common.BlockData)(0xc421dbb220), Metadata:(*common.BlockMetadata)(0xc421dbb260)}, doMVCCValidation=true +[51c 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[51d 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[51e 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [3] Transaction index [0] TxId [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] marked as valid by state validator +[51f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=3, blockHash=[]byte{0x97, 0xe, 0xbe, 0xd9, 0x27, 0xde, 0xad, 0x13, 0x22, 0x1c, 0xcb, 0xdd, 0x26, 0x3a, 0xf8, 0x99, 0xca, 0x2c, 0x54, 0x92, 0x33, 0x30, 0x7d, 0x62, 0xca, 0x6a, 0xf9, 0x20, 0xf, 0xe3, 0x82, 0xcd} txOffsets= +txId=ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 locPointer=offset=70, bytesLength=3395 ] -[520 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to index -[521 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39531, bytesLength=3394] for tx number:[0] ID: [df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d] to blockNumTranNum index -[522 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44676], isChainEmpty=[false], lastBlockNumber=[3] -[523 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) -[524 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[525 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[526 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -[527 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -[528 01-14 11:46:02.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] -[529 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[52a 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions -[52b 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] -[52c 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[52d 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: df774408b83efa4feb7d4a94e9050255ea4c5efe34c5e80b52fa0ac2bfadca5d -[52e 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] -[52f 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[530 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[531 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[532 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[533 01-14 11:46:02.70 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -[534 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] -[535 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] -[536 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[537 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[538 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[539 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421ffc360 -[53a 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -[53b 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[53c 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[53d 01-14 11:46:20.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -[53e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[53f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[540 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421f3b500, header channel_header:"\010\003\032\014\010\370\205\355\322\005\020\240\323\236\361\002\"\017businesschannel*@73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030\033\372\211\013\300\307ci\202\223\r%g\247&# P\372\234\357\202\307\222" -[541 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -[542 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -[543 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -[544 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[545 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] -[546 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -[547 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[548 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [64d8c4d5-046a-4296-a4bf-82e38277468a] -[549 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=a6bff49a-3678-4c1c-8248-045119d5c177,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[54a 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee chaindID businesschannel -[54b 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -[54c 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[54d 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[54e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [a6bff49a]Inside sendExecuteMessage. Message TRANSACTION -[54f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[550 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [a6bff49a]sendExecuteMsg trigger event TRANSACTION -[551 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]Move state message TRANSACTION -[552 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[553 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[554 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]sending state message TRANSACTION -[555 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Received message TRANSACTION from shim -[556 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a6bff49a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[557 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [a6bff49a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[558 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -[559 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -[55a 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC -[55b 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -[55c 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} -[55d 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 -[55e 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc -[55f 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [3ddf7dd3-0702-453e-bcd0-74474986ad38] -[560 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[561 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [3ddf7dd3-0702-453e-bcd0-74474986ad38] -[562 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 -[563 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} -[564 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated -[565 01-14 11:46:20.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Transaction completed. Sending COMPLETED -[566 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]Move state message COMPLETED -[567 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [a6bff49a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[568 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [a6bff49a]send state message COMPLETED -[569 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [a6bff49a]Received message COMPLETED from shim -[56a 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[56b 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [a6bff49a-3678-4c1c-8248-045119d5c177]HandleMessage- COMPLETED. Notify -[56c 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:a6bff49a-3678-4c1c-8248-045119d5c177 -[56d 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[56e 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee, error Chaincode exp02 is already instantiated -[56f 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [64d8c4d5-046a-4296-a4bf-82e38277468a] -[570 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee returned error Chaincode exp02 is already instantiated -[571 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[572 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[573 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4219ddac0), Data:(*common.BlockData)(0xc422244ba0), Metadata:(*common.BlockMetadata)(0xc422244be0)}, doMVCCValidation=true -[574 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[575 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] -[576 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0x3e, 0xa5, 0xb9, 0x9c, 0xb8, 0xc5, 0x29, 0x6f, 0xda, 0xd3, 0xfd, 0xc3, 0x49, 0x31, 0x1d, 0xc8, 0xf5, 0x6d, 0xce, 0x76, 0x5e, 0x7f, 0x6e, 0x5c, 0xf0, 0x98, 0xb6, 0x7b, 0x85, 0xb8, 0x9, 0x2b} txOffsets= -txId=73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee locPointer=offset=70, bytesLength=3395 +[520 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to index +[521 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=39529, bytesLength=3395] for tx number:[0] ID: [ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824] to blockNumTranNum index +[522 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[44675], isChainEmpty=[false], lastBlockNumber=[3] +[523 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [3] with 1 transaction(s) +[524 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[525 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[526 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +[527 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +[528 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x6c, 0x73, 0x63, 0x63, 0x0, 0x65, 0x78, 0x70, 0x30, 0x32}] +[529 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[52a 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [3] with [1] transactions +[52b 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [3] +[52c 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[52d 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [3] contains transaction id: ebabbeb4007c040a32887a67704f9d8fe77dc22e5e9a1a73d4b23540b8ecc824 +[52e 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [3] +[52f 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[530 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[531 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[532 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[533 01-18 01:59:27.74 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[534 01-18 01:59:48.19 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [4], peers number [3] +[535 01-18 01:59:48.19 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [4], peers number [3] +[536 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[537 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[538 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[539 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421b3bc80 +[53a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +[53b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[53c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[53d 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +[53e 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[53f 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[540 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421968000, header channel_header:"\010\003\032\014\010\375\376\377\322\005\020\220\204\253\262\003\"\017businesschannel*@544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd:\010\022\006\022\004lscc" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030.\346n\376\017\374\362\314\316\370\257\277\034\314\3600Y\212Kj\313\"\227\377" +[541 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +[542 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +[543 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +[544 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[545 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] +[546 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +[547 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[548 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [c1b8ae7c-9127-4067-bfaf-bf89d641be82] +[549 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=9231c3a0-0f5f-4f23-93c8-89e4afd1192e,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[54a 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd chaindID businesschannel +[54b 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +[54c 01-18 01:59:48.20 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[54d 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[54e 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9231c3a0]Inside sendExecuteMessage. Message TRANSACTION +[54f 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[550 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [9231c3a0]sendExecuteMsg trigger event TRANSACTION +[551 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]Move state message TRANSACTION +[552 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[553 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[554 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]sending state message TRANSACTION +[555 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Received message TRANSACTION from shim +[556 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9231c3a0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[557 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [9231c3a0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[558 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +[559 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +[55a 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC info: doing special validation for LSCC +[55b 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: ValidateLSCCInvocation acting on deploy [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +[55c 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU VSCC info: validating invocation of lscc function deploy on arguments [][]uint8{[]uint8{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c}, []uint8{0xa, 0x28, 0x8, 0x1, 0x12, 0xc, 0x12, 0x5, 0x65, 0x78, 0x70, 0x30, 0x32, 0x1a, 0x3, 0x31, 0x2e, 0x30, 0x1a, 0x16, 0xa, 0x4, 0x69, 0x6e, 0x69, 0x74, 0xa, 0x1, 0x61, 0xa, 0x3, 0x31, 0x30, 0x30, 0xa, 0x1, 0x62, 0xa, 0x3, 0x32, 0x30, 0x30}, []uint8{0x12, 0xc, 0x12, 0xa, 0x8, 0x1, 0x12, 0x2, 0x8, 0x0, 0x12, 0x2, 0x8, 0x1, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x31, 0x4d, 0x53, 0x50, 0x1a, 0xb, 0x12, 0x9, 0xa, 0x7, 0x4f, 0x72, 0x67, 0x32, 0x4d, 0x53, 0x50}, []uint8{0x65, 0x73, 0x63, 0x63}, []uint8{0x76, 0x73, 0x63, 0x63}} +[55d 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace exp02 +[55e 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Namespace lscc +[55f 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetQueryExecutorForLedger.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [26418205-1426-4f26-a3b8-060e826aae4d] +[560 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] Invoke.ValidateLSCCInvocation.getInstantiatedCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[561 01-18 01:59:48.21 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] Invoke.ValidateLSCCInvocation.getInstantiatedCC.Done -> DEBU Done with transaction simulation / query execution [26418205-1426-4f26-a3b8-060e826aae4d] +[562 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation -> DEBU Validating deploy for cc exp02 version 1.0 +[563 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.ValidateLSCCInvocation.checkInstantiationPolicy -> DEBU VSCC info: checkInstantiationPolicy starts, policy is &cauthdsl.policy{evaluator:(func([]*common.SignedData, []bool) bool)(0x953df0)} +[564 01-18 01:59:48.22 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> ERRO VSCC error: ValidateLSCCInvocation failed, err Chaincode exp02 is already instantiated +[565 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Transaction completed. Sending COMPLETED +[566 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]Move state message COMPLETED +[567 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [9231c3a0]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[568 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [9231c3a0]send state message COMPLETED +[569 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [9231c3a0]Received message COMPLETED from shim +[56a 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[56b 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [9231c3a0-0f5f-4f23-93c8-89e4afd1192e]HandleMessage- COMPLETED. Notify +[56c 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:9231c3a0-0f5f-4f23-93c8-89e4afd1192e +[56d 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[56e 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> ERRO VSCC check failed for transaction txid=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd, error Chaincode exp02 is already instantiated +[56f 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [c1b8ae7c-9127-4067-bfaf-bf89d641be82] +[570 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> ERRO VSCCValidateTx for transaction txId = 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd returned error Chaincode exp02 is already instantiated +[571 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[572 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[573 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4226f2dc0), Data:(*common.BlockData)(0xc421aa2d20), Metadata:(*common.BlockMetadata)(0xc421aa2d60)}, doMVCCValidation=true +[574 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[575 01-18 01:59:48.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> WARN Block [4] Transaction index [0] marked as invalid by committer. Reason code [10] +[576 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=4, blockHash=[]byte{0xa9, 0xa2, 0x5c, 0x6d, 0x32, 0x6, 0xa0, 0x2d, 0x65, 0xc3, 0x6e, 0x5b, 0xf7, 0xb7, 0x4f, 0x48, 0x2d, 0xb5, 0x26, 0x88, 0xf4, 0x50, 0x7e, 0x26, 0xb8, 0xd0, 0xfe, 0x2f, 0x87, 0xde, 0x87, 0x83} txOffsets= +txId=544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd locPointer=offset=70, bytesLength=3394 ] -[577 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to index -[578 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44746, bytesLength=3395] for tx number:[0] ID: [73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee] to blockNumTranNum index -[579 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49893], isChainEmpty=[false], lastBlockNumber=[4] -[57a 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) -[57b 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[57c 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[57d 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[57e 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions -[57f 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 -[580 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] -[581 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[582 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 73c65c2437c2900498095126fc2223a3e69f210779a77db626190ad0027be0ee -[583 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] -[584 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[585 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[586 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[587 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[588 01-14 11:46:20.38 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -[589 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[58a 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422717050 -[58b 01-14 11:46:38.92 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[58c 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[58d 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[58e 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[58f 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[590 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc42245de00, header 0xc422717080 -[591 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -[592 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -[593 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -[594 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[595 01-14 11:46:38.93 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -[596 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel -[597 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=true,proposal=0xc42245de00,canname=lscc:1.0.2 -[598 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[599 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -[59a 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[59b 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -[59c 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[59d 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[59e 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -[59f 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -[5a0 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[5a1 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5a2 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -[5a3 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message TRANSACTION from shim -[5a4 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[5a5 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0aa15551]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[5a6 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [0aa15551]Sending GET_STATE -[5a7 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -[5a8 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[5a9 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -[5aa 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5ab 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode lscc, key exp02, channel businesschannel -[5ac 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[5ad 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -[5ae 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -[5af 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message RESPONSE from shim -[5b0 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[5b1 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [0aa15551]before send -[5b2 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [0aa15551]after send -[5b3 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [0aa15551]Received RESPONSE, communicated (state:ready) -[5b4 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [0aa15551]GetState received payload RESPONSE -[5b5 01-14 11:46:38.94 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Transaction completed. Sending COMPLETED -[5b6 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Move state message COMPLETED -[5b7 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[5b8 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]send state message COMPLETED -[5b9 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -[5ba 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[5bb 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -[5bc 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -[5bd 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -[5be 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -[5bf 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel version: 1.0 -[5c0 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=false,proposal=0xc42245de00,canname=exp02:1.0 -[5c1 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -[5c2 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[5c3 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -[5c4 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -[5c5 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[5c6 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[5c7 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -[5c8 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -[5c9 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[5ca 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5cb 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -[5cc 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -[5cd 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[5ce 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -[5cf 01-14 11:46:38.95 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5d0 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode exp02, key a, channel businesschannel -[5d1 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -[5d2 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -[5d3 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -[5d4 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message GET_STATE from shim -[5d5 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[5d6 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [0aa15551]Received GET_STATE, invoking get state from ledger -[5d7 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5d8 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551] getting state for chaincode exp02, key b, channel businesschannel -[5d9 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b -[5da 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Got state. Sending RESPONSE -[5db 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]handleGetState serial send RESPONSE -[5dc 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message PUT_STATE from shim -[5dd 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -[5de 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5df 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]state is ready -[5e0 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Completed PUT_STATE. Sending RESPONSE -[5e1 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]enterBusyState trigger event RESPONSE -[5e2 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message RESPONSE -[5e3 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -[5e4 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5e5 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message RESPONSE -[5e6 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message PUT_STATE from shim -[5e7 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready -[5e8 01-14 11:46:38.96 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5e9 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]state is ready -[5ea 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [0aa15551]Completed PUT_STATE. Sending RESPONSE -[5eb 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [0aa15551]enterBusyState trigger event RESPONSE -[5ec 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message RESPONSE -[5ed 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready -[5ee 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[5ef 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message RESPONSE -[5f0 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -[5f1 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[5f2 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -[5f3 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -[5f4 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[5f5 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[5f6 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[5f7 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -[5f8 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[5f9 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel chaincode id: name:"exp02" -[5fa 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -[5fb 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 channel id: businesschannel version: 1.0.2 -[5fc 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38,syscc=true,proposal=0xc42245de00,canname=escc:1.0.2 -[5fd 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[5fe 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[5ff 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[600 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]Inside sendExecuteMessage. Message TRANSACTION -[601 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[602 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[603 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0aa15551]sendExecuteMsg trigger event TRANSACTION -[604 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Move state message TRANSACTION -[605 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[606 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[607 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]sending state message TRANSACTION -[608 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Received message TRANSACTION from shim -[609 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[60a 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0aa15551]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[60b 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[60c 01-14 11:46:38.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[60d 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Transaction completed. Sending COMPLETED -[60e 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]Move state message COMPLETED -[60f 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0aa15551]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[610 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0aa15551]send state message COMPLETED -[611 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0aa15551]Received message COMPLETED from shim -[612 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa15551]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[613 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38]HandleMessage- COMPLETED. Notify -[614 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -[615 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[616 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[617 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[618 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [0c14dfd7-27c2-42b7-98cc-a6087dc9f74d] -[619 01-14 11:46:38.98 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[61a 01-14 11:46:41.03 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] -[61b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] -[61c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[61d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[61e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[61f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc42215b5f0 -[620 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -[621 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[622 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[623 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[624 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[625 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[626 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42160b000, header channel_header:"\010\003\032\014\010\236\206\355\322\005\020\264\214\215\272\003\"\017businesschannel*@0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\277\023M3\225\004\006\376b\342\266\367\260z\335\033\327\370>\233\034\272\307\365" -[627 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -[628 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -[629 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -[62a 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[62b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] -[62c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -[62d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [f9100b90-5d46-4137-9576-fe71cfca9a2c] -[62e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[62f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [f9100b90-5d46-4137-9576-fe71cfca9a2c] -[630 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[631 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [71d4df85-8edb-4bc3-9692-f42130d2837e] -[632 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4bd4d0a0-7794-435d-bb60-634d52ea89d9,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[633 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 chaindID businesschannel -[634 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -[635 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[636 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[637 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4bd4d0a0]Inside sendExecuteMessage. Message TRANSACTION -[638 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[639 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4bd4d0a0]sendExecuteMsg trigger event TRANSACTION -[63a 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]Move state message TRANSACTION -[63b 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[63c 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[63d 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]sending state message TRANSACTION -[63e 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Received message TRANSACTION from shim -[63f 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4bd4d0a0]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[640 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4bd4d0a0]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[641 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -[642 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -[643 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -[644 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Transaction completed. Sending COMPLETED -[645 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]Move state message COMPLETED -[646 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4bd4d0a0]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[647 01-14 11:46:41.04 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4bd4d0a0]send state message COMPLETED -[648 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4bd4d0a0]Received message COMPLETED from shim -[649 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[64a 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4bd4d0a0-7794-435d-bb60-634d52ea89d9]HandleMessage- COMPLETED. Notify -[64b 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4bd4d0a0-7794-435d-bb60-634d52ea89d9 -[64c 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[64d 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [71d4df85-8edb-4bc3-9692-f42130d2837e] -[64e 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[64f 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[650 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc422194080), Data:(*common.BlockData)(0xc42218b120), Metadata:(*common.BlockMetadata)(0xc42218b160)}, doMVCCValidation=true -[651 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[652 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -[653 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -[654 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[655 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] marked as valid by state validator -[656 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0xcd, 0x59, 0x35, 0x43, 0xb3, 0xfa, 0x14, 0xcb, 0x59, 0x18, 0x46, 0x89, 0x5f, 0xd3, 0xa0, 0x0, 0x87, 0xb9, 0x64, 0x3c, 0xe6, 0xb3, 0x98, 0x4d, 0x7a, 0xc5, 0x75, 0xe5, 0xbd, 0x79, 0xfa, 0x45} txOffsets= -txId=0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 locPointer=offset=70, bytesLength=2855 +[577 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to index +[578 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=44745, bytesLength=3394] for tx number:[0] ID: [544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd] to blockNumTranNum index +[579 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[49891], isChainEmpty=[false], lastBlockNumber=[4] +[57a 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [4] with 1 transaction(s) +[57b 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[57c 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[57d 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[57e 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [4] with [1] transactions +[57f 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Skipping history write for invalid transaction number 0 +[580 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [4] +[581 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[582 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [4] contains transaction id: 544f379dda618ff2c82301cddc728a5ab3076d114052fb463df7e9d6c1ede6fd +[583 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [4] +[584 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[585 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[586 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[587 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[588 01-18 01:59:48.24 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[589 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[58a 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc424da6300 +[58b 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[58c 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[58d 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[58e 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[58f 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[590 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4224920f0, header 0xc424da6330 +[591 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +[592 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +[593 01-18 02:00:09.27 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +[594 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[595 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +[596 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel +[597 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=true,proposal=0xc4224920f0,canname=lscc:1.0.2 +[598 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[599 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +[59a 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[59b 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +[59c 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[59d 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[59e 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +[59f 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +[5a0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[5a1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5a2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +[5a3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message TRANSACTION from shim +[5a4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[5a5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [82ba6765]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[5a6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [82ba6765]Sending GET_STATE +[5a7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +[5a8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[5a9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +[5aa 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5ab 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode lscc, key exp02, channel businesschannel +[5ac 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[5ad 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +[5ae 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +[5af 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message RESPONSE from shim +[5b0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[5b1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [82ba6765]before send +[5b2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [82ba6765]after send +[5b3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [82ba6765]Received RESPONSE, communicated (state:ready) +[5b4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [82ba6765]GetState received payload RESPONSE +[5b5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Transaction completed. Sending COMPLETED +[5b6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Move state message COMPLETED +[5b7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[5b8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]send state message COMPLETED +[5b9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +[5ba 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[5bb 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +[5bc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +[5bd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +[5be 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +[5bf 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel version: 1.0 +[5c0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=false,proposal=0xc4224920f0,canname=exp02:1.0 +[5c1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +[5c2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[5c3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +[5c4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +[5c5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[5c6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[5c7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +[5c8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +[5c9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[5ca 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5cb 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +[5cc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +[5cd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[5ce 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +[5cf 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5d0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode exp02, key a, channel businesschannel +[5d1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +[5d2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +[5d3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +[5d4 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message GET_STATE from shim +[5d5 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[5d6 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [82ba6765]Received GET_STATE, invoking get state from ledger +[5d7 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5d8 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765] getting state for chaincode exp02, key b, channel businesschannel +[5d9 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=b +[5da 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Got state. Sending RESPONSE +[5db 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]handleGetState serial send RESPONSE +[5dc 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message PUT_STATE from shim +[5dd 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +[5de 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5df 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]state is ready +[5e0 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Completed PUT_STATE. Sending RESPONSE +[5e1 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]enterBusyState trigger event RESPONSE +[5e2 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message RESPONSE +[5e3 01-18 02:00:09.28 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +[5e4 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5e5 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message RESPONSE +[5e6 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message PUT_STATE from shim +[5e7 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: PUT_STATE in state ready +[5e8 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5e9 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]state is ready +[5ea 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [82ba6765]Completed PUT_STATE. Sending RESPONSE +[5eb 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [82ba6765]enterBusyState trigger event RESPONSE +[5ec 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message RESPONSE +[5ed 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: RESPONSE in state ready +[5ee 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[5ef 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message RESPONSE +[5f0 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +[5f1 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[5f2 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +[5f3 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +[5f4 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[5f5 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[5f6 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[5f7 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +[5f8 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[5f9 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel chaincode id: name:"exp02" +[5fa 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +[5fb 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f channel id: businesschannel version: 1.0.2 +[5fc 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f,syscc=true,proposal=0xc4224920f0,canname=escc:1.0.2 +[5fd 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[5fe 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[5ff 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[600 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]Inside sendExecuteMessage. Message TRANSACTION +[601 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[602 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[603 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [82ba6765]sendExecuteMsg trigger event TRANSACTION +[604 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Move state message TRANSACTION +[605 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[606 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[607 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]sending state message TRANSACTION +[608 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Received message TRANSACTION from shim +[609 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[60a 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [82ba6765]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[60b 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[60c 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[60d 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Transaction completed. Sending COMPLETED +[60e 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]Move state message COMPLETED +[60f 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [82ba6765]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[610 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [82ba6765]send state message COMPLETED +[611 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [82ba6765]Received message COMPLETED from shim +[612 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba6765]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[613 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f]HandleMessage- COMPLETED. Notify +[614 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +[615 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[616 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[617 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[618 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [a58123b4-6a36-407b-9fb4-bf34a53f4ae9] +[619 01-18 02:00:09.29 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[61a 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [5], peers number [3] +[61b 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [5], peers number [3] +[61c 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[61d 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[61e 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[61f 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422100d80 +[620 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +[621 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[622 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[623 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[624 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[625 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[626 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc422131000, header channel_header:"\010\003\032\014\010\251\377\377\322\005\020\301\210\311\204\001\"\017businesschannel*@82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org1MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAP+Z88k7njsHp9l3kiWmd9swCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzEuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzEuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU0WhcNMjgwMTAxMTMwOTU0\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMS5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABD40IiVrRtcNkC4EGP7DXUx7ZEzEG2DB\nxnYespKCV1j0QYoRr2RSeoVuDV1RHSQw/UrOtLfnMsaMSyU8UpGxBpWjTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAICKbVYgqqe6i\nftb7gBsxJR1OGLlCz8tFy6SVGDhUCdARMAoGCCqGSM49BAMCA0gAMEUCIQD1TkLY\ngfRkLgKHhVLmKGnVRf0iohoYuAT5bxUjrfVGwwIgNgN5L0HfIss0SGfDZ8ZEJ2U+\nxHTBvxfK6mAzmUitFmY=\n-----END -----\n\022\030\215L\3418\2617/0\026\310\033\"v\267\267\031\315i\305\260\215\352\256\351" +[627 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +[628 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +[629 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +[62a 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[62b 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] +[62c 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +[62d 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [9c7d4f5f-93e4-4dad-9329-f20931a83f0f] +[62e 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[62f 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [9c7d4f5f-93e4-4dad-9329-f20931a83f0f] +[630 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[631 01-18 02:00:11.32 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [dcf02705-e884-4f34-a3fd-7629c08c697e] +[632 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=53087271-6656-4e0d-a78f-6fac50075504,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[633 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f chaindID businesschannel +[634 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +[635 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[636 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[637 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53087271]Inside sendExecuteMessage. Message TRANSACTION +[638 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[639 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53087271]sendExecuteMsg trigger event TRANSACTION +[63a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]Move state message TRANSACTION +[63b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[63c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[63d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]sending state message TRANSACTION +[63e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Received message TRANSACTION from shim +[63f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53087271]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[640 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53087271]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[641 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +[642 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +[643 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +[644 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Transaction completed. Sending COMPLETED +[645 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]Move state message COMPLETED +[646 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53087271]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[647 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53087271]send state message COMPLETED +[648 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53087271]Received message COMPLETED from shim +[649 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[64a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53087271-6656-4e0d-a78f-6fac50075504]HandleMessage- COMPLETED. Notify +[64b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53087271-6656-4e0d-a78f-6fac50075504 +[64c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[64d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [dcf02705-e884-4f34-a3fd-7629c08c697e] +[64e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[64f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[650 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc4220f7c00), Data:(*common.BlockData)(0xc421fdd080), Metadata:(*common.BlockMetadata)(0xc421fdd0c0)}, doMVCCValidation=true +[651 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[652 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +[653 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +[654 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[655 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [5] Transaction index [0] TxId [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] marked as valid by state validator +[656 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=5, blockHash=[]byte{0x6c, 0xf7, 0xab, 0xa5, 0x1f, 0xca, 0x2a, 0x58, 0xcb, 0xd4, 0xd1, 0xb3, 0x1d, 0x76, 0xc1, 0x27, 0x8a, 0x2f, 0xe, 0x8d, 0x19, 0x84, 0xf0, 0xbf, 0x33, 0x10, 0xfe, 0x43, 0xbc, 0xb4, 0x60, 0x53} txOffsets= +txId=82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f locPointer=offset=70, bytesLength=2855 ] -[657 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to index -[658 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49963, bytesLength=2855] for tx number:[0] ID: [0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38] to blockNumTranNum index -[659 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54569], isChainEmpty=[false], lastBlockNumber=[5] -[65a 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) -[65b 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[65c 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[65d 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -[65e 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -[65f 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[660 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions -[661 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] -[662 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[663 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 0aa155513bc67348317e64140e14ac681312c0319957ded6edc06d072fe8ba38 -[664 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] -[665 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[666 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[667 01-14 11:46:41.05 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[668 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[669 01-14 11:46:41.06 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit -[66a 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[66b 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422684870 -[66c 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[66d 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[66e 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[66f 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[670 01-14 11:47:02.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[671 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4222f3270, header 0xc4226848a0 -[672 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" -[673 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -[674 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e] -[675 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[676 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [084f3326-7b02-4f09-bf4b-cf4b65b01448] -[677 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel -[678 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=true,proposal=0xc4222f3270,canname=lscc:1.0.2 -[679 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[67a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry -[67b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[67c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -[67d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[67e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[67f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -[680 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -[681 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[682 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[683 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -[684 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message TRANSACTION from shim -[685 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[686 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [55525944]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[687 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [55525944]Sending GET_STATE -[688 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message GET_STATE from shim -[689 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[68a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [55525944]Received GET_STATE, invoking get state from ledger -[68b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[68c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944] getting state for chaincode lscc, key exp02, channel businesschannel -[68d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[68e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944]Got state. Sending RESPONSE -[68f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [55525944]handleGetState serial send RESPONSE -[690 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message RESPONSE from shim -[691 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[692 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [55525944]before send -[693 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [55525944]after send -[694 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [55525944]Received RESPONSE, communicated (state:ready) -[695 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [55525944]GetState received payload RESPONSE -[696 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Transaction completed. Sending COMPLETED -[697 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Move state message COMPLETED -[698 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[699 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]send state message COMPLETED -[69a 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -[69b 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[69c 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -[69d 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -[69e 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit -[69f 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache -[6a0 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel version: 1.0 -[6a1 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=false,proposal=0xc4222f3270,canname=exp02:1.0 -[6a2 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 -[6a3 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[6a4 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 -[6a5 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -[6a6 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[6a7 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[6a8 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -[6a9 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -[6aa 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[6ab 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[6ac 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -[6ad 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message GET_STATE from shim -[6ae 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[6af 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [55525944]Received GET_STATE, invoking get state from ledger -[6b0 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[6b1 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944] getting state for chaincode exp02, key a, channel businesschannel -[6b2 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a -[6b3 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [55525944]Got state. Sending RESPONSE -[6b4 01-14 11:47:02.46 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [55525944]handleGetState serial send RESPONSE -[6b5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -[6b6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[6b7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -[6b8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -[6b9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[6ba 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[6bb 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[6bc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [084f3326-7b02-4f09-bf4b-cf4b65b01448] -[6bd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[6be 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel chaincode id: name:"exp02" -[6bf 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc -[6c0 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e channel id: businesschannel version: 1.0.2 -[6c1 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e,syscc=true,proposal=0xc4222f3270,canname=escc:1.0.2 -[6c2 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[6c3 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[6c4 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[6c5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]Inside sendExecuteMessage. Message TRANSACTION -[6c6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[6c7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[6c8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [55525944]sendExecuteMsg trigger event TRANSACTION -[6c9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Move state message TRANSACTION -[6ca 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[6cb 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[6cc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]sending state message TRANSACTION -[6cd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Received message TRANSACTION from shim -[6ce 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[6cf 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [55525944]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[6d0 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[6d1 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[6d2 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Transaction completed. Sending COMPLETED -[6d3 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]Move state message COMPLETED -[6d4 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [55525944]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[6d5 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [55525944]send state message COMPLETED -[6d6 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [55525944]Received message COMPLETED from shim -[6d7 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [55525944]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[6d8 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e]HandleMessage- COMPLETED. Notify -[6d9 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:555259443c016d06e9b5bbb86ee8f1520d9b679457845e9b387661a23b02968e -[6da 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[6db 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[6dc 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[6dd 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [084f3326-7b02-4f09-bf4b-cf4b65b01448] -[6de 01-14 11:47:02.47 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[6df 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[6e0 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4218a1380 -[6e1 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[6e2 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[6e3 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[6e4 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[6e5 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[6e6 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422167220, header 0xc4218a13b0 -[6e7 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[6e8 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -[6e9 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d] -[6ea 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[6eb 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b87acb1e-d560-4383-97ed-9f14326c4e85] -[6ec 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel -[6ed 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel version: 1.0.2 -[6ee 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d,syscc=true,proposal=0xc422167220,canname=lscc:1.0.2 -[6ef 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[6f0 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[6f1 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[6f2 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]Inside sendExecuteMessage. Message TRANSACTION -[6f3 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[6f4 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[6f5 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]sendExecuteMsg trigger event TRANSACTION -[6f6 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Move state message TRANSACTION -[6f7 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[6f8 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[6f9 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]sending state message TRANSACTION -[6fa 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message TRANSACTION from shim -[6fb 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[6fc 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53f41b12]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[6fd 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [53f41b12]Sending GET_STATE -[6fe 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message GET_STATE from shim -[6ff 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[700 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [53f41b12]Received GET_STATE, invoking get state from ledger -[701 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[702 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [53f41b12] getting state for chaincode lscc, key exp02, channel businesschannel -[703 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[704 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [53f41b12]Got state. Sending RESPONSE -[705 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [53f41b12]handleGetState serial send RESPONSE -[706 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message RESPONSE from shim -[707 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[708 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [53f41b12]before send -[709 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [53f41b12]after send -[70a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [53f41b12]Received RESPONSE, communicated (state:ready) -[70b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [53f41b12]GetState received payload RESPONSE -[70c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Transaction completed. Sending COMPLETED -[70d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Move state message COMPLETED -[70e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[70f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]send state message COMPLETED -[710 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message COMPLETED from shim -[711 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[712 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d]HandleMessage- COMPLETED. Notify -[713 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -[714 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[715 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[716 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[717 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b87acb1e-d560-4383-97ed-9f14326c4e85] -[718 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[719 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel chaincode id: name:"lscc" -[71a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[71b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d channel id: businesschannel version: 1.0.2 -[71c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d,syscc=true,proposal=0xc422167220,canname=escc:1.0.2 -[71d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[71e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[71f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[720 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]Inside sendExecuteMessage. Message TRANSACTION -[721 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[722 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[723 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [53f41b12]sendExecuteMsg trigger event TRANSACTION -[724 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Move state message TRANSACTION -[725 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[726 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[727 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]sending state message TRANSACTION -[728 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Received message TRANSACTION from shim -[729 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[72a 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [53f41b12]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[72b 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[72c 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[72d 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Transaction completed. Sending COMPLETED -[72e 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]Move state message COMPLETED -[72f 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [53f41b12]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[730 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [53f41b12]send state message COMPLETED -[731 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [53f41b12]Received message COMPLETED from shim -[732 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b12]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[733 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d]HandleMessage- COMPLETED. Notify -[734 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:53f41b129da8663198180fd585a3852d32bda9ae6c8f1191b7cac58920fd395d -[735 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[736 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[737 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[738 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b87acb1e-d560-4383-97ed-9f14326c4e85] -[739 01-14 11:47:02.97 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[73a 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[73b 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4221c7980 -[73c 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[73d 01-14 11:47:03.09 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[73e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[73f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[740 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[741 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421768b40, header 0xc4221c79b0 -[742 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[743 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -[744 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd] -[745 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[746 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [d0367be8-d64d-4284-9578-a1d36d95dd00] -[747 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel -[748 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel version: 1.0.2 -[749 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd,syscc=true,proposal=0xc421768b40,canname=lscc:1.0.2 -[74a 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[74b 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[74c 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[74d 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]Inside sendExecuteMessage. Message TRANSACTION -[74e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[74f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[750 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]sendExecuteMsg trigger event TRANSACTION -[751 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Move state message TRANSACTION -[752 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[753 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[754 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]sending state message TRANSACTION -[755 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message TRANSACTION from shim -[756 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[757 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [266bdea9]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[758 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [266bdea9]Sending GET_STATE -[759 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message GET_STATE from shim -[75a 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[75b 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [266bdea9]Received GET_STATE, invoking get state from ledger -[75c 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[75d 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [266bdea9] getting state for chaincode lscc, key exp02, channel businesschannel -[75e 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[75f 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [266bdea9]Got state. Sending RESPONSE -[760 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [266bdea9]handleGetState serial send RESPONSE -[761 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message RESPONSE from shim -[762 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[763 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [266bdea9]before send -[764 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [266bdea9]after send -[765 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [266bdea9]Received RESPONSE, communicated (state:ready) -[766 01-14 11:47:03.10 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [266bdea9]GetState received payload RESPONSE -[767 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Transaction completed. Sending COMPLETED -[768 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Move state message COMPLETED -[769 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[76a 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]send state message COMPLETED -[76b 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message COMPLETED from shim -[76c 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[76d 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd]HandleMessage- COMPLETED. Notify -[76e 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -[76f 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[770 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[771 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[772 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [d0367be8-d64d-4284-9578-a1d36d95dd00] -[773 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[774 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel chaincode id: name:"lscc" -[775 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[776 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd channel id: businesschannel version: 1.0.2 -[777 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd,syscc=true,proposal=0xc421768b40,canname=escc:1.0.2 -[778 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[779 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[77a 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[77b 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]Inside sendExecuteMessage. Message TRANSACTION -[77c 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[77d 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[77e 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [266bdea9]sendExecuteMsg trigger event TRANSACTION -[77f 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Move state message TRANSACTION -[780 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[781 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[782 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]sending state message TRANSACTION -[783 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Received message TRANSACTION from shim -[784 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[785 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [266bdea9]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[786 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[787 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[788 01-14 11:47:03.11 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Transaction completed. Sending COMPLETED -[789 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]Move state message COMPLETED -[78a 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [266bdea9]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[78b 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [266bdea9]send state message COMPLETED -[78c 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [266bdea9]Received message COMPLETED from shim -[78d 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[78e 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd]HandleMessage- COMPLETED. Notify -[78f 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:266bdea9d8a6ce04d3ad56b1f4401d2cc902329f8ee00f295ce5e99258be03dd -[790 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[791 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[792 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[793 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [d0367be8-d64d-4284-9578-a1d36d95dd00] -[794 01-14 11:47:03.12 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[795 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[796 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421826930 -[797 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[798 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[799 01-14 11:47:03.34 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[79a 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[79b 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[79c 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421caef00, header 0xc421826960 -[79d 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[79e 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -[79f 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f] -[7a0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[7a1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [216237eb-2d45-472c-8bd2-3397610911d4] -[7a2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel -[7a3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel version: 1.0.2 -[7a4 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f,syscc=true,proposal=0xc421caef00,canname=lscc:1.0.2 -[7a5 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[7a6 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[7a7 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[7a8 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]Inside sendExecuteMessage. Message TRANSACTION -[7a9 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[7aa 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[7ab 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]sendExecuteMsg trigger event TRANSACTION -[7ac 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Move state message TRANSACTION -[7ad 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[7ae 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[7af 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]sending state message TRANSACTION -[7b0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message TRANSACTION from shim -[7b1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[7b2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [881c84a3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[7b3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [881c84a3]Sending GET_STATE -[7b4 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message GET_STATE from shim -[7b5 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready -[7b6 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [881c84a3]Received GET_STATE, invoking get state from ledger -[7b7 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[7b8 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [881c84a3] getting state for chaincode lscc, key exp02, channel businesschannel -[7b9 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[7ba 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [881c84a3]Got state. Sending RESPONSE -[7bb 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [881c84a3]handleGetState serial send RESPONSE -[7bc 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message RESPONSE from shim -[7bd 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[7be 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [881c84a3]before send -[7bf 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [881c84a3]after send -[7c1 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [881c84a3]GetState received payload RESPONSE -[7c2 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Transaction completed. Sending COMPLETED -[7c0 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [881c84a3]Received RESPONSE, communicated (state:ready) -[7c3 01-14 11:47:03.35 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Move state message COMPLETED -[7c4 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[7c5 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]send state message COMPLETED -[7c6 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message COMPLETED from shim -[7c7 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[7c8 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f]HandleMessage- COMPLETED. Notify -[7c9 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -[7ca 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[7cb 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[7cc 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[7cd 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [216237eb-2d45-472c-8bd2-3397610911d4] -[7ce 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[7cf 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel chaincode id: name:"lscc" -[7d0 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[7d1 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f channel id: businesschannel version: 1.0.2 -[7d2 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f,syscc=true,proposal=0xc421caef00,canname=escc:1.0.2 -[7d3 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[7d4 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[7d5 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[7d6 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]Inside sendExecuteMessage. Message TRANSACTION -[7d7 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[7d8 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[7d9 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [881c84a3]sendExecuteMsg trigger event TRANSACTION -[7da 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Move state message TRANSACTION -[7db 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[7dc 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[7dd 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]sending state message TRANSACTION -[7de 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Received message TRANSACTION from shim -[7df 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[7e0 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [881c84a3]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[7e1 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[7e2 01-14 11:47:03.36 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[7e3 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Transaction completed. Sending COMPLETED -[7e4 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]Move state message COMPLETED -[7e5 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [881c84a3]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[7e6 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [881c84a3]send state message COMPLETED -[7e7 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [881c84a3]Received message COMPLETED from shim -[7e8 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[7e9 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f]HandleMessage- COMPLETED. Notify -[7ea 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:881c84a3ed832ff826bfd328b7df92b388c2a6f5ad69f722f716991c2c23d58f -[7eb 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[7ec 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[7ed 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[7ee 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [216237eb-2d45-472c-8bd2-3397610911d4] -[7ef 01-14 11:47:03.37 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[7f0 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[7f1 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422617f50 -[7f2 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[7f3 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[7f4 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[7f5 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[7f6 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[7f7 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4218f0730, header 0xc422617f80 -[7f8 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[7f9 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -[7fa 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5] -[7fb 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[7fc 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -[7fd 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel -[7fe 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel version: 1.0.2 -[7ff 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5,syscc=true,proposal=0xc4218f0730,canname=lscc:1.0.2 -[800 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[801 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[802 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[803 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]Inside sendExecuteMessage. Message TRANSACTION -[804 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[805 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[806 01-14 11:47:03.57 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]sendExecuteMsg trigger event TRANSACTION -[807 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Move state message TRANSACTION -[808 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[809 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[80a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]sending state message TRANSACTION -[80b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Received message TRANSACTION from shim -[80c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[80d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [57466ac5]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[80e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Transaction completed. Sending COMPLETED -[80f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Move state message COMPLETED -[810 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[811 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]send state message COMPLETED -[812 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Received message COMPLETED from shim -[813 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[814 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5]HandleMessage- COMPLETED. Notify -[815 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -[816 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[817 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[818 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[819 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -[81a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[81b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel chaincode id: name:"lscc" -[81c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[81d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 channel id: businesschannel version: 1.0.2 -[81e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5,syscc=true,proposal=0xc4218f0730,canname=escc:1.0.2 -[81f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[820 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[821 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[822 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]Inside sendExecuteMessage. Message TRANSACTION -[823 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[824 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[825 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [57466ac5]sendExecuteMsg trigger event TRANSACTION -[826 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Move state message TRANSACTION -[827 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[828 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[829 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]sending state message TRANSACTION -[82a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Received message TRANSACTION from shim -[82b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[82c 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [57466ac5]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[82d 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[82e 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[82f 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Transaction completed. Sending COMPLETED -[830 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]Move state message COMPLETED -[831 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [57466ac5]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[832 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [57466ac5]send state message COMPLETED -[833 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [57466ac5]Received message COMPLETED from shim -[834 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac5]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[835 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5]HandleMessage- COMPLETED. Notify -[836 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:57466ac54b5311783237b2b128f8fde2ce3f1ab76430e1e2ba0bb48a02c394a5 -[837 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[838 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[839 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[83a 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [4f4214cb-731e-4e75-ae7f-47c71c50a0ab] -[83b 01-14 11:47:03.58 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[83c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[83d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4223cd9b0 -[83e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[83f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[840 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[841 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[842 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[843 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4218f1630, header 0xc4223cd9e0 -[844 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" -[845 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -[846 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07] -[847 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[848 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [375e7bcd-e271-4525-af60-6558d78a207d] -[849 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel -[84a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel version: 1.0.2 -[84b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07,syscc=true,proposal=0xc4218f1630,canname=lscc:1.0.2 -[84c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 -[84d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[84e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 -[84f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]Inside sendExecuteMessage. Message TRANSACTION -[850 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[851 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[852 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]sendExecuteMsg trigger event TRANSACTION -[853 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Move state message TRANSACTION -[854 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[855 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[856 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]sending state message TRANSACTION -[857 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message TRANSACTION from shim -[858 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[859 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [90b90f60]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[85a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [90b90f60]Sending GET_STATE_BY_RANGE -[85b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message GET_STATE_BY_RANGE from shim -[85c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: GET_STATE_BY_RANGE in state ready -[85d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Received GET_STATE_BY_RANGE, invoking get state from ledger -[85e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Exiting GET_STATE_BY_RANGE -[85f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[860 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/common/ledger/util/leveldbhelper] GetStateRangeScanIterator.getStateRangeScanIterator.newResultsItr.GetStateRangeScanIterator.GetIterator -> DEBU Getting iterator for range [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x0, 0x1}] - [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x1}] -[861 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/rwsetutil] getQueryResponse.Next.updateRangeQueryInfo.AddResult -> DEBU Adding a result -[862 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Got keys and values. Sending RESPONSE -[863 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [90b90f60]handleGetStateByRange serial send RESPONSE -[864 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message RESPONSE from shim -[865 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[866 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]before send -[867 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]after send -[868 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [90b90f60]Received RESPONSE, communicated (state:ready) -[869 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [90b90f60]Received RESPONSE. Successfully got range -[86a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [90b90f60]Sending QUERY_STATE_CLOSE -[86b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message QUERY_STATE_CLOSE from shim -[86c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: QUERY_STATE_CLOSE in state ready -[86d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Received QUERY_STATE_CLOSE, invoking query state close from ledger -[86e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Exiting QUERY_STATE_CLOSE -[86f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[870 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Closed. Sending RESPONSE -[871 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [90b90f60]handleQueryStateClose serial send RESPONSE -[872 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message RESPONSE from shim -[873 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: RESPONSE(state:ready) -[874 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]before send -[875 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [90b90f60]after send -[876 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [90b90f60]Received RESPONSE, communicated (state:ready) -[877 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [90b90f60]Received RESPONSE. Successfully got range -[878 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Transaction completed. Sending COMPLETED -[879 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Move state message COMPLETED -[87a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[87b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]send state message COMPLETED -[87c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message COMPLETED from shim -[87d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[87e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07]HandleMessage- COMPLETED. Notify -[87f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -[880 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[881 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[882 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[883 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [375e7bcd-e271-4525-af60-6558d78a207d] -[884 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[885 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel chaincode id: name:"lscc" -[886 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc -[887 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 channel id: businesschannel version: 1.0.2 -[888 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07,syscc=true,proposal=0xc4218f1630,canname=escc:1.0.2 -[889 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[88a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[88b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[88c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]Inside sendExecuteMessage. Message TRANSACTION -[88d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[88e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[88f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [90b90f60]sendExecuteMsg trigger event TRANSACTION -[890 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Move state message TRANSACTION -[891 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[892 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[893 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]sending state message TRANSACTION -[894 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Received message TRANSACTION from shim -[895 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[896 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [90b90f60]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[897 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[898 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[899 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Transaction completed. Sending COMPLETED -[89a 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]Move state message COMPLETED -[89b 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [90b90f60]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[89c 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [90b90f60]send state message COMPLETED -[89d 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [90b90f60]Received message COMPLETED from shim -[89e 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f60]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[89f 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07]HandleMessage- COMPLETED. Notify -[8a0 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:90b90f602772747de07f06467b4373cb22ab60d28108990975a90671f6930c07 -[8a1 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[8a2 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[8a3 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[8a4 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [375e7bcd-e271-4525-af60-6558d78a207d] -[8a5 01-14 11:47:03.73 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[8a6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[8a7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4224b2ed0 -[8a8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[8a9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[8aa 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[8ab 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[8ac 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[8ad 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4224c2370, header 0xc4224b2f00 -[8ae 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" -[8af 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -[8b0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec] -[8b1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[8b2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [8886738f-5547-4c0d-84d3-fa40cd2de160] -[8b3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel -[8b4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel version: 1.0.2 -[8b5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec,syscc=true,proposal=0xc4224c2370,canname=qscc:1.0.2 -[8b6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -[8b7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[8b8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -[8b9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]Inside sendExecuteMessage. Message TRANSACTION -[8ba 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[8bb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[8bc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]sendExecuteMsg trigger event TRANSACTION -[8bd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Move state message TRANSACTION -[8be 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[8bf 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[8c0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]sending state message TRANSACTION -[8c1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Received message TRANSACTION from shim -[8c2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[8c3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [781c2078]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[8c4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetChainInfo on chain: businesschannel -[8c5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Transaction completed. Sending COMPLETED -[8c6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Move state message COMPLETED -[8c7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[8c8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]send state message COMPLETED -[8c9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Received message COMPLETED from shim -[8ca 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[8cb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec]HandleMessage- COMPLETED. Notify -[8cc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -[8cd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[8ce 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[8cf 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[8d0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [8886738f-5547-4c0d-84d3-fa40cd2de160] -[8d1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[8d2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel chaincode id: name:"qscc" -[8d3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc -[8d4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec channel id: businesschannel version: 1.0.2 -[8d5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec,syscc=true,proposal=0xc4224c2370,canname=escc:1.0.2 -[8d6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[8d7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[8d8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[8d9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]Inside sendExecuteMessage. Message TRANSACTION -[8da 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[8db 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[8dc 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [781c2078]sendExecuteMsg trigger event TRANSACTION -[8dd 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Move state message TRANSACTION -[8de 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[8df 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[8e0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]sending state message TRANSACTION -[8e1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Received message TRANSACTION from shim -[8e2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[8e3 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [781c2078]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[8e4 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[8e5 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[8e6 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Transaction completed. Sending COMPLETED -[8e7 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]Move state message COMPLETED -[8e8 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [781c2078]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[8e9 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [781c2078]send state message COMPLETED -[8ea 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [781c2078]Received message COMPLETED from shim -[8eb 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c2078]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[8ec 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec]HandleMessage- COMPLETED. Notify -[8ed 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:781c20782fdf2bbc0da28685ac16db687d0b58e83ecec96061e2d76dbe180cec -[8ee 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[8ef 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[8f0 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[8f1 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [8886738f-5547-4c0d-84d3-fa40cd2de160] -[8f2 01-14 11:47:04.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[8f3 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry -[8f4 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42257b380 -[8f5 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[8f6 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[8f7 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} -[8f8 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[8f9 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[8fa 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422574550, header 0xc42257b3b0 -[8fb 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" -[8fc 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -[8fd 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2] -[8fe 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[8ff 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b0930a0a-6793-4601-8e4e-e8703b937c87] -[900 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel -[901 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel version: 1.0.2 -[902 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2,syscc=true,proposal=0xc422574550,canname=qscc:1.0.2 -[903 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 -[904 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[905 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 -[906 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]Inside sendExecuteMessage. Message TRANSACTION -[907 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[908 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[909 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]sendExecuteMsg trigger event TRANSACTION -[90a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Move state message TRANSACTION -[90b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[90c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[90d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]sending state message TRANSACTION -[90e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Received message TRANSACTION from shim -[90f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[910 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0ea537fc]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[911 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetBlockByNumber on chain: businesschannel -[912 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber -> DEBU retrieveBlockByNumber() - blockNum = [2] -[913 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[25668] -[914 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Remaining bytes=[28901], Going to peek [8] bytes -[915 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Returning blockbytes - length=[13791], placementInfo={fileNum=[0], startOffset=[25668], bytesOffset=[25670]} -[916 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Transaction completed. Sending COMPLETED -[917 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Move state message COMPLETED -[918 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[919 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]send state message COMPLETED -[91a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Received message COMPLETED from shim -[91b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[91c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2]HandleMessage- COMPLETED. Notify -[91d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -[91e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[91f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit -[920 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results -[921 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b0930a0a-6793-4601-8e4e-e8703b937c87] -[922 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit -[923 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel chaincode id: name:"qscc" -[924 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc -[925 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 channel id: businesschannel version: 1.0.2 -[926 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2,syscc=true,proposal=0xc422574550,canname=escc:1.0.2 -[927 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 -[928 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[929 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 -[92a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]Inside sendExecuteMessage. Message TRANSACTION -[92b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[92c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... -[92d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [0ea537fc]sendExecuteMsg trigger event TRANSACTION -[92e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Move state message TRANSACTION -[92f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[930 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[931 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]sending state message TRANSACTION -[932 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Received message TRANSACTION from shim -[933 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[934 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [0ea537fc]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[935 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args -[936 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully -[937 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Transaction completed. Sending COMPLETED -[938 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]Move state message COMPLETED -[939 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [0ea537fc]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[93a 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [0ea537fc]send state message COMPLETED -[93b 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [0ea537fc]Received message COMPLETED from shim -[93c 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fc]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[93d 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2]HandleMessage- COMPLETED. Notify -[93e 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:0ea537fcea9bc7f99e342d46630bb70fc9b361cfce305b340d9429db099678c2 -[93f 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[940 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit -[941 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit -[942 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b0930a0a-6793-4601-8e4e-e8703b937c87] -[943 01-14 11:47:04.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit -[944 01-14 11:47:04.35 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] -[945 01-14 11:47:04.35 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] -[946 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block -[947 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation -[948 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() -[949 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc422616330 -[94a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -[94b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 -[94c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts -[94d 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} -[94e 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid -[94f 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully -[950 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc42028d800, header channel_header:"\010\003\032\014\010\266\206\355\322\005\020\334\273\326\224\001\"\017businesschannel*@c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\0303WMN\341\333T\336\t\25580_\262\004T\372Bc%\375\234\217z" -[951 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions -[952 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid -[953 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() -[954 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel -[955 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] -[956 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate -[957 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [14e23183-7cde-40e6-b438-a1b3a254da00] -[958 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[959 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [14e23183-7cde-40e6-b438-a1b3a254da00] -[95a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator -[95b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [79439eab-2df1-41f4-a85b-fa5e649521a2] -[95c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=4e08599a-d5c5-44e2-96f8-ed097f9774a7,syscc=true,proposal=0x0,canname=vscc:1.0.2 -[95d 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 chaindID businesschannel -[95e 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 -[95f 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry -[960 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 -[961 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4e08599a]Inside sendExecuteMessage. Message TRANSACTION -[962 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... -[963 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [4e08599a]sendExecuteMsg trigger event TRANSACTION -[964 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]Move state message TRANSACTION -[965 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready -[966 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition -[967 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]sending state message TRANSACTION -[968 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Received message TRANSACTION from shim -[969 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e08599a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) -[96a 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [4e08599a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) -[96b 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked -[96c 01-14 11:47:04.36 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) -[96d 01-14 11:47:04.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully -[96e 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Transaction completed. Sending COMPLETED -[96f 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]Move state message COMPLETED -[970 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [4e08599a]Handling ChaincodeMessage of type: COMPLETED(state:ready) -[971 01-14 11:47:04.43 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [4e08599a]send state message COMPLETED -[972 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [4e08599a]Received message COMPLETED from shim -[973 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready -[974 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [4e08599a-d5c5-44e2-96f8-ed097f9774a7]HandleMessage- COMPLETED. Notify -[975 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:4e08599a-d5c5-44e2-96f8-ed097f9774a7 -[976 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit -[977 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [79439eab-2df1-41f4-a85b-fa5e649521a2] -[978 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation -[979 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] -[97a 01-14 11:47:04.44 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc421d2a800), Data:(*common.BlockData)(0xc42218ac40), Metadata:(*common.BlockMetadata)(0xc42218ac80)}, doMVCCValidation=true -[97b 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions -[97c 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a -[97d 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b -[97e 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 -[97f 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] marked as valid by state validator -[980 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0x66, 0x95, 0xb9, 0xa7, 0xea, 0xde, 0xdc, 0xbc, 0x49, 0xd1, 0x7a, 0xf8, 0xb7, 0x8c, 0x68, 0x5, 0x62, 0x2d, 0x2f, 0x0, 0x6e, 0x1f, 0x51, 0x6, 0xe8, 0xa0, 0xe7, 0xba, 0x94, 0x12, 0xd3, 0x72} txOffsets= -txId=c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 locPointer=offset=70, bytesLength=2856 +[657 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to index +[658 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=49961, bytesLength=2855] for tx number:[0] ID: [82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f] to blockNumTranNum index +[659 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[54566], isChainEmpty=[false], lastBlockNumber=[5] +[65a 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [5] with 1 transaction(s) +[65b 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[65c 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[65d 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +[65e 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +[65f 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[660 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [5] with [1] transactions +[661 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [5] +[662 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[663 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [5] contains transaction id: 82ba67654a7df3de021ce60d9369788cbfd72bdb838b93720aeb451b5da5ba3f +[664 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [5] +[665 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[666 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[667 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[668 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[669 01-18 02:00:11.33 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[66a 01-18 02:00:26.44 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[66b 01-18 02:00:26.44 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc422a885d0 +[66c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[66d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[66e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[66f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[670 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[671 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422314a50, header 0xc422a88600 +[672 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"exp02" +[673 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +[674 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0] +[675 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[676 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +[677 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel +[678 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=true,proposal=0xc422314a50,canname=lscc:1.0.2 +[679 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[67a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Entry +[67b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[67c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +[67d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[67e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[67f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +[680 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +[681 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[682 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[683 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +[684 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message TRANSACTION from shim +[685 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[686 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d2e76a62]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[687 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d2e76a62]Sending GET_STATE +[688 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message GET_STATE from shim +[689 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[68a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d2e76a62]Received GET_STATE, invoking get state from ledger +[68b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[68c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62] getting state for chaincode lscc, key exp02, channel businesschannel +[68d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[68e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62]Got state. Sending RESPONSE +[68f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d2e76a62]handleGetState serial send RESPONSE +[690 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message RESPONSE from shim +[691 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[692 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d2e76a62]before send +[693 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [d2e76a62]after send +[694 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [d2e76a62]Received RESPONSE, communicated (state:ready) +[695 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [d2e76a62]GetState received payload RESPONSE +[696 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Transaction completed. Sending COMPLETED +[697 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Move state message COMPLETED +[698 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[699 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]send state message COMPLETED +[69a 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +[69b 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[69c 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +[69d 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +[69e 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.getCDSFromLSCC.GetChaincodeDataFromLSCC.ExecuteChaincode.Execute.Execute -> DEBU Exit +[69f 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.CheckInsantiationPolicy.GetChaincodeData -> DEBU Getting chaincode data for from cache +[6a0 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel version: 1.0 +[6a1 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=exp02,version=1.0,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=false,proposal=0xc422314a50,canname=exp02:1.0 +[6a2 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : exp02:1.0 +[6a3 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[6a4 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: exp02:1.0 +[6a5 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +[6a6 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[6a7 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[6a8 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +[6a9 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +[6aa 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[6ab 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[6ac 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +[6ad 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message GET_STATE from shim +[6ae 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[6af 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [d2e76a62]Received GET_STATE, invoking get state from ledger +[6b0 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[6b1 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62] getting state for chaincode exp02, key a, channel businesschannel +[6b2 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=exp02, key=a +[6b3 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [d2e76a62]Got state. Sending RESPONSE +[6b4 01-18 02:00:26.45 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [d2e76a62]handleGetState serial send RESPONSE +[6b5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +[6b6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[6b7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +[6b8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processStreamingRPC._ChaincodeSupport_Register_Handler.Register.HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +[6b9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[6ba 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[6bb 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[6bc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +[6bd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[6be 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel chaincode id: name:"exp02" +[6bf 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"exp02" is escc +[6c0 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 channel id: businesschannel version: 1.0.2 +[6c1 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0,syscc=true,proposal=0xc422314a50,canname=escc:1.0.2 +[6c2 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[6c3 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[6c4 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[6c5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]Inside sendExecuteMessage. Message TRANSACTION +[6c6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[6c7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[6c8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [d2e76a62]sendExecuteMsg trigger event TRANSACTION +[6c9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Move state message TRANSACTION +[6ca 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[6cb 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[6cc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]sending state message TRANSACTION +[6cd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Received message TRANSACTION from shim +[6ce 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[6cf 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [d2e76a62]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[6d0 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[6d1 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[6d2 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Transaction completed. Sending COMPLETED +[6d3 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]Move state message COMPLETED +[6d4 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [d2e76a62]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[6d5 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [d2e76a62]send state message COMPLETED +[6d6 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [d2e76a62]Received message COMPLETED from shim +[6d7 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[6d8 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0]HandleMessage- COMPLETED. Notify +[6d9 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:d2e76a62bdbcca82c4754a6e2badf8c59df0949f14f7817e98edebdeac82a6b0 +[6da 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[6db 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[6dc 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[6dd 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [4b4815c4-4d91-4b0c-9077-5d3d004937e9] +[6de 01-18 02:00:26.46 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[6df 01-18 02:00:27.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[6e0 01-18 02:00:27.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4221014d0 +[6e1 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[6e2 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[6e3 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[6e4 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[6e5 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[6e6 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220ce690, header 0xc422101500 +[6e7 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[6e8 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +[6e9 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a] +[6ea 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[6eb 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [1d523410-5cb4-4aa5-9070-3dc33fecc565] +[6ec 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel +[6ed 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel version: 1.0.2 +[6ee 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a,syscc=true,proposal=0xc4220ce690,canname=lscc:1.0.2 +[6ef 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[6f0 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[6f1 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[6f2 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]Inside sendExecuteMessage. Message TRANSACTION +[6f3 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[6f4 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[6f5 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]sendExecuteMsg trigger event TRANSACTION +[6f6 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Move state message TRANSACTION +[6f7 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[6f8 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[6f9 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]sending state message TRANSACTION +[6fa 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message TRANSACTION from shim +[6fb 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[6fc 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [64be7348]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[6fd 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [64be7348]Sending GET_STATE +[6fe 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message GET_STATE from shim +[6ff 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[700 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [64be7348]Received GET_STATE, invoking get state from ledger +[701 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[702 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [64be7348] getting state for chaincode lscc, key exp02, channel businesschannel +[703 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[704 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [64be7348]Got state. Sending RESPONSE +[705 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [64be7348]handleGetState serial send RESPONSE +[706 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message RESPONSE from shim +[707 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[708 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [64be7348]before send +[709 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [64be7348]after send +[70b 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [64be7348]Received RESPONSE, communicated (state:ready) +[70a 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [64be7348]GetState received payload RESPONSE +[70c 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Transaction completed. Sending COMPLETED +[70d 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Move state message COMPLETED +[70e 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[70f 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]send state message COMPLETED +[710 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message COMPLETED from shim +[711 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[712 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a]HandleMessage- COMPLETED. Notify +[713 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +[714 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[715 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[716 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[717 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [1d523410-5cb4-4aa5-9070-3dc33fecc565] +[718 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[719 01-18 02:00:27.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel chaincode id: name:"lscc" +[71a 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[71b 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a channel id: businesschannel version: 1.0.2 +[71c 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a,syscc=true,proposal=0xc4220ce690,canname=escc:1.0.2 +[71d 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[71e 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[71f 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[720 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]Inside sendExecuteMessage. Message TRANSACTION +[721 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[722 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[723 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [64be7348]sendExecuteMsg trigger event TRANSACTION +[724 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Move state message TRANSACTION +[725 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[726 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[727 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]sending state message TRANSACTION +[728 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Received message TRANSACTION from shim +[729 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[72a 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [64be7348]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[72b 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[72c 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[72d 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Transaction completed. Sending COMPLETED +[72e 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]Move state message COMPLETED +[72f 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [64be7348]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[730 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [64be7348]send state message COMPLETED +[731 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [64be7348]Received message COMPLETED from shim +[732 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be7348]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[733 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a]HandleMessage- COMPLETED. Notify +[734 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:64be734822a4b71446785f11de481328b9fc773646fb32bed6bdbd5bd5c75f3a +[735 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[736 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[737 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[738 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [1d523410-5cb4-4aa5-9070-3dc33fecc565] +[739 01-18 02:00:27.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[73a 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[73b 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc42206fb90 +[73c 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[73d 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[73e 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[73f 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[740 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[741 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4220cfb80, header 0xc42206fbc0 +[742 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[743 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +[744 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527] +[745 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[746 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +[747 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel +[748 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel version: 1.0.2 +[749 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527,syscc=true,proposal=0xc4220cfb80,canname=lscc:1.0.2 +[74a 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[74b 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[74c 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[74d 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]Inside sendExecuteMessage. Message TRANSACTION +[74e 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[74f 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[750 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]sendExecuteMsg trigger event TRANSACTION +[751 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Move state message TRANSACTION +[752 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[753 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[754 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]sending state message TRANSACTION +[755 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message TRANSACTION from shim +[756 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[757 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [17ae29ab]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[758 01-18 02:00:27.25 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [17ae29ab]Sending GET_STATE +[759 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message GET_STATE from shim +[75a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[75b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [17ae29ab]Received GET_STATE, invoking get state from ledger +[75c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[75d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [17ae29ab] getting state for chaincode lscc, key exp02, channel businesschannel +[75e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[75f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [17ae29ab]Got state. Sending RESPONSE +[760 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [17ae29ab]handleGetState serial send RESPONSE +[761 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message RESPONSE from shim +[762 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[763 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [17ae29ab]before send +[764 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [17ae29ab]after send +[765 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [17ae29ab]Received RESPONSE, communicated (state:ready) +[766 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [17ae29ab]GetState received payload RESPONSE +[767 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Transaction completed. Sending COMPLETED +[768 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Move state message COMPLETED +[769 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[76a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]send state message COMPLETED +[76b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message COMPLETED from shim +[76c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[76d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527]HandleMessage- COMPLETED. Notify +[76e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +[76f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[770 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[771 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[772 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +[773 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[774 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel chaincode id: name:"lscc" +[775 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[776 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 channel id: businesschannel version: 1.0.2 +[777 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527,syscc=true,proposal=0xc4220cfb80,canname=escc:1.0.2 +[778 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[779 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[77a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[77b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]Inside sendExecuteMessage. Message TRANSACTION +[77c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[77d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[77e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [17ae29ab]sendExecuteMsg trigger event TRANSACTION +[77f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Move state message TRANSACTION +[780 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[781 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[782 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]sending state message TRANSACTION +[783 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Received message TRANSACTION from shim +[784 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[785 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [17ae29ab]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[786 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[787 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[788 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Transaction completed. Sending COMPLETED +[789 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]Move state message COMPLETED +[78a 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [17ae29ab]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[78b 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [17ae29ab]send state message COMPLETED +[78c 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [17ae29ab]Received message COMPLETED from shim +[78d 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[78e 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527]HandleMessage- COMPLETED. Notify +[78f 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:17ae29ab841c021191f1743f07a0d324a7a91e1d02ac8c62bb78901611ff0527 +[790 01-18 02:00:27.26 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[791 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[792 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[793 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [ea82d204-5f08-4195-b3f1-1dbf06e18d91] +[794 01-18 02:00:27.27 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[795 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[796 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc4220d38c0 +[797 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[798 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[799 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[79a 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[79b 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[79c 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc4221b7040, header 0xc4220d38f0 +[79d 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[79e 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +[79f 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b] +[7a0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[7a1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [b3977d1a-df55-4a10-aa11-e735797136a3] +[7a2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel +[7a3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel version: 1.0.2 +[7a4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b,syscc=true,proposal=0xc4221b7040,canname=lscc:1.0.2 +[7a5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[7a6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[7a7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[7a8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]Inside sendExecuteMessage. Message TRANSACTION +[7a9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[7aa 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[7ab 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]sendExecuteMsg trigger event TRANSACTION +[7ac 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Move state message TRANSACTION +[7ad 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[7ae 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[7af 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]sending state message TRANSACTION +[7b0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message TRANSACTION from shim +[7b1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[7b2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f4250125]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[7b3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [f4250125]Sending GET_STATE +[7b4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message GET_STATE from shim +[7b5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: GET_STATE in state ready +[7b6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func3.afterGetState -> DEBU [f4250125]Received GET_STATE, invoking get state from ledger +[7b7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[7b8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [f4250125] getting state for chaincode lscc, key exp02, channel businesschannel +[7b9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[7ba 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU [f4250125]Got state. Sending RESPONSE +[7bb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [f4250125]handleGetState serial send RESPONSE +[7bc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message RESPONSE from shim +[7bd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[7be 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [f4250125]before send +[7bf 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [f4250125]after send +[7c0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [f4250125]Received RESPONSE, communicated (state:ready) +[7c1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getCCInstance.GetState.handleGetState -> DEBU [f4250125]GetState received payload RESPONSE +[7c2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Transaction completed. Sending COMPLETED +[7c3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Move state message COMPLETED +[7c4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[7c5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]send state message COMPLETED +[7c6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message COMPLETED from shim +[7c7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[7c8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b]HandleMessage- COMPLETED. Notify +[7c9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +[7ca 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[7cb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[7cc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[7cd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [b3977d1a-df55-4a10-aa11-e735797136a3] +[7ce 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[7cf 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel chaincode id: name:"lscc" +[7d0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[7d1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b channel id: businesschannel version: 1.0.2 +[7d2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b,syscc=true,proposal=0xc4221b7040,canname=escc:1.0.2 +[7d3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[7d4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[7d5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[7d6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]Inside sendExecuteMessage. Message TRANSACTION +[7d7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[7d8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[7d9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [f4250125]sendExecuteMsg trigger event TRANSACTION +[7da 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Move state message TRANSACTION +[7db 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[7dc 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[7dd 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]sending state message TRANSACTION +[7de 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Received message TRANSACTION from shim +[7df 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[7e0 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [f4250125]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[7e1 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[7e2 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[7e3 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Transaction completed. Sending COMPLETED +[7e4 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]Move state message COMPLETED +[7e5 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [f4250125]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[7e6 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [f4250125]send state message COMPLETED +[7e7 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [f4250125]Received message COMPLETED from shim +[7e8 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f4250125]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[7e9 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b]HandleMessage- COMPLETED. Notify +[7ea 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:f425012571884d0ceb6345b1ff63521e3cadce9232d196e10130e2fcb870b91b +[7eb 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[7ec 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[7ed 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[7ee 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [b3977d1a-df55-4a10-aa11-e735797136a3] +[7ef 01-18 02:00:27.41 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[7f0 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[7f1 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f787b0 +[7f2 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[7f3 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[7f4 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[7f5 01-18 02:00:27.55 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[7f6 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[7f7 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422039130, header 0xc421f787e0 +[7f8 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[7f9 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +[7fa 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9] +[7fb 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[7fc 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [907eb064-9c21-4247-81c4-11a02baf2003] +[7fd 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel +[7fe 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel version: 1.0.2 +[7ff 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9,syscc=true,proposal=0xc422039130,canname=lscc:1.0.2 +[800 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[801 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[802 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[803 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]Inside sendExecuteMessage. Message TRANSACTION +[804 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[805 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[806 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]sendExecuteMsg trigger event TRANSACTION +[807 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Move state message TRANSACTION +[808 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[809 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[80a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]sending state message TRANSACTION +[80b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Received message TRANSACTION from shim +[80c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[80d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [36acd9e4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[80e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Transaction completed. Sending COMPLETED +[80f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Move state message COMPLETED +[810 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[811 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]send state message COMPLETED +[812 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Received message COMPLETED from shim +[813 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[814 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9]HandleMessage- COMPLETED. Notify +[815 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +[816 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[817 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[818 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[819 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [907eb064-9c21-4247-81c4-11a02baf2003] +[81a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[81b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel chaincode id: name:"lscc" +[81c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[81d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 channel id: businesschannel version: 1.0.2 +[81e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9,syscc=true,proposal=0xc422039130,canname=escc:1.0.2 +[81f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[820 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[821 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[822 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]Inside sendExecuteMessage. Message TRANSACTION +[823 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[824 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[825 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [36acd9e4]sendExecuteMsg trigger event TRANSACTION +[826 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Move state message TRANSACTION +[827 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[828 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[829 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]sending state message TRANSACTION +[82a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Received message TRANSACTION from shim +[82b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[82c 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [36acd9e4]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[82d 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[82e 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[82f 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Transaction completed. Sending COMPLETED +[830 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]Move state message COMPLETED +[831 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [36acd9e4]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[832 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [36acd9e4]send state message COMPLETED +[833 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [36acd9e4]Received message COMPLETED from shim +[834 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[835 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9]HandleMessage- COMPLETED. Notify +[836 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:36acd9e4fedfa11372df6c96ca9f36fa4c6c62d7e55d4459574d822990bb9af9 +[837 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[838 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[839 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[83a 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [907eb064-9c21-4247-81c4-11a02baf2003] +[83b 01-18 02:00:27.56 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[83c 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[83d 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421f720f0 +[83e 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[83f 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[840 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[841 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[842 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[843 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422039ea0, header 0xc421f72120 +[844 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"lscc" +[845 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +[846 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014] +[847 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[848 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [527193b7-82ea-4a76-9b1e-b04343c02e55] +[849 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel +[84a 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel version: 1.0.2 +[84b 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=lscc,version=1.0.2,txid=24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014,syscc=true,proposal=0xc422039ea0,canname=lscc:1.0.2 +[84c 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : lscc:1.0.2 +[84d 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[84e 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: lscc:1.0.2 +[84f 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]Inside sendExecuteMessage. Message TRANSACTION +[850 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[851 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[852 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]sendExecuteMsg trigger event TRANSACTION +[853 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Move state message TRANSACTION +[854 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[855 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[856 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]sending state message TRANSACTION +[857 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message TRANSACTION from shim +[858 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[859 01-18 02:00:27.69 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [24e361c1]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[85a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [24e361c1]Sending GET_STATE_BY_RANGE +[85b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message GET_STATE_BY_RANGE from shim +[85c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: GET_STATE_BY_RANGE in state ready +[85d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Received GET_STATE_BY_RANGE, invoking get state from ledger +[85e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func4.afterGetStateByRange -> DEBU Exiting GET_STATE_BY_RANGE +[85f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[860 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/common/ledger/util/leveldbhelper] GetStateRangeScanIterator.getStateRangeScanIterator.newResultsItr.GetStateRangeScanIterator.GetIterator -> DEBU Getting iterator for range [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x0, 0x1}] - [[]byte{0x62, 0x75, 0x73, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x63, 0x68, 0x61, 0x6e, 0x6e, 0x65, 0x6c, 0x0, 0x6c, 0x73, 0x63, 0x63, 0x1}] +[861 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/rwsetutil] getQueryResponse.Next.updateRangeQueryInfo.AddResult -> DEBU Adding a result +[862 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Got keys and values. Sending RESPONSE +[863 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [24e361c1]handleGetStateByRange serial send RESPONSE +[864 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message RESPONSE from shim +[865 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[866 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]before send +[867 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]after send +[868 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [24e361c1]Received RESPONSE, communicated (state:ready) +[869 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.GetStateByRange.handleGetStateByRange.handleGetStateByRange -> DEBU [24e361c1]Received RESPONSE. Successfully got range +[86a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [24e361c1]Sending QUERY_STATE_CLOSE +[86b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message QUERY_STATE_CLOSE from shim +[86c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: QUERY_STATE_CLOSE in state ready +[86d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Received QUERY_STATE_CLOSE, invoking query state close from ledger +[86e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.Event.afterEventCallbacks.func8.afterQueryStateClose -> DEBU Exiting QUERY_STATE_CLOSE +[86f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[870 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] -> DEBU Closed. Sending RESPONSE +[871 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] 1 -> DEBU [24e361c1]handleQueryStateClose serial send RESPONSE +[872 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message RESPONSE from shim +[873 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: RESPONSE(state:ready) +[874 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]before send +[875 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse.sendChannel -> DEBU [24e361c1]after send +[876 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.afterEventCallbacks.func2.afterResponse -> DEBU [24e361c1]Received RESPONSE, communicated (state:ready) +[877 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] Invoke.getChaincodes.Close.handleQueryStateClose -> DEBU [24e361c1]Received RESPONSE. Successfully got range +[878 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Transaction completed. Sending COMPLETED +[879 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Move state message COMPLETED +[87a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[87b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]send state message COMPLETED +[87c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message COMPLETED from shim +[87d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[87e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014]HandleMessage- COMPLETED. Notify +[87f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +[880 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[881 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[882 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[883 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [527193b7-82ea-4a76-9b1e-b04343c02e55] +[884 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[885 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel chaincode id: name:"lscc" +[886 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"lscc" is escc +[887 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 channel id: businesschannel version: 1.0.2 +[888 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014,syscc=true,proposal=0xc422039ea0,canname=escc:1.0.2 +[889 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[88a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[88b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[88c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]Inside sendExecuteMessage. Message TRANSACTION +[88d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[88e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[88f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [24e361c1]sendExecuteMsg trigger event TRANSACTION +[890 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Move state message TRANSACTION +[891 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[892 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[893 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]sending state message TRANSACTION +[894 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Received message TRANSACTION from shim +[895 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[896 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [24e361c1]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[897 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[898 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[899 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Transaction completed. Sending COMPLETED +[89a 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]Move state message COMPLETED +[89b 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [24e361c1]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[89c 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [24e361c1]send state message COMPLETED +[89d 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [24e361c1]Received message COMPLETED from shim +[89e 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c1]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[89f 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014]HandleMessage- COMPLETED. Notify +[8a0 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:24e361c15bec5f76498a283f5b3df9f58b598be7cbff7c4950e47796f7c92014 +[8a1 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[8a2 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[8a3 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[8a4 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [527193b7-82ea-4a76-9b1e-b04343c02e55] +[8a5 01-18 02:00:27.70 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[8a6 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[8a7 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421efa720 +[8a8 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[8a9 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[8aa 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[8ab 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[8ac 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[8ad 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc422012dc0, header 0xc421efa750 +[8ae 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" +[8af 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +[8b0 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99] +[8b1 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[8b2 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [19acc589-27ec-42be-bd55-ce0583d717d4] +[8b3 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel +[8b4 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel version: 1.0.2 +[8b5 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99,syscc=true,proposal=0xc422012dc0,canname=qscc:1.0.2 +[8b6 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +[8b7 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[8b8 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +[8b9 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]Inside sendExecuteMessage. Message TRANSACTION +[8ba 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[8bb 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[8bc 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]sendExecuteMsg trigger event TRANSACTION +[8bd 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Move state message TRANSACTION +[8be 01-18 02:00:28.05 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[8bf 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[8c0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]sending state message TRANSACTION +[8c1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Received message TRANSACTION from shim +[8c2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[8c3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b67b043]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[8c4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetChainInfo on chain: businesschannel +[8c5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Transaction completed. Sending COMPLETED +[8c6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Move state message COMPLETED +[8c7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[8c8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]send state message COMPLETED +[8c9 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Received message COMPLETED from shim +[8ca 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[8cb 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99]HandleMessage- COMPLETED. Notify +[8cc 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +[8cd 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[8ce 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[8cf 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[8d0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [19acc589-27ec-42be-bd55-ce0583d717d4] +[8d1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[8d2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel chaincode id: name:"qscc" +[8d3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc +[8d4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 channel id: businesschannel version: 1.0.2 +[8d5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99,syscc=true,proposal=0xc422012dc0,canname=escc:1.0.2 +[8d6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[8d7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[8d8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[8d9 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]Inside sendExecuteMessage. Message TRANSACTION +[8da 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[8db 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[8dc 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [3b67b043]sendExecuteMsg trigger event TRANSACTION +[8dd 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Move state message TRANSACTION +[8de 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[8df 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[8e0 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]sending state message TRANSACTION +[8e1 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Received message TRANSACTION from shim +[8e2 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[8e3 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [3b67b043]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[8e4 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[8e5 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[8e6 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Transaction completed. Sending COMPLETED +[8e7 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]Move state message COMPLETED +[8e8 01-18 02:00:28.06 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [3b67b043]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[8e9 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [3b67b043]send state message COMPLETED +[8ea 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [3b67b043]Received message COMPLETED from shim +[8eb 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b043]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[8ec 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99]HandleMessage- COMPLETED. Notify +[8ed 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:3b67b0431338e608b9fd0f210e25268caaac8a74158467c8b033b9293284aa99 +[8ee 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[8ef 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[8f0 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[8f1 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [19acc589-27ec-42be-bd55-ce0583d717d4] +[8f2 01-18 02:00:28.07 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[8f3 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Entry +[8f4 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage -> DEBU ValidateProposalMessage starts for signed proposal 0xc421ed8060 +[8f5 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[8f6 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[8f7 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org1MSP 80570c8048437174908d47b2124c34ac324154ca33dc15bacf03e108f1dc3781} +[8f8 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[8f9 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[8fa 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage starts for proposal 0xc421f92d20, header 0xc421ed8090 +[8fb 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/validation] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.ValidateProposalMessage.validateChaincodeProposalMessage -> DEBU validateChaincodeProposalMessage info: header extension references chaincode name:"qscc" +[8fc 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU processing txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +[8fd 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079] +[8fe 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[8ff 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.getTxSimulator.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [641d293a-cfeb-42bb-ba2e-366de51be8ea] +[900 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel +[901 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel version: 1.0.2 +[902 01-18 02:00:28.22 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=qscc,version=1.0.2,txid=329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079,syscc=true,proposal=0xc421f92d20,canname=qscc:1.0.2 +[903 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : qscc:1.0.2 +[904 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[905 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: qscc:1.0.2 +[906 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]Inside sendExecuteMessage. Message TRANSACTION +[907 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[908 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[909 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]sendExecuteMsg trigger event TRANSACTION +[90a 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Move state message TRANSACTION +[90b 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[90c 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[90d 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]sending state message TRANSACTION +[90e 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Received message TRANSACTION from shim +[90f 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[910 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [329b166a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[911 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/scc/qscc] Invoke -> DEBU Invoke function: GetBlockByNumber on chain: businesschannel +[912 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber -> DEBU retrieveBlockByNumber() - blockNum = [2] +[913 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.newBlockfileStream -> DEBU newBlockfileStream(): filePath=[/var/hyperledger/production/ledgersData/chains/chains/businesschannel/blockfile_000000], startOffset=[25668] +[914 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Remaining bytes=[28898], Going to peek [8] bytes +[915 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] Invoke.getBlockByNumber.GetBlockByNumber.GetBlockByNumber.RetrieveBlockByNumber.retrieveBlockByNumber.fetchBlock.fetchBlockBytes.nextBlockBytes.nextBlockBytesAndPlacementInfo -> DEBU Returning blockbytes - length=[13789], placementInfo={fileNum=[0], startOffset=[25668], bytesOffset=[25670]} +[916 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Transaction completed. Sending COMPLETED +[917 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Move state message COMPLETED +[918 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[919 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]send state message COMPLETED +[91a 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Received message COMPLETED from shim +[91b 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[91c 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079]HandleMessage- COMPLETED. Notify +[91d 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +[91e 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[91f 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.callChaincode -> DEBU Exit +[920 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults -> DEBU Simulation completed, getting simulation results +[921 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal.GetTxSimulationResults.Done -> DEBU Done with transaction simulation / query execution [641d293a-cfeb-42bb-ba2e-366de51be8ea] +[922 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.simulateProposal -> DEBU Exit +[923 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel chaincode id: name:"qscc" +[924 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU info: escc for chaincode id name:"qscc" is escc +[925 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Entry - txid: 329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 channel id: businesschannel version: 1.0.2 +[926 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=escc,version=1.0.2,txid=329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079,syscc=true,proposal=0xc421f92d20,canname=escc:1.0.2 +[927 01-18 02:00:28.23 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : escc:1.0.2 +[928 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[929 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: escc:1.0.2 +[92a 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]Inside sendExecuteMessage. Message TRANSACTION +[92b 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[92c 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Proposal different from nil. Creating chaincode proposal context... +[92d 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [329b166a]sendExecuteMsg trigger event TRANSACTION +[92e 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Move state message TRANSACTION +[92f 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[930 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[931 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]sending state message TRANSACTION +[932 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Received message TRANSACTION from shim +[933 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[934 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [329b166a]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[935 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC starts: 8 args +[936 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/scc/escc] Invoke -> DEBU ESCC exits successfully +[937 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Transaction completed. Sending COMPLETED +[938 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]Move state message COMPLETED +[939 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [329b166a]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[93a 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [329b166a]send state message COMPLETED +[93b 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [329b166a]Received message COMPLETED from shim +[93c 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[93d 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079]HandleMessage- COMPLETED. Notify +[93e 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:329b166a81f79ddd207d9d3e9deb96569efd0cbcc4d2704f6c055e1e72eba079 +[93f 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/chaincode] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[940 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal.callChaincode -> DEBU Exit +[941 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.endorseProposal -> DEBU Exit +[942 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal.Done -> DEBU Done with transaction simulation / query execution [641d293a-cfeb-42bb-ba2e-366de51be8ea] +[943 01-18 02:00:28.24 UTC] [github.com/hyperledger/fabric/core/endorser] handleStream.processUnaryRPC._Endorser_ProcessProposal_Handler.ProcessProposal -> DEBU Exit +[944 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Adding payload locally, buffer seqNum = [6], peers number [3] +[945 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/deliverservice/blocksprovider] DeliverBlocks -> DEBU [businesschannel] Gossiping block [6], peers number [3] +[946 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer] commitBlock.Commit -> DEBU Validating block +[947 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU START Block Validation +[948 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction peer.ValidateTransaction() +[949 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope starts for envelope 0xc421ed8600 +[94a 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU Header is channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +[94b 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateCommonHeader.validateChannelHeader -> DEBU validateChannelHeader info: header type 3 +[94c 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator starts +[94d 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is &{Org2MSP f3f3773e07f8ced104c6b631460746535c0b4cdf9c848479b2cd2952c497231c} +[94e 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator info: creator is valid +[94f 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.checkSignatureFromCreator -> DEBU checkSignatureFromCreator exists successfully +[950 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction starts for data 0xc421a13800, header channel_header:"\010\003\032\014\010\272\377\377\322\005\020\327\344\236\214\001\"\017businesschannel*@ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114:\t\022\007\022\005exp02" signature_header:"\n\214\006\n\007Org2MSP\022\200\006-----BEGIN -----\nMIICGjCCAcCgAwIBAgIRAN2uJd2nxMUTOW9wKNoXdxgwCgYIKoZIzj0EAwIwczEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG\ncmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHDAaBgNVBAMTE2Nh\nLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMTAzMTMwOTU1WhcNMjgwMTAxMTMwOTU1\nWjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMN\nU2FuIEZyYW5jaXNjbzEfMB0GA1UEAwwWQWRtaW5Ab3JnMi5leGFtcGxlLmNvbTBZ\nMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJGSxFZE7sop6UmedrvfX3BCDUEJIu84\nmQNMcad31zT6dwJm3hrA/XzvMn35/KnlYzdKhL2cOXwUlDGYqjGjxQ6jTTBLMA4G\nA1UdDwEB/wQEAwIHgDAMBgNVHRMBAf8EAjAAMCsGA1UdIwQkMCKAIHYwCNcE+Ffr\nZXqZI4JLP8YXjzTfqOVQk92b44/dU5TuMAoGCCqGSM49BAMCA0gAMEUCIQCbJidQ\n84C8xhjUmRpoilHKl5FCIwUBw69DZQO/7ZzePwIgBpCQcgKD4FnNVY+Gs4S5SvRS\nAXYxULZpXYDQXt1KaLI=\n-----END -----\n\022\030d\331v\033\324\333\222\030\204\034k\t\024\337\364\272\341\336\300\200\303\207%\014" +[951 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: there are 1 actions +[952 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction.validateEndorserTransaction -> DEBU validateEndorserTransaction info: signature header is valid +[953 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/validation] commitBlock.Commit.Validate.ValidateTransaction -> DEBU ValidateTransactionEnvelope returns err %!s() +[954 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Transaction is for chain businesschannel +[955 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Validate.GetTransactionByID.GetTransactionByID.RetrieveTxByID.retrieveTransactionByID -> DEBU retrieveTransactionByID() - txId = [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] +[956 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU Validating transaction vscc tx validate +[957 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.NewQueryExecutor.NewQueryExecutor.NewQueryExecutor.newQueryExecutor -> DEBU constructing new query executor [b8b83b3a-efef-4d78-93d2-aed2caae252e] +[958 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.GetState.getState.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[959 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.GetInfoForValidate.getCDataForCC.Done -> DEBU Done with transaction simulation / query execution [b8b83b3a-efef-4d78-93d2-aed2caae252e] +[95a 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator -> DEBU constructing new tx simulator +[95b 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetContext.NewTxSimulator.NewTxSimulator.NewTxSimulator.newLockBasedTxSimulator -> DEBU constructing new tx simulator [757cc9e3-a4d8-4f77-a8fb-52a0be7c7955] +[95c 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/common/ccprovider] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.GetCCContext.NewCCContext -> DEBU NewCCCC (chain=businesschannel,chaincode=vscc,version=1.0.2,txid=546b5c81-e4ad-4176-8c58-b2c02addec65,syscc=true,proposal=0x0,canname=vscc:1.0.2 +[95d 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC -> DEBU Invoking VSCC txid ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 chaindID businesschannel +[95e 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Launch -> DEBU chaincode is running(no need to launch) : vscc:1.0.2 +[95f 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Entry +[960 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU chaincode canonical name: vscc:1.0.2 +[961 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [546b5c81]Inside sendExecuteMessage. Message TRANSACTION +[962 01-18 02:00:28.41 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage.setChaincodeProposal -> DEBU Setting chaincode proposal context... +[963 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute.sendExecuteMessage -> DEBU [546b5c81]sendExecuteMsg trigger event TRANSACTION +[964 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]Move state message TRANSACTION +[965 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81]Fabric side Handling ChaincodeMessage of type: TRANSACTION in state ready +[966 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.filterError -> DEBU Ignoring NoTransitionError: no transition +[967 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]sending state message TRANSACTION +[968 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Received message TRANSACTION from shim +[969 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [546b5c81]Handling ChaincodeMessage of type: TRANSACTION(state:ready) +[96a 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage.Event.beforeEventCallbacks.func5.beforeTransaction -> DEBU [546b5c81]Received TRANSACTION, invoking transaction on chaincode(Src:ready, Dst:ready) +[96b 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC invoked +[96c 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke.deduplicateIdentity -> DEBU Signature set is of size 1 out of 1 endorsement(s) +[96d 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/scc/vscc] Invoke -> DEBU VSCC exists successfully +[96e 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Transaction completed. Sending COMPLETED +[96f 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]Move state message COMPLETED +[970 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] handleMessage -> DEBU [546b5c81]Handling ChaincodeMessage of type: COMPLETED(state:ready) +[971 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode/shim] -> DEBU [546b5c81]send state message COMPLETED +[972 01-18 02:00:28.42 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream -> DEBU [546b5c81]Received message COMPLETED from shim +[973 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81]Fabric side Handling ChaincodeMessage of type: COMPLETED in state ready +[974 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage -> DEBU [546b5c81-e4ad-4176-8c58-b2c02addec65]HandleMessage- COMPLETED. Notify +[975 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] HandleChaincodeStream.HandleChaincodeStream.processStream.HandleMessage.notify -> DEBU notifying Txid:546b5c81-e4ad-4176-8c58-b2c02addec65 +[976 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/chaincode] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ExecuteChaincode.ExecuteChaincode.Execute.Execute -> DEBU Exit +[977 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Validate.VSCCValidateTx.VSCCValidateTxForCC.ReleaseContext.Done -> DEBU Done with transaction simulation / query execution [757cc9e3-a4d8-4f77-a8fb-52a0be7c7955] +[978 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/committer/txvalidator] commitBlock.Commit.Validate -> DEBU END Block Validation +[979 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.ValidateAndPrepare -> DEBU Validating new block with num trans = [1] +[97a 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU New block arrived for validation:&common.Block{Header:(*common.BlockHeader)(0xc42014b9c0), Data:(*common.BlockData)(0xc4215ee5a0), Metadata:(*common.BlockMetadata)(0xc4215ee5e0)}, doMVCCValidation=true +[97b 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Validating a block with [1] transactions +[97c 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=a +[97d 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=exp02, key=b +[97e 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch.validateEndorserTX.validateTx.validateReadSet.validateKVRead.GetState -> DEBU GetState(). ns=lscc, key=exp02 +[97f 01-18 02:00:28.43 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/validator/statebasedval] commitBlock.Commit.Commit.Commit.ValidateAndPrepare.ValidateAndPrepareBatch -> DEBU Block [6] Transaction index [0] TxId [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] marked as valid by state validator +[980 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Indexing block [blockNum=6, blockHash=[]byte{0xb6, 0xc2, 0x2c, 0xe8, 0xb1, 0x4d, 0xad, 0xb5, 0xbc, 0xd7, 0x9f, 0xca, 0x1a, 0x2e, 0x40, 0x28, 0xdd, 0x17, 0xd0, 0xea, 0x49, 0x57, 0x8a, 0x25, 0x1c, 0xd, 0x93, 0xa9, 0x45, 0x57, 0xf1, 0xaa} txOffsets= +txId=ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 locPointer=offset=70, bytesLength=2855 ] -[981 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to index -[982 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54639, bytesLength=2856] for tx number:[0] ID: [c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60] to blockNumTranNum index -[983 01-14 11:47:04.50 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59245], isChainEmpty=[false], lastBlockNumber=[6] -[984 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) -[985 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database -[986 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database -[987 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] -[988 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] -[989 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database -[98a 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions -[98b 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] -[98c 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry -[98d 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: c012902adee8be5c9214e9737bffe8e543a89de6d42db63c6a04625274a1ff60 -[98e 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] -[98f 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry -[990 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 -[991 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully -[992 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit -[993 01-14 11:47:04.53 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit +[981 01-18 02:00:28.44 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to index +[982 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.indexBlock -> DEBU Adding txLoc [fileSuffixNum=0, offset=54636, bytesLength=2855] for tx number:[0] ID: [ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114] to blockNumTranNum index +[983 01-18 02:00:28.45 UTC] [github.com/hyperledger/fabric/common/ledger/blkstorage/fsblkstorage] commitBlock.Commit.Commit.Commit.AddBlock.addBlock.updateCheckpoint -> DEBU Broadcasting about update checkpointInfo: latestFileChunkSuffixNum=[0], latestFileChunksize=[59242], isChainEmpty=[false], lastBlockNumber=[6] +[984 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger] commitBlock.Commit.Commit.Commit -> INFO Channel [businesschannel]: Created block [6] with 1 transaction(s) +[985 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Committing updates to state database +[986 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Write lock acquired for committing updates to state database +[987 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x61}] +[988 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/statedb/stateleveldb] commitBlock.Commit.Commit.Commit.Commit.ApplyUpdates -> DEBU Channel [businesschannel]: Applying key=[[]byte{0x65, 0x78, 0x70, 0x30, 0x32, 0x0, 0x62}] +[989 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/txmgmt/txmgr/lockbasedtxmgr] commitBlock.Commit.Commit.Commit.Commit -> DEBU Updates committed to state database +[98a 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updating history database for blockNo [6] with [1] transactions +[98b 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/core/ledger/kvledger/history/historydb/historyleveldb] commitBlock.Commit.Commit.Commit.Commit -> DEBU Channel [businesschannel]: Updates committed to history database for blockNo [6] +[98c 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Entry +[98d 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Channel [businesschannel]: Block event for block number [6] contains transaction id: ef892f35fb64f0ede0b8e75fccdd87a0b5a88e80208a6beacc5248090c895114 +[98e 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> INFO Channel [businesschannel]: Sending event for block number [6] +[98f 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Entry +[990 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event processor timeout > 0 +[991 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Event sent successfully +[992 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent.Send -> DEBU Exit +[993 01-18 02:00:28.46 UTC] [github.com/hyperledger/fabric/events/producer] commitBlock.Commit.SendProducerBlockEvent -> DEBU Exit